/* =========================================================================================================================================== */
/* ------------------------------------------------------ NEW DESIGN IMPLEMENT CSS FILE ------------------------------------------------------ */
/* =========================================================================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}

.carousel-inner .carousel-item .carousel-img {
    height: 610px;
    object-fit: contain;
}


.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    width: 0%;
    transition: all 0.4s ease-in-out;
}

#headingNewsSlide .carousel-inner:hover .carousel-control-prev,
#headingNewsSlide .carousel-inner:hover .carousel-control-next {
    opacity: 1;
    width: 8%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #6c757d;
    background-color: #F2F3F4;
    letter-spacing: 1px;
}

::selection {
    color: #fff;
    background: #128343;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.main-header{
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.main-header,
.main-footer {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: var(--bs-gutter-x, .75rem);
    padding-bottom: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.main-header {
    background-color: #ffffff;
}

.main-header .brand-logo a img {
    height: 45px;
}

.login-area span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    margin-right: 1.0rem !important;
    justify-content: end;
}


.login-area i.fa-user {
    background-color: #F2F3F4;
    padding: 10px;
    border-radius: 99px;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.side-menu-bar svg {
    cursor: pointer;
}

.middle-section .container-fluid .d-flex.vh-90 {
    height: 90vh;
}

.middle-section .cw-heading {
    font-size: 28px;
    letter-spacing: 10px;
    color: #75AE82;
    font-weight: 300;
}

.main-footer span.reserved_text {
    margin-right: 25px;
}

ul.dropdown-menu li a {
    display: block;
    font-size: 14px;
}

.dropdown-menu.show {
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #81BB28;
}

.main-footer img {
    height: 35px;
}

.load-wrapp {
    width: 100%;
    margin: 10px 0px 0px 0;
    border-radius: 5px;
    text-align: center;
}

.letter-holder {
    display: flex;
    justify-content: center;

}

.letter {
    font-size: 24px;
    color: #777;
    font-weight: 300;
    text-transform: uppercase;
}

.l-1 {
    animation-delay: 0.48s;
}

.l-2 {
    animation-delay: 0.6s;
}

.l-3 {
    animation-delay: 0.72s;
}

.l-4 {
    animation-delay: 0.84s;
}

.l-5 {
    animation-delay: 0.96s;
}

.l-6 {
    animation-delay: 1.08s;
}

.l-7 {
    animation-delay: 1.2s;
}

.l-8 {
    animation-delay: 1.32s;
}

.l-9 {
    animation-delay: 1.44s;
}

.l-10 {
    animation-delay: 1.56s;
}

.load-6 .letter.animate {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

@keyframes loadingF {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.welcome-text {
    font-weight: 900;
    color: #FFFFFF;
    font-size: 40px;
}

.mx-md-50 {
    margin: auto 3rem;
}

form label.cw-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #75AE82;
    letter-spacing: 2px;
}

.cw_login_form input.form-control {
    border-radius: 0;
    height: calc(4.5rem + 2px);
    border-color: transparent;
    background: white;
}

.readonly {
    border-color: transparent !important;
}
.readonly:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

input.form-control:not(.readonly):focus,
textarea.form-control:not(.readonly):focus {
    box-shadow: none !important;
    border: 1px solid #75AE82 !important;
}

.form-control-sm, .form-control-sm:focus, .form-control-sm:focus-visible, .form-control-sm:hover {
    border: 1px solid #dee2e6 !important;
    border-radius: 0 !important;
    outline: none !important;
}

.form-control,
.form-select, .form-control-sm {
    font-size: 13px;
    border-radius: 0 !important;
}

.form-control[readonly] {
    background-color: #dee2e6 !important;
}

.breadcrumb {
    margin-bottom: 0;
}

.middle-section .form-control {
    background-color: transparent;
}

.summary-item.selected-item .form-control {
    background-color: #ffffff;
}

.validation-container {
    padding: 15px 15px 15px 50px;
    /*padding-left: 50px;*/
}

.control-label {
    font-weight: 600;
    color: #212121;
}

input.form-check-input.toggleBatch {
    padding: 5px;
}

label,
.form-check-input:checked[type=checkbox] {
    cursor: pointer;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #81BB28 !important;
    border-color: #fff !important;
    border-width: 3.5px;
    background-image: none !important;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: #0000008b;
}

.form-switch .form-check-input[type=checkbox]{
    border-radius: 2em;
}

.form-switch .form-check-input:checked[type=checkbox]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:focus {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, .25);
}

.form-check-input:checked[type=checkbox] {
    background-color: #81BB28;
    border-color: #81BB28;
    background-image: none;
}

.form-check-input:checked {
    background-color: #81BB28 !important;
    border-color: #81BB28 !important;
}

.menu_item_form .d-md-flex{
    display: block !important;
}
.menu_item_form .form-group {
    width: 100% !important;
    margin-bottom: 0.75rem!important;
}

.menu_item_form .ms-2, .menu_item_form .ms-2 button{
    margin-left: 0 !important;
    width: 100% !important;
}

.clearFilter, .cursor-pointer{
    cursor: pointer !important;
}


.table-responsive::-webkit-scrollbar {
    height: 5px;
}

.table-responsive.vh-100::-webkit-scrollbar, .cw-overflow::-webkit-scrollbar {
    width: 5px;
}

.table-responsive::-webkit-scrollbar-track, .cw-overflow::-webkit-scrollbar-track {
    box-shadow: none;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid darkgrey;
    border-radius: 99px;
}

.table-responsive.vh-100::-webkit-scrollbar-thumb, .cw-overflow::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid darkgrey;
    border-radius: 99px 99px 0 0;
}

.table-responsive.horizontal-scroll table .sticky-left {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #DEDEDE;
}

