.btn-dzn{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.col-mail-3{
    position: absolute!important;
    top: 0;
    right: 22px;
    bottom: 0;
}
.message-list li .col-mail-2 .date{
    width: 243px!important;;
}

.account-page-full .card{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0px;
    justify-content: center;
}
.metismenu .mm-collapse.mm-show {
    background-color: #383b4e;
}

.metismenu > .mm-active > ul{
    display: block!important;
    background-color: #383b4e!important;
}
.post-it-container {
    position: relative;
    /* margin: 5px; */
    width: 25%;
    height: auto;
    z-index: 1;
    padding: 10px;
    float:left;
}
.post-it-container {
    perspective: 1000;
}
.post-it-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 500ms linear;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.strategy {
    margin:0;
    float: left;
    color: #151515;
    /* background: #ffc; */
    display: block;
    height: 100%;
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 0.9rem;
    -moz-box-shadow: 2px 2px 9px rgba(194,194,194,.5);
    -webkit-box-shadow: 2px 2px 9px rgba(194,194,194,.5);
    box-shadow: 2px 2px 9px rgba(194,194,194,.5);
}

.post-it-container {
    -o-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    position:relative;
    top:-1px;
}
.strategy i {
    font-size: 26px;
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-transform: rotate(44deg);
}
.typ-1{background-color: #ffc;}
.typ-2{
    background-color: #ccfff0;
}
@media only screen and (max-width: 768px){
    .post-it-container {
        width: 100%;
    }
}

label.switch {
    --switch-size: 40px;
    --thumb-gap: 4px;
    --thumb-size: calc(var(--switch-size) * 0.55 - var(--thumb-gap));
    --thumb-active-offset: calc(var(--switch-size) / 2);
    --track-radius: calc(var(--switch-size) / 1.6666);
    --thumb-color: #fff;
    --track-color: rgba(0, 0, 0, 0.07);
    --accent-color: #2f57d4;
    --transition: 200ms ease;
}
label.switch .track {
    width: var(--switch-size);
    height: calc(var(--switch-size) / 1.6666);
    background: var(--track-color);
    border-radius: var(--track-radius);
    border-radius: calc(var(--track-radius) / 2);
    display: flex;
    background-color: #95a5a6;align-items: center;
    box-shadow: inset 0px 0px 4px -2px rgba(0, 0, 0, 0.129);
    transition: 250ms ease;
}
label.switch .thumb {
    display: inline-block;
    background: var(--thumb-color);
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    transform: translateX(var(--thumb-gap));
    transition: transform 250ms ease-in-out;
}
label.switch input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
label.switch input[type=checkbox]:checked + .track {
    background: #27ae60;
}
label.switch input[type=checkbox]:checked + .track .thumb {
    transform: translateX(var(--thumb-active-offset));
}
label.switch input[type=checkbox]:focus + .track {
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.09);
}
label.switch.has-inidicator .thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
label.switch.has-inidicator .thumb:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 6px;
    background: #d71830;
}
label.switch.has-inidicator input[type=checkbox]:checked + .track .thumb:before {
    background: var(--accent-color);
}
label.switch.has-label {
    display: grid;
    grid-template-areas: "col-1 col-2 col-3";
    grid-gap: 10px;
    align-items: center;
    justify-content: start;}
label.switch.has-label .off {
    color: rgba(0, 0, 0, 0.6);
    grid-area: col-1;
    transition: var(--transition);
}
label.switch.has-label .on {
    color: rgba(0, 0, 0, 0.3);
    grid-area: col-3;
    transition: var(--transition);
}
label.switch.has-label .track {
    grid-area: col-2;
}
label.switch.has-label input[type=checkbox]:checked ~ .on {
    color: rgba(0, 0, 0, 0.6);
}
label.switch.has-label input[type=checkbox]:checked ~ .off {
    color: rgba(0, 0, 0, 0.3);
}
.switch-wrapper
{
    padding-bottom: 10px;
}
.card-header h2
{
    font-size: 17px;
}

.pg_prev{

    color: black;}
.pg_next{

    color: black;}
.paginations{

    justify-content: center;
    align-items: center;
    align-content: center;}
.paginations li{

    padding: 10px;font-size: 20px;font-weight: bold;}
.paginations li a{

    color: gray;}
