/* Style new */
body{
    background-color: white!important;
}

.customerinner-tab .nav-item .nav-link{
    border: none;
    border-bottom: 2px solid #ACACAC;
    color: #515253;
    font-size: 12px;
    font-weight: bold;
}
.customerinner-tab .nav-item .nav-link.active{
    border-color: #515253;
    color: #4E83EB;
}

.total-Price p{
    font-size: 13px;
    font-weight: regular;
    color: #7C7C7C;
}
.total-Price p strong{
    font-weight: bold;
    color: black;
}
.button-fullScreen{
    cursor: pointer;
    display: flex;
}
.js-dropdown-calendar{
    z-index: 2;
}
.customerinner .dropdown-menu.show{
    transform: translate3d(3px, 36px, 0px)!important;
}
.customerinner .dropdown{
    border: none!important;
    padding: 0!important;
}
.dropdown.show .js-button-dropdown-calendar{
    border: 1px solid #4E83EB;
}


.js-dropdown-calendar{
    padding: 5px 10px;
    background-color: white;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
}
.js-button-dropdown-calendar{
    display: flex;
    position: relative;
    z-index: 3;
    background-color: white;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    padding: 4px 15px;
    margin-bottom: 10px;
}
.js-button-dropdown-calendar::after{
    display: none!important;
}
.disable{
    pointer-events: none;
    filter: grayscale(1);
    opacity: .4;
}
.js-button-dropdown-calendar__secondary{
    opacity: 0.6;
    margin-bottom: 0;
}
.js-button-dropdown-calendar__secondary:hover{
    opacity: 1;
}
.active-button{
    opacity: 1;
}
.js-button-dropdown-calendar:focus{
    outline: none!important;
}
.js-button-dropdown-calendar:focus-visible{
    outline: none!important;
}

.select2-selection.select2-selection--single:focus{
    outline: none!important;
}
.select2-selection.select2-selection--single:focus-visible{
    outline: none!important;
}

.js-button-dropdown-calendar.active{
    border-color: white;
}
.customerinner.backdrop:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(100,100,100,0.5);
    content: '';
    z-index: 1;
}

.dates{
    border: none;
}
.dates .dates-selecteds{
    
}
.dates .dates-selecteds p{
    color: black!important;
}
.dates .dates-selecteds span{
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
}
.dates .red span{
    background-color: #F15254;
}
.dates .blue span{
    background-color: #4E83EB;
}
.dates .orange span{
    background-color: #E7852C;
}
.dates .green span{
    background-color: #41AF59;
}


.dropdown-calendars{
    background-color: white;
    padding-top: 50px;
    padding: 50px 10px 10px 10px!important;
    border-radius: 5px;
    max-width: 784px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
}
.dropdown-calendars.active{
    display: block;
}
.calendarsActive{
    display: block;
}

.input-date{
    padding: 3px 10px;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    width: 82px;
    font-size: 12px;
}
.input-date:focus-visible{
    outline: none;
}
.input-date:focus{
    outline: none;
}
.input-date.blue::placeholder{
    color: #4E83EB;
}
.input-date.red::placeholder{
    color: #F15254;
}
.input-date.blue{
    color: #4E83EB;
}
.input-date.red{
    color: #F15254;
}
/* Full screen */
.full-screen .headerLogo{
    width: 70px;
    min-width: auto!important;
}
.full-screen .headerLogo img{
    padding: 0;
    width: 45px;
}
.full-screen .section__menu{
    width: 70px;
    max-width: 70px!important;
}
.full-screen .section__menu .section__nav{
    width: 70px;
}

.full-screen .bars-nav span{
    width: 100%!important;
}

.full-screen .section__nav__link__text{
    display: none;
}
/* Full screen */
.select2-container .select2-selection--single{
    border-radius: 5px!important;
}
.select2-container .select2-selection--single{
    height: 30px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px!important;
}

.datepicker.active{
    display: flex!important;
    justify-content: center!important;
}
.label-calendars label{
    font-size: 12px;
}
.modal-calendars .modal-header{
    border: none;
}

.section__header .dropdown-menu{
    left: auto!important;
    right: 0px;
    width: auto!important;
}

.card-contact-details__description p{
    font-size: 13px;
    font-weight: 400;
}

.section__content__inner h2{
    height: 29px;
}

.latest-orders .latest-orders-content{
    max-height: 419px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}
.latest-orders .latest-orders-content .latest-orders-content__item{
    border-bottom: 1px solid #d3d3d3;
}

.latest-orders-content__item{
    color: #6d6d6d;
}
.latest-orders-content__item:hover{
    background-color: #f6f6f6;
    color: #6d6d6d;
    text-decoration: none;
}


/* .datepicker.datepicker-dropdown.active.datepicker-orient-left.datepicker-orient-bottom{
    display: block!important;
    left: 0!important;
    top: 0!important;
} */



