:root {
    --navy-blue-50: #3A506D;
    --navy-blue-60: #102643;
    --navy-blue-70: #0D1E35;
    --navy-blue-90: #060F1B;
    --Navy-Blue-100: #040910;
    --gold-5: #FDF6EF;
    --gold-10: #F3E9DF;
    --gold-70: #816241;
    --gold-base: #C19361;
    /** Order details page **/
    --bg-page: #fbf8f5;
    --card-bg: #ffffff;
    --muted: #6b7280;
    --section-border: #e9e9e9;
    --light-blue: #eef7fb;

    --ct-leftbar-width: 300px;
}

.gold-base {
    color: var(--gold-base);
}

.gold-5 {
    color: var(--gold-5);
}

.gold-70 {
    color: var(--gold-70);
}


.bg-gold-base {
    background: var(--gold-base);
}

.bg-gold-70 {
    background: var(--gold-70);
}

.bg-E0EDFC{
    background: #E0EDFC !important;
}

.hidden {
    display: none !important;
}

.navy-blue-60 {
    color: var(--Navy-Blue-60);
}

.navy-blue-70 {
    color: var(--navy-blue-70);
}

.navy-blue-90 {
    color: var(--navy-blue-90);
}

.navy-blue-100 {
    color: var(--Navy-Blue-100);
}

.plh-hr {
    border-top: 1px solid #3A506D;
}

.row-hr {
    border-color: #B0B9C5 !important;
    margin: 32px 0 !important;
}

/** border radius **/

.rounded-100 {
    border-radius: 100px !important;
}

.rounded-48 {
    border-radius: 48px !important;
}

.rounded-32 {
    border-radius: 32px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-end-100 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

/* Position utilities */
.static {
    position: static !important;
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.inset-x-0 {
    left: 0 !important;
    right: 0 !important;
}

.inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
}

.top-1 {
    top: 0.25rem !important;
}

.right-1 {
    right: 0.25rem !important;
}

.bottom-1 {
    bottom: 0.25rem !important;
}

.left-1 {
    left: 0.25rem !important;
}

.top-2 {
    top: 0.5rem !important;
}

.right-2 {
    right: 0.5rem !important;
}

.bottom-2 {
    bottom: 0.5rem !important;
}

.left-2 {
    left: 0.5rem !important;
}

.top-4 {
    top: 1rem !important;
}

.right-4 {
    right: 1rem !important;
}

.bottom-4 {
    bottom: 1rem !important;
}

.left-4 {
    left: 1rem !important;
}

.top-8 {
    top: 2rem !important;
}

.right-8 {
    right: 2rem !important;
}

.bottom-8 {
    bottom: 2rem !important;
}

.left-8 {
    left: 2rem !important;
}

/* Width utilities */
.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-12 {
    width: 3rem !important;
}

.w-16 {
    width: 4rem !important;
}

/* .w-20 { width: 5rem !important; } */
.w-24 {
    width: 6rem !important;
}

.w-32 {
    width: 8rem !important;
}

.w-40 {
    width: 10rem !important;
}

.w-48 {
    width: 12rem !important;
}

.w-56 {
    width: 14rem !important;
}

.w-64 {
    width: 16rem !important;
}

.w-94 {
    width: 23.5rem !important;
}

.w-full {
    width: 100% !important;
}

.w-screen {
    width: 100vw !important;
}

/* Height utilities */
.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-16 {
    height: 4rem !important;
}

.h-20 {
    height: 5rem !important;
}

.h-24 {
    height: 6rem !important;
}

.h-32 {
    height: 8rem !important;
}

.h-40 {
    height: 10rem !important;
}

.h-48 {
    height: 12rem !important;
}

.h-56 {
    height: 14rem !important;
}

.h-64 {
    height: 16rem !important;
}

.h-94 {
    height: 23.5rem !important;
}

.h-full {
    height: 100% !important;
}

.h-screen {
    height: 100vh !important;
}

/* Gap utilities */
.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 12px;
}

.gap-4 {
    gap: 16px;
}

.gap-5 {
    gap: 20px;
}

.mw-lg-20 {
    max-width: 20% !important;
}

.mw-lg-25 {
    max-width: 25% !important;
}

.mw-lg-30 {
    max-width: 30% !important;
}

.mw-lg-35 {
    max-width: 35% !important;
}

.mw-lg-40 {
    max-width: 40% !important;
}

.mw-lg-45 {
    max-width: 45% !important;
}

.mw-lg-50 {
    max-width: 50% !important;
}

.mw-lg-60 {
    max-width: 60% !important;
}

.mw-lg-70 {
    max-width: 70% !important;
}

.mw-lg-75 {
    max-width: 75% !important;
}

.mw-lg-80 {
    max-width: 80% !important;
}

.mw-lg-90 {
    max-width: 90% !important;
}

.mw-lg-100 {
    max-width: 100% !important;
}

/** Font size **/

.font-10 {
    font-size: 10px;
    line-height: 12px;
}

.font-12 {
    font-size: 12px;
    line-height: 14px;
}

.font-14 {
    font-size: 14px;
    line-height: 17px;
}

.font-16 {
    font-size: 16px;
    line-height: 20px;
}

.font-18 {
    font-size: 18px;
    line-height: 24px;
}

.font-20 {
    font-size: 20px;
    line-height: 25px;
}

.font-24 {
    font-size: 24px;
    line-height: normal
}

.font-28 {
    font-size: 28px;
    line-height: normal;
}

.font-32 {
    font-size: 32px;
    line-height: normal;
}

.font-34 {
    font-size: 34px;
    line-height: normal;
}

.font-38 {
    font-size: 38px;
    line-height: normal;
}

.font-42 {
    font-size: 42px;
    line-height: normal;
}

.link {
    color: #816241 !important;
    text-decoration: underline;
    font-size: 14px !important;
    padding: 0 !important;
}
.link.danger {
    color: #EE1D1D !important;
}

.text-primary {

    color: var(--navy-blue-90) !important;
}

.row.equal {
    overflow: hidden;
}

.row.equal > [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.row.equal > [class*="col-"] > * {
    height: 100%;
}

.rounded-8px {
    border-radius: 8px;
}

.page-top-part {
    padding-top: 20px;
    padding-bottom: 30px;
    align-items: center;
}

.page-title-box .page-title:not(.mb-0) {
    margin-bottom: 0px !important;
}

.page-top-part .page-right-part {
    float: right;
}

body.authentication-bg .account-pages {
    background: var(--gold-10) !important;
}

body.authentication-bg .account-pages .logo {
    height: 60px;
    padding: 0;
    margin: 24px 0;
    position: relative;
}

.input-group.password input {
    border-right: 0;
}

.input-group.password .input-group-text {
    background: unset;
    border-left: 0;
}

.input-group.password .password-eye {
    color: black;
}

.password-info {
    padding-left: 0;
    list-style: none;
    background: #EEF6FF;
    padding: 8px 12px;
    border-radius: 8px;
}

.password-info li {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #000;
}

.password-info li:before {
    content: url(../../images/svg/ic-shield-uncheck.svg);
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5rem;
    margin-right: 6px;
    height: 22px;
}

.password-info li.passed:before {
    content: url(../../images/svg/ic-shield-check.svg);
}

.login-btn {
    background: var(--gold-base) !important;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.50);
    padding: 12px 24px;
    border: none;
    font-weight: bold;
    font-size: 18px;
}
.login-btn:hover {
    color: white !important;
}

.button-toggle-menu,
li:has(.button-toggle-menu) {
    display: none;
}