.dt-bootstrap4{
    overflow-x: scroll;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.mobile{
    max-width: 16.0%!important;
    position: fixed;
    right: 0;
}
.col20p {
    width: 33%;
    max-width: 33%;
    margin-bottom: 20px;
}
.drag-instruction-block i:before {
    color: #737373;
    background: #e0e0e0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}
.drag-instruction-block p {
    font-weight: 600;
    color: #737373;
    font-size: 13px;
}
[data-draggable="target"][aria-dropeffect="move"] {
    border-color: #68b;
    background: #fff;
}
[data-draggable="item"] {
    display: block;
    list-style-type: none;
}
.draggable-module {
    border-left: 5px solid #43b02a !important;
    padding: 10px 10px 0;
    font-size: 12px;
    color: #000000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: -2px 3px 7px 0 rgba(153, 153, 153, 0.26);
    position: relative;
    min-height: 128px;
    cursor: pointer;
    font-weight:700;
    min-width: 100%;
}
.droppable-section-header {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.droppable-section-lightblue {
    background-color: #62b5e5;
}
.droppable-section-midblue {
    background-color: #f1c40f;
}
.droppable-section-darkblue {
    background-color: #0076a8;
}
.droppable-section .draggable-module {
    padding: 10px 8px 8px;
    font-weight: 600;
    text-align: center;
}
.droppable-section .draggable-module:before {
    top: -2px;
    left: 1px;
}
.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 70px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.drop-active {
    border-color: #aaa;
}
.drop-target {
    /*background-color: #29e;*/
    border-color: #fff;
    border-style: solid;
}
.drag-drop {
    touch-action: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: background-color 0.3s;
}
.drag-drop.can-drop {
    color: #000;
    background-color: #c7eaff;
}
.timeline_date
{
    bottom: 0;
    margin: 0;
}
.img-40{
    width: 20%;
    position: absolute;
    right: -25px;
    top: -15px;
    border-radius: 50%;
}
@media only screen and (max-width: 600px) {
    .mobile{
        max-width: 100%!important;
        position: relative;
    }
    .col20p {
        width: 100%;
        max-width: 100%;
    }

}
.msg
{
    font-weight: 300;
    text-align: left;
    padding-top: 15px;
}
.total_timeline_date{
    margin-bottom: 10px;
    line-height: 0px;
}
.sse{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.select2-container {
    z-index: 2!important;
}
.all_center_item{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.live-status {
    height: 9px;
    width: 9px;
    position: absolute;
    bottom: 0;
    left: 17px;
    border-radius: 100%;
    top: -6px;
    border: none;
}
.live-status-s{
    height: 9px;
    width: 9px;
    position: absolute;
    bottom: 0;
    border-radius: 100%;
    border: none;
    right: 0;
    top: 6px;
}
@media only screen and (max-width: 1365px) {

    .dsrs-s{
        display: flex;
        margin: 0;
        padding: 0;
        margin-left: 0px!important;
        margin-top: 8px;
        position: absolute;
        bottom: 11px;
        left: 120px;
        z-index: 999;
    }
    .dsrs-s li{
        padding: 3px;
    }

}
#cht1{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.btn-tool {
    background-color: transparent;
    color: #adb5bd;
    font-size: 0.875rem;
    margin: -0.75rem 0;
    padding: .25rem .5rem;
}

.btn-group.show .btn-tool, .btn-tool:hover {
    color: #495057;
}

.show .btn-tool, .btn-tool:focus {
    box-shadow: none !important;
}
.card-header > .card-tools {
    float: right;
    margin-right: -0.625rem;
}
.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.stblls-t{
    position: absolute;
    top: -20px;
    left: -10px;
}

.rslt-ar{
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
.rslt-ar-1{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
}
.rslt-ar-2{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.rslt-av{
    font-size: 20px;
    line-height: 26px;
    color: blue;
}
.rslt-av:hover{
    text-decoration: underline;
}
.rslt-dc{
    font-size: 14px;
    line-height: 1.48;
}

.metakeys{
    display: flex;
    gap: 10px;
}
.metakeys span{
    display: block;
    background: #3031346e;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    border-radius: 9px;
}

.rslt-ar{
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
.rslt-ar-1{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
}
.rslt-ar-2{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.rslt-av{
    font-size: 20px;
    line-height: 26px;
    color: blue;
}
.rslt-av:hover{
    text-decoration: underline;
}
.rslt-dc{
    font-size: 14px;
    line-height: 1.48;
}
.seo-list{
    padding: 0;
    margin: 0;
}
.seo-list li{
    list-style: none;
    font-size: 17px;
    line-height: 30px;
}
.valid{
    color:green;
}
.invalid{
    color:orange;
}
.leftvalid{
    color: red;
}
.pKey{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
}
.pKey span{
    padding: 5px;
    background-color: #737373;
    border-radius: 9px;
    color: white;
}

.ic-area img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.input-group img{
    height: 200px;
    object-fit: contain;
}



/*-----------------*/

.statustic-card .card-body {
    position: relative;
}

.statustic-card .card-body .progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5px;
    overflow: visible;
}

.statustic-card .card-body .progress .progress-bar {
    position: relative;
    overflow: visible;
}

.statustic-card .card-body .progress .progress-bar:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: inherit;
}

.statustic-card .card-body .progress .progress-bar.bg-c-purple:before {
    -webkit-animation: purple-blink-bar 0.5s linear infinite;
    animation: purple-blink-bar 0.5s linear infinite;
}

.statustic-card .card-header {
    background-color: transparent;
    border-bottom: none;
    position: relative;
}
.statustic-card .progress-bar{
    background-color: #d5d5d5;
}

.bg-c-purple {
    background: linear-gradient(-45deg, #5a5d63, #31353d) !important;
}
@-webkit-keyframes purple-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(70, 54, 153, 0.1);
    }
    50% {
        box-shadow: 0 0 0 6px rgb(90, 93, 99);
    }
}
@keyframes purple-blink-bar {
    0% {
        box-shadow: 0 0 0 0 rgba(70, 54, 153, 0.1);
    }
    50% {
        box-shadow: 0 0 0 6px rgb(90, 93, 99);
    }
}
.card-social .progress {
    height: 6px;
}

.card-title-c{
    color: #1b1b1b;
}

