
/*Margins/padding/font*/
.p0 {
    padding: 0px !important;
}

.p5 {
    padding: 5px;
}

.p7 {
    padding: 7px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}


.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt18 {
    padding-top: 18px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb18 {
    padding-bottom: 18px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.m0 {
    margin: 0 !important;
}

.mb0 {
    margin-bottom: 0px !important;
}
.mb1 {
    margin-bottom: 1px !important;
}
.mb2 {
    margin-bottom: 2px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb7 {
    margin-bottom: 7px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}
.mb120 {
    margin-bottom: 120px !important;
}
.mb200 {
    margin-bottom: 200px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt22 {
    margin-top: 22px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.ml1 {
    margin-left: 1px !important;
}
.ml3 {
    margin-left: 3px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml8 {
    margin-left: 8px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}
.mr1 {
    margin-right: 1px !important;
}
.mr3 {
    margin-right: 3px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr7 {
    margin-right: 7px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.m3 {
    margin: 3px !important;
}

.m5 {
    margin: 5px !important;
}

.m7 {
    margin: 7px !important;
}

.m10 {
    margin: 10px !important;
}

.m12 {
    margin: 12px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.strong {
    font-weight: bold
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

    .field-validation-error input, .field-validation-error textarea, .field-validation-error select {
        border-color: #ff0000;
    }

.input-error-list {
    position: absolute;
    right: 5px;
    font-size: .8em;
}

    .input-error-list ul {
        list-style: none;
    }

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding-left: 0px;
    }

.validation-summary-valid {
    display: none;
}



.custom-control-pro.no-control .custom-control-input:checked ~ .custom-control-label {
    border-color: #088f8f;
    background: #088f8f;
    color: #fff;
    box-shadow: none;
    z-index: 2;
}


.progress-text {
    color:inherit !important;
}

.wizard > .actions > ul {
    text-align: right;
    align-items: center;
    justify-content: center;
}

.actions ul li a.btn-secondary {
    border-color: #364a63;
    background: #364a63;
}

.actions ul li:first-child {
    order: 0;
}


.select2-selectEmail-results .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 120px;
}


.nk-wizard-simple .steps ul li.done h5, .nk-wizard-simple .steps ul li.done .h5, .nk-wizard-simple .steps ul li.done .number, .nk-wizard-simple .steps ul li.current h5, .nk-wizard-simple .steps ul li.current .h5, .nk-wizard-simple .steps ul li.current .number {
    color: rgb(128, 148, 174);
    font-weight: bold;
}

.nk-wizard-simple .steps ul li.done::after, .nk-wizard-simple .steps ul li.current::after {
    height: 3px;
    background: rgb(109, 173, 177);
}

.nk-wizard-simple .steps ul li {
    padding-bottom: 15px;
}

.nk-iv-scheme-desc.sHead {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-top: 5px;
}

.overrideAccordionIcon .accordion-icon:before {
    content: "\e9da" !important;
}

.overrideAccordionIcon .accordion-head.collapsed .accordion-icon:before {
    content: "\e9c5" !important;
}

.searchHeader {
    background: #363642 !important;
    border: #363642 !important;
    color: #d0d2dd !important;
    padding-left: 10px;
    font-size: 14px !important;
    border-radius: 4px !important;
    width: 145px !important;
}


.sticky-profile {
    top: 70px;
    z-index: 1002;
}


.sticky-nav {
    top: 70px;
    z-index: 1002;
    border-bottom: 3px solid #ddd;
}


@media (min-width:992px) {
    .nk-menu .nk-menu-sub {
        width: 260px;
    }

    .nk-menu > li.nk-menu-item {
        padding: 0 0.5rem;
    }

    .maxWide {
        width: 240px !important;
    }
}

@media(min-width:1200px) {
    .nk-menu > li.nk-menu-item {
        padding: 0 0.8rem;
    }
}



.searchHeader:focus {
    background: #363642 !important;
    border: #363642 !important;
    color: #d0d2dd !important;
    box-shadow: none;
}

.searchSister {
    background: #363642;
    border: #363642;
    color: #9a9aa8 !important;
    padding-right: 5px;
}


.nk-menu .nk-menu-item .nk-menu-toggle::after {
    margin-left: 5px;
}


@media (min-width: 1340px) {

    .searchHeader {
        width: 225px !important;
    }
}





.nk-menu > li.nk-menu-item.active > .nk-menu-link::before, .nk-menu > li.nk-menu-item.current-menu > .nk-menu-link::before {
    opacity: 0;
}

.pointer {
    cursor: pointer;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5461b2;
    --bs-btn-border-color: #5461b2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #434d8e;
    --bs-btn-hover-border-color: #5461b2;
    --bs-btn-focus-shadow-rgb: 64, 229, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #434d8e;
    --bs-btn-active-border-color: #5461b2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7a81aa;
    --bs-btn-disabled-border-color: #5461b2;
}

.btn-purple-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #434d8e;
    --bs-btn-border-color: #434d8e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #434d8e;
    --bs-btn-hover-border-color: #434d8e;
    --bs-btn-focus-shadow-rgb: 64, 229, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #434d8e;
    --bs-btn-active-border-color: #434d8e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7a81aa;
    --bs-btn-disabled-border-color: #434d8e;
}

.bg-purple {
    background: #5461b2 !important;
}

.text-purple {
    color: #5461b2 !important;
}

.text-purple-light {
    color: #a090f9 !important;
}

.text-gray-lightish {
    color: rgb(147, 164, 185) !important;
}

.btn-outline-purple {
    --bs-btn-color: #5461b2;
    --bs-btn-border-color: #5461b2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5461b2;
    --bs-btn-hover-border-color: #5461b2;
    --bs-btn-focus-shadow-rgb: 101, 118, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5461b2;
    --bs-btn-active-border-color: #5461b2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #5461b2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5461b2;
    --bs-gradient: none;
}


.btn-outline-retr {
    color: #088f8f;
    border-color: #088f8f;
}

    .btn-outline-retr:hover {
        color: #fff;
        background-color: #088f8f;
        border-color: #088f8f;
    }

    .btn-outline-retr:focus, .btn-outline-retr.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-retr.disabled, .btn-outline-retr:disabled {
        color: #088f8f;
        background-color: transparent;
    }

    .btn-outline-retr:not(:disabled):not(.disabled):active, .btn-outline-retr:not(:disabled):not(.disabled).active, .show > .btn-outline-retr.dropdown-toggle {
        color: #fff;
        background-color: #088f8f;
        border-color: #088f8f;
    }

        .btn-outline-retr:not(:disabled):not(.disabled):active:focus, .btn-outline-retr:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-retr.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }



.btn-retr {
    --bs-btn-color: #fff;
    --bs-btn-bg: #088f8f;
    --bs-btn-border-color: #088f8f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #077979;
    --bs-btn-hover-border-color: #077979;
    --bs-btn-focus-shadow-rgb: 64, 229, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #077979;
    --bs-btn-active-border-color: #17a881;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #088f8f;
    --bs-btn-disabled-border-color: #088f8f;
}

.bg-retr {
    background: #088f8f !important;
}

.bg-retr-light {
    background: rgb(230, 244, 234) !important;
    color: rgb(19,115,51) !important;
    border:none !important;
}

.bg-retr-error {
    background-color: red !important;
}

.bg-red {
    background-color: #f8696b;
}

.text-success {
    color: #088f8f !important;
}

.text-error {
    color: #f8696b !important;
}

.change.up {
    color: #088f8f !important;
}

div.user-status {
    color: #088f8f
}

.user-avatar, [class^="user-avatar"]:not([class*="-group"]) {
    background: #088f8f;
}

.icon-status-info::after {
    background: #088f8f;
}


.typeahead__query input::placeholder {
    color: #a8a8b7 !important;
    font-size: 14px;
}


.typeahead__container .typeahead__field .typeahead__hint, .typeahead__container .typeahead__field .typeahead__label-container, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea {
    padding-right: 0px;
}

.typeahead__dropdown, .typeahead__list {
    position: absolute;
    left: -32px;
    z-index: 1000;
    width: 289px;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
}

.bSearchName {
    line-height: 18px;
}

.bSearchEmpty {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 0px;
}

.bSearchCompany {
    line-height: 15px;
    font-size: 12px;
    color: #777;
}

.typeahead__list {
    max-height: 365px;
    overflow-y: auto;
    padding-top: 0px !important;
    padding-left: 8px;
    padding-right: 8px;
    background: #ebedf0;
}

    .typeahead__dropdown .typeahead__dropdown-item > a, .typeahead__list .typeahead__item > a {
        padding: .4rem .75rem;
    }

    .typeahead__list > li.typeahead__group + li.typeahead__item {
        border: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .typeahead__list > .typeahead__group.active > a, .typeahead__list > .typeahead__group > a, .typeahead__list > .typeahead__group > a:focus, .typeahead__list > .typeahead__group > a:hover {
        padding: .2rem .75rem;
        padding-top: .5rem;
        text-transform: uppercase;
        color: #088f8f;
        font-size: 14px;
    }

    .typeahead__list > .typeahead__group:first-child {
        border-top: none;
    }

    .typeahead__list > .typeahead__group.active > a, .typeahead__list > .typeahead__group > a, .typeahead__list > .typeahead__group > a:focus, .typeahead__list > .typeahead__group > a:hover {
        background: inherit;
    }

    .typeahead__list > li {
        border-top: dotted 1px #ddd;
        background: #fff;
    }

    .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]) > a:hover {
        background-color: #088f8f42;
    }

    .typeahead__list > .typeahead__group {
        font-weight: 700;
        border: none;
        background: #ebedf0;
        padding-top: 10px;
        padding-bottom: 2px;
    }


.nk-tb-item.skinny > .nk-tb-col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nk-tb-item.skinny .icon {
    font-size: 1.1rem !important;
}

.nk-tb-item.shrinkText > .nk-tb-col {
    font-size: 0.9rem !important;
}

.card-inner.tableCard {
    padding-left: 0px;
    padding-right: 0px;
}

.nk-tb-list {
    color: #68788c;
}

option:disabled {
    color: #ccc;
}


@media (min-width:768px)  {
    .locationWidth {
        max-width: 280px;
    }
}

.pctHolder {
    margin-left: 5px;
}
/*
    Update text mobile vs standard
    EX.. <span class="mobile-text" midsize-text="" standard-text="Conventional"></span>
*/
.mobile-text::after {
    content: attr(standard-text);
}

@media (max-width: 767px) {

    .searchHeader {
        width: 205px !important;
        background: #fff !important;
        color: #888 !important;
        border-top: 1px solid #bbb !important;
        border-bottom: 1px solid #bbb !important;
        border-right: 1px solid #bbb !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

        .searchHeader:focus {
            background: #fff !important;
            color: #888 !important;
            border-top: 1px solid #bbb !important;
            border-bottom: 1px solid #bbb !important;
            border-right: 1px solid #bbb !important;
            border-bottom-left-radius: 0 !important;
            border-top-left-radius: 0 !important;
        }

    .typeahead__dropdown, .typeahead__list {
        width: 238px;
        min-width: 160px;
    }

    #textFilter, #customFilter {
        margin-top: 7px;
    }

    .chartMt {
        margin-top: 20px;
    }

    .card-inner-sm-mobile {
        padding: 0.75rem !important;
    }

    .mobile-mlr20 {
        margin: 0px 22px;
    }

    .mobile-mt10 {
        margin-top: 10px;
    }

    .mobile-mt15 {
        margin-top: 15px;
    }

    .mobile-mt20 {
        margin-top: 20px;
    }

    .mobile-mb5 {
        margin-bottom: 5px !important;
    }

    .mobile-mb10 {
        margin-bottom: 10px !important;
    }

    mobile-mb20 {
        margin-bottom: 20px !important;
    }

    .mobile-mt40 {
        margin-top: 40px;
    }

    .mobile-mt0 {
        margin-top: 0px;
    }

    .mobile-pr0 {
        padding-right: 0px;
    }

    .mobile-pl0 {
        padding-left: 0px;
    }

    .mobile-p40 {
        padding: 40px;
    }

    .mobile-pb5 {
        padding-bottom: 5px;
    }

    .mobile-p50 {
        padding: 50px;
    }

    .mobile-fuse {
        padding: 30px 80px 20px 80px;
    }

    .searchSister {
        background: #eee;
        color: #888;
        border: 1px solid #bbb;
        padding-left: 8px;
        padding-right: 8px;
    }

    .searchHeaderGroup {
        padding: 0.625rem 20px 0.625rem 24px;
    }

    .pctHolder {
        margin-left: 0px;
    }
}

table tr td {
    line-height: 18px;
}

.companySub {
    color: #aaa;
    font-size: 0.7rem;
    line-height: 11px
}

.mediumSub, .mediumSub a {
    color: #a1a1a1;
    font-size: 0.8rem !important;
    line-height: 15px
}

.nk-tb-col {
    vertical-align: top;
}

.nk-tb-item .nk-tb-col:first-child {
    padding-left: 0.8rem;
}

.nk-tb-col {
    padding: 0.8rem 0.4rem;
}

.text-gray {
    color: #aaa;
}

.text-gray-light {
    color: #bbb !important;
}


@media (min-width: 1280px) {

    .wide-xl {
        max-width: 1264px !important;
    }
}


@media (min-width: 1340px) {

    .wide-xl {
        max-width: 1310px !important;
    }
}

@media (min-width: 1380px) {

    .wide-xl {
        max-width: 1360px !important;
    }
}

.colBorder {
    border-right: 2px solid #ddd;
}

.colPad {
    padding-left: 1rem !important;
}

.nk-tb-list .tb-sub, .nk-tb-list .tb-amount-sm {
    font-size: 1em;
}

.smallTitle {
    font-size: .9rem;
    line-height: 1.3;
    margin-bottom: 0;
}


.titleSub {
    color: #aaa;
}

.smallGutter {
    padding-left: 10px;
    padding-right: 10px;
}

.lead-text span {
    color: inherit;
    font-weight: inherit;
}

.dropdown-menu-s1 {
    border-top: 3px solid #5461b2;
}

.social-display .btn {
    padding: 0px;
}

div.dataTables_processing {
    z-index: 2;
}

.oFlow {
    white-space: normal
}

.datatable-wrap {
    position: relative;
}

.noWrap {
    white-space: nowrap;
}


body {
    overflow-x: hidden !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    touch-action: pan-x pan-y;
}

.nk-wg-card.is-s3::after {
    background-color: #088f8f !important;
}

.nk-iv-wg2-title .title {    
    color: inherit !important;
    font-size:1.2rem !important;    
}

.modal-xl {
    --bs-modal-width: 950px;
}

.modal-xxl {
    --bs-modal-width: 1010px;
}

.modal-xxxl {
    --bs-modal-width: 1100px;
}

.modal-xxxxl {
    --bs-modal-width: 1200px;
}


.explode {
    -webkit-box-shadow: 0 1px 10px 1px #088f8f !important;
    -moz-box-shadow: 0 1px 10px 1px #088f8f !important;
    box-shadow: 0 1px 10px 1px #088f8f !important;
    background-color: #fff !important;
}

.wide-xs {
    max-width: 720px !important;
}

.smallHeader {
    font-size: 1rem;
}

.fw-lightbold {
    font-weight: 500 !important;
}

.alert-retr {
    background: #088f8f !important;
    color: #fff;
}


.tinyPlace::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 11px !important;
}

.tinyPlace:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 11px !important;
}

.tinyPlace::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 11px !important;
}

.tinyPlace:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 11px !important;
}

.companySub a {
    color: inherit;
    border-bottom: 1px dotted #bbb;
    line-height: 14px;
}

.badge.bg-light a {
    color: inherit;
}

.link-inherit {
    color: inherit !important;
}


@media (min-width: 768px) {
    .nk-menu > li.linkActive > .nk-menu-link {
        color: #fff;
    }
}

.menu-link {
    padding: 1rem 1.5rem;
}

h2.pricing-anount {
    font-size: 2rem !important;
}


@media (min-width: 1200px) {

    .header-title {
        font-size: 4rem;
        font-weight: 800;
        letter-spacing: 1px;
    }
}

@media (max-width: 1199px) {

    .header-title {
        font-size: 3.2rem;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .header-main.is-transparent {
        padding: .5rem 0.5rem;
    }

    .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.mapHolder {
    padding: 3px;
}

    .mapHolder #map {
        width: 100%;
        height: 480px;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: inherit;
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid rgb(82, 100, 132);
    border-radius: 0;
}

#navScrolly .nav-item:hover {
    background: #fbfbfb;
}

#navScrolly .nav-link {
    color: inherit;
}


.vcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.nav-tutorial .nav-link.active {
    color: #fff !important;
    background-color: rgb(8, 143, 143);
    border-radius: 8px;
    border-bottom: 0;
}

.nav-tutorial .nav-link {
    color: #364a63;
    font-weight: 500;
}

.branchHolder h6 {
    font-size: 0.92rem !important;
}

h6.smallHead {
    font-size: 0.92rem !important;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    margin: 24px 0px 16px 0px;
}

    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.50);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }

    .hr-sect .badge {
        padding: .5em;
    }


.datatable-wrap.noborder {
    border-top: none;
    border-left: none;
}

.datatable-wrap.smallish {
    width: 98%;
}

.datatable-wrap.noborder th {
    border-top: none;
}


.dt-buttons .btn-retr span {
    display: block;
    margin-right: 5px;
    margin-left: 10px;
}


.dt-buttons .btn-retr::before {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-family: "Nioicon";
}



.table-gray {
    --bs-table-color: #000;
    --bs-table-bg: #E2E1EA;
    border-color: #E2E1EA;
}


.table-middle > tbody > tr > td {
    vertical-align: middle;
}


.select2-dropdown {
    z-index: 1151 !important;
}


div.dataTables_wrapper div.dataTables_processing {
    z-index: 1001;
}


.imgUpProfile {
    text-align: center;
    margin-top: -13px;
    margin-bottom: 1px;
}

.user-card-s2 {
    padding: 0;
}

.topPic {
    max-width: 36px;
    margin-top: 4px;
}


.vh70 {
    min-height: 66vh;
}

.card-shadow-blue {
    box-shadow: 0px 6px 35.2px 4.8px rgba(124, 117, 208, 0.06);
}

