/* BG Colors */
.bg_violet {
    background-color: #a297e7;
}
.bg_blue {
    background-color: #88c2f5;
}
.bg_green {
    background-color: #b7e6a9;
}
.bg_yellow {
    background-color: #f9e99e;
}
.bg_orange {
    background-color: #fcc996;
}
.bg_red {
    background-color: #f79e89;
}
.bg_violet_light {
    background-color: #d6d1f5;
}
.bg_blue_light {
    background-color: #ddefff;
}
.bg_green_light {
    background-color: #e3ffdb;
}
.bg_yellow_light {
    background-color: #fff7d1;
}
.bg_orange_light {
    background-color: #ffe2c6;
}
.bg_red_light {
    background-color: #ffc5b7;
}
.bg_violet_light_border {
    background-color: #bab5da;
}
.bg_blue_light_border {
    background-color: #b8ccde;
}
.bg_green_light_border {
    background-color: #badab0;
}
.bg_yellow_light_border {
    background-color: #dbd3ab;
}
.bg_orange_light_border {
    background-color: #d8b99b;
}
.bg_red_light_border {
    background-color: #db9c8d;
}
/* / BG Colors */

.form-check-input:checked {
    background-color: #51576f;
    border-color: #51576f;
}
.form-check-input:focus {
    border-color: #51576f;
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-check label.form-check-label,
.form-check .form-check-input {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-track {
    box-shadow: none;
    background: #dfe0e5;
}

::-webkit-scrollbar-thumb {
    background-color: #51576f;
    outline: none;
}

[v-cloak] { display: none; }

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.ns-dashboard-navbar.navbar.bg-light,
.ns-dashboard-footer.navbar.bg-light {
    background: #51576f !important;
    color: #fff !important;
}
.ns-dashboard-footer.navbar>.container-fluid {
    justify-content: center;
    font-size: 1.0rem;
}
.ns-dashboard-navbar.navbar {
    z-index: 9999;
    min-height: 47px;
}
.navbar-profile_picture {
    position: absolute;
    right: 10px;
    border-radius: 50px;
    overflow: hidden;
    transition: all .15s ease-in-out;
}
@media (min-width: 1024px) {
    .navbar-profile_picture:hover {
        transform: rotate(-3deg) scale(106%);
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    }
}

.offcanvas-body {
    padding: 1rem 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #222;
    padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .nav-item-admin .nav-link {
    /*color: #6653ec;*/
}
@media (min-width: 1024px) {
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #222;
        background: #dddddd;
    }
    .navbar-light .navbar-nav .nav-item-admin .nav-link:hover {
        /*color: #6653ec;*/
    }
}

.ns-dashboard-navbar.navbar >.container-fluid {
    justify-content: center;
}
.ns-dashboard-navbar.navbar-light .navbar-toggler {
    position: absolute;
    left: 10px;
    box-shadow: none;
    border: none;
}
.ns-dashboard-navbar.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url(img/ico-menu.svg);
}
.ns-dashboard-navbar.navbar-light .navbar-brand {
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
}
.navbar-brand img {
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 30px;
    margin-right: 0.5rem;
}
.ns-dashboard-navbar .offcanvas {
    transition: transform .2s ease-in-out;
}
.ns-dashboard-navbar .offcanvas-end {
    left: 0;
    right: auto;
    transform: translateX(-100%);
    color: #000;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,.2);
}
.ns-dashboard-navbar .offcanvas-end.offcanvas.show {
    transform: none;
}
.ns-dashboard-navbar .offcanvas-header .btn-close {
    box-shadow: none;
}

.ns-dashboard-title {
    background: #32394e;
    font-size: 32pt;
    margin-top: 47px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px;
}
.ns-dashboard-title a {
    color: #fff;
    transition: color .15s ease-in-out;
}
.ns-dashboard-title a:hover {
    color: #88c2f5;
}
.footer-text {
    margin-bottom: 150px;
}


.nsd-wrp {
    display: block;
    height: 50vh;
    width: 90vw;
    margin: 25px auto 200px;
    position: relative;
}
.nsd-l1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.nsd-y {
    position: relative;
}
.nsd-y span {
    display: block;
    background: #fff;
    width: 80px;
    position: relative;
    z-index: 2;
    padding: 0 5px;
    text-align: right;
}
.nsd-y:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #ddd;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.nsd-l2 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    z-index: 2;
    padding-left: 80px;
    justify-content: space-around;
}
.nsd-x {
    height: 100%;
    display: flex;
    align-items: center;
    width: 50px;
    flex-direction: column;
    justify-content: flex-end;
}
.nsd-line {
    width: 50px;
    border-radius: 10px;
    /* margin-bottom: -40px; */
    margin-bottom: -60px;
    min-height: 65px;
}
.nsd-line span {
    text-align: center;
    margin-top: -25px;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
.nsd-name {
    position: absolute;
    top: calc(100% + 20px);
    padding-top: 20px;
    max-width: 100px;
}
.nsd-photo {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border: solid 10px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    margin-bottom: -28px;
}

.ns-dashboard-screen-title {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
}
.ns-dashboard .swiper-button-next {
    right: calc(50% - 100px);
}
.ns-dashboard .swiper-button-prev {
    left: calc(50% - 100px);
}
.ns-dashboard .swiper-button-next,
.ns-dashboard .swiper-button-prev {
    top: 32px;
    color: #000;
}
.ns-dashboard .swiper-button-next:after,
.ns-dashboard .swiper-button-prev:after {
    display: none;
}
.ns-dashboard #swiper2 .swiper-button-next {
    right: calc(50% - 75px);
}
.ns-dashboard #swiper2 .swiper-button-prev {
    left: calc(50% - 75px);
}