.dt-buttons .btn {
    padding-left: 0;
    padding-right: 0;
}

.leftside-menu {
    background: var(--navy-blue-70);
}

.leftside-menu .logo {
    text-align: left;
    padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 1140px) {
    .logo-topbar {
        display: flex;
        align-items: center;
        padding-left: 16px;
    }
    .logo-topbar .logo-light {
        display: inline-block;
        line-height: initial;
    }
    .logo-topbar .logo-light img {
        filter: brightness(0);
        height: 40px;
    }
    /* .leftside-menu {
        position: fixed !important;
    } */
    .leftside-menu [data-simplebar] {
        margin-top: 0 !important;
        padding-top: 16px;
    }
    /* .leftside-menu [data-simplebar] .side-nav {
        position: fixed;
        height: 100vh;
        overflow: hidden auto;
    } */
    .leftside-menu .logo {
        display: none !important;
    }
    html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item>.collapse>ul {
        margin: 0 !important;
        border-radius: 0;
    }
}

.leftside-menu .logo-lg img {
    height: 60px !important;
    transition: height 0.3s ease;
}

.leftside-menu [data-simplebar] {
    margin-top: 32px;
    padding-bottom: 64px;
}

.content-page {
    background: var(--gold-10);
    /* padding-left: 64px;
    padding-right: 64px; */
    padding-left: 2vw;
    padding-right: 2vw;
}

.row-main-card{
    border-radius: 8px;
}

.form-card {
    border-radius: 8px !important;
}

form h5.fw-bold {
    color: var(--Navy-Blue-100) !important;
    font-size: 24px !important;
}

.form-label {
    font-size: 14px;
}

.section-title {
    color: var(--Navy-Blue-100) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.section-description {
    color: var(--navy-blue-60) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upload-btn-link {
    background: var(--gold-base) !important;
    font-size: 14px !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

.upload-drop-zone {
    border: 1px dashed #D6B796 !important;
    padding: 12px 24px !important;
    background: #FDF6EF !important;
}

.upload-area {
    border: 1px dashed #D6B796 !important;
    padding: 12px 24px !important;
    background: #FDF6EF !important;
}

.upload-text {
    color: var(--navy-blue-90) !important;
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.gender-label {
    padding: 4px 12px !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12) !important;
    justify-content: space-between !important;
}

.scannertab-box{
    border: 1px dashed #D6B796 !important;
    padding: 12px 24px !important;
    background: #FDF6EF !important;
}

.scan-warning-box {
    background: #62738A; /* blue/gray from screenshot */
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
}

.scan-result-box {
    background: #121015;
    color: #fff;
    padding:12px 24px;
    border-radius: 8px;
}

.scan-image-holder {
    padding: 12px 24px;
    border-radius: 8px;
}


.male-icon {
    background: #FDF6EF !important;
    color: var(--gold-70) !important;
}

.female-icon {
    background: #FDF6EF !important;
    color: var(--Navy-Blue-100) !important;
}

.gender-option input[type="radio"]:checked+.gender-label {
    border: solid 1px #0ACF97 !important;
    color: #0ACF97 !important;
    background: #FFF !important;
}

.gender-icon {
    border-radius: 4px !important;
}

.dsb-icon i {
    line-height: 0.5;
    font-size: 28px;
}

@media screen and (min-width: 1200px) {
    .content-page .container {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-control:read-only {
    background-color: var(--ct-tertiary-bg);
    opacity: 1;
}

.plh-form .form-control,
.plh-form .form-select {
    border: 1px solid #8996A7 !important;
    border-radius: 4px !important;
    padding: 12.5px 16px !important;
}

.plh-form .form-control:focus, .plh-form .form-select:focus {
    border-color: #816241 !important;
    box-shadow: 0 0 0 3px #F3E9DF;
}

/** fields validation colors **/

.form-select.is-invalid:focus{
    border: 1px solid #8996A7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus{
    border: 1px solid #8996A7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border: 1px solid #8996A7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #8996A7 !important;
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #8996A7 !important;
}

/** fields validation colors **/

/* .form-select.is-invalid:focus, .form-select:invalid:focus {
    border-color: var(--ct-form-invalid-border-color) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
} */

.plh-form-fields .form-control, .plh-form-fields .form-select{
    border: 1px solid #8996A7 !important;
    border-radius: 4px !important;
    padding: 12.5px 16px !important;
}

.plh-form-fields .form-control:focus, .plh-form-fields .form-select:focus{
    border-color: #816241 !important;
    box-shadow: 0 0 0 3px #F3E9DF;
}

.form-check-input:checked {
    background-color: var(--gold-70) !important;
    border-color: var(--gold-70) !important;
}

.form-switch-custom .form-check-label{
    color: var(--Navy-Blue-100);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.role-form .card-title {
    color: var(--Navy-Blue-100) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.role-form .card {
    border-radius: 12px !important;
}

.role-form .card-body{
    padding: 0 14px 14px 14px;
}
/** overall table related **/
.table.data-table-plh {
    border: 1px solid #8996A7 !important;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.table.data-table-plh-new {
    border: 1px solid #8996A7 !important;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.table-responsive.table-responsive-custom {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #B0B9C5;
    border-radius: 6px;
    /* overflow: hidden; */
    background: #fff;
}

.table-responsive.table-responsive-custom div.dt-container {
    margin-top: 0 !important;
}

.table-bordered>:not(caption)>* {
    border-width: 0;
}

table.dataTable thead th {
    padding-top: 24px;
    text-align: left !important;
}

.dt-layout-table {
    margin-top: 0px !important;
}

.table>:not(caption)>*>* {
    padding: 11px 9px;
}

table.dataTable thead th:after {
    color: #040910;
}

table.dataTable thead th {
    padding-top: 18px;
    padding-bottom: 16px;
    text-align: left !important;
}

table.dataTable .dtr-control .row-select {
    margin-top: 8px;
}

.dt-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.dt-scroll table {
  width: 100%;
  min-width: 900px; /* optional if you want forced scroll threshold */
}

.dt-scroll:has(.data-table-plh) {
    margin-top: 8px;
    border: 1px solid #8996A7 !important;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(var(--ct-gutter-x) * .5);
}

.dt-scroll:has(.data-table-plh-new) {
    margin-top: 8px;
    border: 1px solid #8996A7 !important;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(var(--ct-gutter-x) * .5);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: var(--bs-table-striped-color);
    background: var(--gold-5) !important;
    background-color: var(--gold-5) !important;
}

/* Force striped background */
.table.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: var(--gold-5) !important;
    box-shadow: none !important;
}

/* Hover override */
.table.table-hover>tbody>tr:hover>* {
    background-color: #e0e0e0 !important;
    box-shadow: none !important;
}

.table td,
.table th {
    border: none !important;
}

.dt-empty {
    text-align: center;
    padding: 12px !important;
}
.custom-toolbar {
    border-bottom: 1px solid #DEE2E6;
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
}
.custom-toolbar .form-select {
    padding-top: 6px;
    padding-bottom: 6px;
}
.custom-toolbar #filter-btn {
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    color: #040910;
    font-size: 14px;
}
.custom-toolbar #custom-search,
.custom-toolbar .gold-btn {
    height: 36px;
}
.custom-toolbar .gold-btn {
    padding: 0 12px;
    font-size: 14px !important;
}
.dt-paging .pagination {
    padding-top: 0 !important;
    justify-content: flex-end;
    gap: 14px;
}
.dt-paging .dt-paging-button:has(.first),
.dt-paging .dt-paging-button:has(.last) {
    display: none;
}
.dt-scroll-foot {
    display: none;
}
.dt-paging-button .page-link {
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 0;
    height: 34px;
    width: 34px;
}
.dt-paging-button.active .page-link {
    background: #401719;
}
.dt-paging-button .next i,
.dt-paging-button .previous i {
  font-size: 18px;
}
.dt-paging-button .first,
.dt-paging-button .last {
  display: none !important;
}

.table-action-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin: 0 8px;
}

.table-edit-btn {
    color: var(--gold-70);
}

.table-del-btn {
    color: #F00000;
}

.table-active-text{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #02B17F;;
    line-height: normal;
    margin: 0 8px;
}

.dt-column-title {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #040910;
    white-space: nowrap;
    text-align: left !important;
}

table tbody tr td {
    color: #040910 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left !important;
}

.cus-table-striped {
    margin-bottom: 0px;
}

/* table.data-table-plh {
    overflow: hidden;
} */

.table-responsive  .table-responsive-custom {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Prevent header shrinkage */
  /* .table {
    min-width: 700px;
  } */


/** table related ends **/

.navy-blue-5-bg {
    background: #EEF6FF;
}

.gold-5-bg {
    background: var(--gold-5);
}

.navbar-custom .topbar {
    box-shadow: 0 10px 30px 0 rgba(64, 49, 32, 0.16);
    background: #FFF;
    padding-left: 64px;
    padding-right: 64px;

}

.page-title-box {
    display: flex;
    flex-direction: column;
}

.breadcrumb-item+.breadcrumb-item {
    display: flex;
    align-items: center;
}

.page-title-box .breadcrumb {
    padding-top: 0px;
}

.page-title-box .breadcrumb {
    padding-bottom: 4px;
}

.page-title-box .page-title-right {
    float: left;
}

.page-subtitle {
    color: #816241;
}

.dashboard-title-box {
    flex-direction: row;
    align-items: flex-end;
    gap: 64px;
    margin-top: 24px;
    margin-bottom: 40px;
}
.dashboard-title-box .page-title,
.dashboard-title-box .page-desc {
    margin-bottom: 0 !important;
}
.dashboard-title-box .page-desc {
    width: 50%;
}

.chart-production-overview.vertical {
    flex-direction: column;
}
.chart-production-overview {
    align-items: center;
}
.chart-production-overview > div {
    padding: 0;
}
.chart-production-overview .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
    padding-right: 0;
    gap: 8px;
}
.chart-production-overview .grid > div {
    text-align: center;
}
.chart-production-overview .grid h4 {
    color: #040910;
    margin-bottom: 4px;
}
.chart-production-overview .grid p {
    font-size: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: top;
    justify-content: center;
    gap: 4px;
    text-wrap: nowrap;
}
.chart-production-overview .grid p span:first-child {
    display: inline-block;
    margin-top: 5px;
    height: 8px;
    width: 8px;
    background: #02B17F;
    border-radius: 100%;
}
.chart-production-overview .grid p.possibly-delayed span:first-child {
    background: #D78C09;
}
.chart-production-overview .grid p.delayed span:first-child {
    background: #EE1D1D;
}

.card.dsb-chart .header-title {
    text-transform: initial;
    letter-spacing: initial;
    color: #040910;
    font-size: 18px;
}

.dsb-chart .plh-tabs .nav-tabs {
    position: absolute;
    top: unset;
    left: unset;
    right: 24px;
    width: fit-content;
}
.dsb-chart .plh-tabs .nav-tabs .nav-link {
    font-size: 16px;
    padding: 14px 16px;
}
.dsb-chart .plh-tabs .tab-content .info {
    margin-top: 24px;
    margin-bottom: 16px;
}

.dsb-chart .apexcharts-title-text {
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px;
    color: #040910 !important;
    fill: #040910 !important;
    font-weight: 700;
}

.nav-pills .nav-link.active{
    background-color:transparent;
    color: var(--gold-70);
    text-align: left;
    padding-left: 24px;
}

/* announcements */
.announcement .section-title {
    margin-bottom: 16px;
    margin-top: 0;
}
.announcement.dsb .card-body {
    height: 360px;
    max-height: 360px;
    overflow-y: auto;
}
.announcement .list a {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid #B0B9C5;
    background: #FFF;
    padding: 12px;
}
.announcement .list a.read {
    background: #C19361;
    border: 1px solid #816241;
}
.announcement .list a:not(:last-child) {
    margin-bottom: 8px;
}
.announcement .list h4 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 0;
    font-weight: 600;
}
.announcement .list h4,
.announcement .list p {
    color: #040910;
}
.announcement .list p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* This sets the number of lines to 2 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /* Ensures the ellipsis appears */
    margin-bottom: 0;
}
.announcement .list span,
.announcement.dsb .card-header a {
    color: #816241;
    text-decoration: underline;
}
.announcement .list a.read h4,
.announcement .list a.read p,
.announcement .list a.read span {
    color: #FFF;
}
.announcement .badge {
    border-radius: 100px;
    background: #132D50;
    padding: 8px 12px;
}
.announcement .title {
    font-size: 30px !important;
    margin-bottom: 4px;
    color: #040910;
}
.announcement .content * {
    font-size: 16px;
}
/* end announcements */

#capacityPrinter .apexcharts-yaxis text,
#capacityCNC .apexcharts-yaxis text {
    color: #040910 !important;
    fill: #040910 !important;
}

.prod-queue-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.prod-queue-list img {
    height: 64px;
    width: 64px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #D0D5DC;
}
.prod-queue-list .prod-queue-item > div {
    width: 100%;
}
.prod-queue-list .prod-queue-item h5 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 2px;
    color: #040910;
}
.prod-queue-list .prod-queue-item p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: var(--gold-70) !important;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: var(--gold-70) !important;
}

