/* =============== 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 {}

:root {
    --pri: #18B69B;
    --sec: #6E6E6E;
    --c1: #18B69B;
    --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;

    /* ///============recruitment_form_builder_variable=========//// */
    --title_color: #15294B;
    --sub_title_color: #505F79;
    --section_heading_color: #354764;
    --section_sub_heading_color: #505F79;
    --base_color: #42526D;
    --soft_border_color: #e5e5e5;
    --hard_border_color: #A6AEBB;
    --background_color_1: #E6EFFF;
    --background_color_2: #009978;
    --background_color_3: #f5f6f7;
}

/* ///============recruitment_form_builder_variable=========//// */

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(100% - 63px);
}

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: #18B69B;
}

.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: #18B69B;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    color: #18B69B;
}

.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: #18B69B;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    background: #18B69B;
}

.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: #18B69B;
}

.custom-select:focus {
    border-color: #18B69B;
    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: #18B69B !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: #18B69B !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 !important;
    bottom: 9px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    z-index: 9;
}

.btn[data-repeater-create] {
    background-color: transparent !important;
    color: #18B69B !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: #18B69B;
}

.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: #18B69B;
    border-color: #18B69B;
}

.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: #18B69B;*/
}

/*.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: #18B69B;
    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 css by ravish */
    .mobile-css.btn-bottom-center i {
        font-size: 26px !important;
    }

    .mobile-css.btn-bottom-center .btn-text {
        display: none;
    }
}

/* ======================= 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: #18B69B;
}

.desktop-css-master.custom-nav2 .nav-item .active {
    color: #fff;
    background-color: #18B69B;
}

.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: #18B69B;
}

.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:#18B69B;
    } */
.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 #18B69B;
}

.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: #18B69B !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: #18B69B;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #18B69B;
    border-color: #18B69B;
}

.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: #18B69B !important;
}

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

.btn-light1 {
    background: #f7f7f7 !important;
    color: #18B69B !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: #18B69B;
    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: #18B69B;
    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: #18B69B;
    background-color: #18B69B;
}

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

.custom-control-label::before {
    background-color: #fff;
}

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

/* =============================== 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: #18B69B;
    border-color: #18B69B;
}

.open-modal .fa-check-circle {
    display: none;
    color: #18B69B;
    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: #18B69B;
    color: #18B69B;
}

.rsv-type-icon {
    border-radius: 50%;
}

.open-modal.tick .fa-check-circle {
    display: inline;
}

.reservation-info-nav li a.active {
    color: #18B69B;
}

.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: #18B69B;
    border-bottom: 2px solid #18B69B;
}

.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: #18B69B;
    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: #18B69B;
}

.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: #18B69B !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: #18B69B;
    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: #18B69B;
}

.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: #18B69B;
    background: #ffffffb8;
    padding: 2px 8px;
}

.slot-delete-btn,
.slot-delete-btn:hover {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    color: #18B69B;
    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: #18B69B;
    padding: 27px 25px;
    color: #fff;
}

.right-bar .right-bar-toggle {
    background-color: #ffffff;
    height: 24px;
    width: 24px;
    line-height: 22px;
    color: #18B69B;
    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: #18B69B;
    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: #18B69B;
}

.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: #18B69B;
    padding: 0px;
    text-align: center;
    padding: 2px;
}

.merged-icon {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    color: #18B69B;
    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: #18B69B !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: #18B69B;
    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: #18B69B;
    position: relative;
}

.chat-menu-wrapper .nav-link:hover:after,
.chat-menu-wrapper .nav-link.active:after {
    content: "";
    display: inline-block;
    background: #18B69B;
    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 ===========================*/

.productlist .chip_product {
    background-color: #f4f5f6;
    padding: 9px 19px;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    text-align: center;
    width: max-content;
    font-size: 12px;
    font-weight: 500;
}

.productlist .chip_product:hover {
    background-color: #E6EFFF;
    border: 1px solid #4d6dff;
    color: #18B69B;
}

.productlist .label_product-1 {
    text-align: center;
    width: max-content;
    background-color: #19bc8e;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
}

.productlist .label_product-2 {
    text-align: center;
    width: max-content;
    background-color: #18B69B;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
}

.productlist .label_product-3 {
    text-align: center;
    width: max-content;
    background-color: #545454;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
}

.productlist .label_product-4 {
    text-align: center;
    width: max-content;
    background-color: #c89807;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
}

.productlist .label_product-5 {
    text-align: center;
    width: max-content;
    background-color: #cf2a3d;
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
}

.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 #18B69B !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: #18B69B;
    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;
} */

/* home-dasboard */
.fab-checkbox {
    display: none;
}

.fab-checkbox:checked~.fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #ef1010;
}

.fab-checkbox:checked~.fab .fab-dots {
    height: 6px;
}

.fab-checkbox:checked~.fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked~.fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

.fab-checkbox:checked~.fab .fab-dots {
    animation: none;
    background-color: #fff;
}

.fab-checkbox:checked~.fab-wheel {
    transform: scale(1);
}

.fab-checkbox:checked~.fab-wheel .fab-action {
    opacity: 1;
}

/* //////// */

.fab-checkbox1 {
    display: none;
}

.fab-checkbox1:checked~.fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #ef1010;
}

.fab-checkbox1:checked~.fab .fab-dots {
    height: 6px;
}

.fab-checkbox1:checked~.fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox1:checked~.fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

.fab-checkbox1:checked~.fab .fab-dots {
    animation: none;
    background-color: #fff;
}

.fab-checkbox1:checked~.fab-wheel {
    transform: scale(1);
}

.fab-checkbox1:checked~.fab-wheel .fab-action {
    opacity: 1;
}

/* //////// */

.fab-checkbox2 {
    display: none;
}

.fab-checkbox2:checked~.fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #ef1010;
}

.fab-checkbox2:checked~.fab .fab-dots {
    height: 6px;
}

.fab-checkbox2:checked~.fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox2:checked~.fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

.fab-checkbox2:checked~.fab .fab-dots {
    animation: none;
    background-color: #fff;
}

.fab-checkbox2:checked~.fab-wheel {
    transform: scale(1);
}

.fab-checkbox2:checked~.fab-wheel .fab-action {
    opacity: 1;
}

/*============== ////B2B Chat new css//// =================*/
.chat-modules {
    background-color: #fff;
    width: max-content;
    padding: 0px 14px;
}

.chat-modules .img-m {
    width: 35px;
}

