/* =============== scroll css ==================== */
@media (min-width: 991px){
    body *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    body *::-webkit-scrollbar-thumb {
        background: #dadce0;
        background-clip: padding-box;
        border: 2px solid transparent;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    body *::-webkit-scrollbar-track {
        background: inherit;
        border: none;
    }
    body.vertical-layout.vertical-menu.menu-expanded .main-menu {
        min-width: max-content;
    }
}
/* =============== scroll css  ends==================== */

/* =============== css ==================== */
:root {
    --pri: #456dff;
    --sec: #6E6E6E;
    --c1: #456dff;
    --c2: #3A897B;
    --c3: #FDB900;
    --c4: #8B8B8B;
    --c5: #47A9A9;
    --c6: #EB7380;
    --c7: #EB1414;
    --cs1:#C6E8C6;
    --cs2:#C4D6FF;
    --cs3:#ffffff;
    --cs4:#FFB0AD;
    --cs5:#FDE3C8;
    --cs6:#FFB0AD;
    --cs7:#C6E8C6;
    --c8: #FF7A00;

    --bghover: #F5F5F5;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: 'Poppins', sans-serif !important;
}
p {
    margin-bottom: 0.5rem;
}

.navigation {
    font-family: 'Poppins', sans-serif !important;
}

.header-navbar {
    font-family: 'Poppins', sans-serif !important;
}

.height1 {
    height: calc(100vh - 150px);
}

.main-menu.menu-light .navigation > li {
    font-weight: 500;
}

.modal-content {
    border: none;
    box-shadow: 0 0 20px #00000066;
}

.app-content.content {
    min-height: calc(100vh - 56px);
}

a {
    color: #404e67;
}
a:hover {
    color: #404e67;
}
.navigation {
    font-size: 12px;
}
.main-menu.menu-light .navigation > li ul {
    font-size: 12px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #456dff;
}
.header-center-nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500px;
    color: var(--pri);
}
.nav.nav-tabs.nav-underline {
    border-bottom: 1px solid #cacaca;
}
.nav.nav-tabs .nav-item a.nav-link {
    font-size: 14px;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link {
    color: #1d1d1d;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus {
    color: #456dff;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    color: #456dff;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus, .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover {
    color: #456dff;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    background: #456dff;
}

.page-create-store .input-group-append .input-group-text {
    background-color: #838383;
}

.page-create-store .input-group-append .input-group-text i {
    color: #fff;
}

.time-hour {
    max-width: 250px;
}
.utime-hour {
    max-width: 250px;
}

.form-control:focus {
    border-color: #456dff;
}
.custom-select:focus {
    border-color: #456dff;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%), 0 0 5px rgb(69 109 255 / 50%);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #456dff !important;
    margin: 2px !important;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #456dff !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
    background: #f5f7fa !important;
    color: #4e5154;
    border: thin solid #babfc7 !important;
    padding: .70rem 1.2rem !important;
}
.bootstrap-touchspin-down:hover, .bootstrap-touchspin-up:hover {
    color: #4e5154 !important;
    background: #f5f7fa !important;
    border: thin solid #babfc7 !important;
}

.btn-bottom-center {
    position: fixed;
    bottom: 11px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    z-index: 9;
}

.btn[data-repeater-create] {
    background-color: transparent !important;
    color: #456dff !important;
    border: none;
    padding: 0px;
}


.btn[data-repeater-create]:before {
    font-family: feather;
    content: "\e8b1";
}

.card {
    box-shadow: 0 0 12px #efefef29;
}
.card {
    margin-bottom: .5rem;
}

.modal-title {
    font-size: 15px;
    font-weight: 500;
}
.table {
    margin-bottom: 0;
}
.table-hover {
    cursor: pointer;
}
.table-hover > tbody > tr:hover {
    color: #404e67;
    background-color: var(--bghover);
}
.table-hover > tbody > tr.open td {
    color: #ffffff;
    background-color: #456dff;
}
.table-hover > tbody > tr.open td * {
    color: #ffffff !important;
}
.table-hover > tbody > tr.open td .btn {
    background: transparent !important;
    border: solid thin #ffffff !important;
}
.table-hover > tbody > tr.open td:nth-child(2) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.table-hover > tbody > tr.open td:nth-last-child(2) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.table-hover > tbody > tr.open td img.round{
    border: solid thin white;
}
.table-hover > tbody tr.row-more-details, .table-hover > tbody tr.row-more-details:hover {
    color: #404e67;
    background-color: #FAFAFA;
}
.table-hover > tbody tr.row-more-details tbody tr:hover{
    color: #404e67;
    background-color: var(--bghover);
}

.table-hover > tbody tr.row-more-details th {
    color: #404e67;
    background-color: transparent;
}.table img {
     width: 22px;
     height: 22px;
 }
tr.has-more-details {
    cursor: pointer;
}
tr.has-more-details.open {
    transition: background 1s ease;
}
tr.row-more-details > td {
    padding: 4px;
}
tr.row-more-details > td > .table tr {
    background: transparent;
}
.table-min-height > tbody > tr > td {
    /*height: 70px;*/
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 0 8px #00000017;
    min-width: 200px;
    font-size: 12px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.dropdown-menu i {
    margin-right: .5rem;
}
.dropdown-item {
    padding: 1rem 1.5rem;
}
.modal {
    background: #00000050;
}
.repeater-first-hide [data-repeater-item]:first-child [data-repeater-delete] {
    display: none;
}
.danger {
    color: #EB1414;
}

th {
    font-weight: 500;
}
.table td {
    vertical-align: middle;
}
.table th, .table td {
    border-top: 1px solid #e3ebf3;
    padding: 0.5rem 1rem;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.table tr {
    background: white;
}
.wms-table tr {
    background: transparent;
}

.input-group.bootstrap-touchspin {
    max-width: 165px;
}

form label {
    color: #6E6E6E;
    font-size: 12px;
}

th.table-img-head {
    width: 80px;
    padding-left: 18px;
    padding-right: 10px;
}
.row-more-details .table{
    background: #EDF0FA;
    border-radius: 8px;
    overflow: hidden;
}
.row-more-details .table > thead tr:first-child > th {
    border-top: none;
}
.row-more-details .table > tbody tr:last-child > td {
    border-bottom: none;
}
.modal tr.row-more-details > td {
    padding: 15px 45px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #456dff;
    border-color: #456dff;
}

.tooltip.show {
    opacity: 1;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #000;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #efe9e9;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #efe9e9;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #efe9e9;
}
.tooltip-inner {
    padding: 0.5rem 1.5rem;
    color: #fffc;
    background-color: #000;
    border-radius: 4px;
    font-size: 12px;
    max-width: max-content;
}

html body .content .content-wrapper {
    padding: 0.5rem;
}
.custom-select:disabled {
    background-color: #ECEFF1;
}
/*.bootstrap-touchspin-down, .bootstrap-touchspin-up {
    padding: 0.70rem 1.75rem !important;
}*/

@media (max-width: 575px) {
    .card {
        margin-bottom: 1rem;
    }
}


/* =========================  header css =========================== */
body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {
    width: 0;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-header {
    width: 0;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand .brand-text {
    animation: none;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-brand .brand-text {
    animation: none;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
    margin-left: 0;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container {
    margin-left: 0;
}

.avatar {
    /*background: #456dff;*/
}

/*.avatar img {
    height: 100%;
    /*width: 18px;
}*/

.header-navbar .navbar-header {
    position: initial;
}

.header-navbar .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.header-navbar .page-heading {
    display: inline-block;
    font-weight: 500;
    padding: 15px 5px;
    margin: 0;
}

.dropdown .dropdown-menu {
    box-shadow: 0 1px 18px rgb(0 0 0 / 5%);
}

.navbar .navbar-brand {
    padding: 5px 0 !important;
}
.header-navbar .navbar-header .navbar-brand .brand-logo {
    height: 48px;
    padding: 13px;
}
.header-right-icons{
    padding: 1.2rem 0rem 1rem 0.8rem !important;
}

.header-right-icons i {
    font-size: 1.6rem;
}

.secondary-nav {
    padding: 0.5rem 1rem !important;
}

.nav-pills .nav-link, .nav-pills > .nav-link {
    /* padding: 0rem 1rem; */
    margin-top: 0;
    line-height: 1.2;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
    margin-top: 0;
    background-color: #456dff;
    border-radius: 30px;
}

.my-nav1 {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}
.my-nav1 .nav {
    padding: 0;
    width: max-content;
}


.nav-pills .nav-link {
    color: #1d1d1d;
}
.ck-list {
    max-height: 400px;
    overflow: scroll;
}
/* ======================= mobile-responsive-css Start ========================*/
@media (max-width: 767px) {
    .header-navbar .page-heading {
        display: none;
    }
    .mobile-css1{
        display: block !important;
    }
    .mobile-css2{
        padding:15px 10px;
        border-bottom:1px solid #e5e5e5;
    }
    .mobile-css.btn-bottom-center{
        position: fixed;
        bottom: 70px;
        left: 50%;
        color: white;
        transform: translateX(-50%);
        z-index:9;
    }
    .mobile-css.btn-bottom-centerTWO{
        bottom: 63px !important;
        left: 0 !important;
        right: 0 !important;
    }
    /* .mobile-css.margin-lg .btn-bottom-centerTWO1{
        bottom:110px;
    }
    .mobile-css.margin-lg .btn-bottom-centerTWO2{
        bottom:110px;
    }
    .mobile-css.btn-bottom-centerTWO1{
        bottom: 70px !important;
        right: 46% !important;
        transform: translateX(-68%);
    }
    .mobile-css.btn-bottom-centerTWO2{
        bottom: 70px !important;
        right: 11% !important;
        transform: translateX(-32%) !important;
    } */
    /* .mobile-css.btn-bottom-centerTWO1,.btn-bottom-centerTWO2.type1{
        bottom: 10px !important;
        z-index: 999;
    } */
    .mobile-css.mobile-font-sm{
        font-size:12px !important;
    }
    .mobile-btn{
        display: none !important;
    }
    .mobile-dispaly-N{
        display: none !important;
    }
    .mobile-css.btn{
        padding: 9px 10px;
    }
    .mobile-css.font-medium-3{
        font-size:26px !important;
    }
    .mobile-css.round{
        border-radius:70px;
    }
    .mobile-css.scrollable-table-wrapper {
        width: 100%;
        overflow: auto;
        height: auto;
        padding-bottom:150px;
    }
    .scrollable-table-wrapper-mobile-destop {
        height: calc(100vh - 357px) !important;
        overflow-y: auto;
    }
    /* .scrollable-table-wrapper-mobile-destop2 {
        height: 100%;
        overflow-y: auto;
    } */
    .mobile-css.total-of-table{
        position: sticky;
        bottom:0px;
    }
    .mobile-css.footer1{
        border-top:1px solid #e5e5e5;
    }
    .mobile-css.footer1 {
        padding: 10px;
        background: white;
        position: fixed;
        height: 60px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 99;
    }
    .mobile-css.mobile-tab-s{
        overflow:auto;
    }
    .mobile-css.mobile-tab-a{
        display: flex;
        width: 100%;
        min-width: max-content;
    }
    .mobile-css.flex-column{
        flex-direction:unset !important;
    }
    .mobile-css.left-content1{
        height: auto;
    }
    .mobile-css.mobile-padding-r{
        padding-right:15px !important;
    }
    .mobile-css.mobile-padding-l{
        padding-left:15px !important;
    }
    .mobile-css .mobile-padding-b{
        padding-bottom:15px !important;
    }
    .mobile-border-b{
        border-bottom:1px solid #e5e5e5;
    }
    .mobile-css.mobile-padding {
        padding:0px!important;
    }
    .mobile-css li.mobile-padding {
        padding:0px!important;
    }
    .mobile-css.mobile-margin-r{
        margin-right:16px;
    }
    .mobile-css.mobile-margin-l{
        margin-left:16px !important;
    }
    .mobile-css.mobile-marginX-none{
        margin-right:0px !important;
    }
    .mobile-css .mobile-d-none{
        display:none;
    }
    .mobile-css.right-content{
        height: calc(100vh - 189px);
    }
    .mobile-css.my-pagination1{
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-css.app-content{
        height: calc(100vh - 0px) !important;
    }
    .mobile-css.bottom-button-wrapper{
        position: fixed;
        bottom:0;
        z-index: 99;
    }
    .mobile-css .checkbox-chips{
        padding: 8px 6px 2px 9px;
    }
    .mobile-css-master li a.mobile-paddingXY{
        padding: 15px !important;
    }
    .mobile-css.mobile-paddingY{
        padding-top: 15px;
        padding-top: 15px;
    }
    .mobile-css.mobile-padding-b-LG{
        padding-bottom:100px !important;
    }
    .mobile-css.mobile-padding-b-XL{
        padding-bottom:150px !important;
    }
    .mobile-css.mobile-padding-b-M{
        padding-bottom:60px !important;
    }
    .mobile-css.right-bar{
        width:350px;
    }
}
/* ======================= mobile-responsive-css End ========================*/
/* =====================New Desktop CSS For Responsive ======================*/
    .total-of-table{
        position: sticky;
        bottom:0px;
    }
    .bg-sec{
        background-color: #fff;
        padding: 5px 7px;
        border-radius: 30px;
    }
    .desktop-paddingXY{
        padding:20px;
    }
    .desktop-paddingXY-small{
        padding:10px;
    }
    .desktop-css-master.custom-nav2 .nav-item .active{
        color:#fff;
        background-color:#456dff;
    }
    .desktop-css-master.custom-nav2 .nav-item .active{
        color:#fff;
        background-color:#456dff;
    }
    .desktop-css-master.custom-nav2 .nav-item .active div span i{
        color:#fff !important;
    }
    .desktop-css-master.custom-nav2 .nav-item .active div span small{
        color:#fff !important;
    }
    /* ==hover-bg-primary */
    .desktop-css-master.custom-nav2 .nav-item .hover-bg-primary:hover{
        background-color:#ECF0FF;
    }
    .desktop-css-master.custom-nav2 .nav-item .hover-bg-primary.active:hover{
        background-color:#456dff;
    }
    .card-header{
        padding: 1rem 1rem;
        margin-top:auto;
        margin-bottom:auto;
    }
    .btn-bottom-centerTWO{
        position: fixed;
        bottom: 10px;
        z-index: 9999;
        right: 17px;
        /* width:100%; */
    }
    /* .desktop-css-master .btn-bottom-centerTWO2{
        position: fixed;
        bottom: 10px;
        right:1%;
        color: white;
        transform: translateX(-4%);
        z-index:999;
    } */
    .scrollable-table-wrapper-desktop{
        max-height: calc(100vh - 420px);
        overflow-y: auto;
    }
    .scrollable-table-wrapper-mobile-destop {
        height: calc(100vh - 263px);
        overflow-y: auto;
    }
    /* .scrollable-table-wrapper-mobile-destop2 {
        height: 100%;
        overflow-y: auto;
    } */
    .filter-check-bg{
        background-color:#E3E8F8;
    }
    /* .filter-check-bg a{
        color:#456DFF;
    } */
    .border-right-1{
        border-right:1px solid #C2CEFA !important;
    }
    .pri-bgc1{
        background-color:#b8b7b7!important;
        color:#000;
    }
    .pri-bgc2{
        background-color:#dfdfdf!important;
        color:#000;
    }
    /* == */
/* =====================End Desktop Css====================================== */

/* ========================= Main Menu Css =======================*/
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
    right: -241px;
    width: 241px;
    font-weight: 600;
    color: #404e67;
    text-transform: uppercase;
    text-align: left;
    background-color: white;
    padding: 13px 20px;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(247 247 247);
}

.main-menu.menu-light .navigation > li.open {
    border-left: 4px solid #456dff;
}
.main-menu-icon {
    width: 14px;
    margin-right: 12px;
    /*margin-left: 6px;*/

}

.main-menu-icon + .menu-title {
    vertical-align: middle;
}

.account-switch {
    font-weight: 600;
    border-bottom: solid thin #f7f7f7;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title.account-menu-heading {
    text-align: center;
}

.btn-inside-menu {
    background: #fff;
    width: fit-content;
}

.btn-inside-menu:hover {
    background: #fff !important;
}

.menu-b-top {
    border-top: solid thin #f7f7f7;
    border-bottom: solid thin #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu.menu-light ul.menu-popout li.hover > a, .main-menu.menu-light ul.menu-popout li:hover > a, .main-menu.menu-light ul.menu-popout li.open > a {
    background: white;
    box-shadow: 0px 12px 15px 0px rgb(215 214 214 / 22%);
}
.main-menu.menu-light .navigation > li ul .open li:hover > a {
    background: whitesmoke;
}

/*.main-menu.menu-light .navigation > li ul .open > a {
    background: white;
    box-shadow: 0px 12px 15px 0px rgb(215 214 214 / 22%);
}*/

/*.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
    background: white;
    box-shadow: 0px 12px 15px 0px rgb(215 214 214 / 22%);
}*/

.business-menu > li.hover > a, .business-menu > li:hover > a, .business-menu > li.open > a, .business-menu > li.active > a {
    background: #f7f7f7 !important;
}

.main-menu.menu-light ul.menu-popout .open li.hover > a, .main-menu.menu-light ul.menu-popout .open li:hover > a {
    background: initial;
}

.main-menu.menu-light li.open > a {
    color: #456dff !important;
    font-weight: 600;
    font-size: 14px;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > ul.menu-content li {
    white-space: nowrap;
    position: relative;
}

.main-menu.menu-light ul.menu-popout .open > ul .open {
    background: white;
}
.main-menu.menu-light ul.menu-popout .open > ul .open > ul {
    background: white;
}
.has-sub.open > ul > li > a {
    font-size: 12px;
}
.third-level-menu {
    /*background: #f7f7f7;*/
}

.main-menu.menu-light .navigation > li ul li > a {
    padding: 8px 30px 8px 54px;
}

.page-link {
    color: #456dff;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #456dff;
    border-color: #456dff;
}
.page-link:hover {
    color: #1d1d1d;
}


/* ========================= Main Menu Css Ends =======================*/

/* ======================== btn css ================== */
.btn {
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 2px solid;
}
btn-primary:hover {
    border-color: #456dff !important;
}

.btn-primary:focus, .btn-primary:active {
    border-color: #456dff !important;
}

.btn-light1 {
    background: #f7f7f7 !important;
    color: #456dff !important
}
.btn-light2 {
    background: #f7f7f7 !important;
    color: #6E6E6E !important;
    border: thin solid;
    font-size: 12px;
}
.btn-light2:focus {
    outline: none;
}

.btn-outline-secondary {
    border-color: #dadce0 !important;
}

.btn-outline-secondary:hover {
    background: #f7f7f7 !important;
    color: #1C1C1D !important;
}
.header-select-bussiness-btn:hover, .header-select-bussiness-btn:active {
    background: white !important;
    color: #404e67 !important;
}

.my-btn1 {
    background-color: #D7E3FE !important;
    color: #1473E6 !important;
    border: none;
    font-size: 12px;
}
.my-btn2 {
    background-color: #FAEBC9 !important;
    color: #AC5600 !important;
    border: none;
    font-size: 12px;
}
.my-btn3 {
    background-color: #C9E7C9 !important;
    color: #0D6F00 !important;
    border: none;
    font-size: 12px;
}
.my-btn4 {
    background-color: #ffe5e2 !important;
    color: #ED4634;
    border: none;
    font-size: 12px;
}
.my-btn4:hover {
    background-color: #ED4634 !important;
    color: #fff;
    border: none;
}
.my-btn5 {
    font-size: 12px;
    background-color: white !important;
    border: none;
}

/* ==================== Cards css =================*/
.card .card-title {
    text-transform: unset;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}
.card-header > *:not(.btn), .card-header {
    font-size: 14px;
}
.card-header .heading-elements a, .card-header .heading-elements-toggle a {
    padding: 0;
}

/* =================== badge css ================= */

.account-badge {
    vertical-align: middle;
    color: #456dff;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #d6dfff;
    margin-right: 8px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.badge-2 {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: table-cell;
}

.ac1-avatar {
    color: #456dff;
    background: #d6dfff;
}

/* =================== Color Css ================== */
.bg-c1 {
    background: var(--c1) !important;
}

.bg-c2 {
    background: var(--c2) !important;
}

.bg-c3 {
    background: var(--c3) !important;
}

.bg-c4 {
    background: var(--c4) !important;
}
.bg-c5 {
    background: var(--c5) !important;
}
.bg-c6 {
    background: var(--c6) !important;
}
.bg-c8 {
    background: var(--c8) !important;
}

.nav-bg1 {
    background: #fcfcfd !important;
}

.c1 {
    color: var(--c1) !important;
}

.c2 {
    color: var(--c2)!important;
}

.c3 {
    color: var(--c3) !important;
}

.c4 {
    color: var(--c4) !important;
}
.c5 {
    color: var(--c5) !important;
}
.c6 {
    color: var(--c6) !important;
}
.c7 {
    color: var(--c7) !important;
}
.c8{
    color: var(--c8) !important;
}
/* ==================== Checkbox Css =================== */

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #456dff;
    background-color: #456dff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #456dff;
    border-color: #456dff;
}
.custom-control-label::before {
    background-color: #fff;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #456dff;
}

/* =============================== my created classes ================== */
.content-wrapper .content-body .text-center .right-vertical-bar {
    width: 50px;
    min-height: calc(100vh - 56px);
    position: fixed;
    top: 56px;
    right: 0;
    background: white;
}
.content-wrapper.p-0 .floor-right-menu{
    width: 50px;
    min-height: calc(100vh - 147px);
    position: absolute;
    top: 72px;
    right: 0;
    background: white;
}
.sticky-row th {
    border: none;
    background-color: #f5f7fa !important;
}
.sub-module-text{
    font-size: 12px;
    font-weight: 400;
    color: #606060;
}
.module-text{
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.module-list{
    color: #606060 important;
    background-color: #f7f7f7 !important;
}
.module-row{
    background-color: #F6F8FF;
}
.pack-count{
    font-weight: 500;
    font-size:12px;
    color: #000;
}
.section-heading-1{
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.pack-count{
    font-size:12px;
    font-weight: 500;
    color: #000;
}
.bottom-button-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: white;
    box-shadow: 0px 0px 0px #888, 0px -3px 3px #0000000d;
}
.checkbox-chips{
    background-color: #f7f7f7;
    padding: 13px 24px 8px 19px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.hover-bg:hover{
    background-color: #ECF0FF;
}
.text-muted-1{
    color: #606060;
}
.icon-t1{
    font-size: 20px;
    font-weight: 60;
}
.status-icon{
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
}
.up-down-filter.rotate180{
    transform: rotate(180deg); 
}
.float-btn-delete{
    position: relative;
}
.delete-slide-btn{
    position: absolute;
    left: 42%;
    bottom: 20px;
    background-color:#6E6E6E !important;
    padding: 10px 21px 10px 20px;
    border-radius: 30px;
}
.delete-slide-btn a{
    color: #fff !important;

}
.custom-active:not(.collapsed) a{
    color: var(--pri);
}
.hover-text:hover{
    color: var(--pri) !important;
}
.dropdown-menu-right {
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.account {
    padding: 15px;
    border-radius: 4px;
}
.account label {
    margin: 0;
}
.account:hover {
    background: #f7f7f7;
}

.my-list1 li input[type=checkbox] {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 10px;
}
.my-list1 li {
    margin-bottom: 10px;
}
.my-list1 li label[data-toggle="collapse"]:after {
    content: "\f107";
    font-size: 1rem;
    font-family: 'FontAwesome';
    margin-left: 10px;
}
.my-list1 {
    padding-inline-start: 15px;
}
.my-list2 li {
    padding: 14px;
}
.my-list3 > div {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 10px;
}
.my-list4 {
    padding: 0 0 0 18px;
    margin: 0;
}
.my-list4 li {
    padding: 0 0 10px 0;
    list-style: disc;
}
.my-list5 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.my-list5 li {
    padding: 1rem;
    border-radius: 4px;
}
.my-list5 li:hover {
    background: #f7f7f7;
}
.choose-address fieldset{
    padding: 10px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 10px;
}
.choose-address fieldset{
    padding: 10px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 10px;
}
.choose-address fieldset label {
    margin: 0;
    max-width: calc(100% - 50px);
}
.choose-address i {
    font-size: 18px;
}
.choose-address td {
    padding-right: 10px;
}
.checkbox2 {
    width: 20px;
    height: 20px;
}

.scrollable-tab {
    overflow-x: auto;
}
.scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.scroll-y {
    overflow-x: hidden;
    overflow-y: auto !important;
}
.scroll-xy {
    overflow-x: auto;
    overflow-y: auto;
}
.scrollable-tab ul {
    min-width: max-content;
}
.open-modal.active .input-group-text {
    color: #456dff;
    border-color: #456dff;
}
.open-modal .fa-check-circle {
    display: none;
    color: #456dff;
    font-size: 22px;
    position: absolute;
    right: -6px;
    top: -6px;
    background: white;
    border-radius: 50%;
}
.isHidden {
    display: none; /* hide radio buttons */
}

.rsv-label {
    text-align: center;
    display: inline-block;
    background-color: white;
    border-radius: 8px;
    border: 2px solid #cfcfcf;
    width: 125px;
    height: 140px;
    padding: 25px 10px;
    margin: 10px;
}

.radio:checked + .rsv-label {   /* target next sibling (+) label */
    border-color: #456dff;
    color: #456dff;
}

.rsv-type-icon {
    border-radius: 50%;
}
.open-modal.tick .fa-check-circle {
    display: inline;
}
.reservation-info-nav li a.active {
    color: #447BF7;
}
.reservation-info-nav::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */
.reservation-info-nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.filter-dropdown::-webkit-scrollbar {
    display: none;
}
.filter-dropdown {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.footer1 {
    padding: 10px;
    background: white;
    position: absolute;
    height: 60px;
    bottom: 0;
    right: 0;
    left: 0;
}

.form-sub-heading {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
    color: #2e405c;
}

.header-center-nav-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*.collapsable-rows > tbody > tr:not(.row-more-details) td:last-child:after {
    content: "\e844";
    font-family: feather;
    float: right;
    color: #404e67;
}*/
.collapsable-rows > tbody > tr.open td:last-child:after {
    content: "\e842";
}

.scrollable-table-wrapper {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 210px);
}
.modal .scrollable-table-wrapper {
    width: 100%;
    overflow: auto;
    height: auto;
    max-height: calc(100vh - 304px);
}

.header-more-option {
    position: fixed;
    right: 230px;
    left: auto;
    top: 56px;
}

.text-overflow-ellipsis {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.my-nav-buttons a {
    display: block;
    padding: 20px;
    border-radius: 4px;
}
.my-nav-buttons a:after {
    content: "\e844";
    font-family: feather;
    float: right;
}
.my-nav-buttons a:hover {
    background: var(--bghover);
}
.input-card {
    display: block;
    background: #F5F7FA;
    border-radius: 4px;
    margin-bottom: 0;
    border: solid thin #F1F1F1;
}
.input-card:hover {
    background: var(--bghover);
}
.input-card .heading {
    text-align: right;
    padding: 10px;
}
.input-card .body {
    padding: 0px 10px 20px 10px;
}

.input-card .card-title {
    margin-bottom: .8rem !important;
    font-size: 14px;
    font-weight: 500;
}
.scroll-vertical {
    overflow-y: auto;
}
.card.option .scroll-vertical {
    max-height: calc(100vh - 275px);
    overflow-x: clip;
    width: 100%;
}
.thumbnail {
    width: 120px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
}
.thumbnail .img {
    max-width: 120px;
    max-height: 60px;
    border-radius: 4px;
}
.cards-view {
    padding: .5rem !important;
}
.cards-view .row {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.cards-view .row > div {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.cards-view .row > div .card {
    margin-bottom: .5rem;
}
.cards-view .content-body {
    height: calc(100vh - 196px);
    overflow-y: auto;
    overflow-x: hidden;
}
.b-5 {
    font-weight: 500;
}
.text1 {
    font-size: 15px;
}
.text2 {
    font-size: 13px;
}
.text3 {
    font-size: 12px;
}
.text4 {
    font-size: 30px;
    font-weight: 700;
}
.btn-bussiness-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    display: inline-block;
    overflow: hidden;
}
.my-pagination1 {
    display: flex;
}
.my-pagination1 > span, .my-pagination1 > a {
    display: inline-block;
    /* border-radius: 4px; */
    /* border: 1px solid #ccd6e6; */
    padding: 0.75rem .75rem;
    /* min-width: calc(2.75rem + 2px); */
    text-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 2px;
    cursor: pointer;
}
.my-pagination1 .pre-page, .my-pagination1 .next-page {
    /* background: #f7f7f7;
    width: calc(2.75rem + 2px); */
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
}
.my-pagination1 .pre-page:after {
    content: "\e843";
}
.my-pagination1 .next-page:after {
    content: "\e844";
}
.my-pagination1 .pre-page:after, .my-pagination1 .next-page:after {
    font-family: feather;
}
.page-no.active{
    color:#4d6dff;
    border-bottom:2px solid #4d6dff;
}
.page-no.inactive{
    color:#b1b1b1;
}
.card-type-1 h5 {
    font-weight: 500;
    font-size: 1rem;
}
.card-type-1 h6 {
    font-weight: 500;
}
.card-type-1 p {
    font-size: 12px;
    font-weight: 400;
}
.copy-link {
    border-radius: 50%;
    background: #f5f7fa;
    padding: 4px 7px;
}
.copy-link i {
    margin: 0;
}
.copy-me {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 11px;
    border-radius: 4px;
    line-height: 1;
    color: #2a2e30;
}
.locatio-menu {
    top: 19px !important;
    left: -20px !important;
    min-width: 300px;
}
.wms-search-box, .search-box {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.wms-search-box .feather{
    font-size: 20px;
}
.wms-search-box .icon-chevron-up, .wms-search-box .icon-chevron-down {
    line-height: 1;
    display: block;
}
.wms-search-box .result {
    min-width: 150px;
}
.wms-search-box .form-control {
    border: none;
}
.round-img1 {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: hidden;
}
.round-img1 img {
    width: 100%;
    margin: auto;
}
.add-slot-menu {
    border-radius: 4px;
    padding: 1rem;
    display: block;
}
.add-slot-menu:hover {
    background-color: #f7f7f7;
}
.add-slot-menu:after {
    content: "\e844";
    font-family: feather;
    float: right;
}
.slot-indicator {
    cursor: pointer;
}
.slot-indicator .card:hover {
    background: #f7f7f7;
}
.linked-menu li {
    padding: 10px
}
.linked-menu li input[type='checkbox'], .linked-menu li input[type='radio'] {
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.linked-menu li .icon-chevron-down {
    margin-left: 10px;
}

.linked-menu li a[data-toggle='collapse']:after {
    margin-left: 10px;
    font-family: feather;
    content: "\e842";
    display: inline-block;
    transform: rotate(180deg);
}
.linked-menu li a[data-toggle='collapse']:before {
    margin-right: 10px;
    font-family: feather;
    content: "\e874";
}
.linked-menu li a.collapsed[data-toggle='collapse']:after {
    transform: rotate(0deg);
}
.modal-scroll2 {
    max-height: calc(100vh - 287px);
}
.old-file-preview {
    max-height: 50px;
    max-width: 200px;
}
.Status-Canceled{
    background-color: var(--cs6) !important;
}
.Status-New{
    background-color: var(--cs7)!important;
}
.Status-Not-Complete{
    background-color: var(--cs4) !important;
}
.Status-Partially-Complete{
    background-color: var(--cs5)!important;
}
.Status-Completed{
    background-color: var(--cs1)!important;
}
.Status-Active-PR{
    background-color: var(--cs3)!important;
}
.Status-Back-Order{
    background-color: var(--cs2)!important;
}
.delete-old-file-icon {
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 20px;
    background: white;
    border-radius: 50%;
    width: 17px;
    height: 17px;
}
@media (max-width: 1199.98px) {
    .header-more-option {
        right: 108px;
    }
    .employment-2{
        overflow-x: scroll;
    }
    .employment-x-scroll{
        min-width:1200px;
        width: 100%;
    }
    .list-group-1{
        height: calc(100vh - 320px);
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .header-more-option {
        right: 100px;
        top: 113px;
    }
}
/* =============================== my created classes  Ends================== */

/* =============================== Product Listing css ================== */
.my-header1 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #456dff;
    background-color: transparent;
}

.modal-product-list-table tr td .input-group{
    width: 170px;
    margin: -10px;
}
.modal-product-list-table tr td .input-group input{
    padding: 5px;
}
.status-active {
    color: #2D9D78 !important;
}
.status-inactive {
    color: #ff7588 !important;
}
.status-pending {
    color: var(--pri);
}
.floor-active {
    color: #2D9D78;
}
.floor-inactive {
    color: #EB1414;
}
.floor-pending {
    color: lightskyblue;
}
.out-stock-color {
    color: #EB1414;
}
.row-option .dropdown {
    padding: .5rem 0rem;
}
.row-option .dropdown-item {
    padding: .5rem 1.5rem;
}
.row-option .dropdown-item i {
    margin-right: 12px;
}
.in-stock-color {
    color: #456dff;
}

.disabled .out-stock-color, .disabled .in-stock-color {
    color: #404e67;
}
.last-column-sticky > tbody > tr > td:last-child, .last-column-sticky > thead > tr > th:last-child {
    position: sticky;
    width: 50px;
    right: 0;
    background: white;
    padding: .75rem 1.5rem;
    border-left: 1px solid #e3ebf3;
    text-align: center;

}
.last-column-sticky > tbody > tr > td:last-child:before, .last-column-sticky > thead > tr > th:last-child:before {
    content: "";
    background-color: #e3ebf3;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.last-column-sticky > tbody > tr:not(:last-child) > td:last-child, .first-column-sticky > tbody > tr:not(:last-child) > td:first-child {
    border-bottom: none;
    border-top: none;
}
.last-column-sticky > tbody > tr:last-child > td:last-child, .first-column-sticky > tbody > tr:last-child > td:first-child {
    border-top: none;
}
.first-column-sticky > tbody > tr > td:first-child, .first-column-sticky > thead > tr > th:first-child {
    position: sticky;
    width: 50px;
    left: -1px;
    background: white;
    padding: .75rem 1.5rem;
    border-right: 1px solid #e3ebf3;
    text-align: center;
}
.first-column-sticky > thead > tr > th:first-child {
    z-index: 999;
}
.first-column-sticky > tbody > tr > td:first-child:after, .first-column-sticky > thead > tr > th:first-child:after {
    content: "";
    background-color: #e3ebf3;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}


/* =============================== Product Listing css ================== */


/* ====================== Builder Css ================ */
.builder-header {
    padding: 0.5rem 1rem !important;
}

.builder-header a:hover {
    color: #456dff !important;
}

.mobile-view {
    width: 354px;
    height: calc(100vh - 130px);
    max-height: 724px;
    min-height: calc(100vh - 130px);
    border-radius: 35px;
    padding: 113px 1px 63px 1px;
    box-shadow: 0 0 10px #d9d9d9;
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.mobile-screen {
    width: 352px;
    height: 100%;
    overflow-y: auto;
    background: white;
    position: relative;
}

.builder-screen {
    min-height: calc(100vh - 109px);
}

.mobile-screen::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mobile-screen {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.builder-menu li {
    margin-bottom: 5px;
}
.builder-menu li a {
    background: white;
    padding: 5px 10px;
    display: block;
}
.builder-menu li a.active {
    background: #456dff;
    color: #fff;
}
.builder-menu .add-slot-menu.active {
    background: #fff;
    color: #404e67;
}
.builder-menu li a[data-toggle="collapse"]:after {
    content: "\f107";
    font-size: 1rem;
    font-family: 'FontAwesome';
    float: right;
}
.builder-menu li a.add-slot-menu:after {
    content: "+";
    font-size: 1rem;
    float: right;
    color: #456dff;
}
.builder-menu {
    padding-inline-start: 0px;
}
.builder-menu ul {
    padding-inline-start: 0px;
    margin-top: 1px;
}
.builder-menu li > ul li{
    margin-bottom: 1px;
}

.slot-list .card-header{
    padding: 10px;
    background: none;
}
.slot-list .card {
    border-radius: 4px;
    margin-bottom: 10px;
}

.slot {
    position: relative;
}
.img-slot {
    width: 100%;
}

.slot-edit-btn, .slot-edit-btn:hover {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    color: #456dff;
    background: #ffffffb8;
    padding: 2px 8px;
}
.slot-delete-btn, .slot-delete-btn:hover {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    color: #456dff;
    background: #ffffffb8;
    padding: 2px 8px;
}

/* ============ Builder Side Nav * ======================= */
.rightsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 108px;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.rightsidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.rightsidenav a:hover {
    color: #f1f1f1;
}

.rightsidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .rightsidenav {padding-top: 15px;}
    .rightsidenav a {font-size: 18px;}
}

.right-bar {
    background-color: #fff;
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 350px;
    z-index: 9999;
    float: right!important;
    right: -350px;
    top: 0;
    bottom: 0;
    padding-bottom: 80px;
}

.right-bar .rightbar-title {
    background-color: #456dff;
    padding: 27px 25px;
    color: #fff;
}

.right-bar .right-bar-toggle {
    background-color: #ffffff;
    height: 24px;
    width: 24px;
    line-height: 22px;
    color: #456dff;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
    padding-top: 1px;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit!important;
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
}
.simplebar-content:after, .simplebar-content:before {
    content: ' ';
    display: table;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.right-bar-enabled .right-bar {
    right: 0;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.rightbar-overlay {
    background-color: #37404a;
    opacity: .1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

.alert-label {
    background-color: #FFF2CC;
    color: #856200;
}

.right-bar-footer {
    position: fixed;
    bottom: 0px;
    width: 238px;
    background-color: #fff;
}

.create-app-color {
    border: none;
    background: white;
    padding: 0;
}

.text-slot-color {
    padding: 0
}
.text-slot-color ul{
    padding: 0
}
.text-slot-color li {
    width: 27px;
    height: 27px;
    border-radius: 4px;
    opacity: 1;
    margin: 4px 5px 0 0;
}

.text-slot-color li.active {
    height: 35px;
    opacity: 1;
}

.slot[slot-type='text-slot'] {
    padding-left: 10px;
    padding-right: 10px;
}

.slot[slot-type='heading-slot'] {
    padding-left: 10px;
    padding-right: 10px;
}

.splash-logo {
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============== warehouse floor Plan css ==================== */
div.rectangle {
    border: solid thin #1d1d1d;
    position: absolute;
}

.floor-perimeter-info {
    position: absolute;
    top: -15px;
    left: 0;
}

.zoomer {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    background: white;
    padding: 13px 10px 6px;
    border-radius: 4px;
    box-shadow: 0 0 15px #09090917;
    width: 300px;
    text-align: center;
}

.zoomer input[type="range"] {
    width: 180px;
}
.zoomer i {
    color: #6E6E6E;
}

.floor-perimeter {
    background-color: #fff;
    position: relative;
}

.zone {
    position: absolute;
    background-color: #EFEFEF;
    border: solid thin #C6C6C6;
}

.aisle {
    position: absolute;
    background-color: #E1E1E1;
    color: #747474;
}

.corridor {
    background: #0000001a;
}
.corridor-badge {
    margin: auto 7% auto auto;
    background: #CFD2DF;
    border-radius: 10px;
    padding: 3px;
    display: inline-block;
    line-height: 1;
    z-index: 999;
    font-size: 12px;
    font-weight: 700;
}
.corridor-flex {
    display: flex;
    height: 100%;
    position: relative;
}
/*.dash-line {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, white 54%, rgba(255, 255, 255, 0) 0%);
    height: 2px;
    background-size: 28px 3px;
}*/
.aisleCorridor {
    position: absolute;
}
.rotate180 {
    transform: rotate(180deg);
}

/* ================ calender css ================*/
.cal-wrapper {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 180px);
}
.cal {
    width: max-content;
    table-layout: fixed;
}
.cal th {
    padding: 0px;
    vertical-align: middle;
    width: 160px;
}
.cal td{
    padding: 4px;
    vertical-align: middle;
    width: 220px;
    max-width: 200px;
    height: 100px;
    font-weight: 400;
    overflow: hidden;
}
.day-cal td {
    padding: 0px
}
.month-cal th, .month-cal td {
    width: 310px;
}
tr.sticky-row > th{
    height: 30px;
}
tr.sticky-row > th {
    background-color: white;
    border-left: none;
    border-right: none;
    position: sticky;
    top: 0;
    z-index: 99;
}
tr.sticky-row:nth-child(2) th {
    top: 0px;
    border-left: 1px solid #e3ebf3;
    border-right: 1px solid #e3ebf3;
    font-weight: 400;
}
tr.sticky-row > th:after {
    content: "";
    background-color: #e3ebf3;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

tr.sticky-row > th:before {
    content: "";
    background-color: #e3ebf3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
}
.segment-col {
    border-radius: 4px;
    text-align: center;
    background: #f0f6f1;
    color: #3d8851;
    height: 100%;
    width: 100%;
    border: solid 2px white;
    padding: 11px 5px;
}
.break-col {
    border-radius: 4px;
    text-align: center;
    background: #fde5e5;
    color: #d20000;
    height: 100%;
    width: 100%;
    border: solid 2px white;
    padding: 11px 5px;
}
.cal tr td:first-child {
    background-color: white;
    border-top: none;
    border-bottom: none;
    position: sticky;
    left: 0;
    z-index: 9;
    font-weight: 500;
    text-align: center;
    width: 65px;
    padding: 10px;
    cursor: pointer;
    overflow: initial;
}
.cal tr td:first-child:before {
    content: "";
    background-color: #e3ebf3;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
}
.cal tr td:first-child:after {
    content: "";
    background-color: #e3ebf3;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
}

.month-cal tr td:first-child {
    cursor: auto;
}

.cal .table-time {
    font-weight: 500;
}
.day-cal .table-time {
    margin-left: -20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    font-weight: 500;
}
.cal tr th:first-child {
    text-align: center;
    width: 65px;
    padding: 10px;
}
.day-cal tr th:last-child, .week-cal tr th:last-child {
    width: 50px;
}
.day-cal tr td:last-child {
    width: 50px;
}

.booked {
    background-color: #456dff;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    padding: 8px;
    color: white;
    z-index: 1;
}
.booked p {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}
.booked .row {
    height: 100%;
}
.month-cal .booked .row {
    height: 50%;
}
.booked .col-6 {
    display: flex;
    min-width: 70px;
    margin-left: auto;
    margin-right: auto;
    padding:0;
}
.booked .col-6:first-child {
    min-width: 70px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 14px;
}
.booked span {
    /*float: right;*/
}
.cal td a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.cal a:hover {
    color: #eaeaea;
}
.cal td a.disabled {
    background: #D3D3D3;
    width: 100%;
    border-radius: 4px;
    padding: 8px;
    color: white;
}
.cal td a.break {
    background: #fde5e5;
    color: #d20000;
}
.week-cal .booked {
    background-color: #3FB55E;
}
.month-cal .booked {
    background-color: #121212;
}
.week-cal tr:first-child th {
    text-align: center;
}
.month-cal tr:first-child th {
    text-align: center;
}
.month-cal td a {
    width: 80%;
    display: inline-block;
}
.month-cal td {
    position: relative;
}
.month-cal tr td:first-child {
    z-index: 9;
}
.month-cal .date-tag {
    position: absolute;
    margin-top: 5px;
    margin-left: 18px;
    text-align: center;
    width: 22px;
    height: 22px;
    padding: 1px;
    border-radius: 50%;
    background-color: #f1f1f1;
}

.booked-ratio {
    background: white;
    border-radius: 10px;
    padding: 2px 5px;
    width: 70px;
    margin: auto;
    text-align: center;
}
.day-cal .booked-ratio{
    color: #456dff;
}
.week-cal .booked-ratio{
    color: #3FB55E;
}
.month-cal .booked-ratio{
    color: #121212;
}
.disabled .booked-ratio {
    color: #D3D3D3;
}

.table-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3d8851;
}
.table-indicator.disabled {
    background: #babfc7;
}
.cal td .booked-wrapper a {
    border: solid 2px white;
    border-left: none;
}
.cal td .booked-wrapper a:first-child {
    border-left: solid 2px white;
}
.cal td a .row {
    margin: 0;
}
.cal td a .row > div.week-cal th{
    min-width: 80px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.cal td a.table-merged .row > div:last-child {
    margin-top: auto;
}
.booked-wrapper {
    display: flex;
    width: 100%;
    height: calc(100% - 0px);
}

.row td[colspan='2'] .booked-wrapper {
    float: right;
    width: calc(100% - 0px);
}

.time-divider {
    width: 25%;
    display: inline-block;
    text-align: right;
    color: #747474;
    margin-top: 35px;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
}
.time-divider span {
    margin-right: -5px;
}

.cal tbody + tbody {
    border: none;
}

.cal td h6 {
    white-space: nowrap;
    min-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 39px;
    padding-right: 20px;
    width: 100%;
}

.merged-booking-count {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    color: #456dff;
    padding: 0px;
    text-align: center;
    padding: 2px;
}

.merged-icon {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    color: #456dff;
    padding: 0px;
    text-align: center;
    margin: auto;
    padding: 2px;
}
.table-heading {
    position: relative;
    z-index: 999;
}
.table-heading-middle {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    z-index: -1;
}
.table-head {
    font-size: 12px;
    font-weight: 500;
}




.cal-wrapper::-webkit-scrollbar {
    display: none;
}
.cal-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* ==================== Calender css Ends ================== */

/* ==================== Header Breadcrumb Ends ================== */
.menu-breadcrumb-container {
    width: 40px;
    max-width: 40px;
    overflow-x: hidden;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 3px 0 2px #eeeeee;
    position: relative;
    padding-right: 30px;
    transition: all ease-in-out .5s;
}
.menu-breadcrumb-container:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 19px;
    right: 18px;
    cursor: pointer;
}
.menu-breadcrumb-container:hover:after {
    transform: rotate(180deg);
}
.menu-breadcrumb-container:hover {
    width: fit-content;
    max-width: 500px;
}
.menu-breadcrumb-wrapper {
    width: 100%;
    overflow: hidden;
}
.menu-breadcrumb-container:hover .menu-breadcrumb-wrapper {
    overflow: auto;
}

.menu-breadcrumb {
    width: max-content;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 10px;
}
.menu-breadcrumb a {
    color: #456dff !important;
    text-transform: capitalize;
    padding: 0.5rem 0 !important;
}
.menu-breadcrumb a:last-child {
    color: #323232 !important;
}
img.icon-breadcrumb {
    margin-top: -1px;
    width: 20px;
    height: 20px;
}

/* ===================== Filter Css ===================*/
.filter-dropdown {
    padding: 0;
    top: 13px !important;
    min-height: 129px;
    max-height: 300px;
    width: 350px;
    overflow: auto;
}
.last-column-sticky > thead > tr > th:last-child .filter-dropdown {
    width: 400px;
}
.filter-dropdown .f-heading {
    font-weight: 600;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    background: white;
}
.filter-dropdown table td {
    padding: 10px !important;
    width: auto !important;
}
.filter-dropdown input[type='text'] {
    /*width: 120px;*/
}
.filter-dropdown input[type='checkbox'] {
    margin-right: 3px;
    vertical-align: middle;
}
.filter-dropdown input[type='radio'] {
    margin-right: 3px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.filter-dropdown i {
    background: #f5f5f5;
    border-radius: 2px;
    padding: 3px;
    font-size: 14px;
    vertical-align: middle;
    margin: 5px;
    font-weight: 600;
}

.table-column-filter tr th {
    text-align: center;
    border-bottom: solid thin;
}
.table-column-filter tr th:nth-child(2), .table-column-filter tr th:nth-child(3){
    text-align: center;
}
.table-column-filter tr td:nth-child(2), .table-column-filter tr td:nth-child(3){
    text-align: right;
}
.last-column-sticky > tbody > tr > td:last-child .dropdown-menu {
    left: -50px !important;
}
/* ===================== Filter Css End ===================*/
/* ===================== Colapsable Form Card ==============*/
.form-sub-heading[toggle='closed'] {
    width: 100%;
    cursor: pointer;
}
.form-body:not(.closed) .form-sub-heading[toggle='closed'] {
    color: #456dff;
    font-size: 15px;
}
.form-body.closed {
    height: 24px;
    overflow: hidden;
}
.form-sub-heading[toggle='closed']:after {
    content: "\e845";
    font-family: feather;
    margin-left: 20px;
    float: right;
}
.form-body.closed .form-sub-heading[toggle='closed']:after {
    content: "\e842";
    font-family: feather;
}
/* ===================== Colapsable Form Card  Ends ==============*/


/*============================== chats css ===========================*/
.chat-left-section {
    width: 400px;
}
.chat-menu-wrapper .nav-link {
    position: relative;
    padding: 0.5rem .6rem
}
.chat-menu-wrapper .nav-link:hover {
    color: #456dff;
    position: relative;
}
.chat-menu-wrapper .nav-link:hover:after, .chat-menu-wrapper .nav-link.active:after {
    content: "";
    display: inline-block;
    background: #456dff;
    height: 2px;
    width: calc(100% - 1rem);
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.chat-menu-wrapper .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    top: 46px !important;
    transform: none !important;
}

/*============================== chats css Ends ===========================*/

/*============================== Notifications css Starts ===========================*/
.media-container {
    margin: 8px;
}
.media-module {
    color: #1d1d1d;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 10px 0;
}
.media-module img {
    margin-right: 6px;
    width: 18px
}
.media {
    border-radius: 4px;
    margin: 8px 0;
    border: none !important;
    background: #EDF1FF;
}
.media.seen {
    background: #F7F7F7;
}
.media-heading {
    font-weight: 500;
    font-size: 1rem;
}
.notification-text {
    font-size: .9rem;
    color: #404e67;
}
/*============================== Notifications css Ends ===========================*/

.show > .dropdown-menu {
    border: none;
    box-shadow: 0 0 15px #00000012;
}
.menu-breadcrumb-wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu-breadcrumb-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/*===================== wms css =============================*/
.searched-productd-detail {
    position: absolute;
    left: 100px;
    display: none;
    border-radius: 4px;
    min-width: 380px;
    z-index: 999;
    width: 380px;
    max-width: 400px;
}
.searched-productd-detail .card {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 642px;
}
.searched-productd-detail .close-me {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    background: #747474;
    color: white;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px;
    line-height: 1;
}
.searched-productd-detail .product-img {
    width: 50px;
    max-height: 50px;
    border-radius: 4px;
    margin-right: 1rem;
}
.searched-productd-detail .attribute-img {
    margin-left: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.searched-productd-detail .card .product:not(:first-child) {
    border-top: 1px solid #E6E6E6;
}
.bay.searched {
    background-color: #EAEFFF;
    cursor: pointer;
    border: 2px solid #456dff !important;
}
.show-product-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.zone > .show-product-icon {
    position: absolute;
    top: -22px;
    left: 18px;
}
.aisle > .show-product-icon {
    transform: translateY(-50%);
    top: 50%;
    left: -27px;
    transform-origin: right center;
}
.bay > .show-product-icon {
    transform: translateY(-50%);
    right: 5px;
    top: 50%;
}
.front-view-space .bay > .show-product-icon {
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.bin > .show-product-icon {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.bay-wrapper .show-product-icon {
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    transform-origin: right center;
}
.gray-label{
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 3px 7px;
}
.keyboard-open .add-padding-on-toggle-keyboard{
    padding-bottom:264px !important;
}

/* sm-badges */

.avatar-2 {
    position: relative;
    white-space: nowrap;
    border-radius: 50%;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.avatar-3 {
    position: relative;
    white-space: nowrap;
    border-radius: 50%;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.bg-light-gray {
    background-color: #f7f7f7 !important;
}
.notif.border-round{
    border-radius: 4px;
}
.notif.bg-color-1{
    background-color:#f7f7f7 !important;
}
.notif.color-1{
    color:#606060;
}
.notif.color-2{
    color:#000;
}
.bold-500{
    font-weight: 500;
}
.bold-400{
    font-weight: 400;
}
.line-height23{
    line-height: 23px;
}
.notif.t1{
    font-size:14px;
}
.notif.t2{
    font-size:16px;
}
.notif.t3{
    font-size:18px;
}
.notif.t4{
    font-size:20px;
}
.notif.sm-t1{
    font-size:12px;
}
.notif.sm-t2{
    font-size:12px;
    font-weight:500;
}
.notif.margin-111{
    margin-top:10px;
    margin-left:52px;
    margin-right: 12px;
}
.unread{
    background-color: #456DFF;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    top: 13px;
    left: 4px;
}
.notif.date{
    padding:13px 18px;
    border-radius: 30px;
    width: max-content;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

/* sticky-css */
.sticky-1{
    position:sticky;
    top:-1px;
    z-index: 999;
    background-color:#fff !important;
}
.sticky-2{
    position:sticky;
    top:55px;
    background-color:#F5F7FA !important;
}
.left-content {
    height: calc(100vh - 136px);
    overflow: hidden;
}
.right-content {
    height: calc(100vh - 136px);
    overflow: hidden;
}
.b-sticky-3{
    position:sticky;
    bottom:0;
    background-color:#F5F7FA !important;
}
.b-sticky-4{
    position:sticky;
    bottom:0;
    background-color:#fff !important;
}
.sticky-5{
    position:sticky;
    top:35px;
    background-color:#F5F7FA !important;
}
/*add arial font family*/
.modern{
    font-family:arial;
}
.menu-add-modules{
    position: absolute !important;
    bottom: 0px;
    z-index: 9;
    background: #fff;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 16px 19px;

}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .feather.icon-plus-circle{
    margin-left: 0px !important;
    font-size: 1.3rem;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .module-title{
    display:none;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu .feather.icon-plus-circle{
    font-size: 1.3rem;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .navigation > li.navigation-header{
    padding: 14px 20px 14px 20px !important;
}
.main-menu.menu-light .navigation .navigation-header{
    padding: 14px 20px 12px 20px !important
}

/* dashboard-right-bar-filter */
.right-bar {
    background-color: #fff;
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 475px;
    z-index: 9999;
    float: right!important;
    right: -475px;
    top: 0;
    bottom: 0;
    padding-bottom: 80px;
}
.filter-right-bar-show .right-bar {
    right: 0;
}
.rightbar-overlay {
    background-color: #37404a;
    opacity: .1;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width:100%;
}
.filter-right-bar-show .rightbar-overlay {
    display:block;
}
.r-bar-sm-padding{
    padding:18px;
}
.f-t1{
    font-size:20px;
}
.f-t2{
    font-size:18px;
}
.f-t3{
    font-size:16px;
}
.f-t4{
    font-size:14px;
}
.f-t5{
    font-size:12px;
}
.f-t6{
    font-size:10px;
}

.card{
    border:1px solid #dcdcdc !important;
}