.account-user-name {
    color: var(--Navy-Blue-100) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    /* 19.2px */
}

.topbar-menu .mdi-chevron-down::before {
    font-size: 22px;
    color: var(--Navy-Blue-100);
}

.nav-user {
    border: none !important;
    background: transparent;
}

.profile-dropdown {
    border-radius: 16px;
    background: #FFF;
}

.side-nav-second-level {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
}

.side-nav .side-nav-link {
    color: #AAB8C5;
}

.side-nav-second-level li a {
    color: #AAB8C5 !important;
}

.side-nav-second-level li a.active {
    color: white !important;
}

.plh-golden-link{
    color: var(--gold-70);
}

.green-btn:hover {
    transform: translateY(-2px);
    background: #02996E;
    box-shadow: 0 4px 10px rgba(2, 177, 127, 0.4);
}

/* ✅ Green Button */
.green-btn {
    /* display: flex; */
    padding: 12px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #02B17F;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.50);
    color: #FFF;
    white-space: nowrap;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.green-btn:hover {
    background: #02996E;
    box-shadow: none;
}

/* ✅ Transparent Button */
.transparent-btn, .btn-secondary{
    border-radius: 4px;
    border: 2px solid var(--gold-base);
    background: transparent;
    display: flex;
    padding: 10px 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    color: var(--gold-base);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content;
}

.transparent-btn:hover, .btn-secondary:hover {
    background: var(--gold-base);
    color: #fff;
    box-shadow: none;
}

/* ✅ Transparent Small Red Button */
.transparent-red-btn-sm {
    border-radius: 4px;
    border: 1px solid #EE1D1D;
    background: transparent;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    color: #EE1D1D;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content;
}

.transparent-red-btn-sm:hover {
    background: #EE1D1D;
    color: #fff;
    box-shadow: none;
}

/* ✅ Transparent Small Button */
.transparent-btn-sm {
    border-radius: 4px;
    border: 1px solid var(--gold-base);
    background: transparent;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    color: var(--gold-base);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content;
}

.transparent-btn-sm:hover {
    background: var(--gold-base);
    color: #fff;
    box-shadow: none;
}

.transparent-btn-blck-sm{
    border-radius: 4px;
    border: 1px solid var(--Navy-Blue-100);
    background: transparent;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    color: var(--Navy-Blue-100);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content;
}

.transparent-btn-blck-sm:hover {
    background: var(--Navy-Blue-100);
    color: #fff;
    box-shadow: none;
}

.transparent-btn-white-sm{
    border-radius: 4px;
    border: 1px solid #FFF;
    background: transparent;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.50);
}