.chat-area .border-none {
    border-right: none !important;
    border-left: none !important;
}

.right-section-task {
    width: 0px !important;
    transition: all .3s ease-in-out;
}

.chat-area .task {
    width: 560px;
    /* opacity: 0; */
    transition: all .3s ease-in-out;
    background-color: #f7f7f7;
}

.task .header {
    padding: 12px;
    background-color: #fff;
    display: flex;
}

.task .header h6 {
    font-size: 16px;
    font-weight: 500;

}

.task .task-tab {
    display: flex;
    background-color: #fff;
}

.task-tab .tab {
    padding: 12px;
}

.tab.active {
    border-bottom: 2px solid #18B69B;
}

.tab.active a {
    color: #18B69B;
}

.task .task-tab a {
    font-size: 14px;
}

.task-list {
    padding: 6px;
}

.task-card .title {
    padding: 12px;
    border-radius: 4px;
    display: flex;
}

.title span {
    font-size: 12px;
    font-weight: 600;
    color: #4d4d4d;
}

.task-card .task-content {
    padding: 12px;
}

.task-content .details div {
    font-size: 12px;
    color: #444444;
}

.task-content .duration div {
    color: #2D9D78;
    font-size: 14px;
}

.assign {
    color: #18B69B;
    font-size: 14px;
}

.assign .you {
    background-color: #18B69B;
    color: #fff;
    border-radius: 4px;
    padding: 0px 4px;
}

.duration.expired div {
    color: #E34850 !important;
}

.task-content .deadline div {
    color: #2D9D78;
    font-size: 14px;
}

.timer {
    padding: 12px;
}

.timer .started-time {
    font-size: 14px;
    font-weight: 600;
}

.timer .assigned-channel {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 11px 22px;
    border-radius: 30px;
}

.assigned-channel img {
    width: 20px;
    position: absolute;
    left: 8px;
    top: 7px;
}

.channel-count {
    background-color: #2D9D78;
    padding: 4px;
    border-radius: 30px;
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
}

.task-list {
    overflow-y: auto;
    height: calc(100vh - 160px);
}

.task-list.task-list2 {
    overflow-y: auto;
    height: calc(100vh - 185px);
}

/* custom-checkbox */
.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.filter-type .filter-tag {
    padding: 12px;
    font-size: 14px;
    color: #4d4d4d;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.task-sorting {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
}

.sorting-type {
    color: #898A8E;
}

.sortings-types .dropdown-item:active {
    background-color: #f5f7fa;
}

.chats-tab a {
    font-size: 14px;
    color: #4d4d4d;
}

.chats-tab {
    padding: 9.5px;
}

.chats-tab.active a {
    color: #18B69B;
}

.chats-tab.active {
    border-bottom: 2px solid #18B69B;
}

.chat-application .chat-window-wrapper .chat-container {
    height: calc(var(--vh, 1vh) * 100 - 18.3rem);
}

.chat-application .chat-window-wrapper .chat-container.assigned-files {
    height: calc(var(--vh, 1vh) * 100 - 11rem);
}

.priority-tag {
    padding: 2px 12px;
    border-radius: 4px;
}

.priority-tag.high {
    background-color: #e3485011;
    color: #E34850 !important;
}

.priority-tag.medium {
    background-color: #ff890213;
    color: #FF8B02 !important;
}

.priority-tag.low {
    background-color: #f7f7f7;
    color: #4d4d4d !important;
}

.posted-date {
    color: #828282;
}

.file img {
    width: 24px;
}

.avatar.sm {
    position: relative;
    white-space: nowrap;
    border-radius: 50%;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.chat-sidebar {
    border-left: none !important;
    border-top: none !important;
}

.border-none.app-content {
    border: none !important;
}

.Task-tracking-timer {
    position: fixed;
    top: 8px;
    z-index: 99;
    right: 279px;
}

.Task-tracking-timer .card {
    border-radius: 4px;
}

.Task-tracking-timer .task-more-info {
    display: none;
}

.Task-tracking-timer .assigned-channel {
    display: none;
}

.Task-tracking-timer .timer {
    padding: 6px;
}

.Task-tracking-timer:hover {
    display: block;
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.12));
}

.Task-tracking-timer:hover .task-more-info {
    display: block;
}

.Task-tracking-timer:hover .assigned-channel {
    display: block;
}

.navbar-with-menu.fixed-top {
    z-index: 9;
}




/* ======================purchase-ordering ==========================*/
html body.purchase-ordering-app{
    background-color: #ebedf0;
}
.purchase-ordering-app .tab_header {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}

.purchase-ordering-app .map-search-point {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #e5e5e5;
}

.purchase-ordering-app .flex_block_content {
    display: flex;
    width: 100%;
}

.purchase-ordering-app .search_box {
    width: 50%;
}

.purchase-ordering-app .search_items {
    position: absolute;
    bottom: 9px;
    right: 0;
}

.purchase-ordering-app .custom_search_view.active {
    position: fixed;
    right: 0;
    top: 0px;
}

.purchase-ordering-app .custom_search_view.active .search-input {
    border-radius: 1px;
    height: 56px;
}

.purchase-ordering-app .custom_search_view.active {
    border-radius: 0px;
}

.purchase-ordering-app .custom_search_view.active .input-group-text {
    border-radius: 0px;
}

.main_search .search-input {
    height: 46px;
    border: none;
}

.purchase-ordering-app .input-group .input-group-text.outline {
    /* border: 1px solid #0000001F; */
    border-radius: 0px 4px 4px 0px !important;
    padding: 0px 16px;
}

.purchase-ordering-app .device-padding {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.purchase-ordering-app .top-header {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0 .13);
    border: none !important;
}

.purchase-ordering-app .customer-tab span {
    padding: 0px 8px;
}

.purchase-ordering-app .customer-tab {
    border-radius: 4px;
    background-color: #fff;
}

.purchase-ordering-app .customer-tab .active {
    color: #18B69B;
    border-bottom: 2px solid #18B69B;
}

.purchase-ordering-app .profile-avatar {
    background-color: #E6EFFF;
    color: #18B69B;
    padding: 12px;
    border-radius: 30px;
    display: flex
}

.purchase-ordering-app .customer-list {
    padding: 12px 0px;
}

.purchase-ordering-app .top-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
}

.purchase-ordering-app .customer-section {
    padding-top: 46px;
    padding-bottom: 8px;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #ebedf0;
}