.ns-dashboard-record-title {
    background: #70a850;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.ns-dashboard-record {
    margin: 10px 0 30px;
}
.ns-dashboard-record-cont {
    background: #8eb976;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.ns-dashboard-record-cont>div:last-child {
    padding-left: 24px;
}
.ns-dashboard-record-cont>div img {
    display: block;
    width: 100px;
}
.ns-dashboard-record-cont>div>div:nth-child(1) {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
}
.ns-dashboard-record-cont>div>div:nth-child(2) {
    font-size: 19px;
    font-weight: bold;
}
.ns-dashboard-record-cont>div>div:nth-child(3) {
    color: #fff;
    font-size: 12px;
}

.nsd-y.nsd-y-goal {
    position: absolute;
    color: #7fbb6b;
    font-weight: bold;
    width: 100%;
    margin-bottom: -13px;
    background: rgb(255 255 255 / 80%);
    z-index: 2;
}
.nsd-y.nsd-y-goal span {
    background: transparent;
}
.nsd-y.nsd-y-goal:before {
    border-bottom: none;
    width: calc(100% - 90px);
    height: 4px;
    background: #7fbb6b;
    border-radius: 50px;
    right: 5px;
}
.nsd-y.nsd-y-goal:after {
    content: 'GOAL';
    width: calc(100% - 90px);
    position: absolute;
    top: -5px;
    right: 5px;
    text-align: center;
    font-size: 12px;
}
.nsd-l3 {
    height: auto;
    width: 100%;
    position: absolute;
    top: calc(100% + 70px);
    display: flex;
    z-index: 2;
    padding-left: 80px;
    justify-content: space-around;
}
.nsd-l3-title {
    position: absolute;
    left: 0;
    width: 80px;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.nsd-l3 .nsd-x {
    font-size: 11px;
    font-weight: bold;
}
.nsd-l3 .nsd-x div {
    white-space: nowrap;
}
.nsd-l3 .nsd-x div.red {
    color: #ee1329;
}
.nsd-l3 .nsd-x div.yellow {
    color: #e3d325;
}
.nsd-l3 .nsd-x div.green {
    color: #5faa46;
}

.btn-primary {
    color: #fff;
    background-color: #32394e;
    border-color: #32394e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #51576f;
    border-color: #51576f;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #afb4c7;
    border-color: #afb4c7;
}
.btn-outline-primary {
    color: #32394e;
    background-color: transparent;
    border-color: #32394e;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #51576f;
    border-color: #51576f;
}
.btn-g-blue {
    color: #fff;
    background-color: #3378FF;
    border-color: #3378FF;
}
.btn-g-blue:hover {
    color: #fff;
    background-color: #76a4ff;
    border-color: #76a4ff;
}
.btn-g-blue-outline {
    color: #3378FF;
    background-color: #fff;
    border-color: #3378FF;
}
.btn-g-blue-outline:hover {
    color: #76a4ff;
    background-color: #fff;
    border-color: #76a4ff;
}
.btn-g-green {
    color: #fff;
    background-color: #63BC09;
    border-color: #63BC09;
}
.btn-g-green:hover {
    color: #fff;
    background-color: #8cda3e;
    border-color: #8cda3e;
}
.btn-g-orange {
    color: #fff;
    background-color: #FFAA2C;
    border-color: #FFAA2C;
}
.btn-g-orange:hover {
    color: #fff;
    background-color: #ffb64f;
    border-color: #ffb64f;
}
.daterangepicker {
    border-radius: 0 !important;
}
.btn,
.form-control {
    border-radius: 0;
}
.form-control:focus {
    border-color: #32394e;
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    border-color: #32394e;
    background-color: #32394e;
    border-color: #32394e;
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:focus+.btn-g-blue, .btn-g-blue:focus {
    border-color: #2361da;
    background-color: #2361da;
    border-color: #2361da;
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:active+.btn-g-blue:focus, .btn-check:checked+.btn-g-blue:focus, .btn-g-blue.active:focus, .btn-g-blue:active:focus, .show>.btn-g-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:focus+.btn-g-green, .btn-g-green:focus {
    border-color: #4f8a10;
    background-color: #4f8a10;
    border-color: #4f8a10;
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:active+.btn-g-green:focus, .btn-check:checked+.btn-g-green:focus, .btn-g-green.active:focus, .btn-g-green:active:focus, .show>.btn-g-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:focus+.btn-g-orange, .btn-g-orange:focus {
    border-color: #c5790c;
    background-color: #c5790c;
    border-color: #c5790c;
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.btn-check:active+.btn-g-orange:focus, .btn-check:checked+.btn-g-orange:focus, .btn-g-orange.active:focus, .btn-g-orange:active:focus, .show>.btn-g-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(81 87 111 / 40%);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td,
.daterangepicker td.end-date,
.daterangepicker td.start-date {
    border-radius: 0 !important;
}
.daterangepicker td.in-range {
    background-color: #cccdd3 !important;
}
.daterangepicker td.active {
    background-color: #32394e !important;
}
.daterangepicker td:hover {
    background-color: #a3a6b3 !important;
}
.daterangepicker td.active:hover {
    background-color: rgba(50, 57, 78, 0.9) !important;
}

.nsd-photo {
    position: relative;
}
.datetime-details {
    opacity: 0;
    pointer-events: none;
    background-color: rgb(81 87 111 / 80%);
    border-radius: 10px 10px 10px 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    justify-content: center;
    padding: 5px 10px 20px 10px;
    transition: all 0.3s ease-out;
    width: 200px;
    position: absolute;
    bottom: 7px;
    left: calc(100% + 8px);
    z-index: 2;
    text-align: center;
}
.datetime-details .address {
    font-size: 12px;
}
.datetime-details .time {
    font-size: 16px;
}
.nsd-photo:hover .datetime-details {
    opacity: 1;
}

.alert {
    font-size: 12px;
    padding: 3px 9px;
    border-radius: 0;
}
.table .nsd-photo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border: solid 2px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    margin-bottom: 0;
    margin-right: 10px;
}
.table {
    margin-bottom: 30px;
}
.table td {
    vertical-align: middle;
}
.tr-head {
    background: #cccdd3;
}
.td-icm {
    display: flex;
    align-items: center;
}
.tr-total {

}
.table-hover>tbody>tr:hover>* {
    /*--bs-table-accent-bg: #eeeef0;*/
}
.ns-dashboard-screen-title {
    background: #b7bac1;
    padding: 20px;
}
form#filter_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
form#filter_form .btn,
form#filter_form h4 {
    margin: 0 !important;
}
form#filter_form .btn {
    margin-left: 10px !important;
}
form#filter_form .col-auto {
    display: flex;
}

.card {
    margin-bottom: 20px;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .som {display: none!important;}
}
@media (max-width: 1023px) {
    .hom {display: none!important;}
    .nsd-y span {
        width: 50px;
        padding: 0 5px 0 0;
        font-size: 12px;
    }
    .nsd-name {
        font-size: 8px;
        max-width: 50px;
        padding-top: 10px;
    }
    .nsd-photo {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        border: solid 4px;
        margin-bottom: -15px;
    }
    .nsd-line {
        width: 22px;
        border-radius: 5px;
        /* margin-bottom: -24px; */
        margin-bottom: -26px;
        min-height: 25px;
    }
    .nsd-wrp {
        height: 90vw;
        width: 90vw;
        margin: 20px auto 150px;
    }

    .ns-dashboard-navbar.navbar-light .navbar-brand {
        font-size: 12px;
    }
    .ns-dashboard-navbar .offcanvas-title {
        font-size: 15px;
    }
    .ns-dashboard-title {
        font-size: 28px;
    }
    .ns-dashboard-footer.navbar>.container-fluid {
        font-size: 10px;
    }
    .footer-text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer-text p {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .nsd-y.nsd-y-goal {
        margin-bottom: -9px;
    }
    .nsd-y.nsd-y-goal:after,
    .nsd-y.nsd-y-goal:before {
        width: calc(100% - 60px);
    }
    .nsd-l3 {
        top: calc(100% + 60px);
    }
    .nsd-l3-title {
        left: -20px;
        width: 67px;
        font-size: 9px;
        line-height: 15px;
        font-weight: bold;
        letter-spacing: -.7px;
    }
    .nsd-l3 .nsd-x {
        font-size: 8px;
    }
    .nsd-l3 .nsd-x div {
        line-height: 15px;
    }
    .nsd-line span {
        font-size: 10px;
        margin-top: -16px;
    }
    .nsd-x:nth-last-child(1), .nsd-x:nth-last-child(2) {
        display: none;
    }


    h4 {
        font-size: 20px;
    }
    .table {
        font-size: 12px;
    }
    form#filter_form .col-auto {
        margin-top: 10px;
    }
}


.tns-preloader {
    text-align: center;
}
.tns-preloader-global {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 90%);
}



