.mybazar-login-section .forget-password input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #d0d5dd !important;
    background: var(--clr-light-green) !important;
    margin-right: 5px;
    margin-top: -1px;
}

.text-custom-primary,
.text-custom-primary:hover {
    color: var(--clr-light-green);
    font-weight: bold;
}

.mybazar-login-section
    .forget-password
    input[type="checkbox"]:checked
    + .custom-control-label::before {
    color: #ffffff;
}

.mybazar-login-section .forget-password input[type="checkbox"]:checked {
    accent-color: #3291d4 !important;
}

.indicate-text {
    font-size: 12px;
    color: red;
}

.form-control.error {
    border-color: red;
    padding: 0.375rem 0.75rem;
}
.image-wrapper.error {
    border-color: red;
    padding: 0.375rem 0.75rem;
}
.error-alert {
    font-size: 11px;
    color: red;
}

.error {
    color: red !important;
}

.payment-section .form-control[readonly] {
    background-color: #fff !important;
}
.budget-form ::placeholder {
    font-size: 12px;
}

.avatar {
    background: var(--clr-light-green);
    border-radius: 50%;
    color: #e3eaef;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    position: relative;
    vertical-align: middle;
    line-height: 1.28;
    height: 45px;
    width: 45px;
}

.avatar.avatar-sm {
    font-size: 12px;
    height: 30px;
    width: 30px;
}

.avatar img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.btn-custom-warning {
    background-color: var(--clr-light-green) !important;
    color: #fff;
    border: none !important;
}
.btn-custom-warning:hover {
    color: #fff !important;
}

.custom-warning-color {
    color: var(--clr-light-green);
}

.roles-permissions table td {
    color: black;
}

.img-preview {
    margin-top: 4px;
    height: auto;
    width: 100px;
}

.folders-files tr a {
    font-size: 18px !important;
}

.gradient-row {
    background: linear-gradient(270deg, #dbe4df 0%, #65e4a6 50%, #ffffff 100%);
}

.order-form-section label,
.permission label,
.role-input-label label {
    left: 10px;
    white-space: nowrap;
}

.table-form-section .responsive-table {
    min-height: unset !important;
}
.table-title-three h5 {
    font-weight: 600 !important;
}
.loss-profit-custom-color1 {
    background-color: rgba(255, 132, 0, 0.15);
}
.loss-profit-custom-color2 {
    background-color: rgba(255, 181, 101, 1);
    font-weight: bold;
}
.production-wrap {
    padding-right: 60px;
}
.form-control.reset-img {
    display: none;
}

.table-header h3,
.table-header h4 {
    font-weight: 700;
}

.privacy-condition-header h4 {
    font-weight: 700;
}

.erp-new-invice .invice-detaisl {
    padding: 20px 0;
}

.commercial-invoice {
    margin-bottom: 30px;
}

.invoice-payment-details {
    margin-top: 40px;
}

.erp-new-invice {
    min-height: 900px !important;
}

/* dropdown font size reduce */
.form-select {
    font-size: 1rem;
}

.product-img {
    height: 100px;
    width: 250px;
    border-radius: 2%;
    overflow: hidden;
    border: 2px dashed #e4e5e7;
}

.form-control .form-control {
    border: 0 !important;
}

.table-user-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--clr-gray4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table-user-icon img {
    height: 25px;
}
.ctg-icon img {
    max-height: 40px;
    width: auto;
    margin: 0 auto;
}

/*delete modal*/
.delete-modal {
    text-align: center;
    margin-bottom: 20px;
}
.delete-modal h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.delete-modal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.multiple-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}

.chart-css {
    width: 100% !important;
    max-height: 308px !important;
    min-height: 290px;
}

.rounded-image .table-img {
    width: 40px;
    height: 40px;
}

.width-10 {
    width: 10px;
}

.add-feature-btn {
    min-height: 30px;
    padding: 4px 20px;
    background: var(--clr-light-green) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 5px;
}

.remove-list {
    position: relative;
}
.remove-list .remove-one {
    background: transparent !important;
    /* background: linear-gradient(90deg, var(--clr-light-green) 0%, var(--clr-light-green) 100%) !important; */
    color: #fff !important;
    height: 50px;
    width: 50px;
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.remove-list .remove-one i {
    color: #ff3030;
}
.feature-add-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-add-wrp .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-container {
    border: 1px solid #ccc;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    display: inline-block;
}

.top-btn-custom {
    text-decoration: none;
    border: none;
}

.top-btn-custom:hover,
.top-btn-custom:active {
    color: #007bff;
    text-decoration: underline;
    border: none;
    text-underline-offset: 18px;
}

.top-btn-custom.active {
    text-decoration: underline;
    color: #007bff;
    font-weight: bold;
    border: none;
    text-underline-offset: 18px;
}

.card {
    border: 0;
    box-shadow: 0px 4px 24px 0px #e4c3c30d;
    border-radius: 12px;
}

.table th {
    border-bottom: 1px solid #d8d8d8;
    background: #f9f8f8;
    border: 0;
}

.delete-selected {
    cursor: pointer;
}

.custom-primary {
    color: var(--clr-light-green);
}

.table-hidden-checkbox {
    display: none;
}

/* Style the custom checkbox */
.table-custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    padding-left: 35px;
    line-height: 24px;
}