.review-text p {
    color: #677384;
}


.review-company {
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #101924;
    margin-top: 2px;
}

.profile-stats .sub-text {
    line-height: 15px !important;
}

.profile-stats .amount {
    line-height: 22px !important;
}

.text-inherit {
    color: inherit !important;
}

.text-small {
    font-size: 0.7rem !important;
}

.text-medium {
    font-size: 0.8rem !important
}

.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #dddfec !important;
    background: repeating-linear-gradient( 45deg, #bbbeca, #adb2c8 7px, #9fa3b3 7px, #b2b6cc 12px );
}

.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
    background-color: #fff !important;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #dddfec !important;
    background: repeating-linear-gradient( 45deg, #bbbeca, #adb2c8 7px, #9fa3b3 7px, #b2b6cc 12px );
    border-color: #bbbecc !important;
}

.custom-control-purple-input:checked ~ .custom-control-purple-label::before {
    color: #fff;
    border-color: #5461b2;
    background-color: #5461b2;
    box-shadow: none;
}


.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #5461b2;
    border-color: #5461b2;
}

div.dataTables_wrapper div.dataTables_length select {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 16px !important;
    width: 65px;
}

div.dataTables_wrapper div.dataTables_info {
    line-height: 20px;
    font-size: 14px;
}

.profile-ud-item {
    width: 100%;
    padding: 0 3.25rem;
}

.profile-ud.wider {
    padding: 0.5rem 0;
}

.profile-ud-value a {
    color: inherit;
    border-bottom: 1px dotted #bbb;
}



@media (min-width:992px) {
    .smallHeight-lg {
        line-height: 16px !important;
        padding: 0.4375rem 1.125rem !important;
        font-size: 0.8125rem !important;
    }

    .card-inner.smallish-pad {
        padding: 1.3rem !important;
    }
}

.text-underline {
    text-decoration: underline;
}

.c-input-dark:checked ~ .c-dark::before {
    color: #fff;
    border-color: #5461b2 !important;
    background-color: #5461b2 !important;
    box-shadow: none;
}

.circle-retr {
    width: 50px;
    height: 20px;
    background: green;
    color: white;
}

.mapOver {
    width: 240px;
    border: 1px solid #ccc;
    padding: 7px;
    background-color: #fff;
}

.shop-col-item {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

    .shop-col-item .info {
        border-radius: 0 0 5px 5px;
        cursor: default;
        padding: 5px 10px 5px 10px;
        border-top: 1px solid #e1e1e1;
    }

        .shop-col-item .info .money {
            margin-bottom: 6px;
        }


/* HTML marker styles */
.price-tag {
    background-color: #4285F4;
    border-radius: 8px;
    border: 2px solid #eee;
    color: #FFFFFF;
    font-size: 11px;
    padding: 4px 7px;
    position: relative;
}

    .price-tag.map::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #4285F4;
    }


.price-tag-circle {
    background-color: #4285F4;
    border-radius: 50%;
    color: #63be7b;
    font-size: 11px;
    width: 16px;
    height: 16px;
    position: relative;
    background: #077979;
    border: 2px solid #fff;
}







    .price-tag.red, .price-tag-circle.red {
        background-color: #f8696b;
    }

        .price-tag.red:after {
            border-top-color: #f8696b;
        }

    .price-tag.orange, .price-tag-circle.orange {
        background-color: #fbaa77;
    }

        .price-tag.orange:after {
            border-top-color: #fbaa77;
        }

    .price-tag.yellow, .price-tag-circle.yellow {
        background-color: #ffeb84;
        color: #333;
    }

        .price-tag.yellow:after {
            border-top-color: #ffeb84;
        }

    .price-tag.lightgreen, .price-tag-circle.lightgreen {
        background-color: #b1d580;
    }

        .price-tag.lightgreen:after {
            border-top-color: #b1d580;
        }

    .price-tag.green, .price-tag-circle.green {
        background-color: #63be7b;
    }

        .price-tag.green:after {
            border-top-color: #63be7b;
        }


    .price-tag.retr-green, .price-tag-circle.retr-green {
        background-color: #088f8f;
    }

    .price-tag.light-purple, .price-tag-circle.light-purple {
        background-color: #c29fe6;
    }

    .price-tag.bright-orange, .price-tag-circle.bright-orange {
        background-color: #fbaa77;
    }

    .price-tag.bright-pink, .price-tag-circle.bright-pink {
        background-color: #e844d6;
    }




.property {
}

    .property::after {
        content: "";
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
    }

    .property .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: #FFFFFF;
    }

        .property .icon svg {
            height: 20px;
            width: auto;
        }

    .property .details {
        display: none;
        flex-direction: column;
        flex: 1;
    }

    .property h6 {
        font-size: 0.8rem;
        margin-bottom: 4px
    }

    .property .address, .popDetails .address {
        color: #9E9E9E;
        margin-bottom: 14px;
        margin-top: 0px;
    }

    .property .features {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .popDetails .bDetail {
        font-size:1.0rem;
        color:#526484;
    }

        .property .features > div {
            align-items: center;
            background: #F5F5F5;
            border-radius: 5px;
            border: 1px solid #ccc;
            display: flex;
            font-size: 10px;
            gap: 5px;
            padding: 5px;
        }

    /*
 * Property styles in highlighted state.
 */
    .property.highlight {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
        padding: 14px 12px;        
        font-size: 12px;
    }

    .property.highlight i {
        font-size: 14px;
        line-height: 14px;
        vertical-align: top;
    }

        .property.highlight::after {
            border-top: 9px solid #FFFFFF;
        }

        .property.highlight .details {
            display: flex;
        }

        .property.highlight .icon svg {
            width: 50px;
            height: 50px;
        }

    .property .bed {
        color: #FFA000;
    }

    .property .bath {
        color: #03A9F4;
    }

    .property .size {
        color: #388E3C;
    }

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

    .custom-map-control-button:hover {
        background: rgb(235, 235, 235);
    }

.deatHolder {
    padding: 15px 1.5rem;
    border-bottom: 1px solid #eee;
}

    .deatHolder:hover {
        background: rgba(60,64,67,0.04);
        cursor: pointer;
    }

    .deatHolder div {
        line-height: 1.1rem;
    }

    .deatHolder .deats {
        font-size: 0.8rem;
    }


.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.dropdown-menu.tidy {
    --bs-dropdown-min-width: 135px;
}


.table-striped > tbody > tr:nth-of-type(2n+1) > .sorting_1 {
    background-color: #f5f6fa;
}

.link-tidy li {
    padding-right: 0.5rem;
    padding-left: 0.8rem;
}

.aDotted {
    border-bottom: 1px dotted #bbb;
    font-size: 10px;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5461b2;
    background-color: #5461b2;
    box-shadow: none;
}

.lh13 {
    line-height: 13px;
}

.card-bordered-noshadow {
    border: 1px solid #dbdfea !important;
    box-shadow: none;
}

.nk-ibx-aside {
    width: 268px;
}

.nk-ibx-head {
    min-height: 73px;
}

.borderNone {
    border: none !important;
}

.nk-ibx {
    min-height: 600px;
    max-height: calc(100vh - (65px + 64px));
}

.nk-ibx-aside {
    height: calc(100vh - 132px);
}

.btn-md, .btn-group-md > .btn, .dual-listbox .btn-group-md > .dual-listbox__button {
    --bs-btn-padding-y: 0.35rem;
    --bs-btn-padding-x: 0.95rem;
    --bs-btn-font-size: 0.79rem;
    --bs-btn-border-radius: 3px;
}

.nk-ibx-status {
    background: inherit;
}

.nk-wg-card a {
    font-size: 1.0rem;
    font-weight: 500;
    color: #93a0f0 !important;
}



.form-control-sm {
    min-height: calc(1.425rem + 2px) !important;
    padding: 0.25rem 0.8rem;
    font-size: 0.75rem;
    border-radius: 3px;
}

.crm-menu {
    width: calc(100% - 30px) !important;
}

.crm-menu-width {
    min-width:220px;
    width: 100% !important;
}

.ssearch-menu {
    width: 275px !important;
}

.ssearch-menu-large {
    width: 370px !important;
}

.link-tidy.link-tidy-skinny li {
    padding: 0.575rem 1.1rem;
}

.link-tidy.noB li {
    border: none;
}

table.dataTable.noHeader thead .sorting::after, table.dataTable.noHeader thead .sorting_asc::after, table.dataTable.noHeader thead .sorting_desc::after, table.dataTable.noHeader thead .sorting_asc_disabled::after, table.dataTable.noHeader thead .sorting_desc_disabled::after {
    right: 0;
    content: "";
}

table.dataTable.noHeader thead .sorting::before, table.dataTable.noHeader thead .sorting_asc::before, table.dataTable.noHeader thead .sorting_desc::before, table.dataTable.noHeader thead .sorting_asc_disabled::before, table.dataTable.noHeader thead .sorting_desc_disabled::before {
    right: 0;
    content: "";
}

table.dataTable.noHeader thead > tr > th.sorting_asc, table.dataTable.noHeader thead > tr > th.sorting_desc, table.dataTable.noHeader thead > tr > th.sorting, table.dataTable.noHeader thead > tr > td.sorting_asc, table.dataTable.noHeader thead > tr > td.sorting_desc, table.dataTable.noHeader thead > tr > td.sorting {
    padding-right: 12px;
}

.btn-retr-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #077979;
    --bs-btn-border-color: #077979;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #077979;
    --bs-btn-hover-border-color: #077979;
    --bs-btn-focus-shadow-rgb: 64, 229, 184;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #077979;
    --bs-btn-active-border-color: #17a881;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #077979;
    --bs-btn-disabled-border-color: #077979;
}

