      :root {
        --text-color: #000000;
        --background-color: #EFEFEF;
        --primary-color: #067c7b;
        --secondary-color: #F2D268;
        --white-space: hsl(0, 0%, 100%);
        --grey: #959595;
        --secondary-accent: #bde0e1;
        --gradiant: linear-gradient(45deg, #067c7b, #bde0e1);

        --text-primary: #000000;
        --primary: #067c7b;
        --secondary: #F2D268;
        --text-secondary: #000000;
        --gradient-primary: linear-gradient(#067c7b to #bde0e1);
        --dark-secondary: #f8fafc;
        --border: #e5e7eb;

      }

      .meta-wrapper {
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        width: auto;
        margin-left: auto;

      }

      .meta-wrapper div {
        margin-top: 10px !important;
        /*border: 1px solid #d9d9d9  !important;*/
        /*border-radius: 10px  !important;*/

        background-color: white !important;
        font-size: 15px !important;
      }

      .meta-main {
        border: 1px solid #d9d9d9 !important;
        border-radius: 10px !important;
        padding: 10px !important;
      }

      .meta-wrapper a {
        font-size: 13px;
      }

      .child-field {
        margin-top: 20px;
      }

      .meta-wrapper img {
        height: 150px;
        width: 400px;
      }

      .grand-total-box {
        border: 1px solid black;
        padding: 8px 16px;
        border-radius: 6px;
        font-size: 16px;
        display: inline-block;
        background-color: #fff;
        font-weight: bold;
        color: #000;
      }

      /*input[type="radio"]{*/
      /*    position:absolute;*/
      /*    z-index:2;*/
      /*}*/
      input[type="radio"]:disabled+span {
        color: gray;
        cursor: not-allowed;
        opacity: 0.6;
      }

      input[type="checkbox"]:disabled+span {
        color: gray;
        cursor: not-allowed;
        opacity: 0.6;
      }

      input[type="checkbox"][data-always_selected="1"]+span {
        color: gray;
        cursor: not-allowed;
        opacity: 0.6;
      }

      div#config-steps .parent-field label {
        font-size: larger;
        font-weight: 600;
      }

      div#config-steps .child-field label {
        font-size: large;
        font-weight: 500;
      }

      .navbar {
        padding: 10px;
      }

      span.sml-sb-total {
        border: .5px solid;
        padding: 5px 20px 5px 20px;
        border-radius: 10px;
        color: white;
        min-width: 200px;
        margin-left: 5px;
        background: #067C7B;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        font-size: large;
      }

      .sml-grand-total-box {
        text-align: end;
      }

      /* Default styles */
      .nav-item.grand-total-box {
        display: block;
      }

      .sml-grand-total-box {
        display: none;
      }

      /* Media query for screens 991px and below */
      @media (max-width: 991px) {
        .nav-item.grand-total-box {
          display: none !important;
        }

        .sml-grand-total-box {
          display: block;
          margin-bottom: 5px;
        }
      }

      @media (max-width: 767px) {
        div#page-item-configuration {
          margin-top: 15%;
        }

        .config-container {
          margin: 30px 0px !important;
        }

        span.sml-sb-total {}
      }

      input[type=number]:hover::-webkit-inner-spin-button {
        width: 14px;
        height: 30px;
      }

      .parent-field.field-wrapper label {
        background: #bbbbbb94;
        padding: 0px 0px;
        border: 1px solid #bbbbbb94;
        border-radius: 5px;
      }

      .child-field.field-wrapper label {
        background: #bbbbbb94;
        padding: 0px 0px;
        border: 1px solid #bbbbbb94;
        border-radius: 5px;
      }

      nav.navbar.navbar-light.navbar-expand-lg {
        position: fixed;
        width: 100%;
        z-index: 1000;
      }

      .config-container {
        margin: 30px;
      }

      span.input_value {
        background: #daf0e1;
        padding: 3px 10px;
        border-radius: 5px;
        display: flex;
        width: max-content;

      }

      .meta-slider {
        display: flex;
        transition: transform 0.3s ease-in-out;
      }

      .meta-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        border: 2px;
      }

      .slider-outer {
        width: 100%;
        overflow: hidden;
      }

      .slider-outer {
        overflow: hidden;
        width: 100%;
        position: relative;
      }

      .meta-slider {
        display: flex;
        transition: transform 0.3s ease-in-out;
      }

      .meta-wrapper {
        min-width: 100%;
        /* show only one at a time */
        box-sizing: border-box;
      }

      .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #000000;
      }

      button.clpViewBtn.btn.btn-sm.btn-primary {
        margin-left: 10px;
        border-radius: 50%;
        width: 32px;
        height: 32px;
      }

      .btn-primary {
        background: var(--primary);
      }

      .main-image {
        padding-left: 10px;
        font-weight: initial;
      }

      /* Multiple image selection css */
      .image_multiple .main-image {
        border: 1px solid #cccccc;
        padding: 15px;
        min-width: 180px;
        margin-bottom: 16px;
        flex: 1 1 220px;
        min-width: 220px;
        max-width: 100%;
        margin-bottom: 16px;
        box-sizing: border-box;
        border-radius: var(--border-radius);
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      }

      .image_multiple {
        gap: 16px;
        /*margin-top: 15px;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        /*align-items: flex-start;*/
      }

      .image_multiple .main-image input[type=checkbox] {
        float: inline-end;
        /*margin-left: 10px;*/
        height: 20px;
        width: 20px !important;
        /*pointer-events: none;*/
      }

      .image_multiple .main-image span .display_text {
        text-align: center;
        margin-bottom: 10px;
        font-size: 13px;
        color: #6f6f6f;
      }

      .image_multiple .main-image span {
        display: contents;
      }

      .image_multiple .main-image span img {
        max-height: 200px;
        height: auto;
        width: auto;
        margin-bottom: 10px;
        border-radius: var(--border-radius);
        margin-top: 5px;

      }


      .image_multiple>.main-image.selected {
        border: 2px solid #067B7C;
      }

      #size-guide::backdrop {
        background: rgba(190, 190, 190, 0.5);
      }

      #size-guide {
        padding: 3rem;
        border: none;
        width: clamp(300px, 80vw, 600px);
        max-height: 480px;
      }

      #size-guide h2 {
        margin: 0 0 1rem;
      }

      .close-btn {
        filter: grayscale();
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: none;
        border: none;
        font-size: 1.25rem;
      }

      .price {
        font-size: 1.4rem;
        font-weight: 300;
        margin-bottom: 0.5rem;
      }

      #size-guide-btn {
        font-family: "Roboto Mono", monospace;
        color: var(--blue);
      }

      #size-guide-btn {
        border: 0;
        background: none;
        text-decoration: underline;
        padding: 0;
        cursor: pointer;
      }





      .image_multiple ul {
        margin: 0;
        padding: 0;
      }

      .image_multiple li {
        list-style: none;
      }

      .size-list {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin: 0 0 1rem;
      }

      .size-list input {
        display: none;
      }

      /*.size-list input[type="checkbox"] {*/
      /*  display: block;*/
      /*}*/

      .size-list label:hover,
      .size-list label:focus {
        color: green;
        outline: 1px solid;
      }

      .main-image.selected .size-list li:has(:checked) label {
        color: #067C7B;
        /* outline: 1px solid; */
        border: 1px solid;
      }

      .product {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin: 0 auto;
        max-width: 900px;
      }

      .color-list {
        margin-top: 1rem;
        padding: 0;
        display: flex;
        gap: 0.25rem;
      }

      .color-list li {
        font-size: 0;
        width: 1rem;
        height: 1rem;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        border: 1px solid;
      }

      .quantity-label {
        display: block;
        margin: 1rem 0 0.5rem;
      }

      #quantity {
        font-size: 1.3rem;
        max-width: 3rem;
        margin-bottom: 1rem;
      }

      .add-to-cart-btn {
        border: 1px solid;
        font-weight: lighter;
        padding: 1rem;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        width: 100%;
        background: var(--darkblue);
        color: white;
      }

      .measurements {
        margin-top: 2rem;
      }

      .measurements-guide li {
        line-height: 1.5;
        list-style: disc;
        margin-left: 2rem;
        margin-top: 1rem;
      }

      .sr-only:not(:focus):not(:active) {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
      }

      .attributes {
        font-size: 13px;
        margin-bottom: 5px;
        user-select: none;
        display: flex;
      }

      .attributes.has-content::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="%231976D2" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>');
        margin-left: 5px;
        display: inline-flex;
        align-items: center;
      }

      /*.attributes.has-content{*/
      /*    color:#067C7B;*/
      /*}*/

      #preview-image-container {
        margin: 20px 0;
        text-align: center;
      }

      #preview-image {
        max-width: 300px;
        border-radius: 8px;
      }

      .no-image-cart-item {
        width: 300px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f0f0f0;
        font-weight: bold;
        font-size: 16px;
        color: #555;
        border-radius: 8px;
        text-align: center;
        padding: 10px;
      }

      #attribute-dialog {
        position: fixed;
        /* fixed to viewport */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* shift it back by half its size */

        /* your existing styles */
        border: none;
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
        padding: 32px 24px 24px 24px;
        min-width: 320px;
        max-width: 420px;
        width: 90vw;
        background: #fff;
        color: #222;
        font-family: inherit;
        z-index: 9999;
      }

      #attribute-dialog-content h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 12px;
        color: #222;
        margin-top: 0px;
      }

      #attribute-dialog-content p {
        font-size: 1rem;
        margin-bottom: 0;
        color: #444;
      }

      #attribute-dialog::backdrop {
        background: rgba(0, 0, 0, 0.18);
      }

      #attribute-dialog button {
        position: absolute;
        top: 14px;
        right: 14px;
        background: #eee;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
        color: #222;
        cursor: pointer;
        transition: background 0.2s;
      }

      #attribute-dialog button:hover {
        background: #e3e3e3;
      }

      .field-wrapper .col-md-8.image_multiple {
        flex-wrap: wrap;
        /* For horizontal wrapping if needed */
      }

      .field-wrapper .col-md-8.horizontal {
        align-items: center;
        /* Align items vertically within row */
      }



      .size-list label {
        background-color: transparent !important;
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 0px;
        font-weight: 400 !important;
      }

      /*.size-options{*/
      /*    margin-bottom:5px;*/
      /*}*/
      .main-image.selected .size-list label {
        cursor: pointer;
      }

      .size-list li label {
        pointer-events: none;
      }

      .main-image.selected .size-list label {
        pointer-events: auto;
      }

      /*.image_multiple .main-image input[type=checkbox]:checked{*/
      /*     background-color: green; */
      /*  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.00001L2.66667 5.80001L7 1.20001' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");*/
      /*}*/

      .size-options input[type="number"] {
        /*display: block;*/
        margin: 5px 0;
        width: 100px;
      }

      .size-list input[type="number"] {
        display: grid !important;
        align-items: center;
        gap: 5px;
        /* Space between input and label */
        margin: 0px;
      }

      .size-list {
        list-style: none;
        padding-left: 0;
        display: flex;
        align-items: center;
      }

      /* Base styling for native select elements */
      select {
        width: 150px;
        /* Default width in ERPNext forms, adjustable based on context */
        height: 34px;
        /* Matches ERPNext input height */
        padding: 6px 12px;
        /* Consistent padding with ERPNext inputs */
        font-size: 14px;
        /* Standard font size in ERPNext */
        line-height: 1.42857143;
        /* Matches Bootstrap/ERPNext line height */
        color: #333;
        /* Dark text for readability */
        background-color: #fff;
        /* White background for light theme */
        background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%);
        background-position: calc(100% - 15px) center, calc(100% - 10px) center;
        background-size: 5px 5px, 5px 5px;
        background-repeat: no-repeat;
        border: 1px solid #ccc;
        /* Light gray border, ERPNext default */
        border-radius: 4px;
        /* Subtle rounding */
        appearance: none;
        /* Remove default browser styling */
        cursor: pointer;
        box-sizing: border-box;
        /* Ensure padding doesn't affect width */
      }

      /* Hover state */
      select:hover {
        border-color: #66b0ff;
        /* Subtle blue hover, ERPNext-like */
      }

      /* Focus state */
      select:focus {
        outline: none;
        border-color: #5b9bd1;
        /* ERPNext focus blue */
        box-shadow: 0 0 0 2px rgba(91, 155, 209, 0.2);
        /* Soft focus glow */
      }

      /* Disabled state */
      select:disabled {
        background-color: #f5f5f5;
        color: #888;
        cursor: not-allowed;
      }

      label:disabled {
        background-color: #f5f5f5;
        color: #888;
        cursor: not-allowed;
      }

      .size-options input[type="radio"]:disabled+label,
      .size-options input[type="checkbox"]:disabled+label,
      .size-options input[type="number"]:disabled+label {
        color: #888;
        /* Grayed-out color, ERPNext-like */
        opacity: 0.6;
        /* Slightly faded */
        cursor: not-allowed;
        /* Non-interactive cursor */
      }

      .configurator-container {
        padding: 40px;
        background-color: #f9f9f9;
        border-radius: 12px;
        /*margin-left:20px;*/

      }

      .navigation-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
      }

      .child-field {
        margin-left: 20px;
        padding: 5px;
        border-left: 3px solid #ccc;
      }

      .config-container {

        border-radius: 10px;
        padding: 20px;
      }

      body .nav-bar {
        display: none;
      }

      #progress-container {
        width: 100%;
        padding: 0px 10px 20px 10px;
      }

      .progress-bar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
        list-style: none;
        counter-reset: step;
        overflow-x: auto;
        background: white;
        /*gap: 10px;*/
      }

      .step {
        flex: 1;
        text-align: center;
        position: relative;
        font-size: 13px;
        white-space: nowrap;
        margin-bottom: auto;
      }

      /* Step circle */
      .step::before {
        content: counter(step);
        counter-increment: step;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background-color: #dcdcdc;
        color: #000;
        font-weight: bold;
        margin-bottom: 6px;
        position: relative;
        z-index: 2;
        /* make sure the circle is above the line */
      }

      /* Connector lines (responsive & behind the circle) */
      .step::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 50%;
        width: 100%;
        height: 2px;
        /*background-color: #dcdcdc;*/
        background: black;
        transform: translateX(-50%);
        z-index: 1;
      }

      .step.active::before {
        background: #ffdb1a;
      }

      .step.completed.active::before {
        background: #ffdb1a;
        color: black;
      }

      /* Step label */
      .step-label {
        display: block;
        margin-top: 6px;
        font-size: 11px;
        color: #333;
        text-wrap: balance;
      }

      /* Completed steps (previous ones stay blue) */
      .step.completed::before {
        background-color: #067C7B;
        color: #fff;
      }

      /* Accordion Item Container */
      .accordion-item {
        margin-bottom: 10px;
      }

      /* Accordion Header (Clickable) */
      .accordion-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background: #ffdb1a;
        transition: background 0.2s;
        user-select: none;
        border-radius: 10px 10px 0px 0px;
        /*border:1px black !important;*/
      }

      .accordion-header:hover {
        background: #ffdb1a;
      }

      .accordion-header.collapsed {
        background: #ffdb1a;
        /*border: 1px solid #e0e0e0;*/
        border-radius: 10px;
      }

      /* Accordion Title Text */
      .accordion-title {
        font-weight: 600;
        font-size: 14px;
        color: #333;
      }

      /* Chevron Icon */
      .accordion-icon {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
      }

      .accordion-icon.expanded {
        transform: rotate(180deg);
      }

      /* Accordion Content (Collapsible Section) */
      .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background: white;
        display: none;
        border-radius: 0px 0px 10px 10px;
        border: 2px solid #F2D268;
      }

      .accordion-content.expanded {
        max-height: 1000px;
        /* Adjust based on your content */
        display: block;
      }

      /* Individual Config Items */
      .config-item {
        font-size: 13px;
        line-height: 1.6;
        color: #555;
        cursor: pointer;
        transition: all 0.2s;
        padding: 8px;
        background: #f9f9f9;
      }

      .config-item:hover {
        background: #f0f0f0;
        color: #333;
      }

      .config-item:last-child {
        margin-bottom: 0;
      }

      .config-item strong {
        color: #333;
        font-weight: bolder;
        display: block;
      }

      /* Ensure selected-entry compatibility */
      .selected-entry {
        cursor: pointer;
      }

      #next-btn {
        background: #067C7B;
      }

      #prev-btn {
        background: #F2D268;
        color: black;
      }

      @keyframes highlightPulse {

        0%,
        100% {
          box-shadow: 0 0 15px rgba(0, 150, 136, 0.4);
        }

        50% {
          box-shadow: 0 0 25px rgba(0, 150, 136, 0.8);
        }
      }

      @keyframes slideInRight {
        from {
          transform: translateX(400px);
          opacity: 0;
        }

        to {
          transform: translateX(0);
          opacity: 1;
        }
      }

      @keyframes slideOutRight {
        from {
          transform: translateX(0);
          opacity: 1;
        }

        to {
          transform: translateX(400px);
          opacity: 0;
        }
      }


      /* Edit Mode Preloader Overlay */
      .edit-mode-preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.5s ease-out;
      }

      .edit-mode-preloader.fade-out {
        opacity: 0;
        pointer-events: none;
      }

      .preloader-content {
        text-align: center;
        max-width: 500px;
        padding: 40px;
        background: white;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
      }

      /*.preloader-icon {*/
      /*  width: 80px;*/
      /*  height: 80px;*/
      /*  margin: auto;*/
      /*  position: relative;*/
      /*}*/

      /*.preloader-icon::before {*/
      /*  content: '';*/
      /*  position: absolute;*/
      /*  width: 100%;*/
      /*  height: 100%;*/
      /*  border: 4px solid #e0e0e0;*/
      /*  border-radius: 50%;*/
      /*}*/

      /*.preloader-icon::after {*/
      /*  content: '';*/
      /*  position: absolute;*/
      /*  width: 100%;*/
      /*  height: 100%;*/
      /*  border: 4px solid transparent;*/
      /*  border-top-color: #067C7B;*/
      /*  border-right-color: #067C7B;*/
      /*  border-radius: 50%;*/
      /*  animation: rotate 1s linear infinite;*/
      /*}*/

      /*@keyframes rotate {*/
      /*  0% { transform: rotate(0deg); }*/
      /*  100% { transform: rotate(360deg); }*/
      /*}*/

      .preloader-title {
        font-size: 24px;
        font-weight: 600;
        color: #1a202c;
        /*margin-bottom: 12px;*/
        margin-top: 10px;
      }

      .preloader-subtitle {
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 30px;
      }

      .preloader-progress-bar {
        width: 100%;
        height: 8px;
        background: #e5e7eb;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
      }

      .preloader-progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #067C7B, #0faba9);
        width: 0%;
        transition: width 0.3s ease;
        border-radius: 10px;
      }

      .preloader-status {
        font-size: 13px;
        color: #067C7B;
        font-weight: 500;
        min-height: 20px;
      }

      .preloader-steps {
        margin-top: 25px;
        text-align: left;
      }

      .preloader-step {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 0;
        font-size: 13px;
        color: #9ca3af;
        transition: color 0.3s ease;
      }

      .preloader-step.active {
        color: #067C7B;
        font-weight: 500;
      }

      .preloader-step.completed {
        color: #10b981;
      }

      .preloader-step-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid currentColor;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .preloader-step.active .preloader-step-icon {
        border-color: #067C7B;
      }

      .preloader-step.completed .preloader-step-icon {
        background: #10b981;
        border-color: #10b981;
      }

      .preloader-step.completed .preloader-step-icon::after {
        content: '✓';
        color: white;
        font-size: 12px;
        font-weight: bold;
      }

      .preloader-step.active .preloader-step-icon::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #067C7B;
        border-radius: 50%;
        animation: pulse 1s ease-in-out infinite;
      }

      @keyframes pulse {

        0%,
        100% {
          opacity: 1;
          transform: scale(1);
        }

        50% {
          opacity: 0.5;
          transform: scale(0.8);
        }
      }

      /* Slide Panel Container */
      .slide-panel {
        position: fixed;
        top: 0;
        right: -100%;
        /* Hidden off-screen */
        width: 85%;
        height: 100%;
        background: #FFFFFF;
        z-index: 9999;
        transition: right 0.35s ease;
        box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
        border-left: 3px solid #067C7B;
        padding: 15px;
        display: flex;
        flex-direction: column;
      }

      /* Slide Panel Open Class */
      .slide-panel.open {
        right: 0;
      }

      /* Panel Header */
      .slide-panel-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
      }

      /* Close Button */
      #mobile-slide-close {
        background: #067C7B;
        color: #fff;
        border: none;
        font-size: 24px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        cursor: pointer;
      }

      /* Slide Panel Body */
      .slide-panel-body {
        overflow-y: auto;
        height: calc(100% - 60px);
      }

      /* Toggle Button */
      .slide-toggle-btn {
        position: fixed;
        top: 40%;
        right: 0;
        background: #067C7B;
        color: white;
        padding: 10px 14px;
        border-radius: 8px 0 0 8px;
        font-size: 13px;
        cursor: pointer;
        z-index: 9998;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-weight: 600;
      }

      /*Mandatory field validation msg*/
      /* Overlay */
      .mandatory-modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(4px);
        display: flex;
        align-items: center;
        justify-content: center;
        animation: fadeIn .2s ease-out;
        z-index: 99999;
      }

      /* Modal box */
      .mandatory-modal {
        background: #ffffff;
        padding: 24px 28px;
        width: 92%;
        max-width: 420px;
        border-radius: 14px;
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
        animation: slideUp .25s ease-out;
      }

      .mandatory-modal h3 {
        margin: 0 0 10px;
        font-size: 20px;
        color: #d9534f;
        font-weight: 600;
      }

      .mandatory-modal p {
        margin: 0 0 10px;
        color: #555;
        font-size: 14px;
      }

      .mandatory-modal ul {
        margin: 0 0 16px;
        padding-left: 16px;
        font-size: 14px;
        color: #333;
      }

      .mandatory-modal button {
        width: 100%;
        padding: 10px 14px;
        border: none;
        border-radius: 8px;
        background: #d9534f;
        color: white;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: .2s;
      }

      .mandatory-modal button:hover {
        background: #c0392b;
      }

      /* Animations */
      @keyframes fadeIn {
        from {
          opacity: 0;
        }

        to {
          opacity: 1;
        }
      }

      @keyframes slideUp {
        from {
          transform: translateY(20px);
          opacity: 0;
        }

        to {
          transform: translateY(0);
          opacity: 1;
        }
      }

      .config-header {
        display: flex;
      }

      .fix-height {
        height: calc(100vh - 150px);
        overflow-y: auto;
      }