.table-responsive.horizontal-scroll table .sticky-left-50 {
    position: sticky;
    z-index: 1;
    background-color: #DEDEDE;
}

.sticky-left-50:before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0;
    height: 100%;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}

.sticky-left-50:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #CACACA;
}

.delete-file,
.edit-file {
    cursor: pointer;
}

.large-min.table_boder {
    z-index: 3;
}

.table-responsive.vh-100 {
    height: 75vh !important;
}

.pending_orders .table-responsive.vh-100 {
    height: 25vh !important;
}

.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}
.z-5 {
    z-index: 5 !important;
}
.z-6 {
    z-index: 6 !important;
}
.z-7 {
    z-index: 7 !important;
}
.z-8 {
    z-index: 8 !important;
}
.z-9 {
    z-index: 9 !important;
}
.z-10 {
    z-index: 10 !important;
}

.cw-350px {
    width: 350px;
}
.ch-350px {
    height: 350px;
}
.cw-overflow{
    overflow: scroll;
    overflow-x: hidden;
}

.h-0{
    height: 0;
}
.cw-filter-product-range{
    transition:all 0.4s ease-in-out;
}

.select2-selection,
.select2-search__field {
    box-shadow: none;
    outline: none;
    border-radius: 0 !important;
    font-size: 13px !important;
}

.select2-results__option {
    font-size: 13px !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ced4da !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #1e8e3e !important;
    box-shadow: none !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #1e8e3e !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: #0a0a0a !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: #dee2e6;
    width: 100%;
    font-size: 13px;
    display: block;
}

.dashboard-menu-toggle::before {
    content: "\e1b0";
    font: var(--fa-font-solid);
    color: #0d3625;
    font-size: 18px;
}
table {
    position: relative;
}
th {
    position: sticky;
    top: 0;
}

.calendar-table th {
    position: relative ;
}

.card,
.card .card-img {
    border-radius: 0px;
    border: transparent;
}
.dashboard-card {
    border-radius: 0px;
    background-color: #81BB28;
    color: #000;
    padding: 91.5px;
    text-align: center;
    height: 100%;
}
.dashboard-card h4 {
    font-weight: 700;
    margin: 0px;
    word-spacing: 500px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 5px;
}

.dashboard-card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}


.news-card {
    height: 100%;
    background-color: transparent;
    border: 1px solid #81BB28;
    color: #128343;
    font-size: 13px;
    transition: all 0.5s ease-in-out;
}

.news-card h5 {
    font-size: 1rem;
}

.news-card:hover {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 5px;
}

.action_btn {
    position: absolute;
    right: -12px;
    bottom: 15%;
    height: 55px;
}

.btn-sm, .btn{
    border-radius: 0;
}

.btn-30px{
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    background-color: #00000025;
}

.card-img-overlay h5 {
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 20px;
    margin-left: 30px;
    line-height: 1;
}

.card-img-overlay p.title-bottom {
    margin-top: auto;
    text-transform: uppercase;
    margin-left: 14px;
    line-height: 1.75;
}

.download-label {
    color: #007836;
    font-weight: 500;
    padding-top: 0.75rem;
}

.side-menu ul {
    list-style: none;
    text-align: start;
    padding: 0px;
    color: #000;
    margin: 15px 0px;
    border-bottom: 1px solid #bbb;
}

.side-menu ul.toggle {
    border-bottom: none;
}

.side-menu ul li.active {
    font-weight: 600;
}

.side-menu ul li a,
.filter-menu li {
    padding: 5px;
    border-top: 1px solid #bbb;
    display: flex;
    gap: 5px;
    align-items: center;

}

.side-menu ul li a {
    padding: 10px 0 10px 5px;
}

.filter-menu li input {
    margin: 0px;
}

.filter-menu label.small {
    font-size: 11px !important;
}

.z-index-1 {
    z-index: 1;
}