.option-group-primary__input{
    position: absolute;
    transform: scale(0);
}
.option-group-primary__box{
    
    min-height: 34px;
    min-width: 43px;
    border: 1px solid #4E83EB;
    border-radius: 5px;
    filter: grayscale(1);
    color: black;
    opacity: 0.4;
}
.option-group-primary__input:checked+.option-group-primary__box{
    border-color: #4E83EB;
    color: black;
    filter: grayscale(0);
    opacity: 1;
}



@media (max-width:992px){
    .custom-primary-calendar input{
        pointer-events: all;
    }
    .custom-primary-calendar .datepicker{
        display: none;
        left: inherit!important;
        top: inherit!important;
    }
    .range-primary-calendar input{
        pointer-events: all;
    }
    .range-primary-calendar .datepicker{
        display: none;
        left: inherit!important;
        top: inherit!important;
    }
}
@media (max-width:576px){
    .js-button-dropdown-calendar{
        width: 100%;
    }
    
}
@media (max-width:576px){
    .js-button-dropdown-calendar__secondary{
        margin-bottom: 10px;
    }
    
}

.modal-width-custom{
    /* single */
    /* max-width: 305px; */
    /* double */
    max-width: 606px;
    margin: 0 auto;
}


.modal-md-custom{
    max-width: 305px;
    margin: 0 auto;
}
.modal-body-custom{
    height: 310px;
}
/* custom */
.custom-primary-calendar .datepicker{
    display: flex;
    left: -278px!important;
    left: 8px!important;
}
.custom-primary-calendar .datepicker.datepicker-dropdown .datepicker-picker{
    box-shadow: none!important;
}
.custom-primary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.focused {
    background-color: #4E83EB;
    color: white;
    border-radius: 0px;
}
.custom-primary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.range {
    background-color: #c5d3ee;
    color: black;
    border-radius: 0px;
}
.custom-primary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.range-start {
    background-color: #4E83EB;
    color: white;
    border-radius: 0px;
}
.custom-primary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.range-end {
    background-color: #4E83EB;
    color: white;
    border-radius: 0px;
}

.custom-primary-calendar input{
    pointer-events: none;
    opacity: 0;
}
.custom-secondary-calendar input{
    pointer-events: none;
    opacity: 0;
}
.custom-secondary-calendar .datepicker{
    left: 8px!important;
    top: -8px!important;
}
.custom-secondary-calendar .datepicker.datepicker-dropdown .datepicker-picker{
    box-shadow: none!important;
}
.custom-secondary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.focused {
    background-color: #4E83EB;
    color: white;
    border-radius: 0px;
}
.custom-secondary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.range {
    background-color: #c5d3ee;
    color: black;
    border-radius: 0px;
}
.custom-secondary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.range-start {
    background-color: #4E83EB;
    color: white;
    border-radius: 0px;
}
.custom-secondary-calendar .datepicker.datepicker-dropdown .datepicker-cell.day.range-end {
    background-color: #4E83EB;
    color: white;
    border-radius: 0px;
}

.datepicker-view.datepicker-grid .datepicker-cell{
    height: 2.2rem!important;
    line-height: 2.2rem!important;
    margin-bottom: 8px!important;
}


.datepicker-picker span{
    border-radius: 0!important;
}
.datepicker-picker .datepicker-header{
    margin-bottom: 15px;
}
.datepicker-picker .datepicker-picker{
    box-shadow: none!important;
}

.datepicker.datepicker-dropdown .datepicker-picker{
    box-shadow: none!important;
}




.custom-range-one__input-one{
    height: 200px;
}
.custom-range-two__input-one{
    height: 166px;
}
.custom-range-one .custom-range-one__input-one.blue-pal-dashboard .focused{
    background-color: #4E82EA;
    color: white;
    font-weight: bold;
}
.custom-range-one .custom-range-one__input-one.blue-pal-dashboard .range-start{
    background-color: #4E82EA;
    color: white;
    font-weight: bold;
}
.custom-range-one .custom-range-one__input-one.blue-pal-dashboard .range-end{
    background-color: #4E82EA;
    color: white;
    font-weight: bold;
}
.custom-range-one .custom-range-one__input-one.blue-pal-dashboard .range{
    background-color: #4E82EA38;
}
.custom-range-one .custom-range-one__input-one .datepicker{
    display: flex!important;
    justify-content: center;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    position: relative!important;
}
.custom-range-one .custom-range-one__input-two .datepicker{
    display: none!important;
}



.custom-range-two .custom-range-two__input-one.green .focused{
    background-color: #41AF59;
    color: white;
    font-weight: bold;
}
.custom-range-two .custom-range-two__input-one.green .range-start{
    background-color: #41AF59;
    color: white;
    font-weight: bold;
}
.custom-range-two .custom-range-two__input-one.green .range-end{
    background-color: #41AF59;
    color: white;
    font-weight: bold;
}
.custom-range-two .custom-range-two__input-one.green .range{
    background-color: #41af5938;
}
.custom-range-two .custom-range-two__input-one .datepicker{
    display: flex!important;
    top: 0!important;
    position: absolute!important;
}
.custom-range-two .custom-range-two__input-two .datepicker{
    display: none!important;
}