/* Create the custom checkmark */
.table-custom-checkmark {
    position: absolute;
    top: -9px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Style the checkmark when checked */
.table-hidden-checkbox:checked + .table-custom-checkmark {
    background-color: var(--clr-light-green);
    border-color: var(--clr-light-green);
}

/* Add the tick mark inside the checkbox */
.table-custom-checkbox .custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the tick mark when the checkbox is checked */
.table-custom-checkbox
    .table-hidden-checkbox:checked
    + .custom-checkmark:after {
    display: block;
}

/* Style the tick mark */
.table-custom-checkbox .custom-checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Customize the label text color and size */
.table-custom-checkbox {
    color: #333;
    font-family: Arial, sans-serif;
}

.dropdown-menu-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.language-li {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-check {
    color: #00ae1c;
    font-weight: 400;
    font-size: 16px;
}

.verify-modal-body h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #212121;
}
.verify-modal-body .des,
.verify-modal-body .des span {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.verify-modal-body .des {
    font-weight: 400 !important;
}

.verify-modal-body .des .reset {
    color: var(--clr-light-green);
}

.verify-modal-body .code-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.verify-modal-body .code-input input {
    width: 51px;
    height: 58px;
    padding: 14px 15px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none !important;
}

.verify-modal-body .code-input input:focus {
    border: 1px solid var(--clr-light-green) !important;
}

.verify-modal-body .code-input input:focus-visible {
    border: 1px solid var(--clr-light-green) !important;
}

.verify-modal-body .des span {
    color: #121212;
}

.success-content {
    border-radius: 16px;
}

.success-modal-body h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #121212;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 16px;
}

.success-modal-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #4d4d4d;
    margin-bottom: 24px;
}

.verify-btn {
    background-color: var(--clr-light-green);
    color: white;
    width: 100%;
    padding: 10px 0px;
    margin-top: 12px;
}
.verify-btn:hover {
    color: white;
}