.sticky-content-area {
    height: 90vh;
    top: 74px;
    position: -webkit-sticky;
    position: sticky;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sticky-content-area::-webkit-scrollbar {
    width: 0.2em;
}

.sticky-content-area::-webkit-scrollbar-track {
    box-shadow: none;
}

.sticky-content-area::-webkit-scrollbar-thumb {
    background-color: #007836;
    outline: 1px solid #007836;
    border-radius: 10px;
}

.notification_text {
    width: 45%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #555;
    text-align: center;
    margin-right: 0.5rem;
}

.filter-menu {
    padding: 0px;
}

.filter-menu li {
    list-style: none;
    /*padding-left: 0.85rem;*/
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-menu .filter-header {
    padding-left: 21px;
    background: #dee2e6;
    font-weight: 550;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-success {
    background-color: #007836;
    border-color: #007836;
    border-radius: 0px;
}

.btn.btn-default {
    border-radius: 0px;
}

.btn.btn-success:hover {
    background-color: #74BF43;
    border-color: #74BF43;
    border-radius: 0px;
}

.filter-menu li:last-child {
    border-bottom: 1px solid #bbb;
}

.top-74 {
    top: 74px;
}

.brand,
.range_checked {
    position: relative;
}

.brand:active::before,
.range_checked label::before {
    font: var(--fa-font-solid);
    content: "\f058";
    color: #fff;
    font-size: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

label.range_select_all {
    background-color: #74BF43;
    height: 100%;
    width: 100%;
    border-radius: 5%;
}

.price_range img {
    border-radius: 12px;
}

.config_image img {
    width: 100%;
}

.table_boder .placeholder_block{
    background-color: transparent;
    color: #000;
    cursor: default;
    display: block;
    padding: 0;
    width: fit-content;
}

.placeholder_block {
    background: url(/storage/menus/hinge-colours/124-hingecolour-match.png);
    color: #fff;
    height: 150px;
    width: 150px;
    display: flex;
    text-align: center;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    background-size: contain;
}

.range_select_all small {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.download_current_price button.btn {
    background-color: #007836;
    width: 100%;
    color: #fff;
    font-size: 13px;
}

.download_future_price button.btn {
    background-color: #74BF43;
    width: 100%;
    color: #fff;
    margin-top: 1rem;
    font-size: 13px;
}

.password_show {
    position: absolute;
    right: 10px;
    top: 30%;
    color: #007836;
    font-size: 22px;
    cursor: pointer;
}

header .login-area ul.dropdown-menu.show {
    padding: 5px 10px;
    border-radius: 0;
    top: 36% !important;
    width: 175px;
    opacity: 0.95;
}

header .login-area ul.dropdown-menu.show li {
    font-size: 14px;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
}

header .login-area ul.dropdown-menu.show li:hover {
    color: #007836;
}

.toggle,
#error_message {
    display: none;
}

ul.toggle {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.toggle li a {
    padding-left: 35px;
    background-color: #dee2e655;
    position: relative;
}

ul.toggle li a::before {
    font: var(--fa-font-solid);
    content: "\f105";
    color: #007836;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
}

ul.toggle.show {
    display: block;
}

.custom_toggle.active {
    background-color: #dee2e6;
    font-weight: 550;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed #007836 !important;
    border-image: none;
    margin-left: 0;
    margin-right: auto;
}

.dz-image {
    margin: 0 auto;
}

.dropzone .dz-preview.dz-image-preview {
    padding: 10px;
    box-shadow: 2px 3px 10px #dee2e6;
}

.dz-remove {
    color: #a02a2a !important;
}

.file-options span {
    cursor: pointer;
}

.file-options {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 0px 20px;
}

.download-item {
    position: relative;
}

.custom-tooltip .tooltip-inner {
    background-color: #007836;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #007836;
}
.news_events_content {
    padding: 0.75rem 1.25rem 0;
    border: 2px solid #6c757d;
    color: #dddddd;
    font-size: 12px;
}

.news_events_content p {
    font-size: 11px;
}

.news_events_content span.title {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 0.75rem;
}

/* .error_area_block {
  padding: 0px 20px;
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
} */

.summary-fixed {
    position: fixed;
    bottom: 15px;
    padding-right: 13px;
    padding-left: 0px;
    /* margin-left: -15px; */
}

/* .summary-bottom {
  position: absolute;
  bottom: 1px;
  left: 16px;
  right: 16px;
  border-top: 1px solid #d3e0e9;
  background: #ffffff;
  padding: 5px 0;
  height: 75px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
} */


/* Product configuration */
.section-grid {
    list-style: none;
    margin: 0;
    padding: 0; }
.section-grid li {
    position: relative;
    float: left;
    width: 136px;
    margin: 10px;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
    cursor: move; }
.section-grid li img {
    width: 100%; }

.selected-sections {
    width: 100%;
    min-height: 200px;
    float: left; }

.updating-cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f5f8fa;
    opacity: 0.8;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
.updating-cover div {
    text-align: center; }
.updating-cover strong {
    font-size: 1.4em; }

.section-options a {
    color: #198754 !important;
    font-size: 1.2em; }

.section-options a:hover {
    color: #198754 !important; }

.section-options .delete-file {
    position: absolute;
    right: 2px;
    bottom: 6px; }

.selected-sections li {
    height: auto !important; }




.img_upload_preview {
    max-width: 100px;
    margin: 0 0 10px 0; }

@media (max-width: 767px) {
    .ref {
        margin-top: 5px;
        text-align: right; }
    .control-label.ref {
        padding-top: 7px; } }

.order-summary .panel-body {
    display: block;
    max-height: calc(100% - 99px);
    overflow: auto;
}

@media (min-width: 1200px){
    .summary-fixed {
        width: 50%;
        /* background-color: #75AE82; */
    }
}

h5.notification_title {
    font-size: 32px;
    text-transform: uppercase;
}

.order-summary.sticky-top {
    top: 70px;
}


.summary_area_block .panel-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px !important;
}

.w-48 {
    width: 48%;
}

.measurement_area::-webkit-scrollbar {
    width: 4px;
}

.measurement_area h5.title {
    text-align: center;
    background-color: #ffffff;
    padding: 5px 10px;
    margin: 0px;
}

.measurement_area .panel_area {
    background-color: #ebebee !important;
}


.measurement_area::-webkit-scrollbar-thumb {
    background-color: #007836;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.measurement_area h5.title {
    color: rgb(1, 42, 48);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.15rem;

}

.placeholder_block.square_icon{
    height: 80px;
    object-fit: initial;
    background-size: cover;
}

.placeholder_block_img{
    width: 350px;
}
h5.panel-title {
    color: rgb(1, 42, 48);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.15rem;
}

#newOrder hr {
    background: white;
    height: 10px;
    opacity: 1;
    border: 0;
}


.panel_area .form-control,
.form-inline .form-control,
.form-control, .form-control-sm {
    border-radius: 0;
    background-color: #ffffff;
}

.panel_area label {
    color: rgb(1, 42, 48);
    font-weight: 450;
    margin-bottom: .5rem;
    font-size: 13px;
}

.sub-title {
    color: rgb(1, 42, 48);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    margin: 20px 0px;
    text-align: center;
}

.panel-body p {
    font-size: 0.75rem;
    font-style: italic;
    color: #000;
}


.notice {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.icon-container img {
    width: 100%;
}

.menu-item label {
    text-align: center;
    font-size: .75rem;
    display: block;
}

.menu-item img {
    width: 100%;
}

.multiple-menu,
.colour-type,
.menu-item input[type="radio"],
.hide-on-load,
.unique-menu,
.variant2-menu,
.variant3-menu,
.variant-menu {
    display: none;
}

.hide-on-load {
    padding-bottom: 15px;
}


.sill-row {
    text-align: center;
    margin: 25px 0 30px 0;
}

.sill-container {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 0px;
}


.sill-opt div {
    text-align: center;
}

.sill-opt .slider-buttons {
    background: #c6c7c7;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
}

.sill-opt label {
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
}

.sill-opt label input {
    visibility: hidden;
    position: absolute;
}

.sill-opt label.frame-sill {
    display: none;
}

.sill-opt label>input+span {
    background: #c6c7c7;
    color: #263e5a;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 4px;
}

.sill-opt label>input:checked+span {
    background: #007836;
    color: #ffffff;
}

.sill-opt label > input:checked:disabled + span {
    background-color: #6C757D;
}

.cursor-not-allowed{
    cursor: not-allowed !important;
}

.sill-col {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 120px;
    padding: 0 10px;
}

@media (max-width: 420px) {
    .sill-col {
        min-width: 70px;
    }


}

@media (max-width: 991px) {

    .error_area_block {
        height: auto !important;
    }

    .menu_config_form form .d-md-flex .form-group {
        flex: 1 0 33.5%;
        margin-top: 8px;
    }

}

.order_summary_area form .form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    box-shadow: none;
    outline: none;
}

.sill-img {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.sill-img img {
    max-width: 100%;
}

.sill-img img:not(:first-child) {
    position: absolute;
    display: none;
}

.icon-border {
    border: 1px solid #5a7e9e;
    border-radius: 4px;
}

.icon-border img {
    border: 0 !important;
}

.swatch {
    width: 100%;
    padding-bottom: 100%;
    border: 1px solid #5a7e9e;
    border-radius: 4px;
}

.order_smr {
    width: 120%;
}

.swatch-stain {
    width: 100%;
    padding-bottom: 100%;
    background-image: url("/images/stain_background.png");
    background-size: cover;
    border: 1px solid #5a7e9e;
    border-radius: 4px;
}

.update-status {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.col-xs-12.padding.measurements-sizes {
    display: flex;
    gap: 10px;
    flex-wrap: inherit;
}

.hading-space {
    padding-left: 506px;
}

.img-with {
    width: 32px;
}

.measurements-sizes label {
    display: flex;
    align-items: center;
    gap: 3px;
}

.img-size {
    width: 34%;
}

.pricing_margin {
    margin-top: 10px;
}

.panel-body.section-body label {

    gap: 5px;
}

.panel-body.section-body p {
    text-align: center;
}

.menu-item.top-align label {
    display: block !important;
}

#color_code,
#font_color,
#checkbox_color {
    padding: 0px;
    margin-bottom: 10px;
}

.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z--1 {
    z-index: -1 !important;
}


.sill-opt label>input:checked+span {
    background: #007836;
    color: #ffffff;
}

.menu-item label,
.icon-container {
    position: relative;
}

.menu-item label>input:checked+div div.icon-container::after,
.menu-item label>input:checked+div span.placeholder_block::after {
    font: var(--fa-font-solid);
    content: "\f058";
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    color: #74BF43;
}

.menu-item.extraMenus label>input:checked+div div.icon-container::after {
    font: var(--fa-font-solid);
    content: "\f058";
    font-size: 25px;
    color: #007836;
    position: absolute;
    top: 5%;
    left: 95%;
    transform: translate(-50%, -50%);
    font-weight: 900;

}

.icon-checked.checked-on::after {
    font: var(--fa-font-solid);
    content: "\f058";
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    color: #74BF43;
}

.popover-header {
    background-color: #128343;
    color: #ffffff;
}

.popover-body {
    background-color: #75AE8245;
}

.popover-body img{
    padding: 0.5rem 0;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    border-right-color: #75AE8245 !important;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-top-color: #75AE8245 !important;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #75AE8245 !important;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    border-left-color: #75AE8245 !important;
}


.section-help {
    position: absolute;
    top: 3px;
    left: 85%;
    color: #008000;
    opacity: 0.5;
    width: auto;
}

.btn-check:checked + label::after {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    margin-left: 6px;
}

a.arrow_up h5:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
a.arrow_down h5:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.select2-search.select2-search--inline {
    display: none !important;
}

.btn-check:checked+.btn{
    background-color: #012A30 !important;
    color: #ffffff !important;
    border-color: #012A30 !important;
}

.select2-selection__choice {
    padding: 3px 10px !important;
    height: fit-content !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #055160 !important;
    background: #CFF4FC !important;
    border: none !important;
    margin-bottom: 0px !important;
}

.select2-selection__choice__remove{
    display: none !important;
}

.select2-results__option--highlighted, .select2-results__option--selected {
    background-color: #007836 !important;
    color: #ffffff !important;
}
.cw_login_img {
    width: 60%;
}

.cw_company_logo {
    width: 10%;
}

.layout-code {
    text-transform: uppercase;
}

.no-vis {
    visibility: hidden;
    height: 0;
}


.order-bottom,
.summary-bottom {
    text-align: center;
    padding: 15px 0 15px 0;
    position: sticky;
    bottom: 0;
}

.order-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    /* position: fixed; */
    /* width: 50.6%; */
    background-color: #ebebee !important;
}

/* #orderContainer {
  margin-bottom: 7%;
} */


.h-fix {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
}

.h-fix::-webkit-scrollbar {
    width: 05px;
}

.h-fix::-webkit-scrollbar-track {
    box-shadow: none;
}

.h-fix::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid darkgrey;
    border-radius: 99px;
}

.validation-warning .space {
    height: 5px;
}

.order-summary .panel-heading.warning-on {
    height: 115px;
    overflow: scroll;
    border: solid #dee2e6;
    overflow-x: hidden;
    border-width: 1px 0px;
}

.summary-item .item-row {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}

.item-row span a {
    color: #ffffff;
}

.order-inline,
.order-inline2 {
    display: inline-block;
    height: 26px;
    padding: 2px 3px;
}

.order-inline {
    width: 50px;
    border-radius: 0;
}

.order-inline2 {
    width: 150px;
    border-radius: 0;
}

.summary-item .btn-sm.summary-btn {
    border-radius: 0;
    margin-right: 10px;
}

.form-control:disabled, .form-control-sm:disabled {
    background-color: #e9ecef !important;
}

.summary-item a .btn-sm.summary-btn {
    margin-right: 0px;
}

.selected-item {
    background: #002a47;
    margin: 5px -10px;
    padding: 10px 10px;
}

.new-added-item {
    background: #d3e0e9;
    margin: 5px -10px;
    padding: 10px 10px;
}

.text-uppercase.small {
    overflow-wrap: anywhere;
}

.lb-order {
    padding-top: 40px;
    padding-left: 50px;
}

.lb-text {
    color: rgb(1, 42, 48);
    font-weight: 450;
    margin-bottom: 0.5rem;
}

.product_edit_md {
    display: flex;
}

.lb-head {
    color: rgb(1, 42, 48);
    font-weight: 650;
    margin-bottom: 0.5rem;
    letter-spacing: 5px;
}

.dwn {
    color: rgb(1, 42, 48);
    font-weight: 650;
    margin-bottom: 0.5rem;
}

.price_list_lbl {
    font-size: larger;
    color: rgb(1, 42, 48);
    font-weight: 700;
}

.div-text {
    text-transform: uppercase;
    padding-top: 15px;
}

.span-text {
    color: rgb(1, 42, 48);
    font-weight: 650;
    margin-bottom: 0.5rem;
    letter-spacing: 4px;
}

.price-text {
    color: rgb(1, 42, 48);
    font-weight: 650;
    margin-bottom: 0.5rem;
}

.li_price {
    color: rgb(1, 42, 48);
    font-weight: 400;
}

.div-space {
    padding-block-end: 10px;
    padding-top: 5px;
}

.flex-parent-element {
    display: flex;
}

.flex-child-element {
    flex: 1;
    margin: 10px;
}

.flex-child-element:first-child {
    margin-right: 20px;
}


.materials_modal {
    display: none;
    background-color: #c6c7c7;
}

.materials_modal .menu-item div span {
    font-weight: 500;
    font-size: 11px;
}

.bg_c6c7c7 {
    background-color: #c6c7c7;
}


.materials_modal.show {
    display: block;
    height: fit-content;
    animation: scale-display .3s;
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


.mb--20 {
    margin-bottom: -20px;
}


.column {
    float: left;
    width: 33.33%;
    padding: 27px;
    height: 300px;
    background-color: transparent;
    border: 1px solid #81BB28;
    color: #128343;
    font-size: 13px;
    transition: all 0.5s ease-in-out;
}

.dashbord_img {
    width: 35px;
    height: 35px;
    background: #dee2e6;
    border-radius: 99px;
    display: flex;
    align-items: center;
    padding: 3px;
    justify-content: center;
}

.newOrder_margin {
    margin: 0px 0px;
}

.div_cs:after {
    content: "";
    display: table;
    clear: both;
}

.li_filter {
    padding-top: 7px;
    padding-bottom: 7px;
}

.brand-news_events_img {
    width: 190px;
}

.div_blog {
    display: inline-flex;
    grid-column-gap: 6px;
    padding-top: 13px;
}

@media (max-width: 1481.98px) {
    .carousel-inner .carousel-item .carousel-img {
        height: 485px;
    }
}

@media (max-width: 1481.98px) {
    .dashboard-card {
        padding: 60px;
    }

    .panel-body.bg-white {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1399.98px) {

    .notification_text {
        width: 50%;
    }
}

@media (max-width: 1199.98px) {
    .mx-md-50 {
        margin: 0;
    }

    #orderContainer {
        margin-bottom: 0;
    }

    .menu-item label>input:checked+div div.icon-container::after, .menu-item label>input:checked+div span.placeholder_block::after{
        font-size: 30px;
    }

    .order-bottom .btn, .summary-bottom .btn{
        font-size: 12px;
    }

    .panel-body.bg-white {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .summary-fixed {
        padding-right: 28px;
    }

    .menu_config_form form .d-md-flex .form-group {
        flex: 1 0 33.5% !important;
        margin-top: 8px;
    }

    /* .order-bottom,
    .summary-bottom {
      position: relative !important;
      width: 100% !important;
    } */

    .container-fluid,
    .main-header,
    .main-footer {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .notification_text {
        width: 50%;
    }

    .order-bottom {
        width: 100% !important;
    }
}

@media (max-width: 536.98px) {
    /* .fixed-order-area {
      height: 190px !important;
    } */
}

@media (max-width: 578.98px) {

    .col-xs-12.padding.measurements-sizes {
        display: block;
    }

    .carousel-inner .carousel-item .carousel-img {
        height: 245px;
    }

    .panel-body {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .summary-item .item-row {
        flex-wrap: wrap;
    }

    .middle-section .cw-heading {
        font-size: 20px;
        letter-spacing: 10px;
    }

    .container-fluid,
    .main-header,
    .main-footer {
        padding-right: var(--bs-gutter-x, .5rem);
        padding-left: var(--bs-gutter-x, .5rem);
    }

    .card-img-overlay h5 {
        font-size: 20px;
        margin-left: 10px;
    }

    .brand:active::before,
    .range_checked label::before {
        font: var(--fa-font-solid);
        content: "\f058";
        color: #fff;
        font-size: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}


@media (max-width: 767.98px) {
    .notification_text {
        width: 100%;
    }

    .order-summary .panel{
        height: auto !important;
    }

    li.breadcrumb-item.text-uppercase  {
        font-size: 10px;
    }

    .filter-menu li {
        display: none;
    }

    .filter-menu li.filter-header {
        display: block;
    }

    .filter-header i {
        margin-right: 10px;
        left: 100%;
        position: sticky;
    }

    .mobile_filter li {
        opacity: 0.95;
        color: #000;
        font-weight: 600;
        background-color: #F2F3F4;
    }

    .mobile_filter li.filter-header {
        opacity: 1;
        color: inherit;
    }

    .h-25px {
        height: 69.39px;
    }
}

.tr_order_table th {
    background: #DEDEDE;
    font-size: 13px;
}

.table_boder {
    border: 1px solid #CACACA;
    border-top: none;
}

.span_color {
    color: #696969;
    font-size: 13px;
}

.table_heading {
    font-size: 28px;
    letter-spacing: 10px;
    color: #75AE82;
    font-weight: 300;
}

.font_size {
    font-size: small;
}

.flex-parent-element {
    display: flex;
}

.supplier-sortable-column {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.supplier-sortable-column li {
    display: block;
    font-weight: 300;
    margin: 10px 3px 3px 0;
    padding: 5px;
    width: auto;
    background-color: #d9d9e0;
    cursor: pointer;
}

.supplier-sortable-column li span {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.supplier-sortable-column li textarea {
    width: 100%;
    margin-bottom: 10px;
}

.supplier-sortable-column .sortable-placeholder {
    background-color: #f0f3f5;
    padding: 0 75px;
}

.supplier-sortable-column .sortable-placeholder:before {
    content: " ";
}

.flex-child-element {
    flex: 1;
    margin: 10px;
}

.flex-parent-element {
    display: flex;
    width: 77%;
}

.flex-child-element {
    flex: 1;
    margin: 10px;
}

.form-group.d-flex.align-items-center {
    margin: 0px;
}

.flex-parent-element {
    align-items: center;
}

.status_lttr_spacing {
    letter-spacing: 4px;
    font-size: 15px;
}

.measurements_size {
    font-size: small;
    padding-left: 10px;
    padding-left: 15px;
}

.order_line {
    text-transform: uppercase;
    padding-left: 10px;
    padding-left: 15px;
}

.netsuite_ord_dtl {
    width: 70%;
    float: left;
    padding-left: 16px;
}

.th_border {
    border-right: 1px solid #CACACA;
}

.lb_matrice {
    color: rgb(1, 42, 48);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 15px;
    letter-spacing: 2px;
}

.th_border {
    border-right: 1px solid #CACACA;
}

.customer_a {
    color: #81BB28;
    font-weight: 500;
}

.form-spacer {
    margin: 5px 0;
}

.form-spacer2 {
    float: right;
    margin: 5px 15px 0 0;
}

.div_padding {
    padding-left: 10px;
}

#update-item .json-save,
#update-item .json-notes {
    display: none;
}

#update-item .json_table {
    margin: 0;
}

.dropzone {
    min-height: auto !important;
}

.notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #81BB28;
    color: #fff;
    font-size: 1.4em;
    padding: 20px 30px;
    text-align: center;
    border-bottom: 2px solid #81BB28;
    box-shadow: 0 1px 24px 2px rgba(0, 0, 0, 0.35);
    display: none;
}

.notification-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 0.5;
}

.notification-close:hover {
    opacity: 1;
}

.logo_size {
    width: 38%;
}

.input-group-addon {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccd0d2;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #d3e0e9;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #d3e0e9;
}

.panel-default {
    border-color: #d3e0e9;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #d3e0e9;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d3e0e9;
}

.panel-default>.panel-heading .badge {
    color: #fff;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d3e0e9;
}

#orderContainer .panel-body {
    background-color: #ebebee !important;
}

.panel-title {
    line-height: 32px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
}

.panel-title a {
    color: rgb(1, 42, 48);
}

.panel-title a span {
    vertical-align: middle;
}

.panel-title a:hover {
    color: rgb(1, 42, 48);
}

.visualisation-images img {
    width: 100%;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

.panel2 .panel-body{
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.menu-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: start;
    min-height: 0;
}

.item-container {
    margin: 15px 0;
}


.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}



.joineryButtons {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 15px;
}



.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {

        margin-bottom: 0;
        padding-top: 7px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .summary-item .item-row {
        display: block;
    }





    #orderContainer {
        margin-bottom: 0%;
    }

}


.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}



.breakdown_det {
    text-transform: uppercase;
    color: rgb(1, 42, 48);
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 20px;
}

.section-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-grid li {
    position: relative;
    float: left;
    width: 136px;
    margin: 10px;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
    cursor: move;
}

.section-grid li img {
    width: 100%;
}

.formbuilder_show {
    padding-left: 15px;
    padding-top: 10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.btn_filter {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    font-size: 12px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    text-transform: uppercase;
}

td .btn_filter {
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fff;
    background-color: #A8CF6F;
    border-color: #A8CF6F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-primary .badge {
    color: #81BB28;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-info:focus,
.btn-info.focus {
    color: #212121;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-info:hover {
    color: #fff;
    background-color: #5d666e;
    border-color: #5d666e;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #212121;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #212121;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-info .badge {
    color: #C2DE97;
    background-color: #fff;
}

.thumb-container a {
    color: #008000;
}


.table-responsive.horizontal-scroll {
    cursor: grab;
}

.table-responsive.horizontal-scroll.vh-100 {
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
    padding: 0px !important;
}




.btn-info_view {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-info_view:focus,
.btn-info_view.focus {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-info_view:hover {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-info_view:active,
.btn-info_view.active,
.open>.btn-info_view.dropdown-toggle {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-info_view:active:hover,
.btn-info_view:active:focus,
.btn-info_view:active.focus,
.btn-info_view.active:hover,
.btn-info_view.active:focus,
.btn-info_view.active.focus,
.open>.btn-info_view.dropdown-toggle:hover,
.open>.btn-info_view.dropdown-toggle:focus,
.open>.btn-info_view.dropdown-toggle.focus {
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-info_view:active,
.btn-info_view.active,
.open>.btn-info_view.dropdown-toggle {
    background-image: none;
}

.btn-info_view.disabled:hover,
.btn-info_view.disabled:focus,
.btn-info_view.disabled.focus,
.btn-info_view[disabled]:hover,
.btn-info_view[disabled]:focus,
.btn-info_view[disabled].focus,
fieldset[disabled] .btn-info_view:hover,
fieldset[disabled] .btn-info_view:focus,
fieldset[disabled] .btn-info_view.focus {
    background-color: #81BB28;
    border-color: #81BB28;
}

.btn-info_view .badge {
    color: #81BB28;
    background-color: #fff;
}

.tbl_space {
    padding-top: 80px;
}

.input-container.lr-open {
    padding-right: 0;
    text-align: center;
}

.input-container.lr-open label {
    float: none;
}

.input-container {
    padding-left: 0;
}

.inner_brand_area {
    background-color: #012a30;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.inner_brand_area img.img-fluid {
    height: 100%;
    object-fit: scale-down;
}

.post-pos {
    margin-bottom: 0.5rem;
}

.input-container .checkbox {
    margin-top: 12px;
    margin-bottom: 12px;
}

.extras-modal {
    width: 100%;
    max-width: 850px;/*1200px;*/
}

.extras-modal .icon-container {
    text-align: center;
}

.extras-modal .icon-container img {
    width: 100%;
}

.extras-modal .input-container {
    margin: 10px 0 10px 0;
    padding: 0 0 0 15px;
}

.extras-modal .input-container label {
    font-size: 0.9em;
    font-weight: 300;
}

.extras-modal .input-container input[type="number"] {
    padding-right: 2px;
}

.extras-modal .extra-divider {
    width: 100%;
    padding-top: 15px;
    border-bottom: 1px solid #81BB28;
    margin-bottom: 15px;
}

.extras-modal .delete-extra-container {
    position: relative;
    top: -50px;
    left: 100%;
    right: 0;
    width: fit-content;
}

.extras-modal .popover-content {
    text-align: center;
}

.extras-modal .add-button {
    text-align: right;
    padding-right: 15px;
}

.extras-modal .input-button {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 757px) {
    .checkbox.w-25 {
        width: 50% !important;
    }


    .input-group.w-75 {
        width: 100% !important;
    }

    .select2.select2-container--bootstrap-5 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .extras-modal .input-container {
        margin: 5px 0 5px 0;
    }

    .carousel-inner .carousel-item .carousel-img {
        height: 370px;
    }

    .order-bottom {
        /* position: relative !important; */
        width: 100% !important;
    }

    .form-inline_frm .form-group {
        margin-bottom: 5px;
    }
}

@media (max-width: 697px) {
    li.small-screen-view {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .middle-section .cw-heading{
        font-size: 20px;
    }

    /* .fixed-order-area {
      height: 145px;
    } */
}

@media (min-width: 768px) {

    .form-inline_frm {
        display: flex;
        align-items: end;
    }

    .form-inline_frm .form-group {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        width: 49%;
        margin-right: .5rem !important;
    }

    .form-inline_frm .form-group:last-child {
        width: auto;
    }

    .form-inline_frm .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .form-inline_frm .form-control-static {
        display: inline-block;
    }

    .form-inline_frm .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline_frm .input-group .input-group-addon,
    .form-inline_frm .input-group .input-group-btn,
    .form-inline_frm .input-group .form-control {
        width: auto;
    }

    .form-inline_frm .input-group>.form-control {
        width: auto;
    }

    .form-inline_frm .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline_frm .radio,
    .form-inline_frm .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline_frm .radio label,
    .form-inline_frm .checkbox label {
        padding-left: 0;
    }

    .form-inline_frm .radio input[type="radio"],
    .form-inline_frm .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline_frm .has-feedback .form-control-feedback {
        top: 0;
    }
}


.flex_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #81BB28;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #81BB28;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #81BB28;
    border-color: #81BB28;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.icon-thumb {
    max-width: 49px;
    max-height: 49px;
    height: auto;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0px !important;
}

.unconfirmed{
    color: #a02a2a;
}

.menu_config_form form{
    align-items: end !important;
    position: relative;
}

.menu_config_form form .d-md-flex{
    flex-direction: row;
    flex-wrap: wrap;
}

.menu_config_form form .d-md-flex .form-group{
    flex: 1 0 19.5%;
    margin-top: 8px;
}

.redirect_add_btn{
    display: none;
}

.detailed_breakdown tr.blank_line .redirect_add_btn{
    display: inline-block;
}

/* .blank_line .remove-detail-line{
  display: none;
} */

.disable_field{
    display: none;
}
.item-container .menu-item {
    position: relative;
}

.item-container .menu-item .disabled-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: no-drop;
}

.order-summary .panel {
    position: relative;
    /*max-height: 100%;*/
    height: 100%;
}

.order-summary .panel-body.warning-on {
    max-height: calc(100% - 228px);
}

.purchase-order-container{
    display: flex;
    gap: 10px;
    align-items: center;
}

.purchase-order-container label{
    width: max-content;
    display: block;
    max-width: max-content;
    text-wrap: nowrap;
    margin-block-end: 0;
}

.bs-gutter-y-20{
    --bs-gutter-y: 20px !important;
}

.context-menu {
    position: absolute;
    text-align: center;
    background: lightgray;
    border: 1px solid black;
}

.context-menu ul {
    padding: 0px;
    margin: 0px;
    min-width: 150px;
    list-style: none;
}

.context-menu ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    border: 1px solid black;
}

.context-menu ul li a {
    text-decoration: none;
    color: black;
}

.context-menu ul li:hover {
    background: darkgray;
}

.width-fill-available {
    width: -webkit-fill-available;
}

.breadcrumb-item:not(.active) {
    /*color: #198754;*/
    font-weight: 500;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: unset;
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: rgba(0,0,0,.25);
}

/* Remove green check icon */
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
    padding-right: 0 !important;
    box-shadow: none !important;
}

/* Remove check icon for select inputs */
.form-select.is-valid,
.was-validated .form-select:valid {
    background-image: none !important;
    box-shadow: none !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    box-shadow: none !important;
}

.radio-error-message {
    width: fit-content;
}

.info-row td {
    color: #002a47 !important;
}

.table.table-striped>:not(caption)>*>* {
    background-color: #fff !important;
}
select+.select2-container--bootstrap-5 {
    z-index: 0 !important;
}

.select2-selection--multiple .select2-selection__clear{
    height: 100% !important;
    margin-top: 0 !important;
    font-size: 1.5em !important;
    color: #a02a2a !important;
}

.preview_mode{
    color: #fff;
    background-color: #001E42;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    height: 40px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.top-40{
    top: 40px !important;
}

@media (max-width: 514.7px) {
    .preview_mode {
        height: 80px;
    }
    .top-40{
        top: 80px !important;
    }

}@media (min-width: 515px) and (max-width: 1008.7px) {
    .preview_mode {
        height: 65px;
    }
    .top-40{
        top: 65px !important;
    }
}

.sort-icon{
    color: #81BB28;
}

#search-status{
    position: absolute;
    top: -20px;
    font-weight: bold;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
    display: none;
}

.select2-container--default .select2-selection--multiple {
    padding: .375rem 2.25rem .375rem .75rem;
    color: #212529 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    padding: .375rem 2.25rem .375rem .75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

/*Multiple Select with checkbox tick: Start */
.multi-select-with-checkbox .select2-results__group:not(.select2-results__option--disabled):before {
    font-family: 'Font Awesome\ 5 Free', serif;
    content: "\f0da";
    margin-right: 10px;
    font-size: 13px;
    color: #212529 !important;
}

.multi-select-with-checkbox .select2-results__group {
    cursor: pointer !important;
}


.multi-select-with-checkbox .select2-results__option:not(.select2-results__option--group, .select2-results__option--disabled):before {
    content: "";
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    border: 1px solid #212121;
    border-radius: 0;
    background-color: #fff;
    margin-right: 20px;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 9px;
}

.multi-select-with-checkbox .select2-results__option.select2-results__option--selected:before {
    content: "";
    color: #fff;
    background-color: #81BB28;
}

.multi-select-with-checkbox .select2-results__group {
    font-weight: bold;
    font-size: 13px;
    color: #212121;
    background-color: #dee2e6;
    padding: 5px 10px;
}
/*Multiple Select with checkbox tick: End */

.menu-list tr td{
    color: rgb(1, 42, 48);
    font-weight: 450;
    font-size: .75rem;
}

.daterangepicker {
    font-family: "Montserrat", sans-serif !important;
}

.daterangepicker.ltr.show-calendar.opensright {
    top: 33px !important;
    left: 5px !important;
}

.daterangepicker .drp-selected {
    display: none !important;
}

.daterangepicker .drp-buttons {
    display: flex !important;
}
.daterangepicker .drp-buttons button.btn {
    width: 50%;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #81BB28 !important;
}

.daterangepicker .calendar-table tbody tr td {
    margin-top: 3px;
    margin-bottom: 3px;
}

.daterangepicker th.prev.available, .daterangepicker th.next.available {
    background: #F3F4F6;
    padding: 10px 20px;
    border-radius: 7px !important;
}

@media (min-width: 564px) {
    .daterangepicker {
        width: max-content !important;
    }
}

/*=============================================================================================*/
/*-------------------------------------Import Dropzone CSS-------------------------------------*/
/*=============================================================================================*/

.import-dropzone {
    border: 2px dashed #cfcfcf;
    border-radius: 0;
    padding: 40px 20px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.import-dropzone:hover {
    border-color: #8bc34a;
    background: #f3fff0;
}

.import-dropzone h4 {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.import-dropzone p {
    margin: 0;
    color: #666;
}

.import-dropzone a {
    color: #81BB28;
    font-weight: 600;
    text-decoration: none;
}

.import-dropzone a:hover {
    text-decoration: underline;
}

.import-dropzone.drag-active {
    border-color: #4CAF50;
    background: #f3fff0;
}

.excel-preview-box {
    margin-top: 18px;
    padding: 10px 15px;
    background: #eef9ee;
    border: 1px solid #d2ebd2;
    border-radius: 6px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.excel-preview-box i {
    font-size: 16px;
    color: #81BB28;
}

.error-accordion .text-danger {
    color: #842029 !important;
}
.error-accordion .accordion-button {
    color: #842029 !important;
    box-shadow: none !important;
    letter-spacing: 1px !important;
}
.error-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none !important;
}

/* Smooth fade + slide upward + shrink */
.fade-slide-out {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.input-error {
    border-color: #dc3545 !important;
}

.error-text {
    color: #dc3545;
    font-size: 12px;
    margin-top: 3px;
}