.btn-secondary-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2e3f54;
    --bs-btn-border-color: #2e3f54;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2e3f54;
    --bs-btn-hover-border-color: #2b3b4f;
    --bs-btn-focus-shadow-rgb: 84, 101, 122;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2b3b4f;
    --bs-btn-active-border-color: #29384a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2e3f54;
    --bs-btn-disabled-border-color: #2e3f54;
}

@media(min-width:992px) {
    .nk-ibx-item, .nk-ibx-head {
        padding-left: 1.35rem;
        padding-right: 1rem;
    }
}

.tooltip-inner {
    max-width: 60% !important;
}

.form-select-sm {
    padding-left: 0.8rem;
    padding-right: 1.8rem;
}

.form-select.skinny-right {
    padding-right: 2rem !important;
}

.text-retr {
    color: #088f8f !important;
}

.nk-menu .menuDrop {
    border-left: 1px solid #dbdfea;
    margin: 0.25rem 0 0.25rem 24px;
    padding-bottom: 0;
}

.nk-menu .nk-menu .menuDrop {
    border-left: 1px solid #dbdfea;
    margin: 0.25rem 0 0.25rem 24px;
    padding-bottom: 0;
}

.border-white {
    border-color: #fff !important;
}

.border-none {
    border: none !important;
}

.bigger-tool {
    width: 200px !important;
}

.dropdown-toggle-split.skinnySplit {
    padding-right: .75rem;
    padding-left: 0.75rem;
}

.btn-skinny-side {
    padding-left: 0.80rem;
    padding-right: 0.80rem;
}

.modal-skinny { padding:12px !important; padding-top:18px !important;}

button[title="Stop drawing"] {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    top: 5px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

button[title="Draw a shape"] {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    top: 5px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.form-select {
    background-position: right 0.5rem center;
}


.gm-style iframe + div {
    border: none !important;
}

.loadOverlay {
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    text-align: center
}

.loadOverlayCenter {
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    display: none;
    text-align: center
}

.btn-clear {
    background: #fff !important;
    color: #526484;
    border: none;
}


    .btn-clear:hover {
        background: #eee !important;
        color: #526484;
        border: none;
    }

#divListHolder .btCart {
    padding-left: 5px;
    padding-right: 5px;
}

.searchFilterBtn {
    font-family: inherit;
}

.searchFilters ul li {
    border: none;
}

.searchFilters .filterHeaderText {
    font-weight: bold;
    margin-top: 14px;
    font-size: 0.85rem;
}

.searchFilters .liFilterHeader {
    background-color: #fafbff;
}

.highlightFilter {
    border-color: #6576ff;
    outline: 0;
}

.highlightBackground {
    background-color: #97a1f01f;
}

.normalCursor {
    cursor: default !important;
}

.pointerCursor {
    cursor: pointer !important;
}

.subMin {
    flex: 1;
    padding-right: 10px;
}

.subMax {
    flex: 1;
    padding-left: 10px;
}

    .subMin select, .subMax select {
        width: 100%;
    }

.subMinMaxLbl {
    margin-bottom: 8px;
}

.minMaxDash {
    flex-shrink: 0;
    margin-top: 20px;
    font-size: 25px;
}

.minMaxContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-check-lg {
    width: 1.5em;
    height: 1.5em;
}

.chkbxGroupElement {
    display: flex;
    justify-content: start;
}

.onlyFilter {
    visibility: hidden;
    color: black;
    cursor: pointer;
    margin-left: 5px;
    font-weight: bold;
}

    .onlyFilter:hover {
        color: black;
        text-decoration: underline;
    }

.resetBtn {
    height: 100%;
}

.resetBtnIcon {
    font-size: .9rem;
}

.showFiltersMobile {
    display: none;
}

.searchFilterLabel {
    font-size: .65rem;
    text-transform: uppercase;
}

.dtMasterHeaderLabel {
    background: #fafbff !important;
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    height: 30px;
}

.rollUpTble.table tr td {
    line-height: 12px;
}

.rollUpStatsDetail {
    justify-content: center;
}

.rollUpTble {
    text-align: left;
    width: 280px;
}

.loYearlyDataTbl {
    text-align: left;
}

    .loYearlyDataTbl.table thead tr th {
        width: 170px;
    }

    .loYearlyDataTbl.table tr td {
        line-height: 15px;
    }

/*Start Social Media Component*/
.iframeOverlay {
    bottom: 2px;
    position: absolute;
    background-color: #fff;
    width: 93%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socialFrame {
    width: 100%;
    height: 465px;
}

.socialPreviewVideo {
    height: 100%;
    width: 100%;
}

.socialSearchGridCntr {
    overflow-y: auto;
    overflow-x: hidden;
}

.searchCardAgentData {
    color: #526484;
    font: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 10.4px;
}

.showAll {
    margin-top: -20px !important;
}

.lazy-wrapper {
    background-image: url('/images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.social-load {
    padding: 200px 50px;
}

.social-load-initial {
    padding: 500px 50px;
}

.social-load-dashboard {
    display: none;
}

.innerSocial {
    padding-top: 6px;
}

.left-shadow {
    box-shadow: -4px 0px 3px -3px rgba(31, 43, 58, 0.15) !important;
}


.text-dark-gray {
    color: #526484
}
/*End Social Media Component*/

.crm-list-menu-overflow {
    max-height: 300px;
    overflow: hidden auto;
    scrollbar-width: thin;
}

.crm-list-component-overflow {
    max-height: 400px;
    overflow: hidden auto;
    scrollbar-width: thin;
}

.cart-list-overflow {
    overflow: hidden auto;
    scrollbar-width: thin;
}

@media (min-width: 1451px) {
    .locationWidth {
        max-width: 259px;
    }
}

@media (max-width: 1450px) {
    .mobile-text::before {
        content: attr(midsize-text);
        display: inline;
    }

    .mobile-text::after {
        content: "";
    }

    .searchFilterBtn {
        width: 100% !important;
    }
}

@media (max-width: 1400px) {
    .locationWidth {
        max-width: 250px;
    }

    #lookback {
        width: 137px;
    }

    .g-3, .gx-3 {
        --bs-gutter-x: 0.75rem;
    }
}

@media (max-width: 1350px) {
    .locationWidth {
        max-width: 220px;
    }

    .g-3, .gx-3 {
        --bs-gutter-x: 0.50rem;
    }
}

@media (max-width: 1300px) {
    .locationWidth {
        max-width: 195px;
    }
}

/*ipad*/
@media (max-width: 1180px) {
    .locationWidth {
        max-width: 140px;
    }

    #lookback {
        width: 125px;
    }

    .searchFilterBtnResize {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .my-cart-custom-gutter > .col-auto {
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media (min-width: 1024px) {
    .my-cart-custom-gutter.flex-nowrap-custom {
        flex-wrap: nowrap;
    }

        .my-cart-custom-gutter.flex-nowrap-custom > .col-auto {
            flex-shrink: 1;
        }
}


@media (max-width: 1024px) {
    .ssearch-menu-large {
        width: 310px !important;
    }

    .minMaxContainer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: center;
    }

    .searchFilterBtn {
        width: 100% !important;
    }

    .searchFilterGroup {
        width: 100%;
    }

        .searchFilterGroup .form-group .btn-group {
            width: 100%;
        }

    .locationWidth {
        max-width: 100%;
    }

    #lookback {
        width: 100%;
    }

    .ms-auto {
        width: 100%;
    }

    .showFiltersMobile {
        display: block;
    }

    .mobileWidth100 {
        width: 100%;
    }

    .mobileResetBtn {
        width: 100%;
        justify-content: center;
        font-weight: bold;
        font-family: inherit;
    }
}

@media (max-width: 767px) {
    .mobile-text::before {
        content: attr(mobile-text);
        display: inline;
    }

    .mobile-text::after {
        content: "";
    }

    #socialSearchGrid {
        justify-content: center;
    }

    .socialSearchWrapper {
        margin-top: 20px !important;
    }

    .socialSearchContainer {
        max-height: 100% !important;
        overflow-y: unset;
        overflow-x: hidden;
    }

    .my-cart-mobile-header {
        display: flex;
        flex-direction: column;
        min-height: 310px;
    }

    .my-cart-mobile-header-refi {
        display: flex;
        flex-direction: column;
        min-height: 250px;
    }

    .my-cart-mobile-header-title {
        width: 100%;
        justify-content: start;
    }

    .size-767-width-100 {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .traffic-channel-table .nk-tb-channel {
        width: 40%;
    }

    .traffic-channel-table .nk-tb-sessions {
        width: 30%;
    }

    .traffic-channel-table .nk-tb-change {
        width: 30%;
    }

    .crm-list-menu-overflow {
        max-height: 200px;
    }

    .crm-list-component-overflow {
        max-height: 200px;
        z-index: 2000;
    }

    .sticky-nav {
        z-index: 1001;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.4375rem calc(1.825rem + 2px) 0.4375rem 0.9rem;
}



/*
Override the down icon in the select2
*/
.customDropImage + .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: none;
}

    .customDropImage + .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .customDropImage + .select2-container--default .select2-selection--single .select2-selection__arrow::after {
        content: "\f002";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 10px;
        color: #088f8f;
    }

.customDropImage + .select2-container--default .select2-selection__arrow {
    border: none;
    background: transparent;
}

.customDropImage + .select2-container--default .select2-selection--single {
    /*Example: padding-right: 30px;if you need more space for the icon*/
}


/*Custom radio toggle slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    top: 7px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        top: 3px;
        left: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #5461b2;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5461b2;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*End custom radio toggle slider*/

/*Force white background on select2 search for ios*/
.select2-search__field {
    background-color: rgb(255,255,255);
}

.time-period-pre-search {
    font-weight: normal;
    color: #526484;
    background-size: 17px 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23526484' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M2 5l6 6l6-6'/%3E%3C/svg%3E") !important;
}

.export-modal-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.export-modal-loader-text {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: bold;
}

.hideColumn {
    display: none !important;
}

.my-cart-custom-gutter > .col-auto {
    padding-right: 8px;
    padding-left: 8px;
}

.my-cart-list {
    overflow: hidden !important;
}

.wrap-url {
    word-break: break-all;
}


.prop-history-active {
   background:#eff1ff;
}

.prop-history-item:not(.prop-history-active):hover {
    background: #f5f6fa;
}

#propListRightPane {
    min-height: 400px;
    max-height: 700px;
    overflow-y: auto;
    min-width: 370px;
    display: flex;
    flex-direction: column;
}

#propListRightPane .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
}

