﻿
/*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;
}
.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;
}

.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;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !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;
}

.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;
}


.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;
}


.text-success {
    color: #088f8f !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;
}

@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-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
}

.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;
}

.modal-xl {
    --bs-modal-width: 950px;
}

.modal-xxl {
    --bs-modal-width: 1010px;
}

.modal-xxxl {
    --bs-modal-width: 1100px;
}


.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 {
        color: #9E9E9E;
        
        margin-bottom: 14px;
        margin-top: 0px;
    }

    .property .features {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        .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;
        width: 300px;
        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;
}



.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 {
    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;}


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
}

.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;
}

.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;
}

.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: 500px;
    overflow: hidden auto;
    scrollbar-width: thin;
}

.cart-list-overflow {
    max-height: calc(100% - 240px);
    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;
}