@media (max-width: 384px) {
    .price-text {
        font-size: 100px;
    }
}

.wrap-modal-slider {
    opacity: 0;
    transition: all 0.2s;

}

.wrap-modal-slider.open {
    opacity: 1;
}

.ice-glass {
    /* background: rgba(245, 255, 255, 0.1); */
    color: #636262;
    background: rgba(211, 152, 134, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slick-slide {
    margin: 0 10px;
}

/* your-class */

/* the parent */
.slick-list {
    margin: 0 -10px;
}

/* the parent */
.your-class .slick-list {
    padding: 0 20% 0 0 !important;
}

select2-container {
    width: 100% !important;
    margin: 20px;
}

/* Mengatur tampilan container utama */
.select2-selection--single {
    color: rgba(100, 100, 100, 1);
    font-size: 16px !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid #ea480a !important;
    text-overflow: ellipsis !important;
    border-radius: 25px;
    font-weight: 600 !important;
    min-height: 42px !important;
}

.select2-selection--multiple {
    color: rgba(100, 100, 100, 1);
    font-size: 16px !important;
    /* padding: 0.5rem 1rem !important; */
    border: 1px solid #ea480a !important;
    text-overflow: ellipsis !important;
    border-radius: 25px;
    font-weight: 600 !important;
    min-height: 42px !important;
}

/* Mengatur tampilan setiap item yang dipilih */
.select2-selection__choice {
    background-color: #ea480a !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    margin-top: 0 !important;
    margin-right: 0.1rem !important;
    padding: 0.25rem 1rem 0.25rem 1.25rem !important;
    font-size: 12px !important;
}

/* Mengatur tombol hapus pada item terpilih */
.select2-selection__choice__remove {
    color: #ffffff !important;
    margin: 0.25rem 1rem 0 0.25rem !important;
}

/* Mengatur placeholder atau area input */
.select2-selection__rendered {
    line-height: 25px !important;
    font-size: 16px !important;
    font-weight: 600px !important;
}

/* Mengatur tampilan dropdown saat dibuka */
.select2-dropdown {
    border: 1px solid #ea480a !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    /* Efek bayangan */
}

/* Mengatur tampilan opsi dalam dropdown */
.select2-results__option {
    padding: 10px !important;
    font-size: 16px !important;
    color: #333 !important;
}

/* Efek hover pada opsi */
.select2-results__option--highlighted {
    background-color: #ea480a !important;
    color: #ffffff !important;
}

/* Mengatur opsi yang dipilih dalam dropdown */
.select2-results__option[aria-selected="true"] {
    background-color: #ea480a !important;
    color: white !important;
}

.select2-scrollable-dropdown .select2-results__options {
    max-height: 200px;
    /* Adjust height as needed */
    overflow-y: auto;
    /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
}

.custom-error {
    color: red;
    font-size: 14px;
    margin-top: 1rem;
}

.custom-btn {
    height: 44px;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.login-btn {
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    width: 90%;
    height: 44px;
    margin: 1rem auto;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.login-btn:hover {
    background-color: #e64a19;
}

@media (min-width: 992px) {
    .login-btn {
        position: fixed;
        bottom: 20px;
        left: 50%;
        width: 90%;
        height: auto;
        transform: translateX(-50%);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
}

.custom-slider-choice {
    scrollbar-width: thin;
}

.custom-slider-choice::-webkit-scrollbar {
    height: 4px;
}

.custom-slider-choice .custom-choice {
    text-align: center;
    min-width: 120px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.custom-table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #58c2ff;
    color: rgba(var(--dark), 1);
}

.custom-field-group .custom-field {
    min-height: 64px;
    width: 100%;
    text-decoration: none;
}

.custom-field-group .custom-form-label {
    font-size: 54px;
    font-weight: 600;
}

.qty-form-control {
    color: rgba(100, 100, 100, 1);
    font-size: 16px;
    padding: 0.25rem 0.5rem;
    border: 1px solid #ea480a;
    text-overflow: ellipsis;
    border-radius: 10px;
    font-weight: 600;
}

.swal-z-index {
    z-index: 10000 !important;
}

/* CSS untuk Color Popup - Mobile First Design */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 15px;
    box-sizing: border-box;
}

.color-popup {
    background: white;
    border-radius: 12px;
    padding: 20px;
    width: 95%;
    max-width: 400px;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.btn-close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    color: #6c757d;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
}

.btn-close-popup:hover {
    background-color: #f8f9fa;
    color: #dc3545;
}

.color-popup-header {
    margin-bottom: 20px;
    padding-right: 40px;
    flex-shrink: 0;
}

.color-popup-title {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

#colorOptions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(85vh - 130px);
}

.color-option {
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    flex-shrink: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.color-option:hover {
    border-color: #ea480a;
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(234, 72, 10, 0.1);
}

.color-option.selected {
    border-color: #ea480a;
    background-color: #ea480a;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(234, 72, 10, 0.2);
}

.color-option-content {
    align-items: center;
    gap: 15px;
    width: 100%;
}

.color-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ddd;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.color-option.selected .color-circle {
    border-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.color-option span {
    font-weight: 500;
    color: #333;
    flex-grow: 1;
    font-size: 0.95rem;
}

.color-option.selected span {
    color: white;
}

.color-option small {
    font-size: 0.8rem;
    color: #28a745;
    font-weight: 600;
}

.color-option.selected small {
    color: #e8f5e8;
}

/* Footer buttons area */
.color-popup-footer {
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
}

/* Selected items display styling */
.selected-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin-bottom: 10px !important;
}

.selected-item {
    display: inline-flex;
    align-items: center;
    background-color: #ea480a !important;
    border: 1px solid #ea480a;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: white;
    font-weight: 500;
}

.remove-item {
    cursor: pointer;
    font-weight: bold;
    color: white !important;
    font-size: 1.1em;
    line-height: 1;
    padding: 2px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
}