#propListRightPane .card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    height:auto;
}

#propListLeftPane {
    height: 100%;
    max-height: 700px;
    overflow-y: auto;
    scrollbar-width: thin;
}

#modal-global-body {
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.hidden{
    display:none;
}

.enterprise-progress-bar{
    width: 200px !important;
}

/*Stripe Preview*/
.receipt-header {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .receipt-header h2 {
        margin: 0;
        color: #333;
    }

.receipt-details p {
    margin: 5px 0;
    font-size: 14px;
}

.receipt-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .receipt-table th, .receipt-table td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .receipt-table th {
        background-color: #f8f8f8;
        font-weight: bold;
    }

    .receipt-table td.amount {
        text-align: right;
    }

.receipt-total {
    font-size: 14px;
}


.invoiceToolTip {
    display: flex;
    flex-direction: column;
    font-size: 10px;
}


.invoiceToolTip .tooltip-inner {
    max-width: 100% !important;
}

    .invoiceToolTip .row {
        justify-content: space-between;
    }

.invoiceToolTip .row .col-auto:first-child {
    text-align: left;
}

.invoiceToolTip .row .col-auto:last-child {
    text-align: left;
}


#invoiceToolTip{
    position: relative;
    bottom: 5px;
    font-size:10px;
}
/*END Stripe Preview*/

.create-enterprise-cntr .nk-split.nk-split-page.nk-split-lg {
    min-height: 100%;
}

.loading-indicator-hide {
    display: none !important;
}

a.linky {
    color: #526484 !important;
}


.btn-microsoft {
    background: #fff;
    color: #2F2F2F;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px rgba(60,60,60,0.04);
    position: relative;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

    .btn-microsoft:hover, .btn-microsoft:focus {
        background: #f3f3f3;
        border-color: #0078d4;
        color: #0078d4;
        text-decoration: none;
    }

.microsoft-logo {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

    .microsoft-logo img {
        height: 24px;
        width: 24px;
        display: block;
    }

.microsoft-text {
    vertical-align: middle;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
}

/* Extra large modal sizing (bigger than Bootstrap .modal-xl) */
.modal-extra-large .modal-dialog {
    max-width: 1280px;
    width: 95%;
}

@media (min-width: 1400px) {
    .modal-extra-large .modal-dialog {
        max-width: 1400px;
    }
}

input[readonly],
textarea[readonly],
.form-control[readonly] {
    background-color: #f5f5f5 !important;
    cursor: not-allowed;
    transition: none !important;
}


.edash-sub-title {
    font-size: 16px;
    line-height: 1.7;
    color: #8094ae;
    font-weight: 500;    
}

input[readonly]:hover,
textarea[readonly]:hover,
.form-control[readonly]:hover,
input[readonly]:focus,
textarea[readonly]:focus,
.form-control[readonly]:focus,
input[readonly]:active,
textarea[readonly]:active,
.form-control[readonly]:active {
    background-color: #f5f5f5 !important;
    border-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}


.btn-microsoft {
    background: #fff;
    color: #2F2F2F;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px rgba(60,60,60,0.04);
    position: relative;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

    .btn-microsoft:hover, .btn-microsoft:focus {
        background: #f3f3f3;
        border-color: #0078d4;
        color: #0078d4;
        text-decoration: none;
    }

.microsoft-logo {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

    .microsoft-logo img {
        height: 24px;
        width: 24px;
        display: block;
    }

.microsoft-text {
    vertical-align: middle;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
}
.required-label::after {
    content: " *";
    color: #d32f2f; /* Material red, adjust as needed */
    font-weight: bold;
    margin-left: 0.25em;
}

.buttons-excel:not(.overrideColor),
.buttons-csv,
.buttons-pdf {
    width: 100% !important;
    min-width: 120px !important;
    max-width: 220px !important;
    text-align: left !important;
    border: none !important;
    font-size: 13px;
    color: rgb(54, 74, 99) !important;
    background: none !important;
    padding: 8px 14px;
}
/* Excel Button Icon */
    .buttons-excel:not(.overrideColor)::before {
        font-family: "Font Awesome 5 Free" !important;
        content: "\f1c3" !important; /* Unicode for fa-file-excel */
        font-weight: 900 !important;
        margin-right: 0.5em !important;
        color: #217346 !important; /* Excel green */
    }

/* CSV Button Icon */
.buttons-csv::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f6dd" !important; /* Unicode for fa-file-csv */
    font-weight: 900 !important;
    margin-right: 0.5em !important;
    color: #138496 !important; /* CSV blue/teal */
   
}

    .buttons-excel:not(.overrideColor):hover,
    .buttons-csv:hover,
    .buttons-pdf:hover {
        background-color: #f5f6fa !important;
        color: #434d8e !important;
        transition: background 0.2s, color 0.2s !important;
    }

        .buttons-excel:not(.overrideColor):hover::before,
        .buttons-csv:hover::before,
        .buttons-pdf:hover::before {
            color: #434d8e !important;
        }

.buttons-export-dropdown-menu {
    width: max-content;
    min-width: 0;
    max-width: none;
}

.data-table-tooltip{
    background-color: white;
    width:600px;

}
.active-list-item {
    background-color: #eff1ff
}

/* Notification Component Styles */

/* Toggle Button */
.notification-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    color: #8094ae;
    text-decoration: none;
}

    .notification-toggle:hover {
        background-color: #f1f3ff;
        color: #6576ff;
    }

/* Badge Styling */
.notification-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .notification-badge.hidden {
        display: none;
    }

/* Dropdown Panel */
.notification-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #dbdfea;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 380px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    margin-top: 10px;
}

.notification-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Header */
.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #dbdfea;
    background-color: white;
    border-radius: 8px 8px 0 0;
}

.notification-header-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #364a63;
}

.notification-mark-all-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #8094ae;
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .notification-mark-all-btn:hover {
        background-color: #f1f3ff;
        color: #6576ff;
    }

    .notification-mark-all-btn:active {
        background-color: #ece6ff;
    }

/* Tabs */
.notification-tabs {
    display: flex;
    border-bottom: 1px solid #dbdfea;
    background-color: #f8f9fa;
}

.notification-tab-btn {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 13px;
    color: #8094ae;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    white-space: nowrap;
}

    .notification-tab-btn:hover {
        color: #6576ff;
        background-color: rgba(101, 118, 255, 0.05);
    }

    .notification-tab-btn.active {
        color: #6576ff;
        border-bottom: 2px solid #6576ff;
    }

    .notification-tab-btn em {
        font-size: 16px;
    }

/* Tab Content */
.notification-content {
    flex: 1;
    overflow-y: auto;
    min-height: 300px;
}

.notification-tab-content {
    display: none;
    height: 100%;
}

    .notification-tab-content.active {
        display: block;
    }

/* Notification List */
.notification-list {
    max-height: 400px;
    overflow-y: auto;
}

.notification-item {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f1f5;
    transition: background-color 0.2s ease;
}

    .notification-item:last-child {
        border-bottom: none;
    }

    .notification-item:hover {
        background-color: #f8f9fa;
    }

    .notification-item.unread {
        background-color: #f1f3ff;
    }

        .notification-item.unread:hover {
            background-color: #ece6ff;
        }

/* Empty State */
.notification-empty {
    padding: 40px 20px;
    text-align: center;
    color: #8094ae;
}

    .notification-empty p {
        margin: 0;
        font-size: 13px;
    }