.purchase-ordering-app .customer-section2 {
    padding-top: 40px;
    padding-bottom: 8px;
    position: sticky;
    top: -32px;
    z-index: 9;
    background-color: #ebedf0;
}

.purchase-ordering-app .content-body {
    overflow-y: auto;
    height: calc(100vh - 16px);
}

.purchase-ordering-app .customer-card {
    cursor: pointer;
}

.purchase-ordering-app .more-info {
    display: block;
}

.purchase-ordering-app .hide-more-info {
    display: none;
}

.purchase-ordering-app .arrow-0 {
    transform: rotate(0deg);
}

.purchase-ordering-app .more-info {
    transition: transform 0.3s ease-in-out;
}

.purchase-ordering-app .chevron_right {
    transition: transform 0.3s ease-in-out;
}

.purchase-ordering-app .sub-header {
    display: flex;
}

.purchase-ordering-app .sub-header .pricing-block {
    display: flex;
}

.purchase-ordering-app .sub-header .pricing-block .box {
    display: flex;
}

.purchase-ordering-app .sub-header {
    background-color: #fff;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}

.purchase-ordering-app .sub-header.draft {
    background-color: #FFF7E6;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}

.purchase-ordering-app .draft .box .material-symbols-outlined {
    background-color: #FDDD96;
    border-radius: 30px;
    padding: 4px;
}

.purchase-ordering-app .cart-details .sub-header.cart-header {
    background-color: #18B69B;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    display: block;
}

.purchase-ordering-app .cart-details .cart-header .outline-top {
    border-top: 1px solid #ffffff3f;
}

.purchase-ordering-app .cart-details .cart-header .n-400 {
    color: #fff;
}

.purchase-ordering-app .cart-details .cart-header .choose-date {
    color: #fff;
}

.purchase-ordering-app .cart-details .cart-header .box .material-symbols-outlined {
    background-color: #18B69B;
}

.purchase-ordering-app .cart-details .cart-header .box.outline-right {
    border-right: 1px solid #ffffff3f;
}

.purchase-ordering-app .cart-details .cart-header .btn-primary {
    background-color: #fff !important;
    color: #18B69B;
    font-size: 12px;
}

.purchase-ordering-app .cart-details .cart-header .btn-primary:hover {
    background-color: #fff !important;
    color: #18B69B !important;
    font-size: 12px;
}

.purchase-ordering-app .cart-details .cart-header .btn-secoundry {
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 12px;
}

.purchase-ordering-app .cart-details .cart-header .box .bg-1 {
    background-color: #2da189;
    padding: 8px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
}

.purchase-ordering-app .cart-details .cart-header .btn-group a {
    display: flex;
}

.purchase-ordering-app .cart-details .cart-header .btn-group a span {
    margin-top: auto;
    margin-bottom: auto;
}

.purchase-ordering-app .sub-header .box {
    padding: 16px;
}

.purchase-ordering-app .sub-header .box span {
    margin: auto;
}

.purchase-ordering-app .cart-details .delivery-date {
    padding: 16px;
}

.purchase-ordering-app .cart-details .delivery-date .choose-date {
    display: flex;
    border: 1px solid #ffffff3f;
    padding: 8px;
    border-radius: 4px;
}

.purchase-ordering-app .box .material-symbols-outlined {
    background-color: #F5F6F7;
    border-radius: 30px;
    padding: 4px;
}

.purchase-ordering-app .breadcrumb {
    margin: 0;
    padding: 0;
}

.purchase-ordering-app .breadcrumb ul,
li {
    padding: 0px;
    margin: 0px;
}

.purchase-ordering-app .breadcrumb ul li {
    display: inline-block;
}

.purchase-ordering-app .breadcrumb ul li a {
    display: flex;
    text-transform: initial;
}

.purchase-ordering-app .breadcrumb ul li a span {
    margin: auto;
}

.purchase-ordering-app .filter-section {
    padding-bottom: 12px;
}

.purchase-ordering-app .filter-section .section-A {
    display: flex;
}

.purchase-ordering-app.product-list .filter-section .section-A .group-tags {
    display: flex;
    margin-left: 0 !important;
}

.purchase-ordering-app .filter-section .section-A .group-tags {
    display: flex;
    margin-left: auto;
}

.purchase-ordering-app .filter-section .section-A .group-tags .list_grid a {
    margin: auto;
}

.purchase-ordering-app .filter-section .section-A .group-tags .list_grid span {
    background-color: #f4f5f6;
    border: 1px solid #f4f5f6;
    border-radius: 30px;
    padding: 4px;
}

.purchase-ordering-app .filter-section .section-A .group-tags .list_grid .active span {
    background-color: #fff;
    color: #18B69B;
    border: 1px solid #DFE2E6;
    border-radius: 30px;
    padding: 4px;
}

.purchase-ordering-app .filter-section .section-A .group-tags .list_grid {
    background-color: #f5f6f7;
    border: 1px solid #dfe2e6;
    border-radius: 30px;
    padding: 4px;
    display: flex;
}

.purchase-ordering-app .filter-section .section-A .group-tags .filter_sorting_scanner {
    display: flex;
}

.purchase-ordering-app .filter-section .section-A .group-tags .filter_sorting_scanner span {
    background-color: #fff;
    border: 1px solid #DFE2E6;
    border-radius: 30px;
    padding: 4px;
}

.purchase-ordering-app .filter-section .section-B {
    display: flex;
    padding-top: 12px;
}

.purchase-ordering-app .filter-section .section-B .clear_filter {
    min-width: max-content;
}

.purchase-ordering-app .filter-section .section-B .clear_filter a {
    padding-right: 8px;
    margin: auto;

}

.purchase-ordering-app .filter-section .section-B .filter ul {
    margin: 0;
    padding-left: 8px;
}

.purchase-ordering-app .filter-section .section-B .filter ul li {
    display: inline-block;
}

.purchase-ordering-app .filter-section .section-B .filter ul li .chip {
    display: flex;
    background-color: #EBEDF0;
    border: 1px solid #DFE2E6;
    border-radius: 30px;
    padding: 3px 3px 3px 10px;
}

.purchase-ordering-app .filter-section .section-B .filter .chip span {
    margin: auto;
}

.purchase-ordering-app .scroll-container-X {
    width: 100%;
    overflow-x: auto;
}

.purchase-ordering-app .scroll-content {
    white-space: nowrap;
    width: fit-content;
    padding-bottom: 0px;
}

.purchase-ordering-app .scroll-container-X.custom_width {
    width: 100%;
    overflow-x: auto;
}

.purchase-ordering-app .product-card .pricing ul {
    margin: 0;
    padding-left: 8px;
}

.purchase-ordering-app .product-card .pricing ul li {
    display: inline-block;
}

.purchase-ordering-app .product-card .pricing ul li .chip {
    display: flex;
    background-color: #fff;
    border: 1px solid #DFE2E6;
    border-radius: 30px;
    padding: 4px 12px 4px 12px;
}

.purchase-ordering-app .product_img {
    width: max-content;
}

.purchase-ordering-app .product_img img {
    max-width: 52px;
    border-radius: 30px;
}

.purchase-ordering-app .custom-tuchpin .form-control-3 {
    width: 32px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #18B69B0d;
}

.purchase-ordering-app .select_free-Qty .form-control-3 {
    width: 32px;
    margin-left: 2px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #18B69B0d;
    height: 32px;
    margin-top: auto;
    margin-bottom: auto;
}

.purchase-ordering-app .custom-tuchpin .remove_qty,
.add_qty {
    background-color: #fff;
    border: 1px solid #0000001F;
    border-radius: 30px;
    padding: 3px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: auto;
}

.purchase-ordering-app .product-card .extra-info,
.option {
    display: flex;
    margin-right: 12px;
}

.purchase-ordering-app .product-card .extra-info,
.option span {
    margin: auto;
}

.purchase-ordering-app .product-card .extra-info {
    padding: 8px;
    background-color: #f5f6f7;
    margin: 8px;
    border-radius: 4px;
}

.purchase-ordering-app .product-remark a {
    display: flex;
    width: max-content;
}

.purchase-ordering-app .custom-row .product-card .product-remark {
    border-right: none;
}

.purchase-ordering-app .product-card .product-remark {
    border-right: 1px solid #0000001F;
}

.purchase-ordering-app .created-order {
    background-color: #f4f5f6;
    padding: 8px;
    border-radius: 30px;
    display: inline;
    height: 40px;
    width: 40px;

}

.purchase-ordering-app .light-gray {
    background-color: #f4f5f6;
}

.purchase-ordering-app .order_qty_subtotal .chip {
    border: 1px solid #0000001F;
    padding: 10px 14px;
    border-radius: 30px;
}

.purchase-ordering-app .order_qty_subtotal .chip.status_completed {
    border: 1px solid #006758;
    background-color: #E6F6F4;
    padding: 10px 14px;
    border-radius: 30px;
    color: #006758;
}

.purchase-ordering-app .custom-row .custom-col {
    flex: 0 0 100%;
    max-width: 100%;
}

.purchase-ordering-app .custom-col {
    padding-left: 4px;
    padding-right: 4px;
}

.purchase-ordering-app .item-listing .item-1 {
    padding: 16px;
    border-bottom: 1px solid #0000001F;
    width: 100%;
    display: flex;
}

.purchase-ordering-app .form-control-3 {
    background-color: #fff;
}

.purchase-ordering-app .customer-list .customer-card .more-info .custom-padding {
    padding: 16px;
}

.purchase-ordering-app .max-content {
    margin-left: auto;
    margin-right: auto;
}

.purchase-ordering-app .add-more-products {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.purchase-ordering-app .add-more-products .btn-primary:hover {
    color: #18B69B !important;
}

.purchase-ordering-app .add-more-products .btn-primary {
    background-color: #fff !important;
    border: 1px solid #0000001F !important;
    color: #18B69B;
}

/* ================Responsive-and-gird-view-css ====================*/
.purchase-ordering-app .product-card {
    position: relative;
}

.purchase-ordering-app .custom-row .product-card .remove_product_cart.lg_card_view {
    position: absolute;
    left: 2px;
    width: max-content;
    top: 6px;
    background-color: #ffffff;
    color: #c30000f5;
    padding: 4px;
    border-radius: 30px;
}

.purchase-ordering-app .product-card .remove_product_cart {
    position: absolute;
    right: 8px;
    top: 6px;
    background-color: #ffffff;
    color: #c30000f5;
    padding: 4px;
    border-radius: 30px;
}

.purchase-ordering-app .product-remark {
    border-right: none;
}

.purchase-ordering-app .product_content {
    padding: 12px;
}

.purchase-ordering-app .sm_lg_col {
    display: block;
}

.purchase-ordering-app .custom-row .custom-col .sm_lg_col {
    display: flex;
}

.purchase-ordering-app .custom-row .group_btn_1 {
    border-top: none;
}

.purchase-ordering-app .custom-row .select_free-Qty {
    border-right: none;
}

.purchase-ordering-app .group_btn_1 {
    display: flex;
    border-top: 1px solid #0000001F;
}

.purchase-ordering-app .select_free-Qty {
    border-right: 1px solid #0000001F;
}

.purchase-ordering-app .extra-info .option {
    margin: auto;
}

.purchase-ordering-app .custom-row .custom-col.px {
    padding-right: 4px;
    padding-left: 4px;
}

.purchase-ordering-app .sub-header .lg_view {
    display: block;
}

.purchase-ordering-app .lg_view {
    display: none;
}

.purchase-ordering-app .custom-row .custom-col .lg_view {
    display: block;
}

.purchase-ordering-app .custom-row .custom-col .sm_lg_col .product_content {
    padding-bottom: 12px;
    padding-top: 12px;
}

.sm-group-btn {
    display: none;
}

.purchase-ordering-app .custom-row .custom-col .group_btn_1 .product-remark .btn-text {
    display: block;
}

.purchase-ordering-app .group_btn_1 .product-remark .btn-text {
    display: none;
}

.purchase-ordering-app .customer_order_details {
    display: flex;
}

.purchase-ordering-app .customer_order_details .customer_details {
    text-align: right;
}

.purchase-ordering-app .custom-row .order-history .scroll-container-X.custom_width {
    width: 100%;
}

.customer-list .customer-card .more-info .sm_lg_col {
    display: flex;
}

.purchase-ordering-app .map {
    position: fixed;
    bottom: 23px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background-color: #000;
    padding: 12px 18px;
    border-radius: 30px;
    color: #fff;
    z-index: 9;
}

/* ================Responsive-and-gird-view-css ====================*/

/* ----------------color --------------*/
.purchase-ordering-app .n-400 {
    color: #505F79;
}

.purchase-ordering-app .n-800 {
    color: #15294B;
}

.purchase-ordering-app .n-700 {
    color: #243757;
}

.purchase-ordering-app .n-50 {
    color: #C2C7D0;
}

.purchase-ordering-app .n-0 {
    color: #fff;
}

.purchase-ordering-app .material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 16
}

/* ----------------font-property ------------*/
.purchase-ordering-app .regular {
    font-weight: 400;
}

.purchase-ordering-app .medium {
    font-weight: 500;
}

.purchase-ordering-app .semi-bold {
    font-weight: 600;
}

.purchase-ordering-app .bold {
    font-weight: 700;
}

/* ----------------font-size ------------*/
.purchase-ordering-app .heading-3 {
    font-size: 24px;
}

.purchase-ordering-app .heading-6 {
    font-size: 18px;
}

.purchase-ordering-app .large {
    font-size: 16px;
}

.purchase-ordering-app .base {
    font-size: 14px;
}

.purchase-ordering-app .small {
    font-size: 12px;
}

/* ----------------Grid-size ------------*/
.purchase-ordering-app .px {
    padding-left: 0px;
    padding-right: 0px;
}

/* ----------------border ------------*/
.purchase-ordering-app .border-4 {
    border-radius: 4px;
}

.purchase-ordering-app .outline {
    border: 1px solid #0000001F;
    background-color: #fff;
    border-radius: 4px;
}

.purchase-ordering-app .outline-top {
    border-top: 1px solid #0000001F;
}

.purchase-ordering-app .outline-bottom {
    border-bottom: 1px solid #0000001F;
}

.purchase-ordering-app .outline-left {
    border-left: 1px solid #0000001F;
}

.purchase-ordering-app .outline-right {
    border-right: 1px solid #0000001F;
}


/* ======================Seals-Ordering Responsive-Start ==========================*/
/* @media (max-width: 1440px){
    .purchase-ordering-app .custom-row .custom-col{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
  } */
@media (max-width: 1200px) {
    .purchase-ordering-app .device-padding {
        padding: 0px 20px;
    }

    /* ----------------font-size ------------*/
    .purchase-ordering-app .heading-3 {
        font-size: 16px;
    }

    .purchase-ordering-app .heading-6 {
        font-size: 14px;
    }

    .purchase-ordering-app .large {
        font-size: 14px;
    }

    .purchase-ordering-app .base {
        font-size: 12px;
    }

    /* ----------------font-size-end ------------*/
    /* ----------------cart-header ---------------*/
    .purchase-ordering-app .cart-header.sub-header .lg-btn {
        display: none;
    }

    .purchase-ordering-app .cart-header.sub-header .sm-group-btn {
        display: block;
    }

    .purchase-ordering-app .sub-header .btn-group .btn-text {
        display: none;
    }

    .purchase-ordering-app .cart-header.sub-header .btn-group .btn .material-symbols-outlined {
        margin-right: 0px !important;
    }

    .purchase-ordering-app .cart-header.sub-header .btn-group .btn {
        padding: 8px;
    }

    /* ----------------cart-header-end ---------------*/
    /* ----------------product-content ---------------*/
    .purchase-ordering-app .custom-row .order-history .scroll-container-X.custom_width {
        width: 100% !important;
    }

    .purchase-ordering-app .custom-row .custom-col .scroll-container-X.custom_width {
        width: 280px;
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .contect-info .info_sm {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .purchase-ordering-app .custom-row .custom-col .sm_lg_col {
        display: block;
    }

    .purchase-ordering-app .custom-row .custom-col .sm_lg_col .product_content {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .purchase-ordering-app .custom-row .custom-col .scroll-container-X.custom_width {
        width: 100%;
        /* padding-bottom:14px !important; */
    }

    .purchase-ordering-app .custom-row .group_btn_1 {
        border-top: 1px solid #0000001F;
    }

    .purchase-ordering-app .custom-row .select_free-Qty {
        border-right: 1px solid #0000001F;
    }

    .purchase-ordering-app .group_btn_1 {
        border-top: 1px solid #0000001F;
    }

    .purchase-ordering-app .select_free-Qty {
        border-right: 1px solid #0000001F;
    }

    .purchase-ordering-app .sub-header .lg_view {
        display: none;
    }

    .purchase-ordering-app .custom-row .custom-col .lg_view {
        display: none;
    }

    .purchase-ordering-app .custom-row .custom-col .group_btn_1 .product-remark .btn-text {
        display: none;
    }

    .purchase-ordering-app .group_btn_1 .product-remark .btn-text {
        display: none;
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .sm_lg_col {
        display: block;
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .contect-info {
        padding-top: 12px;
        border-top: 1px solid #0000001F;
        /* margin-top: 12px; */
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .contect-info .info_sm {
        margin-left: auto;
        margin-right: auto;
    }

    .purchase-ordering-app .custom-row .product-card .remove_product_cart {
        right: 8px !important;
    }

    .purchase-ordering-app .custom-row .product-card .product-remark {
        border-right: 1px solid #0000001F;
    }

    .purchase-ordering-app .custom_search_view.active {
        position: fixed;
        right: 0;
        top: 0px;
    }

    .purchase-ordering-app .custom_search_view.active .search-input {
        border-radius: 1px;
        height: 56px;
    }

    .purchase-ordering-app .custom_search_view.active {
        border-radius: 0px;
    }

    .purchase-ordering-app .custom_search_view.active .input-group-text {
        border-radius: 0px;
    }

    .purchase-ordering-app .padding_bottom_sm {
        padding-bottom: 12px;
    }

    /* //====================product-list-search===========================// */
    .purchase-ordering-app .map-search-point .col-md-4 {
        margin-top: 12px !important;
    }

    .purchase-ordering-app.product-list .main_search input {
        max-width: 0;
        opacity: 0;
    }

    .purchase-ordering-app.product-list .main_search i {
        font-size: 1.5rem !important;
    }

    .purchase-ordering-app.product-list .main_search .input-group-text {
        background-color: #fff;
        padding: 0px !important;
    }

    .purchase-ordering-app.product-list .main_search .outline {
        border: 1px solid #fff !important;
    }

    .purchase-ordering-app.product-list .main_search .input-group-append {
        margin-top: 7px;
        margin-bottom: auto;
    }

    .purchase-ordering-app.product-list .search_box {
        margin-left: auto !important;
        margin-right: 0px;
        width: 70px
    }

    .purchase-ordering-app.product-list .main_search.active {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background-color: #fff;
        padding-left: 21px;
        padding-right: 9px;
        border: 1.5px solid #18B69B !important;
        border-radius: 2px;

    }

    .purchase-ordering-app.order-history .main_search.active {
        top: 43px;
    }

    .purchase-ordering-app .outline {
        border: none;
        background: none;
        border-radius: 0;
    }

    .purchase-ordering-app .tab_header {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        border-radius: 4px;
        ;
    }

    .purchase-ordering-app.product-list .main_search.active input {
        max-width: 100%;
        opacity: 1;
        height: 50px;
    }

    .purchase-ordering-app.product-list .main_search.active .input-group-append {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .purchase-ordering-app.product-list .main_search.active .input-group-text {
        padding: 6px !important;
    }

    /* //====================product-list-search===========================// */
}

@media (max-width: 600px) {
    .purchase-ordering-app .cart-header.sub-header .btn-group .ex-sm-btn-text {
        display: none;
    }

    .purchase-ordering-app .customer_order_details {
        display: block;
    }

    .purchase-ordering-app .customer_order_details .material-symbols-outlined {
        font-size: 20px;
    }

    .purchase-ordering-app .customer_order_details .customer_details {
        text-align: left !important;
        padding-top: 4px;
    }

    .purchase-ordering-app .sub-header.order-details .pricing-block .box {
        padding: 8px;
    }

    /* .purchase-ordering-app .sub-header.order-details .btn-text{
        display: none;
      } */
    .purchase-ordering-app .sub-header.order-details .btn-secoundary {
        padding: 8px;
    }

    .purchase-ordering-app .sub-header.order-details .pricing-block {
        border-bottom: none;
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .contect-info .icon_text {
        display: none;
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .contect-info .material-symbols-outlined {
        background-color: #f4f5f6;
        padding: 8px;
        border-radius: 30px;
    }

    .purchase-ordering-app .customer-list .customer-card .more-info .contect-info .info_sm {
        margin-left: auto;
        margin-right: auto;
    }

    .purchase-ordering-app .flex_block_content {
        display: block;
    }

    .purchase-ordering-app .main_search input {
        max-width: 0;
        opacity: 0;
    }

    .purchase-ordering-app .main_search i {
        font-size: 1.5rem !important;
    }

    .purchase-ordering-app .main_search .input-group-text {
        background-color: #fff;
        padding: 0px !important;
    }

    .purchase-ordering-app .main_search .outline {
        border: 1px solid #fff !important;
    }

    .purchase-ordering-app .main_search .input-group-append {
        margin-top: 7px;
        margin-bottom: auto;
    }

    .purchase-ordering-app .search_box {
        margin-left: auto !important;
        margin-right: 0px;
        width: 70px
    }

    .purchase-ordering-app .main_search.active {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background-color: #fff;
        padding-left: 21px;
        padding-right: 9px;
        border: 1.5px solid #18B69B !important;
        border-radius: 2px;

    }

    .purchase-ordering-app .main_search.active input {
        max-width: 100%;
        opacity: 1;
    }

    .purchase-ordering-app .main_search.active .input-group-append {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .purchase-ordering-app .main_search.active .input-group-text {
        padding: 6px !important;
    }
}

@media (max-width: 491px) {

    /* .purchase-ordering-app .sub-header .pricing-block{
        border-bottom: 1px solid #0000001F;
      } */
    .purchase-ordering-app .sub-header a.btn-primary {
        padding: 8px;
        border-radius: 30px;
    }

    .purchase-ordering-app .sub-header a.btn-primary .btn-text {
        display: none;
    }

    .purchase-ordering-app .device-padding {
        padding: 0px 12px;
    }

    .purchase-ordering-app .cart-header.sub-header .sm-group-btn {
        padding-right: 0px !important;
        padding-left: 4px !important;
    }

    .purchase-ordering-app .sub-header.cart-header .box {
        padding: 8px;
    }

    .purchase-ordering-app .filter-section .section-A {
        display: block;
        position: relative;
    }

    .purchase-ordering-app .filter-section .section-A .group-tags {
        margin-top: 12px;
    }

    .purchase-ordering-app .filter-section .section-A .group-tags .list_grid {
        padding: 1px;
    }

    .purchase-ordering-app .filter-section .section-A .group-tags .filter_sorting_scanner {
        margin-left: auto !important;
    }

    /* //====================other-pages-search===========================// */
    .purchase-ordering-app .search_box {
        width: 70px
    }

    /* //====================product-list-search===========================// */
    .purchase-ordering-app.product-list .main_search input {
        max-width: 0;
        opacity: 0;
    }

    .purchase-ordering-app.product-list .main_search i {
        font-size: 1.5rem !important;
    }

    .purchase-ordering-app.product-list .main_search .input-group-text {
        background-color: #fff;
        padding: 0px !important;
    }

    .purchase-ordering-app.product-list .main_search .outline {
        border: 1px solid #fff !important;
    }

    .purchase-ordering-app.product-list .main_search .input-group-append {
        margin-top: 7px;
        margin-bottom: auto;
    }

    .purchase-ordering-app.product-list .search_box {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 70px
    }

    .purchase-ordering-app.product-list .main_search.active {
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background-color: #fff;
        padding-left: 21px;
        padding-right: 9px;
        border: 1.5px solid #18B69B !important;
        border-radius: 2px;

    }

    .purchase-ordering-app.product-list .search_box.search_position {
        position: absolute;
        bottom: -5px;
        left: 53%;
        transform: translate(-47%);
        width: 53px;
    }

    .purchase-ordering-app.cart .search_box.search_position {
        position: absolute;
        bottom: -5px;
        left: 50% !important;
        transform: translate(-50%) !important;
        width: 53px;
    }

    .purchase-ordering-app .outline {
        border: none;
        background: none;
        border-radius: 0;
    }

    .purchase-ordering-app.product-list .main_search.active input {
        max-width: 100%;
        opacity: 1;
        height: 50px;
    }

    .purchase-ordering-app.product-list .main_search.active .input-group-append {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .purchase-ordering-app.product-list .main_search.active .input-group-text {
        padding: 6px !important;
    }

    /* //====================product-list-search===========================// */
}

@media (max-width: 376px) {
    .purchase-ordering-app .sub-header .pricing-block .box {
        padding-right: 0px;
    }

    .purchase-ordering-app .search_box {
        width: 70px
    }

    .purchase-ordering-app.product-list .search_box.search_position {
        position: absolute;
        bottom: -5px;
        left: 53%;
        transform: translate(-47%);
        width: 53px;
    }

    .purchase-ordering-app.cart .search_box.search_position {
        position: absolute;
        bottom: -5px;
        left: 38% !important;
        transform: translate(-62%) !important;
        width: 53px;
    }
}

/* ======================Responsive-end ==========================*/

/* ===============product-quick-edit-right-bar=================== */
.product-right-bar .modal {
    z-index: 9999;
}

.product-right-bar .main_body {
    height: calc(100vh - 136px);
    overflow-y: auto;
}

.product-right-bar {
    background-color: #f4f5f6;
}

.product-right-bar .product_section {
    margin: 12px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.product-right-bar .header_content {
    background-color: #fff;
}

.product-right-bar .header_content label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.product_title {
    font-size: 12px;
    color: #7A8699;
}

.product-right-bar .section_title label {
    margin-bottom: 0px;
}

.product-right-bar .footer_right_bar {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

.product-right-bar .section_title {
    margin-bottom: 12px;
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.product-right-bar .section_title label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.product-right-bar .section_sub-title {
    font-size: 12px;
    font-weight: 500;
    color: #232529;
    margin-bottom: 12px;
    padding: 12px
}

.product-right-bar .avatar.avatar-lg {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
}

.editable-modal .form-control.inactive {
    padding: 0;
    background-color: #fff;
    border: none;
    height: 20px;
}

.editable-modal .list_item i {
    display: none;
}

.editable-modal .list_item {
    position: relative;
}

.modal .list_title label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.editable-modal .list_item:hover i {
    display: block;
}

.editable-modal a.inactive {
    display: none;
}

.editable-modal .icon-edit-2 {
    background-color: #f4f5f6;
    border: 1px solid #e5e5e5;
    padding: 7px;
    border-radius: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.add_new_brand.disabled {
    opacity: 0.5;
}

/* ////================================================Form_builder_In_recruitment_css=======================================================================// */
/* //==================================================================================// */

/* //Form_builder_common_css_start */

.form__builder .row {
    margin: 0 !important;
}

.form__builder .heading {
    font-size: 14px;
    font-weight: 500;
    color: var(--title_color);
}

.form__builder .sub_heading {
    font-size: 12px;
    font-weight: 400;
    color: var(--sub_title_color);
}

.form__builder .items__box {
    display: inline-block;
}

.form__builder .item__1 {
    display: inline-block;
    vertical-align: middle;
}

.form__builder .item__2 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.form__builder .remove_section {
    font-size: 20px;
}

/* .form__builder .remove_section{
    display: none;
}
.form__builder .this_is_child.remove_section{
    display: block !important;
    cursor: pointer;
} */

/* //Form_builder_common_css_end */

/* //==================================================================================// */

/* //from_left_section_css_start */
.form__builder .form_input_list {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

/* .form__builder .form_input{
    position: relative;
} */
.form__builder .form_items .types {
    font-size: 12px;
    font-weight: 500;
    color: var(--base_color);
    background-color: #fbfbfb;
    padding: 18px 6px;
    border-radius: 4px;
    border: 1px solid var(--soft_border_color);

}

.form__builder .form_items {
    padding: 12px;
    /* text-align:center; */
    cursor: pointer;
}

.form__builder .form_items .drag-box:hover {
    background-color: #E6EFFF;
    border: 1px dashed #18B69B;
}

.form__builder .form_sec_heading {
    padding: 12px;
}

.form__builder .form_sec_heading .heading {
    font-size: 14px;
    font-weight: 500;
    color: var(--section_heading_color);
}

/* //from_left_section_css_end */

/* //==================================================================================// */

/* //from_right_section_css_start */
.form__builder .form_sections_list {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.form__builder .form_section_types {
    padding: 12px;
}

.form__builder .form__section {
    border-top: 1px solid var(--hard_border_color);
    border-left: 1px solid var(--hard_border_color);
    border-right: 1px solid var(--hard_border_color);
    /* border-radius:4px; */
}

.form__builder .form_sec_header {
    padding: 8px;
    border-bottom: 1px solid var(--hard_border_color);
    background-color: var(--background_color_1);
    border-radius: 4px 4px 0px 0px;

}

.form__builder .form_sec_header .heading {
    font-size: 14px;
    color: var(--section_heading_color);
}

.form__builder .form_section_content {
    width: 100%;
    padding: 12px;
}

.form__builder .section_modifier {
    position: absolute;
    max-width: max-content;
    min-width: 8px;
    min-height: 8px;
    top: -20px;
    left: -16px;
    background-color: #18B69B;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 6px 0px;
    transform: scale(40%);
}

.form__builder .section_modifier:hover {
    transform: scale(100%);
    transition: all ease-in-out .1s;
    background-color: #fff;
}

.form__builder .section_modifier:hover .add_td {
    transform: scale(100%) rotate(90deg);
    transition: all ease-in-out .1s;
}

.form__builder .section_modifier:hover .add_row {
    transform: scale(100%);
    transition: all ease-in-out .1s;
}

.form__builder .section_modifier:hover .this_is_child.remove_td {
    transform: scale(100%);
    transition: all ease-in-out .1s;
}

.form__builder .section_td .remove_td {
    display: none;
}

.form__builder .section_td .this_is_child.remove_td {
    transform: scale(0%);
}

.form__builder .section_td:hover .this_is_child.remove_td {
    display: block !important;
    cursor: pointer;
    border-bottom: 1px solid var(--soft_border_color);
    padding: 0px 4px 3px 4px;
    margin-bottom: 4px;
}

.form__builder .section_modifier .add_td {
    transform: scale(0%) rotate(90deg);
    margin-right: 12px;
    padding: 0px 4px;

}

.form__builder .section_modifier .add_row {
    padding: 0px 4px;
    transform: scale(0%);
}

.form__builder .section_modifier .add_td:hover {
    color: #18B69B;
    cursor: pointer;
}

.form__builder .section_modifier .add_row:hover {
    color: #18B69B;
    cursor: pointer;
}

.form__builder .form_section_content .section_td.dropping_1::after {
    content: "Drag and drop";
    font-size: 12px;
    font-weight: 500;
    color: var(--section_sub_heading_color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form__builder .form_section_content .section_td.dragging_effect {
    background-color: #E6EFFF !important;
    border: 1px dashed #18B69B !important;
}

.form__builder .form_section_content .section_row {
    position: relative;
    min-height: auto;
    width: 100%;
    background-color: var(--background_color_3);
    display: flex;
    /* overflow-x:hidden ; */
}

.section_modifier {
    display: none;
}

.form__builder .form_section_content .section_td:hover .section_modifier {
    display: block;
    z-index: 999;
}

.form__builder .form_section_content .section_td {
    height: auto;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px dashed var(--hard_border_color);
    margin: 1px;
    position: relative;
}

.form_section_content .section_td {
    padding: 12px;
}

.form_section_content .section_td .form_input.active label {
    color: #505F79;
}

.form_section_content .section_td .form_input.active .input_action_1 {
    position: absolute;
    top: -3px;
    right: 0;
}

.form_section_content .form_input .input_action_1 {
    display: none;
}

.form_section_content .form_input:hover .input_action_1 {
    display: block;
}

.form__builder .form_section_content .custom_input_1 {
    border: none;
    background: none;
    padding: 0;
    height: 20px;
    width: 100%;

}

.custom_input_2 {
    border: none;
    background: none;
    padding: 0;
    height: auto;
    width: 100%;
}

.form__builder .form_section_content .item__1 {
    font-size: 14px;
    margin-left: 8px;
    font-weight: 500;
    color: var(--section_heading_color);
}

#clone_section {
    width: max-content;
}

#clone_section span {
    border-radius: 30px;
    padding: 10px 16px;
    border: 1.5px solid #18B69B;
    color: #18B69B;
    cursor: pointer;
}

.form__builder .form_section_content .form_input .upload_file_type {
    background-color: var(--background_color_1);
    padding: 16px;
    border: 1px solid #18B69B;
    text-align: center;
    border-radius: 4px;
    color: #18B69B;
    font-size: 14px;
    font-weight: 500;

}

.form__builder .form_section_content .form_input .upload_file_type input[type="file"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}

.form__builder .form_sec_header input {
    border: navajowhite;
    background: none;
    width: 100%;
}

.form__builder .form_sec_header .heading {
    width: 100%;
}

.form__builder .form_section_content .section_td.ex_large_column {
    max-width: 350px !important;
}

.form__builder .form_section_content .section_td.large_column {
    max-width: 300px !important;
}

.form__builder .form_section_content .section_td.small_column {
    max-width: 250px !important;
}

.form__builder .form_section_content .section_td.ex_small_column {
    max-width: 100px !important;
}

.form__builder .form_section_content .section_td .input_text {
    font-size: 13px;
    font-weight: 500;
    color: var(--section_heading_color);
}

.form__builder .form_section_content .section_td .input_text_2 {
    font-size: 11px;
    color: var(--sub_title_color);
}

.form__builder .more_icon_1 {
    background-color: #fff;
    border-radius: 30px;
    padding: 2px;
    font-size: 18px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
}

/* //from_right_section_css_end */

/* //==================================================================================// */
.scoring_items {
    background-color: #f0f4f7;
    padding: 12px;
    border-radius: 4px;
}

.scoring_title {
    font-size: 12px;
    font-weight: 500;
}

.scoring_range span {
    padding: 8px 14px;
    background-color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
}

.scoring_range {
    display: flex;
    flex-wrap: wrap;
}

.scoring_range span {
    cursor: pointer;
    ;
    transition: background-color 0.3s ease;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13);
}

.scoring_range span.selected,
.scoring_range span:hover {
    background-color: #18B69B !important;
    color: #fff;
}

.selected {
    background-color: #18B69B !important;
    color: #fff;
}

.candiate-scoring .list_heading {
    font-size: 14px;
    font-weight: 500;

}

/* ==============================comments-css-for-recruitment ===========================*/
.candidate_info .comments_list {
    height: 430px;
    overflow: auto;
}

.comments_modal .custom_modal {
    max-width: 600px !important;
    height: 100vh;
}

.comment-body:hover .action_btn {
    display: block;
}

.comment-header {
    display: flex;
    position: relative;
}

.comment-header .user-title {
    font-weight: 500;
    color: #4d4d4d;
    font-size: 13px;
}

.comment-header .date-time {
    font-size: 12px;
    color: #b1b1b1;
    margin-left: 12px;
}

.comment-header .action_btn {
    background-color: #ffffff;
    padding: 10px 5px 7px 5px;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: -5px;
    display: none;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13);
}

.comment-header .action_btn i {
    background-color: #fff;
    padding: 6px;
    border-radius: 30px;
    cursor: pointer;
}

.comment-header .action_btn i:hover {
    background-color: #f4f5f6;
    padding: 6px;
    border-radius: 30px;
}

.comment {
    font-size: 14px;
    /* border: 1px solid #e5e5e5; */
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    color: #010101;
    background-color: #f0f4f7;
    margin-left: 38px;
}

.comment-header .label1 {
    color: #838383;
    margin-left: 12px;
}

.comment-send-box {
    position: relative;
}

.upload_file {
    position: absolute;
    top: 9px;
    right: 0;
    cursor: pointer;
}

.file_input {
    width: 44px;
    scale: 1;
    opacity: 0;
    cursor: pointer;
}

.comment-send-box .icon-paperclip {
    position: absolute;
    top: 3px;
    right: 8px;
    font-size: 18px;
    background-color: #fff;
    padding: 8px;
    border-radius: 30px;
    cursor: pointer;
}

#clear-icon {
    display: inline;
    background-color: #f4f5f6;
    padding: 4px;
    border-radius: 30px;
    font-size: 12px;
}

.modal-footer {
    flex-wrap: initial !important;
}

.comment-send-box textarea.form-control {
    padding: 0.75rem 2rem 0.75rem 1rem;
}

.send-btn {
    font-weight: 500;
    padding: 5px 6px;
    border: 2px solid;
    border-radius: 30px !important;
    border-color: #18B69B !important;
    background-color: #18B69B !important;
    color: #FFFFFF;
}

.uploaded-file {
    padding: 12px;
    background-color: #fff;
    width: max-content;
    border-radius: 4px;
    margin-top: 8px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13);
}

.section_list li {
    display: inline-block;
}

.section_list {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 8px;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
}

.section_list ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.section_list_body ul {
    width: 100%;
    min-width: calc(100%);
}

.section_list_body li {
    display: inline-block;
}

.section_list li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 12px;
}

.section_list li a.active {
    border-bottom: 3px solid #18B69B;
    color: #18B69B;
}

.section_list li a:hover {
    border-bottom: 3px solid #18B69B;
    color: #18B69B;
}


/* ==============================comments-css-for-recruitment ===========================*/