.transparent-btn-white-sm:hover {
    background: #FFF;
    color: #000;
    box-shadow: none;
}

.black-btn {
    border-radius: 4px;
    border: 1px solid var(--Navy-Blue-100);
    background: transparent;
    display: flex;
    padding: 10px 24px;
    align-items: center;
    gap: 8px;
    color: var(--Navy-Blue-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
    width: max-content !important;
}

.black-btn:hover {
    background: transparent;
    color: var(--Navy-Blue-100);
    box-shadow: none;
}

/* ✅ Gold Button */
.gold-btn, .btn-primary {
    border-radius: 4px;
    border: none;
    background: var(--gold-base);
    display: flex;
    padding: 10px 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.50);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    width: max-content;
}

.gold-btn:hover, .btn-primary:hover {
    background: transparent;
    border: 2px solid var(--gold-base);
    color: var(--gold-base);
    box-shadow: none;
}


.gold-btn-sm {
    border-radius: 4px;
    border: none;
    background: var(--gold-base);
    display: flex;
    padding: 8px 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.50);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
    width: max-content;
}

.gold-btn-sm:hover {
    background: transparent;
    border: 1px solid var(--gold-base);
    color: var(--gold-base);
    box-shadow: none;
}


.gold-btn:disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.transparent-btn:disabled {
    opacity: 0.5;
    pointer-events: none !important;
}

/* shadow-btn - transparent icon and text btn only */
.shadow-btn {
    border: none;
    background: none;
    box-shadow: none;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

/** create order page **/

.btn-and-field {
    display: flex;
    justify-content: start;
    gap: 5px;
    align-items: center;
}

.product-card-radio input[type="radio"] {
    display: none;
}

.product-card-radio {
    cursor: pointer;
    max-width: 150px;
}

.product-options {
    display: flex;
    margin: 0 10px 10px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.product-content {
    position: relative;
    padding: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #f5f5f5;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 150px;
}

.product-content img {
    width: 100px !important;
}

.product-title {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.15rem;
    font-weight: 700;
    margin-top: 8px;
    color: #102643;
}

.checkmark {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

/* Tick Icon */
.checkmark::after {
    content: "";
    width: 5px;
    height: 10px;
    margin-top: -1px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Checked State */
.product-card-radio input[type="radio"]:checked+.product-content {
    background: #12386A;
    /* Blue background */
    color: #fff;
    border-color: #12386A;
}

.product-card-radio input[type="radio"]:checked+.product-content .checkmark {
    background: #12386A;
    border-color: #fff;
    opacity: 1;
}

.product-card-radio input[type="radio"]:checked+.product-content .checkmark::after {
    opacity: 1;
}

/* === Fix Select Chevron Issue === */
.custom-select {
    background-color: #fff;
    /* keep white background */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230d1c2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 16 16'%3e%3cpath d='M2 5l6 6 6-6'/ %3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-navy-blue-5 {
    background: #EEF6FF;
}

/** increment decrement button and wraper **/

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    position: relative;
}

.quantity-btn {
    width: 47.60px;
    height: 47.60px;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.2s ease, transform 0.1s ease;
    background-color: var(--gold-base);
    color: #fff;
}

.quantity-btn:hover:not(.disabled) {
    opacity: 0.9;
    transform: scale(1.05);
}

.quantity-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-input {
    width: 88%;
    height: 47.60px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
}

select option:disabled {
    color: #060F1B;
    /* grey */
    background-color: #EEF2F7 !important;
    /* optional */
}

select:has(option:checked:disabled) {
    color: #060F1B;
    /* grey text */
    background-color: #EEF2F7;
    /* light grey bg */
}


/* .section h2 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
  }

  .section p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    max-width: 600px;
  } */

.grid-section-order {
    border-radius: 8px;
    background: #EEF6FF;
    padding: 16px 16px;
    margin: 0;
}

.grid-section-order .grid-os {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0;
}

.grid-section-order .card {
    background: #fff;
    padding: 8px;
    border-radius: 12px !important;
}

.quantity-controls {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.control-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
}

/* Positioning for foot and overlays */
.feet-sole {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0px 0px 20px 0;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    height: 376px;
    width: 100%;
}

.feet-sole img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Arch Height absolute control */
.arch-control {
    position: absolute;
    top: 10px;
    z-index: 10;
    background: #FFF;
    padding: 4px;
    border-radius: 6px;
}

.arch-control.ac-left {
    left: 106px;
    transform: translateX(-50%);
}

.arch-control.ac-right {
    right: 106px;
    transform: translateX(50%);
}

.quantity-wrapper {
    position: relative;
}

/** steps wizard **/
/* Base wizard layout */
/* Wizard wrapper */
/* .main-wizard-row {
    align-items: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.page-title-box .page-title-right {
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
} */

.page-title-box .page-title-right {
    margin-top: 0px;
}

.main-wizard-row{
    padding-bottom: 30px;
    padding-top: 20px;
}

.step-wizard {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Align to top (since label is below) */
    position: relative;
    gap: 1.5rem;
}

/* Step block */
.step-top {
    position: relative;
    flex: 1;
    text-align: center;
    /* Center number + label */
}

/* Number circle */
.step-top .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    /* Center the circle */
    border-radius: 50%;
    border: 2px solid #DFD3D3;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #602225;
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
}

/* Label below circle */
.step-top .step-label {
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #060F1B;
    display: block;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.2;
    word-wrap: break-word;
    min-height: 50px;
}

/* Connector line */
.step-top::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 60%;
    width: 100%;
    height: 1px;
    background: #602225;
    z-index: 1;
}

/* Remove last connector */
.step-top:last-child::after {
    content: none;
}

/* Active */
.step-top.active .step-number {
    border-color: #DFD3D3;
    background: #DFD3D3;
    color: #fff;
}

.step-top.active .step-label {
    color: black;
  }

/* Completed */
.step-top.active .step-number,
.step-top.completed .step-number {
    border-color: #DFD3D3;
    background: #DFD3D3;
    color: #602225;
}

.step-wizard.sticky .step-top {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
}

.step-wizard.sticky .step-top.active p{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    font-weight: 500;
    color: #060F1B;
    text-wrap: nowrap;
}

.step-wizard.sticky .step-top  p{
    display: none;
}

/* .step-top.completed .step-label {
    color: #0acf97;
  } */
.step-top.completed::after {
    background: #0acf97;
}

/** sticky Wizard **/

.sticky-wizard-row {
    position: sticky !important;
    top: 10px !important;
    z-index: 1050;
    display: none;
    align-items: center;
    background: #FFF;
}

.sticky-wizard-row .step-wizard {
    gap: 24px;
    justify-content: center;
}

.sticky-wizard-row .create-order-top {
    justify-self: self-end;
}

.sticky-wizard-row .breadcrumb-item a {
    font-size: 11px;
    line-height: normal;
}

.sticky-wizard-row .page-title-box .breadcrumb {
    padding-bottom: 4px;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

.sticky-wizard-row .step-top .step-number {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.sticky-wizard-row .breadcrumb-item.active {
    font-size: 11px;
    line-height: normal;
    /* margin-top: 3px; */
}

.sticky-wizard-row .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Material Design Icons";
    font-size: 13px;
    line-height: normal;
}

.sticky-wizard-row h4 {
    font-size: 18px;
    line-height: 23px;
    color: #060F1B;
    margin: 0;
}

.sticky-wizard-row .page-title-box .page-title-right {
    margin-top: 2px;
}

.sticky-wizard-row .step-top .step-number {
    margin: 0;
}

.sticky-wizard-row .step-top {
    flex: 0;
}

.sticky-wizard-row .step-top::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #9AA4B7;
    border-bottom: 2px solid #9AA4B7;
    transform: rotate(-45deg);
    margin: 0 8px;
    color: #efefef;
    position: absolute;
    top: 14px;
    left: 100%;
    background: transparent;
    z-index: 1;
}

.sticky-wizard-row .step-top.completed::after {
    border-color: #0acf97;
}

.sticky-wizard-row .step-top:last-child::after {
    content: none;
}

/** step wizard ends **/

/* .quantity-input {
    padding-right: 25px;
} */

/* .quantity-input::after {
    content: "mm";
    position: absolute;
    right: 10px;
    color: #555;
    font-size: 13px;
    pointer-events: none;
} */

/** Snadal configuration **/
.sandal-configuration {
    background: #EEF6FF;
    padding: 64px 24px 24px 24px;
    border-radius: 8px;
    margin-top: 96px;
    position: relative;
}

.sandal-configuration .card-body {
    padding: 0 !important;
}

/* .sandal-configuration.plh-tabs .nav-tabs {
    top: -30px;
}

.scan-modal .plh-tabs .nav-tabs {
    left: 34px;
} */

.scan-modal .plh-tabs .nav-tabs {
    top: 8px;
}

.plh-tabs {
    margin-top: 64px;
}
.plh-tabs .nav-tabs {
    position: absolute;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(34, 85, 154, 0.20);
    display: flex;
    padding: 0 12px;
    gap: 10px;
    align-items: flex-start;
    top: -30px;
    left: 22px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}

.plh-tabs .nav-item .nav-link {
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #060F1B;
    white-space: nowrap;
    padding: 16px 24px;
}

.plh-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid var(--gold-base);
    color: var(--gold-base);
}