.datepicker-controls .next-btn, .datepicker-controls .prev-btn{
    border-radius: 50%!important;
    background-color: #EBEBF0!important;
}










.customerslist a{
    font-size: 13px;
    font-weight: 400;
    color: black;
}
.customerslist .btn-view{
    width: 18px!important;
    height: 18px!important;
    display: flex;
}
.customerslist .icon{
    width: 18px;
    height: 18px;
}

.change-boxes{
    background-color:rgba(208, 201, 121, 0.2)!important
}

.change-boxes .icon-action-item--change{
    display: flex;
}

.many-boxes .icon-action-item--check{
    display: flex;
}
.many-simple .icon-action-item--cart{
    display: flex;
}

.icon-action-item{
    width: 22px;
    height: 22px;
    padding: 3px;
    border: 1px solid transparent;
    font-size: 12px;
    border-radius: 50%;
    display: none;
}
.icon-action-item svg{
    width: 16px;
    height: 16px;
    display: flex;
}

.icon-action-item--change{
    background-color: #f0c554;
    color: white;
}

.icon-action-item--cart{
    background-color: #fff;
    border: 1px solid #4E83EB;
    color: #4E83EB;
}
.icon-action-item--check{
    background-color: #79d09a;
    color: white;
}

.block-body {
    overflow:hidden;
}

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color:#ffffffba;
    backdrop-filter: blur(3px);
    z-index: 100000;
}
.preloader .preloader__content{
    height: 100vh;       
}

.preloader .preloader__content .preloader-gif img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

#CanvasChart canvas{
    transform: scale(0.9);
}

.heading a{
    text-decoration: none;
}

.content-pagination .pagination, .content-pagination .pagination li a{
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subtotal-col{
    max-width: 100px;
}
.subtotal-col div{
    max-width: 100px;
}
.units-col{
    max-width: 100px;
}
.units-col div{
    max-width: 100px;
}
.f-size-13{
    font-size: 13px!important;
    width: 18px;
    height: 18px;
}
.width-25{
    display: flex;
    width: 35px;
}
.headingCondivols{
    width: 300px;
}
.footer{
    height: auto!important;
}

.bars-nav{
    width: 12px;
    height: 12px;
    position: relative;
    display: flex;
}
.bars-nav span{
    position: absolute;
    width: 12px;
    height: 2px;
    left: 0;
    background-color: #515253;
    transition: .4s;
}
.bars-nav span:nth-of-type(1){
    width: 100%;
    top: 0;
}
.bars-nav span:nth-of-type(2){
    width: 75%;
    top: calc(50% - 1px);
}
.bars-nav span:nth-of-type(3){
    width: 50%;
    bottom: 0;
}

.button-delete{}
.button-delete:hover span{
    background-color: #4E83EB;
}
.button-delete span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d6d6d6;
}
.button-delete span img{
    width: 10px;
    height: 10px;
    object-fit: cover;
    filter: invert(1);
}

.searcher{
    position: relative;
}
.searcher input{
    border-radius: 5px;
    padding: 5px 35px 5px 43px!important;
    width: 300px;
    border: 1px solid white;
}
.searcher input:focus{
    outline: 1px solid #4E83EB!important;
}
.searcher input:focus-visible{
    outline: 1px solid #4E83EB!important;
}
.searcher .icon-search{
    position: absolute;
    left: 10px;
    height: 22px!important;
}
.searcher .button-delete{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.btn-login a{
    text-decoration: none;
}
.btn-login a button:hover{
    background-color: #4E83EB;
    color: white!important;
}


.shipping-details h3 span{
    color: #7C7C7C;
}
.shipping-details .total-cost{
   color: #000;
   font-weight: 700;
}
.border-md-right{
    border-right: 1px solid #AFAFAF;
}

.dropdown{}
.dropdown .dropdown-menu{
    width: 280px;
}


@media (max-width:768px){
    .custom-primary-calendar input{
        pointer-events: all;
        opacity: 1;
    }
    .custom-secondary-calendar input{
        pointer-events: none;
        position: absolute;
        opacity: 0;
    }
    .custom-primary-calendar .datepicker{
        display: none;
        left: inherit!important;
        top: inherit!important;
    }
   
    .modal-body-custom{
        height: auto;
    }
    .border-md-right{
        border-right: none;
    }
}

.modal-body #modal-img{
    max-width: 360px!important;
    height: 360px!important;
    object-fit: contain!important;
}


/*fix for small res*/

#shopping-cart {
    overflow:auto;
    }
/*TODO fix use of important*/
.content-pagination .pagination li:nth-of-type(1) a::before{      content: "\e90e"!important;}

}

 
/* .select2-container .select2-selection--single .select2-selection__rendered {*/
/*     background-color :red!important;*/
/*    border-radius: 5px;*/
/*    padding: 5px 35px 5px 43px;*/
/*    width: 300px;*/
/*    border: 1px solid white;*/
/*}*/