.dashboard-wrap {
    margin-top: 40px;
    margin-bottom: 100px;
}
.dashboard-wrap .col {
    margin-bottom: calc(var(--bs-gutter-x));
}
.dashboard-bl {
    display: block;
    text-decoration: none;
    color: #222;
    transition: all .1s ease-in-out;
    min-width: 200px;
    height: 148px;
    border-radius: 10px;
}
.dashboard-bl.dashboard-bl-small {
    height: 74px;
}
.dashboard-bl-img-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: solid 2px #c4c6cd;
}
.dashboard-bl-leaderboard {
    background: #70a850;
    border: solid 2px #70a850;
}
.dashboard-bl-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dashboard-bl-text {
    background: #c4c6cd;
}
.dashboard-bl-beginners,
.dashboard-bl-lock,
.dashboard-bl-construction {
    position: relative;
}
.dashboard-bl-construction {
    pointer-events: none !important;
}
.dashboard-bl-beginners:after {
    content: '🌱';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 5px;
}
.dashboard-bl-lock:after {
    content: '🔒';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 5px;
}
.dashboard-bl-construction:after {
    content: '🚧';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 5px;
    border: solid 2px #fcd53f;
    outline: solid 2px #533566;
}
.dashboard-bl-funnel-simple {
    text-align: center;
}
.dashboard-bl-funnel-simple img {
    margin: 10px !important;
    width: 52px;
}
.dashboard-bl-leaderboard.dashboard-bl-beginners {
    background: #95bc7f;
    border: solid 2px #95bc7f;
    text-align: center;
}
.dashboard-bl-leaderboard.dashboard-bl-beginners img {
    margin: 10px !important;
    width: 52px;
}
.dashboard-bl-beginners-word {
    opacity: .5;
    font-size: 85%;
}
@media (min-width: 1024px) {
    .dashboard-bl:hover {
        color: #222;
        transform: rotate(-2deg) scale(104%);
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    }
    .dashboard-bl-img-txt:hover {
        border-color: #88c2f5;
    }
    .dashboard-bl-img-txt.dashboard-bl-leaderboard:hover {
        border-color: #70a850;
    }
    .dashboard-bl-img-txt.dashboard-bl-leaderboard.dashboard-bl-beginners:hover {
        border-color: #95bc7f;
    }
    .dashboard-bl-text:hover {
        background: #88c2f5;
    }
}
@media (max-width: 499px) {
    .dashboard-wrap {
        margin-top: 20px;
    }
    .dashboard-wrap .row {
        margin-right: calc(-.25 * var(--bs-gutter-x));
        margin-left: calc(-.25 * var(--bs-gutter-x));
    }

    .dashboard-wrap .col {
        margin-bottom: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .25);
        padding-left: calc(var(--bs-gutter-x) * .25);
        width: 50%;
    }
    .dashboard-bl {
        min-width: 100%;
        height: 148px;
        font-size: 90%;
    }
    .dashboard-bl img {
        max-width: 80%;
    }
}


.lastUpdateTxt {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #7fbb6b;
}
.lastUpdateTxt span {
    display: block;
}

@media (max-width: 1024px) {
    .lastUpdateTxt {
        font-size: 10px;
    }
}


.addBloggerManuallyShow .formFields {
    margin-bottom: 20px;
}
.addBloggerManuallyShow .formFields:last-child {
    margin-bottom: 0;
}
.addBloggerManuallyShow .formFields > div {
    width: 100%;
}
.addBloggerManuallyShow .formFields > div.err {
    color: #ff3232;
}

.csi-segment-characterization {
    font-style: italic;
    opacity: .6;
}
.csi-attention {
    color: #ff2600;
    font-weight: bold;
}