.measurement-row-col-right .card {
    border-radius: 8px;
    border: 1px solid #B0B9C5;
    background: #FFF;
    padding: 8px;
    box-shadow: none;
}

.measurement-row-col-right .table-outer-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #B0B9C5;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding: 8px 8px;
}

.warn-text {
    color: #602225;
}

/* When collapse is OPEN → .collapsed is removed → disable the button */
.toggle-btn:not(.collapsed) {
    pointer-events: none;      /* Disable clicking */
    opacity: 0.5;              /* Fade to look disabled */
    cursor: not-allowed;
}

#addInternaladditions.show .disable-when-open {
    pointer-events: none;
    opacity: 0.5;
}

#addExternaladditions.show .disable-when-open {
    pointer-events: none;
    opacity: 0.5;
}

/** checkbox options in create order form **/

/* MTP checkbox pill styling */
.mtp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    background: #f1f3f5;
    border: 1px solid #d1d9e0;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

/* Active (checked) styling */
.mtp-pill.active {
    background: #e6fff2;
    border-color: #12b886;
    color: #099268;
    box-shadow: 0 2px 6px rgba(18, 184, 134, 0.2);
}

/* Visual checkmark (optional) */
.mtp-pill.active::before {
    content: "✔";
    font-size: 13px;
    color: #12b886;
}

/* Toggle activation on click (no JS) */
.mtp-pill input:checked + span,
.mtp-pill.active span {
    font-weight: 600;
}



/** checkbox options in create order form ends **/

.insole-height-div {
    position: relative;
    display: flex;
}

.insole-height-div img {
    max-height: 576px;
    border-radius: 8px;
}

.insole-height-div p {
    position: absolute;
    top: 13px;
    left: 20px;
}

.assemble-sandal-row .right-panel {
    height: fit-content;
}
.assemble-sandal-row .col-6 {
    margin-top: 8px;
}

.assemble-sandal-row .card {
    border: none;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

.assemble-sandal-row .design-card-inner {
    background: #F7F7F7;
    border-radius: 8px;
    max-height: 176px;
    max-width: 213px;
}

.assemble-sandal-row .design-card-inner .card-img-top{
    margin: auto;
    display: block;
    width: 80%;
}

.assemble-sandal-row .preview-box {
    background: #F7F7F7;
    border-radius: 8px;
    height: 590px;
}

.assemble-sandal-row .preview-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Navy-Blue-100);
    padding: 0 20px;
    max-width: 215px;
}

.assemble-sandal-row .badge-new {
    background-color: #602225;
    border-radius: 10px;
    padding: 4px 8px;
}

.assemble-sandal-row h5 {
    color: var(--navy-blue-70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.assemble-sandal-row h6 {
    color: var(--Navy-Blue-100);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.assemble-sandal-row .active>.page-link,
.page-link.active {
    background-color: #401719 !important;
    color: #FFF !important;
}

.assemble-sandal-row .page-item .page-link {
    color: #6C757D;
}

.assemble-sandal-row #pick-btn:disabled {
    background: #C19361;
    color: #FFF;
}
.assemble-sandal-row #part-picker h5 a {
    text-decoration: underline;
    color: #816241;
}
.assemble-sandal-row .part-picker__container {
    display: grid;
    grid-template-columns: 108px auto;
    gap: 24px;
    align-items: center;
}
.assemble-sandal-row .part-picker__container:nth-child(2) {
    margin-top: 24px;
}
.assemble-sandal-row .part-picker__container:not(:nth-child(2)) {
    margin-top: 32px;
}
.assemble-sandal-row .part-picker__container > img {
    width: 100%;
    height: 72px;
}
.assemble-sandal-row .part-picker__container > div {
    padding-left: 24px;
    border-left: 1px solid #B0B9C5;
}
.assemble-sandal-row .part-picker__container .part-picker__colors {
    display: flex;
    gap: 8px;
    width: calc(calc(32px * 12) + calc(8px * 14));
    overflow: auto;
}
.assemble-sandal-row .part-picker__container h6 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: normal;
}
.assemble-sandal-row .part-picker__container .part-picker__colors button {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    border: none;
    flex-shrink: 0;
    padding: 0;
}
.assemble-sandal-row .part-picker__container .part-picker__colors button img {
    height: 100%;
    width: 100%;
}

.upload-bg {
    border-radius: 8px;
    border: 1px dashed #D6B796;
    background: #FDF6EF !important;
}

.plh-modal .btn-close {
    border-radius: 100px;
    border: solid 2px #000;
    font-size: 12px;
    /* padding: 6px; */
    padding: 6px 6px !important;
    margin-top: 0px;
    margin-right: 0px;
    color: #000 !important;
    height: 14px !important;
    width: 14px !important;
    cursor: pointer;
    opacity: 1;
}

.measurement-row-col h6 {
    color: #040910;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.measurement-row-col-right table td {
    color: #040910;
    padding: 4px 6px;
}

.measurement-row-col-right h5 {
    border-bottom: solid 1px #D0D5DC;
    padding-bottom: 8px;
    margin-top: 2px;
}