/* Placeholder */
.notification-placeholder {
    padding: 40px 20px;
    text-align: center;
    color: #aab5c4;
}

    .notification-placeholder p {
        margin: 0;
        font-size: 13px;
    }

/* Footer */
.notification-footer {
    border-top: 1px solid #dbdfea;
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.notification-view-all {
    width: 100%;
    padding: 10px 16px;
    border: none;
    background-color: #6576ff;
    color: white;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .notification-view-all:hover {
        background-color: #5567ee;
    }

    .notification-view-all:active {
        background-color: #4457dd;
    }

/* Toast Notification - RETR branded */
.notification-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-left: 4px solid #5461b2;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 16px rgba(84, 97, 178, 0.15);
    z-index: 2000;
    max-width: 350px;
    animation: slideInRight 0.3s ease forwards;
}

.notification-toast .icon {
    color: #5461b2;
    font-size: 20px;
}

.notification-toast .notification-toast-name {
    font-weight: 600;
    color: #364a63;
}

.notification-toast .notification-toast-preview {
    font-size: 12px;
    color: #8094ae;
}

@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 576px) {
    .notification-dropdown {
        width: calc(100vw - 40px);
        max-width: 100%;
        right: -10px;
    }

    .notification-content {
        min-height: 250px;
    }

    .notification-toast {
        left: 10px;
        right: 10px;
        max-width: none;
    }
}

/* Scrollbar Styling */
.notification-list::-webkit-scrollbar {
    width: 6px;
}

.notification-list::-webkit-scrollbar-track {
    background: transparent;
}

.notification-list::-webkit-scrollbar-thumb {
    background: #dbdfea;
    border-radius: 3px;
}

    .notification-list::-webkit-scrollbar-thumb:hover {
        background: #aab5c4;
    }

/* Animation for badge updates */
@keyframes badgePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.notification-badge.updated {
    animation: badgePulse 0.4s ease;
}

/* ============================================================
   RetrNotificationComponent — Redesigned (two-pane inbox)
   ============================================================ */

/* Toggle Button */
.notif-toggle-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    cursor: pointer;
    color: rgba(255,255,255,0.8);
    transition: background 0.2s ease, border-color 0.2s ease;
    padding: 0;
}

.notif-toggle-btn:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}

/* Toggle badge */
.notif-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    box-sizing: border-box;
    line-height: 1;
    background: #e74c3c;
    color: #fff;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #1a2332;
    z-index: 10;
}

.notif-badge.hidden {
    display: none;
}

/* Dropdown Container */
.notif-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    right: 160px;
    width: 380px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 1050;
}

/* Two-Pane Viewport */
.notif-viewport {
    display: flex;
    width: 200%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.notif-viewport.show-all {
    transform: translateX(-50%);
}

.notif-pane {
    width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    max-height: 540px;
}

/* Header */
.notif-header {
    background: #fff;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border-bottom: 1px solid #e5e9f0;
}

.notif-header::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 120px;
    pointer-events: none;
}

.notif-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 10px;
    position: relative;
}

.notif-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notif-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.notif-subtitle {
    font-size: 11px;
    color: #6b7280;
    margin-top: 1px;
}

.notif-header-actions {
    display: flex;
    gap: 6px;
}

.btn-header-action {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #e5e9f0;
    background: #f5f6fa;
    color: #526484;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-header-action:hover {
    background: #e5e9f0;
    color: #364a63;
}

.btn-header-action.danger:hover {
    background: rgba(231,76,60,0.08);
    border-color: rgba(231,76,60,0.3);
    color: #e74c3c;
}

/* Tabs row (inside header) */
.notif-tabs {
    display: flex;
    padding: 0;
    gap: 4px;
    position: relative;
}

.notif-tab {
    flex: 1;
    padding: 8px 12px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    font-weight: 600;
    color: #8094ae;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: color 0.2s, border-color 0.2s;
}

.notif-tab.active {
    color: #6576ff;
    border-bottom-color: #6576ff;
}

.notif-tab:hover {
    color: #526484;
}

.tab-pill {
    background: rgba(101,118,255,0.12);
    color: #6576ff;
    border-radius: 10px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 700;
}

.notif-tab.active .tab-pill {
    background: #6576ff;
    color: #fff;
}

/* Notification Body */
.notif-body {
    flex: 1;
    overflow-y: auto;
    min-height: 200px;
    max-height: 360px;
}

.notif-body::-webkit-scrollbar {
    width: 4px;
}

.notif-body::-webkit-scrollbar-track {
    background: transparent;
}

.notif-body::-webkit-scrollbar-thumb {
    background: #dbdfea;
    border-radius: 2px;
}

/* Date group labels (pane 2) */
.notif-date-label {
    padding: 6px 16px;
    font-size: 10px;
    font-weight: 700;
    color: #aab5c4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #f8f9fa;
    border-bottom: 1px solid #f0f1f5;
}

/* Notification Item */
.notif-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f1f5;
    transition: background 0.15s;
    position: relative;
}

.notif-item:last-child {
    border-bottom: none;
}

.notif-item:hover {
    background: #f8f9fa;
}

.notif-item:hover .notif-item-actions {
    opacity: 1;
    pointer-events: auto;
}

.notif-item.unread {
    background: #f4f5ff;
}

.notif-item.unread:hover {
    background: #eceeff;
}

.notif-item.unread::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6576ff;
    border-radius: 0 2px 2px 0;
}

/* Avatar */
.notif-avatar {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    background: linear-gradient(135deg, #5461b2, #7c6fcd);
}

/* Item Body */
.notif-item-body {
    flex: 1;
    min-width: 0;
}

.notif-item-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2px;
}

.notif-sender {
    font-size: 13px;
    font-weight: 600;
    color: #364a63;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif-time {
    font-size: 10px;
    color: #aab5c4;
    white-space: nowrap;
    flex-shrink: 0;
}

.notif-msg {
    font-size: 12px;
    color: #8094ae;
    line-height: 1.4;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notif-meta {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.notif-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    background: rgba(101,118,255,0.1);
    color: #6576ff;
}

.notif-tag.teal {
    background: rgba(32,191,174,0.12);
    color: #20bfae;
}

/* Item Actions (hover-reveal) */
.notif-item-actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s;
    flex-shrink: 0;
}

.notif-close {
    background: none;
    border: none;
    color: #aab5c4;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: 1;
    transition: color 0.2s, background 0.2s;
}

.notif-close:hover {
    color: #e74c3c;
    background: rgba(231,76,60,0.1);
}

.btn-goto {
    background: #6576ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.btn-goto:hover {
    background: #5567ee;
}

/* Footer */
.notif-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-top: 1px solid #f0f1f5;
    background: #f8f9fa;
    flex-shrink: 0;
}

.notif-footer-left {
    font-size: 11px;
    color: #aab5c4;
    font-weight: 500;
}

.btn-view-all {
    background: none;
    border: none;
    color: #6576ff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.2s;
}

.btn-view-all:hover {
    background: rgba(101,118,255,0.08);
}

/* Empty state */
.notif-empty {
    padding: 40px 20px;
    text-align: center;
    color: #aab5c4;
}

.notif-empty p {
    margin: 0;
    font-size: 13px;
}

.notif-empty.hidden {
    display: none;
}

/* Pane 2: All Notifications header */
.all-notif-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f1f5;
    background: #fff;
    flex-shrink: 0;
}

.btn-back {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f1f3ff;
    border: none;
    color: #6576ff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.btn-back:hover {
    background: #e3e6ff;
}

.all-notif-title {
    font-size: 15px;
    font-weight: 700;
    color: #364a63;
    line-height: 1.2;
}

.all-notif-subtitle {
    font-size: 11px;
    color: #aab5c4;
    margin-top: 1px;
}

/* Pane 2: filter toolbar */
.all-notif-toolbar {
    display: flex;
    gap: 6px;
    padding: 10px 16px;
    border-bottom: 1px solid #f0f1f5;
    background: #fff;
    flex-shrink: 0;
}

.all-filter-btn {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #dbdfea;
    background: #fff;
    color: #8094ae;
    cursor: pointer;
    transition: all 0.2s;
}

.all-filter-btn:hover {
    border-color: #6576ff;
    color: #6576ff;
}

.all-filter-btn.active {
    background: #6576ff;
    border-color: #6576ff;
    color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
    .notif-dropdown {
        width: calc(100vw - 40px);
        right: -10px;
    }
}

.datatable-wrapper {
    overflow-x : hidden;
}

/* Dashboard Container */
.dashboard-container {
    min-height: 100vh;
    overflow: hidden; /* Prevent ALL scrolling at container level */
}

.grid-stack {
    background: transparent;
    min-height: 600px;
}

.grid-stack-item {
    position: relative;
}