/********** Sales page code start **********/
.sales-container {
    background-color: white;
    border-radius: 15px 0 0 15px;
}
.quick-act-header {
    background-color: white;
    padding: 2% 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.sales-container .quick-act-title {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.sales-container .save-product-btn {
    background-color: #0ec03b1a;
    color: #4d4d4d;
    padding: 2px 6px;
    border-radius: 4px;
}
.sales-container .sales-btn {
    background-color: #9e0de81a;
    color: #4d4d4d;
    padding: 2px 6px;
    border-radius: 4px;
}
.sales-container .calculator-btn {
    background-color: #007aff1a;
    color: #4d4d4d;
    border: none;
}
.sales-container .dashboard-btn {
    background-color: #ff3b301a;
    color: #4d4d4d;
    padding: 2px 6px;
    border-radius: 4px;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: gray;
}

.btn-danger {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .btn-danger,
.input-group .btn-outline-secondary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control {
    background-color: #f5f3f34d;
}

/* quick action table */
.icon {
    font-weight: 400;
    font-size: 13px;
}
.incre-decre {
    width: 20px !important;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d899 !important;
    border-radius: 3px !important;
    background-color: #fff !important;
}
.incre-decre:hover {
    background-color: #fef0f1 !important;
    border-color: var(--clr-light-green) !important;
    color: var(--clr-light-green) !important;
}
.num-input {
    border-radius: 5px;
    background-color: white;
}
.num-input input {
    background-color: white;
    width: 95px;
}

.hr-container {
    margin-top: 50px;
}
.hr-container hr {
    border: 1px solid var(--clr-light-green)4d;
}
.payment-title {
    font-size: 14px;
    display: flex;
    width: fit-content;
}
.amount-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-right: 12px;
}
.save-amount-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.save-btn {
    background-color: #ff9500;
    color: white;
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 6px;
}
.reset-btn {
    background-color: #145717;
    color: white;
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 6px;
}

.button-cancel {
  background-color: #6C757D;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.button-cancel:hover {
  background-color: #5A6268;
}
.payment-btn,.hold-btn {
    background-color: var(--clr-light-green);
    color: white;
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 6px;
}
.holdbtn {
    background-color: #8c8686;
    color: white;
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 6px;
}

.form-control-amount {
    background-color: white;
}

.payment-container {
    background-color: #f5f3f380;
    border-radius: 8px;
    padding: 33px 15px 33px 15px;
}
.table-background {
    background-color: rgba(245, 243, 243, 0.5);
}
.discount-btn {
    color: var(--clr-light-green);
    border: 1px solid var(--clr-light-green);
    border-radius: 5px;
    background-color: transparent;
}
.main-container {
    background-color: white;
    padding: 0% !important;
}
.products-header {
    border: none;
    border-radius: 0px 12px 12px 0px !important;
    border-left: 1px solid #d8d8d8;
    padding: 12px;
    overflow: hidden;
    color: white;
}
.main-container .products-container {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    z-index: 0 !important;
    position: relative;
}
.main-container .products-header .fa-search {
    color: white;
}
.main-container .products-header .category-btn {
    background-color: #ff9500;
    color: white;
    border: none;
    height: 48px;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.main-container .products-header .brand-btn {
    background-color: #007aff;
    color: white;
    border: none;
    height: 48px;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-input {
    border-radius: 0.25rem;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #ced4da;
    padding: 0.5rem;
    flex-grow: 1;
}
.btn-category {
    background-color: #f8961e !important;
    color: white;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn-brand {
    background-color: #1e90ff !important;
    color: white;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn-brand:hover {
    background-color: #1b87f2;
    color: white;
    border: 1px solid white;
}
.btn-category:hover {
    background-color: #df8415;
    color: white;
    border: 1px solid white;
}
.btn-search {
    background-color: var(--clr-light-green) !important;
    color: white;
    border-radius: 0 0.25rem 0.25rem 0;
}

.btn-search:hover {
    background-color: #b51d1d;
    color: white;
    border: 1px solid #b51d1d;
}

/* Products section start */
/* .products {
    display: grid;
    grid-template-columns: 3fr !important;
    gap: 10px;

} */

.products .single-product {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    width: 100%;
    margin-top: 4px;
    cursor: pointer;
}
.products .single-product:hover {
    border: 1px solid var(--clr-light-green);
}
.products .single-product .product-con {
    /* padding: 12px; */
    padding:12px 0px 0 12px;
}
.products .single-product .pro-img img {
    border-radius: 6px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    object-fit: cover;
    width: 100%;
    height: 145px;
}
.products .single-product .pro-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.products .single-product .pro-price {
    font-weight: 600;
    font-size: 14px;
}
.products .single-product .pro-category {
    color: #7c7c7c;
    font-size: 14px;
}
.products .single-product .price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}
.products .single-product .price .old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: gray;
}

.custom-number-input {
    width: 40px;
    padding: 5px;
    border: 1px solid #4a90e2;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    outline: none;
    transition: border-color 0.3s;
}

.custom-number-input:focus {
    border-color: #007bff;
}
.x-btn {
    border: none;
    background-color: white;
    border-radius: 5px;
}
.x-btn:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

/* Products section end */
.variation-table {
    margin-top: 20px;
}
.remove-btn {
    cursor: pointer;
    color: red;
}
.variation-input {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .modal-variation {
        --bs-modal-width:85%;
    }
}
.costing-list {
    width: 100%; /* Container takes full width */
    overflow: hidden; /* Clears the floated children */
}

.costing-list ul {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin: 0;
}

.costing-list li {
    float: left; /* Makes each li float left */
    width: calc(50% - 20px); /* Two per row: 50% width minus margins */
    margin: 10px; /* Space between floated items */
    display: flex; /* Still using flex for internal alignment */
    justify-content: space-between; /* Aligns content within each li */
}

.costing-list li span:nth-child(1) {
    flex: 1; /* Label takes available space */
    margin-right: 10px; /* Space between label and colon */
}

.costing-list li span:nth-child(2) {
    margin-right: 10px; /* Space after colon */
}

.costing-list li span:nth-child(3) {
    flex: 1; /* Value takes available space */
}

.table-img {
    max-width: 50px; /* Adjust image size as needed */
    height: auto;
}


.dropdown-search-container {
    position: relative;
    width: 100%;
    max-width: 400px; /* Increased width to accommodate horizontal layout */
}

.dropdown-search {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.dropdown-group {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.dropdown-group:hover {
    background-color: #e0e0e0;
}
.dropdown-group:last-child {
    border-bottom: none;
}
.group-title {
    padding: 8px 12px;
    font-weight: bold;
    font-size: 16px;
    /* background-color: #f8f8f8; */
}

.modifier-options {
    display: flex; /* Changed to flex */
    flex-wrap: wrap; /* Allows items to wrap if needed */
    gap: 8px; /* Space between items */
    padding: 5px 12px;
}

.dropdown-item {
    padding: 4px 10px; /* Adjusted padding for horizontal layout */
    cursor: pointer;
    font-size: 14px;
   /* background-color: #f0f0f0; /* Added background for better distinction */
    border-radius: 4px; /* Rounded corners */
    white-space: nowrap; /* Prevents text wrapping */
}



.dropdown-content.show {
    display: block;
}
.selected-items ,.variationList{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.selected-item {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.remove-btn {
    margin-left: 6px;
    cursor: pointer;
    color: #dc3545;
    font-weight: bold;
    border: none;
    background: none;
    padding: 0;
}

.remove-btn:hover {
    color: #bd2130;
}



.wizard-container {
    display: flex;
    max-width: 1200px;

}

.wizard-sidebar {
    width: 25%;
    padding: 20px;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.wizard-step {
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease;
}

.wizard-step.active {
    background: var(--clr-light-green);
    color: white;
}

.wizard-content {
    width: 75%;
    padding: 20px;
    display: none;
}

.wizard-content.active {
    display: block;
}
.badge {
    background-color: var(--clr-light-green); /* Blue background */
    color: white;
    border-radius: 50%; /* Circular badge */
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px; /* Space between text and badge */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wizard-step.active .badge {
    background: #fff;
    color: var(--clr-light-green);
}
.form-control[readonly] {
    background-color: #e9ecef; /* Light gray example */
}

/* Content container */
.content-container {
    position: relative; /* Overlay and loader will be relative to this */
   /*   max-width: 800px;Adjust as needed */
    margin: 0 auto; /* Center the container horizontally */
    /* padding: 20px; */
}

/* Overlay to disable only the content area */
.overlay {
    display: none;
    position: absolute; /* Relative to .content-container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Loader container, centered in the content area */
.loader {
    display: none;
    position: absolute; /* Relative to .content-container */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1000;
}

/* Bigger, modern spinner */
.spinner {
    width: 80px;
    height: 80px;
    border: 8px solid #e0e0e0;
    border-top: 8px solid #1e90ff;
    border-radius: 50%;
    animation: spin 1.2s ease-in-out infinite;
    margin: 0 auto 15px;
}

/* Loader text */
.loader p {
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Disable interaction only within the container */
.disabled-content {
    pointer-events: none;
}
/* Apply padding-left for LTR */
[dir="ltr"] .form-check {
    padding-left: 1.5em;
    padding-right: 0;
}

/* Apply padding-right for RTL (optional, adjust as needed) */
[dir="rtl"] .form-check {
    padding-right: 1.5em;
    padding-left: 0;
}
/*for modal scrolling*/
.modal-body::-webkit-scrollbar {
    width: 8px;
}
.modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.modal-body {
    max-height: 70vh; /* Adjust this value based on your needs (e.g., 60% of viewport height) */
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
}
@media (max-height: 600px) {
    .modal-body {
        max-height: 60vh;
    }
}
.modal-footer {
    position: sticky;
    bottom: 0;
    background: #fff; /* Ensure footer has a background to avoid transparency */
    border-top: 1px solid #dee2e6; /* Match Bootstrap's border style */
    z-index: 1; /* Ensure footer stays above body content */
    padding: 10px 15px; /* Match Bootstrap's modal footer padding */
}
.option-group {
    background: #f8f9fa;
    padding: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #dee2e6; /* Separator line */
}
.option-group:last-child {
    border-bottom: none; /* Remove border for the last option */
}

.modal-dialog.modifiers{
    max-width:700px !important;
}
.modal-dialog.options{
    max-width:600px !important;
}

.list-group-item {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
}
.modal-list-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 12px 16px;
    font-weight: 600;
    color: #343a40;
}
.modal-list-item {
    padding: 12px 16px;
    transition: background-color 0.2s ease;
}
.modal-list-item:hover {
    background-color: #f1f3f5;
}
.modal-list-header span,
.modal-list-item span {
    width: 30%;
    display: inline-block;
    padding: 0 8px;
}
/* .modal-list-header span:last-child,
.modal-list-item span:last-child {
    text-align: right;
} */
.modal-list-item span {
    color: #495057;
    font-size: 0.95rem;
}
.modal-list-item:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}
.table-item.active {
    background-color: #007bff !important;
    color: white !important;
}
.booked-table {
    opacity: 0.6;
    cursor: not-allowed;
}
.saleform .form-check-input {
    margin-left: 0;
    border-radius: 5px;
    margin-top:0;
    /* margin-left: -1.5em; */
}
.saleform .accordion-body
{
 padding:0px;
}
.saleform .list-group-item {
    font-size: 1rem;
    padding: 1rem 0.5rem;
}
.saleform.modal-body label {
    font-size: 16px;
    padding: 0 10px;
    line-height: 1.2; /* Adjusted for better readability and alignment */
    margin: 0;
    top:0;
}
.list-group-item:first-child
{
    border-radius: 0 !important;
}
.hide{
    display:none;
}