.measurement-row-col-right .bg-light-subtle {
    background-color: #FDF6EF !important;
}


.upload-attatchment-scanner-div h6 {
    color: var(--navy-blue-90);
    font-size: 14px;
    text-align: left;
}

.upload-attatchment-scanner-div .inner-upload-attatchment-scanner-cards {
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.transparent-plus-outline {
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid var(--Navy-Blue-100);
    color: var(--Navy-Blue-100);

}


/** Order details page **/
.order-page {
    /* background: var(--bg-page);
    padding: 28px; */
    border-radius: 8px;
    color: #111827;
}

.od-card {
    /* background: var(--card-bg); */
    border-radius: 8px;
    padding: 24px;
}

.od-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 0px;
}

.od-meta-inner p {
    margin: 0;
    font-size: 12px;
}

.od-meta-inner h5 {
    margin-bottom: 0;
    margin-top: 2px;
    color: var(--navy-blue-90);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.od-meta-inner {
    border-left: solid 1px #E0C9B0;
    padding-left: 12px;
}

/* .od-breadcrumb {
    font-size:13px;
    color:var(--muted);
  } */
.od-order-title {
    font-size: 24px;
    margin: 6px 0;
    font-weight: 700;
}

.od-meta {
    font-size: 13px;
    color: var(--muted);
}

.od-actions {
    display: flex;
    gap: 8px;
}

.od-section {
    padding: 8px 0px;
}

.od-card-body-bg {
    background: #FAFAFA;
    border-radius: 12px;
}

/* Product & Patient cards layout */
.od-top-grid .card-body {
    padding: 16px;
}

.product-mini {
    display: flex;
    gap: 16px;
    align-items: center;
}

.product-mini img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    background: #f6f6f6;
    padding: 8px;
    border-radius: 8px;
}

.od-prod-desc-small strong {
    color: #3A506D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.od-prod-desc-small div {
    color: var(--navy-blue-90);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.od-prod-desc-small a {
    color: var(--gold-70);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.patient-avatar {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--section-border);
}

.k-v-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--muted);
    align-items: flex-end;
}

.k-v-row.kv-border-bottm {
    border-bottom: 1px solid #8996A7;
}

.k-v-row>div:first-of-type {
    width: 50%;
}

.k-v-row.k-v-row-50>div:nth-of-type(2) {
    width: 50%;
}

.k-v-row>div {
    min-width: 120px;
    margin-bottom: 6px;
}

/* Compact summary cards */
.summary-card {
    padding: 12px 16px;
    background: #FAFAFA;
    border-radius: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.border-b-1-navy-blue-30 {
    border-bottom: 1px solid #8996A7;
}

.golden-link-plh {
    color: var(--gold-70);
}

.summary-grid .summary-card {
    height: 100%;
}

/** order details tables **/
/* --- ORDER TABLE STYLE --- */
.order-additions-table {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #fff;
    min-width: 650px;
    /* ensures table maintains structure on small screens */
}

.order-additions-table thead th {
    background-color: #faf9f8;
    font-weight: 600;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 12px;
    vertical-align: middle;
    white-space: nowrap;
}

.order-additions-table tbody tr {
    font-size: 13px;
    color: #333;
}

.order-additions-table tbody tr:nth-child(odd) {
    background-color: #fdf8f4;
}

.order-additions-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.order-additions-table td {
    padding: 10px 12px;
    vertical-align: middle;
    border-top: 1px solid #eee;
    white-space: nowrap;
}

.order-additions-table th:first-child,
.order-additions-table td:first-child {
    width: 40px;
    text-align: center;
}

/* Sortable header icon */
.sortable {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sortable i {
    font-size: 11px;
    color: #bbb;
    transition: color 0.2s ease;
}

.sortable:hover i {
    color: #777;
}

/* Circle badges for L / R */
.position-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.position-badge.L {
    background-color: #243b55;
    /* navy */
}

.position-badge.R {
    background-color: #8b2c2c;
    /* deep red */
}

/* Scroll wrapper */
.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

/* Hide scrollbar for aesthetics (optional) */
.table-responsive-wrapper::-webkit-scrollbar {
    height: 6px;
}

.table-responsive-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

/* Print tweaks */
@media print {
    .order-additions-table th {
        background-color: #f8f8f8 !important;
        -webkit-print-color-adjust: exact;
    }

    .order-additions-table tr:nth-child(odd) {
        background-color: #fcfcfc !important;
        -webkit-print-color-adjust: exact;
    }
}

/* Scans / media grid */
.scans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
}

.scan-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid var(--section-border);
    box-shadow: 0 6px 12px rgba(16, 24, 40, 0.03);
}

.scan-thumb {
    height: 160px;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
    background: #f3f3f3;
}

/* small helpers */
.muted {
    color: var(--muted);
    font-size: 13px;
}

.label-strong {
    color: var(--Navy-Blue-100);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.no-print {
    display: inline-block;
}

.text-accent {
    color: var(--accent);
}

/* Print rules */
@media print {

    body,
    .order-page {
        background: #fff !important;
        padding: 0 !important;
        color: #000 !important;
    }

    .od-card {
        box-shadow: none !important;
        border: none !important;
    }

    .no-print,
    .btn,
    .od-actions {
        display: none !important;
    }

    .scan-thumb {
        height: 120px !important;
    }

    .scans-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .od-header {
        padding: 8px 0;
    }

    .od-section,
    .od-card {
        border: 1px solid #ddd !important;
    }

    .page-break {
        page-break-after: always;
    }
}

/** Order details page ends **/

.profile-upload-container {
    align-items: center;
}


/* .profile-upload-container .profile-avatar img.empty {
    height: 103px;
    width: 103px;
} */

.hidden-upload-part {
    display: none;
}

.user-upload-part{
    display: none;
}

.profile-upload-container .profile-avatar {
    width: 103px;
    height: 103px;
}

.profile-photo-section .profile-photo {
    width: 103px;
    height: 103px;
    border-radius: 14px;
    object-fit: cover;
}

.profile-avatar {
    border-radius: 14px !important;
}

.profile-avatar.practice-rounded-ph{
    border-radius: 25px !important;
    object-fit: cover;
}
/** Create pateint screen **/

.profile-upload-container.profile-upload-container-custom {
    gap: 12px;
    padding: 0px !important;
    margin-top: 8px;
    background: transparent !important;
    border-radius: 0px;
    border: none !important;
    max-width: 80%;
}

.scan-section .profile-upload-container.profile-upload-container-custom{
    max-width: 100%;
}

.upload-info{
    color: var(--navy-blue-90) !important;
}

.delivery-address-fields {
    background: #EEF6FF !important;
    /* border: none !important; */
}

#moa .dt-filter-btn-new, #uom .dt-filter-btn-new{
    display: none !important;
}

/* .cus-table-striped tr:has(.table-text.text-muted) {
    opacity: 0.5 !important;
} */

table tr:has(.delete-text) {
    opacity: 0.5 !important;
}

.table tr:has(.confirm-restore){
    opacity: 0.5 !important;
}

.cus-table-striped tr:has(td:contains("Deleted")) {
    opacity: 0.4 !important;
}

.cus-table-striped tr:has(td:contains("deleted")) {
    opacity: 0.4 !important;
}

.filter-hide table th:first-child {
    pointer-events: none !important;
}


/** CSS for existing data table for Oatient overview **/
/* Custom Patients List Table */



/** CSS for existing data table for Patient overview ends **/
.top-info-row {
    border-bottom: 1px solid #B0B9C5;
    border-radius: 0;
    padding-bottom: 20px;
}