.grid-stack-item-content {
    padding: 10px;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    /* Make widgets fill the grid cell */
    .grid-stack-item-content > * {
        height: 100%;
        margin: 0;
    }

    .grid-stack-item-content .card {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .grid-stack-item-content .dashboard-widget {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .grid-stack-item-content .card-inner {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .grid-stack-item-content .card-content {
        flex: 1;
        overflow: auto;
        min-height: 0;
    }

    .grid-stack-item-content .card-head {
        flex-shrink: 0;
    }

    .grid-stack-item-content .card-title-group {
        flex-shrink: 0;
    }

    /* Ensure DataTables fit within their container */
    .grid-stack-item-content retr-datatable {
        display: block;
        height: 100%;
        overflow: auto;
    }

    /* Metric cards should center their content vertically */
    .grid-stack-item-content .dashboard-widget:not(:has(.card-content)) .card-inner {
        justify-content: center;
    }

/* Sortable Widget Styling */
.widget-library-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e5e9f2;
}

.widget-library-header {
    padding: 20px;
    border-bottom: 1px solid #e5e9f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .widget-library-header h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

.widget-library-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.widget-library-footer {
    padding: 20px;
    border-top: 1px solid #e5e9f2;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .widget-library-footer .btn {
        flex: 1;
        min-width: 100px;
    }

/* Widget Categories */
.widget-category {
    margin-bottom: 25px;
}

.widget-category-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #798bff;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

/* Widget Items in Library */
.widget-item {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #e5e9f2;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    transition: all 0.3s ease;
}

    .widget-item:hover {
        background: #f5f6fa;
        border-color: #798bff;
        box-shadow: 0 2px 8px rgba(121, 139, 255, 0.15);
    }

.widget-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f5f6fa;
    border-radius: 4px;
    flex-shrink: 0;
}

    .widget-item-icon .icon {
        font-size: 18px;
        color: #798bff;
    }

.widget-item-info {
    flex: 1;
    min-width: 0;
}

.widget-item-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #1a1e33;
}

.widget-item-desc {
    font-size: 12px;
    color: #7a88a7;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Dashboard Container */
.dashboard-widgets {
    margin-right: -12px;
    margin-left: -12px;
}

/* Dashboard Widget Cards */
.dashboard-widget {
    position: relative;
    transition: all 0.3s ease;
}

    .dashboard-widget.edit-mode {
        border: 2px dashed #dbdfea;
        cursor: grab;
        background-color: #fafbff;
    }

        .dashboard-widget.edit-mode:active {
            cursor: grabbing;
        }

        .dashboard-widget.edit-mode:hover {
            box-shadow: 0 4px 15px rgba(121, 139, 255, 0.15);
        }

    .dashboard-widget .widget-actions {
        position: absolute;
        top: 10px;
        right: 10px;
        display: none;
        gap: 5px;
        z-index: 10;
    }

    .dashboard-widget.edit-mode .widget-actions {
        display: flex;
    }

.widget-actions .btn {
    padding: 4px 8px;
    font-size: 12px;
    height: auto;
}

.widget-actions .btn-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sortable Styles */
.sortable-ghost {
    opacity: 0.4;
    background: #f5f6fa;
    border: 2px solid #798bff;
}

/* Locked Widget Styles */
.dashboard-widget[data-locked="true"] {
    position: relative;
}

    .dashboard-widget[data-locked="true"]::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23798bff"><path d="M12 1C8.676 1 6 3.676 6 7v3H5c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2h-1V7c0-3.324-2.676-6-6-6zm0 2c2.276 0 4 1.724 4 4v3H8V7c0-2.276 1.724-4 4-4z"/></svg>') no-repeat center;
        background-size: contain;
        opacity: 0.6;
    }

    .dashboard-widget[data-locked="true"].edit-mode {
        border-color: #ff9f43;
        cursor: not-allowed;
    }

        .dashboard-widget[data-locked="true"].edit-mode::before {
            content: 'LOCKED';
            position: absolute;
            top: 10px;
            left: 10px;
            background: #ff9f43;
            color: white;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 11px;
            font-weight: 600;
            z-index: 15;
        }

.widget-locked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 159, 67, 0.05);
    border-radius: inherit;
    pointer-events: none;
    display: none;
}

.dashboard-widget.edit-mode[data-locked="true"] .widget-locked-overlay {
    display: block;
}

/* Card widget amount styling */
.card-amount {
    font-size: 32px;
    font-weight: 700;
    color: #1a1e33;
    margin: 15px 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

    .card-amount .change {
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .card-amount .change.up {
            color: #2ed8b6;
        }

        .card-amount .change.down {
            color: #ff6b6b;
        }

.card-sub-title {
    font-size: 13px;
    color: #7a88a7;
}

/* Activity Feed Styles */
.nk-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nk-timeline-item {
    display: flex;
    margin-bottom: 20px;
}

.nk-timeline-split {
    display: flex;
    width: 100%;
}

.nk-timeline-marker {
    width: 12px;
    height: 12px;
    background: #798bff;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #798bff;
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 15px;
}

.nk-timeline-content {
    flex: 1;
    min-width: 0;
}

.nk-timeline-title {
    margin-bottom: 8px;
}

    .nk-timeline-title h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #1a1e33;
    }

.nk-timeline-note {
    font-size: 13px;
    color: #7a88a7;
    line-height: 1.5;
    margin-bottom: 8px;
}

.nk-timeline-date {
    font-size: 12px;
}

/* Sortable Widget Styling */
.grid-stack-item.grid-edit-mode {
    border: 2px dashed #6576ff;
    box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1);
    transition: all 0.2s ease;
}

    .grid-stack-item.grid-edit-mode:hover {
        box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.2);
    }

    .grid-stack-item.grid-edit-mode .grid-stack-item-content {
        cursor: grab;
    }

        .grid-stack-item.grid-edit-mode .grid-stack-item-content:active {
            cursor: grabbing;
        }

.grid-stack .grid-stack-item.ui-draggable-dragging {
    opacity: 0.7;
    background: #f1f3ff;
    border: 2px dashed #6576ff;
    z-index: 3;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .widget-library-sidebar {
        width: 100%;
    }

    .dashboard-widget.edit-mode {
        border: 1px solid #dbdfea;
        cursor: default;
    }

    .sortable-ghost {
        opacity: 1;
        background: #fafbff;
    }

    .dashboard-widget .widget-actions {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .widget-library-footer {
        flex-direction: column;
    }

        .widget-library-footer .btn {
            width: 100%;
        }

    .card-amount {
        font-size: 24px;
    }
}

/* Custom Switch for Lock Toggle */
.custom-control-input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25rem;
}

.custom-switch {
    padding-left: 0;
}

    .custom-switch .custom-control-label {
        padding-left: 0.5rem;
        margin-bottom: 0;
        font-size: 14px;
        color: #1a1e33;
    }

/* Lock Toggle in Header */
.nk-block-head-content .custom-switch {
    display: inline-block;
    margin-right: 15px;
}

/* Collaboration share: dropdown menu appears above Save/Close buttons and scroll container */
.retr-collab-shared-users-list .dropdown-menu {
    z-index: 1060 !important;
}

/* Status saved ring-pulse animation */
@keyframes statusSavedGlow {
    0%   { box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.35); border-color: #34a853; }
    45%  { box-shadow: 0 0 0 3px rgba(52, 168, 83, 0.1); border-color: #34a853; }
    100% { box-shadow: 0 0 0 0 rgba(52, 168, 83, 0); border-color: #dbdfea; }
}
.status-saved-flash {
    animation: statusSavedGlow 1.5s ease-out forwards !important;
    outline: none !important;
}

.nk-ibx-menu li .hover-share-icon { 
    display: none; 
}
.nk-ibx-menu li:hover .hover-share-icon { 
    display: inline; 
}
/* ============================================================
   LO Panel Sidebar Redesign
   ============================================================ */

/* Header */
.nk-ibx-aside .panel-new-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 10px;
}
.nk-ibx-aside .panel-new-header .panel-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nk-ibx-aside .panel-new-header .panel-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #5461b2, #7c6fcd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}
.nk-ibx-aside .panel-new-header h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1a1e33;
}

/* Search */
.nk-ibx-aside .list-search-wrap {
    padding: 18px 16px 15px;
}
.nk-ibx-aside .list-search-wrap .list-search-input {
    width: 100%;
    padding: 6px 10px 6px 30px;
    border: 1px solid #dbdfea;
    border-radius: 6px;
    font-size: 12px;
    background: #f8f9fb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23aab2c4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 10px center;
    color: #526484;
    outline: none;
    transition: border-color 0.2s;
}
.nk-ibx-aside .list-search-wrap .list-search-input:focus {
    border-color: #5461b2;
    background-color: #fff;
}

/* Section labels (Pinned / All Lists / My Lists / Accepted / New Invites) */
.nk-ibx-aside .list-section-label {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 12px;
    margin-top: 6px;
    list-style: none;
}
.nk-ibx-aside .list-section-label .section-label-text {
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #9ca3af;
    white-space: nowrap;
}
.nk-ibx-aside .list-section-label .section-label-badge {
    font-size: 0.65rem;
    font-family: monospace;
    padding: 1px 5px;
    border-radius: 4px;
    background: #0d9488;
    color: #fff;
    font-weight: 500;
}
.nk-ibx-aside .list-section-label .section-label-line {
    flex: 1;
    height: 1px;
    background: #e8eaee;
}
.nk-ibx-aside .sticky-section-label {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}
.nk-ibx-aside .btn-add-list-inline {
    display: flex;
    align-items: center;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.15s;
}
.nk-ibx-aside .btn-add-list-inline:hover {
    color: #6366f1;
}
.nk-ibx-aside .btn-add-list-inline .btn-add-list-label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 0;
    transition: max-width 0.2s ease, margin-left 0.2s ease;
}
.nk-ibx-aside .btn-add-list-inline:hover .btn-add-list-label {
    max-width: 60px;
    margin-left: 4px;
}

