* {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.message_sync small{
color: red;
}
#legend-most-2-container i,
#legend-most-eng-page-container i {
    border-radius: 8px;
}

.Chartjs-legend {
    text-align: justify;
}

.modal-backdrop {
    background: none;
}

body {
    overflow-x: hidden !important;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.box-shadow-header {
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 4%), 0 9px 46px 8px rgb(0 0 0 / 0%), 0 24px 38px 3px rgb(0 0 0 / 1%);
}

.bg-warning-light {
    background-color: #fff4de;
}

.bg-primary-light {
    background-color: #e1f0ff;
}

.bg-success-light {
    background-color: #c9f7f5;
}

.text-green {
    color: #1bc5bd;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f5f8fa;
    color: var(--bs-table-striped-color);
    border-top: 1px solid #f5f8fa;
    border-bottom: 1px solid #f5f8fa;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.dashboard .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

#check_date_f,
#check_date_s {
    font-size: 80%;
    padding: .25rem .5rem;
    border-radius: .2rem;
    border: 1px solid #0000000a;
}

.custom-ga-select {
    font-size: 80%;
    padding: .25rem .5rem;
    border-radius: .2rem;
    border: 1px solid #0000000a;
}

.ActiveUsers {
    background: none;
    border: none;
}

.ActiveUsers-value {
    background-color: #198754;
    padding: .5rem;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-left: 4px;
}

ol#legend-most-2-container {
    position: relative;
}

ol#legend-3-container,
ol#legend-usertype-2-container,
ol#legend-most-eng-os-container,
ol#legend-most-eng-page-container {
    display: flex;
    flex-flow: column;
}

.date-picker {
    width: fit-content;
    margin-left: auto;
    padding: .25rem .5rem;
    border-radius: .2rem;
    border: 1px solid #0000000a;
}


.Chartjs-figure {
    height: auto;
    min-height: 250px;
}


@media (min-width: 570px) {

    .ViewSelector {
        margin: 0;
    }

    .ViewSelector2 {
        margin: 0 auto;
        text-align: center;
        display: inherit;
        width: 100%;
    }

    .ViewSelector2-item {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 250px;
        display: inline-block;
    }

    .ViewSelector2-item>label {
        text-align: left;
    }

}


@media (min-width: 980px) {


    .active-section {
        position: absolute;
        right: 0;
        top: 8px;
    }

}

.text-right {
    text-align: right;
}

.rotating {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498DB;
    border-radius: 50%;
    width: 20px;
    position: absolute;
    height: 20px;
    animation: spin 2s linear infinite;
    z-index: 1111;
    right: 50%;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.outer-d {
    height: 100px;
    background-color: #e0dddd;
}

.rel-btn {
    cursor: pointer;
}



#loginwithgoogle {
    display: inline-block;
}

.box-shadow-header {
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 4%), 0 9px 46px 8px rgb(0 0 0 / 0%), 0 24px 38px 3px rgb(0 0 0 / 1%);
}

.bg-warning-light {
    background-color: #fff4de;
}

.bg-primary-light {
    background-color: #e1f0ff;
}

.bg-success-light {
    background-color: #c9f7f5;
}

.ex-size {
    font-size: 40px;
}

.btnimg {
    margin-bottom: 70px;
}

@media screen and (min-width:768px) {
    .div-height {
        height: 100vh;
    }
}

.text-warning {
    color: #9e7703 !important;
}

.text-primary {
    color: #294875 !important;
}

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 150px;
    z-index: 9999;
    background: url('../images/hourglass-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}


/* DEVELOPER CSS */


.change-account {
    margin-left: 10px;
}

#legend-most-2-container li {
    cursor: pointer;
    display: flex;
    width: fit-content;
    padding: 5px 0;
}

.tooltip .tooltip-inner{
    max-width: 100%;
    width: fit-content;
}

@media (min-width: 768px) and (max-width: 930px) {
    h1.card-title {
        height: 78px;
    }

    p.card-text {
        height: 36px;
    }
}

#main .shadow {
    border-radius: 5px !important;
    box-shadow: 0 0 16px 1px #c0c0c0 !important;
    box-sizing: border-box;
}

#main .margin-top-4 {
    margin-top: 25px !important;
}

#main {
    padding: 10px;
}


.connect-google {
    background-color: #f9ebd1;

}

#iframeanalytic {
    right: 0 !important;
    width: 100% !important;
}

.connect-mail-info {
    background: #fbf3e3;
    border-radius: 8px;
}

.line-height-1-7 {
    line-height: 1.7;
}

.text-black {
    color: #000;
}

.connect-mail-info {
    max-width: 673px;
}

.btn-primary.btn-connect {
    background-color: #1b6f92;
    width: 320px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    min-height: 53px;
    border-radius: 6px;
    border: 1px solid #1b6f92;
    z-index: 9;
}


/*.connect-google{
    background-image: url(../images/connect-bg.png);
    background-position: right;
        background-size:contain;
    background-repeat: no-repeat;
}*/

.bg-right-img {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.connect-img {
    object-fit: fill;
}

h2.font-size-26 {
    font-size: 26px;
}

.connect-mail-info a {
    color: #0f6cf6;
    border-bottom: 1px solid #d2d6e8;
}

.sign-out-d{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;

}

@media only screen and (max-width: 767px) {
    .btn-primary.btn-connect {
        font-size: 13px;
    }

    .btn-primary.btn-connect img {
        width: 18px;
    }
}

.card-custom {
    margin-top: 25px;
}

button .fa {
    color: inherit !important;
}

.modal-backdrop {
    background-color: #000 !important;
}