.top-info-row h3 {
    color: var(--navy-blue-90);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.top-info-row .small span {
    color: var(--navy-blue-50);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-info-row .small p {
    color: var(--navy-blue-90);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.top-info-row .vr {
    background: #E0C9B0 !important;
}

.tabs-light-background {
    background: #EEF6FF;
    padding: 24px 24px 24px 24px;
    border-radius: 8px;
    /* margin-top: 64px; */
    position: relative;
}

.scanimg img{
    display: block;
}

.transfer-patient-modal .modal-dialog {
    max-width: 466px;
    width: 100%;
  }

  .transfer-patient-modal .modal-dialog {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }


  .transfer-patient-modal.show .modal-dialog {
    transform: translateX(0); /* Slide in */
  }

  .transfer-patient-modal .modal-content {
    border-radius: 0;
  }

  .scan-files-div-modal{
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    padding: 12px 12px;
  }

  .scan-files-div-modal-img-div{
    max-width: 156px;
  }

  .scan-files-div-modal-3d .scan-files-div-modal-img-div{
    max-width: 420px;
  }


/* ticket managements */
.plh-upload .drop-area {
  background-color: #fffaf3;
  border: 1px dashed #D6B796 !important;
  transition: 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
}

.plh-upload .drop-area:hover {
  background-color: #fff8ee;
  border-color: #c9a97b;
}

.plh-upload button,
.plh-upload a.btn {
  padding: 4px 12px;
  font-size: 14px;
}

.plh-upload .result-area {
    margin: 0;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    padding: 12px 0 12px 0;
}
.plh-upload .result-area .icon {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.plh-upload .result-area .icon img {
    width: 26px;
}
.plh-upload .result-area .icon .file-extension {
    font-size: 7px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 14px;
    left: 4px;
}

.plh-upload #fileName {
  color: #060F1B;
}
/* end ticket managements */


/** Swal modal customisation **/

.swal-title{
    font-size: 24px !important;
    line-height: normal !important;
    font-family:Nunito, sans-serif !important;
    color: var(--Navy-Blue-100) !important;
}

.swal-button--cancel{
    border-radius: 4px !important;
    border: 2px solid var(--gold-base) !important;
    background: transparent !important;
    display: flex !important;
    padding: 10px 24px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
    color: var(--gold-base) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.swal-button--cancel:hover {
    background: var(--gold-base);
    color: #fff;
    box-shadow: none;
}
.swal-button--danger{
    border-radius: 4px !important;
    border: 2px solid #F00 !important;
    display: flex !important;
    padding: 10px 24px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.swal-button--danger:hover {
    background: #F00;
    color: #fff;
    box-shadow: none;
}

.avatar-practice-prfl img{
    width: 54px;
    height: 54px;
    aspect-ratio: 40 / 27;
    border-radius: 14px;
    object-fit: contain;
}

.practice-address-fields{
    border-radius: 8px;
    background: #E0EDFC;
    padding: 16px 24px 24px 24px;
}

.address-section.address-section-bg .practice-address-fields{
    padding: 0;
}

.address-section-bg{
    border-radius: 8px;
    background: #E0EDFC;
    padding: 16px 24px 24px 24px;
}

/* .data-table-plh tbody tr td{
    display: flex;
} */

.data-table-plh th{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #040910;
    white-space: nowrap;
}

.data-table-plh-new th{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #040910;
    white-space: nowrap;
}

.data-table-plh td:last-child {
    white-space: nowrap !important;
    display: flex;
}

.data-table-plh-new td:last-child {
    white-space: nowrap !important;
    display: flex;
}


#addnewpractitioner.show + #addPractitionerBtn,
#addPractitionerBtn[aria-expanded="true"] {
  pointer-events: none;
  opacity: 0.3 !important;
}

#addnewBranch.show + #addBranchBtn,
#addBranchBtn[aria-expanded="true"] {
  pointer-events: none;
  opacity: 0.3 !important;
}

#addnewscan.show + #addNewScanBtn,
#addNewScanBtn[aria-expanded="true"] {
  pointer-events: none;
  opacity: 0.3 !important;

}

#addnewquantitym.show + #addquantitymBtn,
#addquantitymBtn[aria-expanded="true"] {
  pointer-events: none;
  opacity: 0.3 !important;
}

.max-content-width{
    width: max-content;
}

.table-action{
    font-size: 15px !important;
    margin: 5px;
}

div.dt-container div.dt-search {
    text-align: left;
    margin-top: 10px;
}

.dt-length{
    text-align: left;
    margin-top: 10px;
    float: right;
}

div.dt-container div.dt-search input {
    margin: 0;
}
div.dt-container div.dt-search input,
div.dt-container div.dt-length select {
    height: 41px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
div.dt-container div.dt-length select {
    margin-left: 0.5rem;
}

.lang-switcher{
    border: none !important;
}

/** filter related**/
/* Right-side slideout modal */
.dt-filter-btn-new{
    background: transparent;
    color: var(--Navy-Blue-100);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px auto;
}

.dt-filter-btn-new:hover{
    background: transparent;
    color: var(--gold-70) !important;
}

.dt-filter-btn-new:focus{
    background: transparent;
}

.dt-filter-btn-new:active{
    background: transparent !important;
    color: var(--gold-70) !important;
}

.filter-modal .modal-dialog-slideout {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    max-width: 380px;
  }

  .filter-modal.modal.fade .modal-dialog-slideout {
    transform: translateX(100%);
  }

  .filter-modal.modal.show .modal-dialog-slideout {
    transform: translateX(0);
  }

  .filter-modal .modal-content {
    height: 100%;
    border-radius: 0;
    border-left: 1px solid var(--bs-border-color);
  }

  .filter-modal .modal-header {
    background-color: var(--bs-light);
  }


  .filter-modal .form-label {
    font-size: 0.85rem;
    color: var(--bs-gray-700);
  }

  .filter-modal .form-control,
  .filter-modal .form-select {
    border-radius: 0.4rem;
    font-size: 0.875rem;
  }

  .filter-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 120px);
  }

  .ticket-table td:nth-child(7) {
    font-weight: 900 !important;
  }

  /** loader spinner **/
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 233, 223, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.4s ease;
  }

  .gold-spinner {
    width: 90px;
    height: 90px;
    border: 10px solid rgb(169 88 0 / 30%);
    border-top: 10px solid var(--gold-base);
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  /* optional: fade-out when hidden */
  .loader.hidden {
    opacity: 0;
    pointer-events: none;
  }
  /** loader ends **/

  /* CSS to center the empty table message horizontally and vertically */
table tbody td.dt-empty {
    text-align: center !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.filter-hide .dt-filter-btn-new{
    display: none !important;
}

input[data-switch] + label{
    width: 74px !important;
}

input[data-switch]:checked+label:after {
    left: 52px !important;
}

.table-action{
    font-size: 14px !important;
    margin: 5px;
    align-items: center;
}

div.dt-container div.dt-search {
    text-align: left;
    margin-top: 10px;
  }

  .dt-length{
    text-align: left;
    margin-top: 10px;
    float: right;
  }

  div.dt-container div.dt-search input,
  div.dt-container div.dt-length select {

    height: 40px !important;
  }


  #transferPatientModal .modal-dialog{
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
  }

  #datatable_processing{

  position: fixed;
  }

  .dt-info {
    padding: 20px 2px !important;
  }


  .dt-column-title {
    text-transform: capitalize;
    text-align: left !important;
    margin-left: 0;
  }

  .table-responsive {
    overflow-x: hidden;
   }

   .table thead th, .table tbody td:not(:first-child), .table tbody tr{
    padding-left:  2px !important;
   }
   .table tfoot {
    display: none;
   }

   input[type="number"] {
    -moz-appearance: textfield;
   }
   input[type="number"]::-webkit-inner-spin-button,
   input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
   }

   .table.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: var(--gold-5) !important;
    box-shadow: none !important;
  }

  .submit-form label.error{
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: var(--ct-form-invalid-color);
  }


  .dt-paging {
    margin-top: 20px;
  }





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

    .mw-md-20 {
        max-width: 20% !important;
    }

    .mw-md-25 {
        max-width: 25% !important;
    }

    .mw-md-30 {
        max-width: 30% !important;
    }

    .mw-md-35 {
        max-width: 35% !important;
    }

    .mw-md-40 {
        max-width: 40% !important;
    }

    .mw-md-45 {
        max-width: 45% !important;
    }

    .mw-md-50 {
        max-width: 50% !important;
    }

    .mw-md-60 {
        max-width: 60% !important;
    }

    .mw-md-70 {
        max-width: 70% !important;
    }

    .mw-md-75 {
        max-width: 75% !important;
    }

    .mw-md-80 {
        max-width: 80% !important;
    }

    .mw-md-90 {
        max-width: 90% !important;
    }

    .mw-md-100 {
        max-width: 100% !important;
    }

    .content-page {
        padding-left: 4px;
        padding-right: 4px;
    }

    .navbar-custom .topbar {
        padding-left: 4px;
        padding-right: 4px;
    }

}