.nk-ibx-aside .new-invites-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 16px;
    border-radius: 8px;
    background: #088f8f;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

/* List items */
.nk-ibx-menu li {
    position: relative;
}
.nk-ibx-aside .list-item-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.nk-ibx-aside .list-item-name {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #526484;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.nk-ibx-menu li.active .list-item-name {
    color: #5461b2;
    font-weight: 600;
}
.nk-ibx-aside .list-item-meta {
    display: block;
    font-size: 11px;
    color: #aab2c4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}
.nk-ibx-aside .list-item-right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-left: 4px;
}

/* Count badge */
.nk-ibx-aside .list-count-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 20px;
    background: #e9ecef;
    color: #526484;
    border: none;
    white-space: nowrap;
    text-align: center;
    min-width: 2.25rem;
}
.nk-ibx-menu li.active .list-count-badge {
    background: #5461b2;
    color: #fff;
}

/* 3-dot context menu */
.nk-ibx-aside .list-3dot-menu {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s;
}
.nk-ibx-aside .nk-ibx-menu li:hover .list-3dot-menu,
.nk-ibx-aside .nk-ibx-menu li .list-3dot-menu:has(.list-3dot-dropdown.open) {
    opacity: 1;
    pointer-events: auto;
}
.nk-ibx-aside .btn-3dot {
    background: none;
    border: none;
    padding: 2px 4px;
    cursor: pointer;
    color: #8094ae;
    border-radius: 4px;
    line-height: 1;
    font-size: 14px;
}
.nk-ibx-aside .btn-3dot:hover {
    background: #eef0f7;
    color: #5461b2;
}
.nk-ibx-aside .list-3dot-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    background: #fff;
    border: 1px solid #dbdfea;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 140px;
    z-index: 100;
    overflow: hidden;
}
.nk-ibx-aside .list-3dot-dropdown.open {
    display: block;
}
.nk-ibx-aside .list-3dot-dropdown button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 8px 14px;
    font-size: 13px;
    color: #526484;
    cursor: pointer;
}
.nk-ibx-aside .list-3dot-dropdown button .icon {
    font-size: 14px;
    color: #8094ae;
    flex-shrink: 0;
}
.nk-ibx-aside .list-3dot-dropdown button:hover .icon {
    color: #5461b2;
}
.nk-ibx-aside .list-3dot-dropdown button.danger .icon {
    color: #e85347;
}
.nk-ibx-aside .list-3dot-dropdown button:hover {
    background: #f3f4f6;
    color: #5461b2;
}
.nk-ibx-aside .list-3dot-dropdown button.danger {
    color: #e85347;
}
.nk-ibx-aside .list-3dot-dropdown button.danger:hover {
    background: #fff5f5;
    color: #c0392b;
}
.nk-ibx-aside .list-3dot-dropdown hr {
    margin: 2px 0;
    border-color: #e5e7ef;
}

.nk-ibx-menu li:has(.list-3dot-menu):hover > a.nk-ibx-menu-item {
    padding-right: 28px;
}

/* Footer stats */
.nk-ibx-aside .nk-ibx-status-new {
    flex-shrink: 0;
    padding: 0 16px 10px;
    background: #ffffff;
    margin-top: 20px;
}

.nk-ibx-aside .nk-ibx-status-new .fc-outer-group {
    padding: 10px;
    margin: 10px;
}

.nk-ibx-aside .nk-ibx-status-new .fc-group {
    padding-top: 10px;
}
.nk-ibx-aside .nk-ibx-status-new .fc-group:last-of-type {
    border-bottom: none;
}
.nk-ibx-aside .nk-ibx-status-new .fc-group-title {
    text-align: left;
}
.nk-ibx-aside .nk-ibx-status-new .fc-group-row {
    justify-content: left;
}
.nk-ibx-aside .nk-ibx-status-new .fc-buy-row {
    display: flex;
    justify-content: start;
    padding-top: 4px;
}
/* .nk-ibx-aside .nk-ibx-status-new .btn-buy-credits {
    background: transparent;
    color: #6b7280;
    border: 1.5px solid #e8eaee;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
    width: auto;
    margin-top: 0;
    display: inline-block;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    text-decoration: none;
} */
/* .nk-ibx-aside .nk-ibx-status-new .btn-buy-credits:hover {
    background: #eff6ff;
    color: #5461b2;
    border-color: #5461b2;
    text-decoration: none;
} */

/* Sidebar flex layout: keep footer pinned to bottom */
.nk-ibx-aside {
    display: flex;
    flex-direction: column;
}
.nk-ibx-aside .nk-ibx-nav {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* Simplebar fills full height of the nav area */
.nk-ibx-aside .nk-ibx-nav .simplebar-wrapper,
.nk-ibx-aside .nk-ibx-nav .simplebar-mask,
.nk-ibx-aside .nk-ibx-nav .simplebar-offset,
.nk-ibx-aside .nk-ibx-nav .simplebar-content-wrapper {
    height: 100% !important;
}

/* Make simplebar content fill viewport height so tab lists fill the panel */
.nk-ibx-aside .nk-ibx-nav .simplebar-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.nk-ibx-aside .nk-ibx-nav .cart-list-overflow {
    flex: 1;
}

/* Fix: flex: 1 1 0 gives simplebar a proper computed height to resolve 100% against */
.nk-ibx-aside {
    overflow: hidden;
}
.nk-ibx-aside .nk-ibx-nav {
    flex: 1 1 0 !important;
}

/* Tighter list item spacing */
.nk-ibx-aside .nk-ibx-menu li > a.nk-ibx-menu-item {
    /* padding-top: 5px;
    padding-bottom: 5px; */
}

/* ---- Tab pill switcher (matches mockup) ---- */
.nk-ibx-aside .nav.nav-tabs {
    display: flex;
    gap: 4px;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 3px;
    margin: 0 12px 4px;
    border: none;
    height: auto !important;
}
.nk-ibx-aside .nav-tabs .nav-item {
    flex: 1;
    margin: 0 !important;
    padding: 0 !important;
}
.nk-ibx-aside .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 7px 8px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 500;
    color: #6b7280;
    background: transparent;
    transition: all 0.2s;
    white-space: nowrap;
}
.nk-ibx-aside .nav-tabs .nav-link:hover {
    background: rgba(255,255,255,0.6);
    color: #374151;
}
.nk-ibx-aside .nav-tabs .nav-link.active {
    background: #fff !important;
    color: #1a1d23 !important;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border-bottom-color: transparent !important;
}
/* Count badge inside tabs */
.nk-ibx-aside .nav-tabs .tab-count-badge {
    font-size: 11px;
    background: #e5e7eb;
    color: #6b7280;
    padding: 1px 7px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.4;
}
.nk-ibx-aside .nav-tabs .nav-link.active .tab-count-badge {
    background: #eef0fb;
    color: #5461b2;
}

/* Shared with you summary banner */
.shared-summary-banner {
    margin: 8px 12px 6px;
    padding: 5px 12px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}
.shared-summary-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.shared-summary-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6576ff, #816bff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(101,118,255,.3);
}
.shared-summary-label {
    font-size: 12px;
    font-weight: 700;
    color: #6576ff;
}
.shared-summary-sub {
    font-size: 11px;
    color: #9490cc;
    margin-top: 1px;
}
.btn-shared-overview {
    border: none;
    background: rgba(101,118,255,.13);
    border-radius: 6px;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 700;
    color: #6576ff;
    cursor: pointer;
    font-family: inherit;
    transition: background .15s;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-right: 25px;
}
.btn-shared-overview:hover {
    background: rgba(101,118,255,.22);
}

/* Pending invite indicator dot */
.pending-invite-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 3px;
    margin-bottom: 1px;
    background: #088f8f;
}

/* Remove Bootstrap's active tab underline */
.nk-ibx-aside .nav-tabs .nav-link.active,
.nk-ibx-aside .nav-tabs .nav-link:focus,
.nk-ibx-aside .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.nk-ibx-aside .nav-tabs {
    border-bottom: none !important;
}

/* Remove ::after pseudo-element underline on active nav-link */
.nk-ibx-aside .nav-tabs .nav-link.active::after,
.nk-ibx-aside .nav-tabs .nav-link::after {
    display: none !important;
}

/* Notes: conversation input placeholder (contenteditable div - :empty fails when browser injects <br>) */
#conversationInput:empty::before,
#conversationInput.notes-input-empty::before {
    content: attr(placeholder);
    color: #999;
    font-style: italic;
}

.retr-collab-invite-status {
    font-size: 0.85rem;
    padding: 4px 0 8px;
    font-style: italic;
}

/* Notes: Add to List button with slide-out label */
.notes-sidebar .btn-add-list-inline {
    display: flex;
    align-items: center;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.15s;
}

.notes-sidebar .btn-add-list-inline:hover {
    color: #6366f1;
}

.notes-sidebar .btn-add-list-inline .btn-add-list-label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 0;
    transition: max-width 0.2s ease, margin-left 0.2s ease;
}

.notes-sidebar .btn-add-list-inline:hover .btn-add-list-label {
    max-width: 60px;
    margin-left: 4px;
}