@media (max-width: 768px) {

    .dashboard-title-box {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }
    .dashboard-title-box .page-desc {
        width: 100%;
    }

    .mw-100 {
        max-width: 100% !important;
    }

    .navbar-custom {
        background: var(--navy-blue-70);
    }
    .navbar-custom .topbar {
        background: var(--navy-blue-70);
        box-shadow: none !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-custom .logo-topbar {
        padding: 0;
    }
    .navbar-custom .logo-topbar .logo-sm img {
        height: 36px;
    }
    .navbar-custom li:has(.button-toggle-menu) {
        display: inline-block;
    }
    .navbar-custom .button-toggle-menu {
        display: block;
        color: white;
        padding: 0;
        width: fit-content;
        font-size: 28px;
    }
    .navbar-custom .nav-link path {
        fill: white;
    }

    .content-page {
        padding-left: 0px;
        padding-right: 0px;
    }

    .gold-btn {
        padding: 6px 12px;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
    }

    .transparent-btn {
        border-radius: 4px;
        border: 1px solid #C19361;
        padding: 6px 12px;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
    }

    .page-title {
        font-size: 22px;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .page-title-box .page-title {
        font-size: 22px !important;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .page-top-part {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .page-top-part .page-right-part {
        float: left;
    }

    .step-top .step-number {
        width: 28px;
        height: 28px;
    }

    .step-top::after {
        top: 14px;
        left: 40%;
    }

    .step-top .step-label {
        font-size: 10px;
        min-height: 30px;
    }

    .step-wizard {
        gap: 4px;
    }

    .sticky-wizard-row {
        align-items: start;
        justify-content: flex-start;
        gap: 5px;
        padding: 26px 12px 16px 12px;
        top: 0px !important;
    }

    .sticky-wizard-row .step-wizard {
        gap: 16px;
        justify-content: flex-start;
        padding: 8px 2px;

    }

    .sticky-wizard-row .step-top .step-number {
        width: 24px;
        height: 24px;
    }

    .step-top .step-number {
        border: 1px solid #DFD3D3;
        font-size: 12px;
    }

    .sticky-wizard-row .step-top::after {
        width: 6px;
        height: 6px;
        border-right: 1px solid #9AA4B7;
        border-bottom: 1px solid #9AA4B7;
        top: 10px;
        left: 80%;
    }

    .step-wizard.sticky .step-top.active p {
        display: none;
    }

    .sticky-wizard-row h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .sticky-wizard-row .create-order-top {
        justify-self: self-start;
    }

    .form-label {
        margin-bottom: 8px;
        margin-top: 12px;
    }

    .card-header {
        padding: 16px 12px;
    }

    .card-body {
        padding: 12px 12px !important;
    }

    .form-card .card-body {
        padding: 12px 12px !important;
    }

    .profile-upload-container.profile-upload-container-custom {
        max-width: 100%;
    }

    .btn-and-field {
        flex-direction: column;
        align-items: start;
    }

    .practice-address-fields {
        padding: 16px;
    }

    .product-content {
        padding: 16px;
        height: 110px;
        max-width: 120px;
    }

    .product-options {
        flex-wrap: wrap;
    }

    .grid-section-order .grid-os {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .quantity-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .quantity-input {
        height: 32px;
    }

    .feet-sole {
        padding: 12px;
        border-radius: 8px;
    }

    .arch-control.ac-left {
        left: 78px;
    }

    .arch-control.ac-right {
        right: 78px;
    }

    .arch-control {
        top: 2px;
    }

    .grid-section-order .card {
        padding: 2px;
    }

    .sandal-configuration {
        padding: 48px 12px 12px 16px;
        margin-top: 48px;
    }

    .insole-height-div {
        margin-bottom: 24px;
    }

    .od-card {
        padding: 12px;
    }

    .od-prod-desc-small strong {
        font-size: 11px;
    }

    .od-prod-desc-small div {
        font-size: 13px;
    }

    .chart-wrapper {
        width: 100%;
        overflow-x: auto;      /* Enables horizontal scroll */
        overflow-y: hidden;
    }

    .chart-wrapper > * {
        height: 100%;
        min-width: 600px;      /* Force chart width on mobile */
    }

    .plh-tabs .nav-tabs {
        left: 0px;
    }

    .scan-modal .plh-tabs .nav-tabs {
        left: 8px;
    }

    .tabs.tabs-sm-left {
        margin-left: unset;
        margin-top: unset;
    }

    .dsb-chart .plh-tabs .nav-tabs {
        position: relative;
        right: 0;
        top: 8px;
    }

    .plh-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: normal;
        padding: 12px 12px;
    }

    .tabs-light-background {
        padding: 16px 12px 16px 12px;
        box-shadow: none;
        /* background: transparent; */
    }
    .details-section {
        padding: 16px 16px 16px 16px;
        box-shadow: none;
        /* background-color: transparent !important; */
    }
    .plh-tabs .nav-item .nav-link.active {
        border-bottom: 2px solid var(--gold-base);
    }

    .plh-modal .btn-close {
        border: solid 1px #000;
        font-size: 10px;
        padding: 6px;
    }

    .od-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .od-actions {
        width: 100%;
        display: flex;
        gap: 8px;
        justify-content: flex-end;
    }

    .product-mini {
        flex-wrap: wrap;
    }

    .scans-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dt-length {
        float: left !important;
    }

    .dt-scroll:has(.data-table-plh) {
        border: none !important;
    }

    .dt-scroll:has(.data-table-plh-new) {
        border: none !important;
    }

    .dt-paging {
        margin-top: 0 !important;
    }
    .dt-paging .pagination {
        justify-content: center;
    }

    .col-lg-12:has(> .table-outer-card) {
        padding: 0;
        margin-right: -1rem;
    }

    .table-responsive.table-responsive-custom {
        border: none;
    }
}


.buttons-csv{
    margin: 10px 5px !important ;
    padding: 6px 14px !important;
    border-radius: 4px !important;

}
