/* .bg-gradient-auth {
    background: url('/enduser/desktop/assets/images/backgorund-auth.jpg') no-repeat center center !important;
    background-size: cover !important;
}

.modal-content-no-border {
    border: none;
} */

/* Card Styles */
.custom-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: none !important;
}

.cart-item {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e9ecef;
}

.subtotal-card {
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.activity-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
    background: #fff;
}

.activity-card:hover {
    transform: translateY(-4px);
}

.activity-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Checkbox and Buttons */
.checkbox {
    border: 1px solid #212121;
    padding: 8px 16px;
    border-radius: 5px;
}
.select-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    flex-shrink: 0;
}

.select-checkbox:checked {
    background-color: #343a40;
    border-color: #212121;
}

.select-checkbox:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.25);
    outline: 0;
}

.custom-btn-secondary {
    background-color: #e9ecef;
    color: #495057;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    font-size: 1rem;
    padding: 8px 16px;
    font-weight: 500;
}

.custom-btn-secondary:hover {
    background-color: #ced4da;
    color: #495057;
}

.qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #495057;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qty-number {
    font-size: 1rem;
    padding: 0 8px;
    min-width: 20px;
    text-align: center;
}

/* Price Tags */
.price-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff6100;
    color: #fff;
    font-weight: bold;
    padding: 6px 14px;
    border-top-left-radius: 8px;
    font-size: 0.9rem;
}

.total-coin-text {
    color: #ff9800;
}

.continue-btn {
    background-color: #ff5200;
    border-radius: 8px;
}

.continue-btn:hover {
    color: #ff5200 !important;
    border: 1px solid #ff5200;
    background-color: #ffffff;
}

.continue-btn:disabled {
    background-color: #ff5200;
    opacity: 0.5;
    color: #fff;
    cursor: not-allowed;
    border: none;
}

.total-price {
    font-size: 1.5rem;
    color: #343a40;
}

/* Utilities & Customizations */
.fw-semibold {
    font-weight: 600 !important;
}

/* Custom Card */
.custom-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: none !important;
}

.form-check-label {
    color: #343a40;
    font-size: 1rem;
    line-height: 1.5;
}

.custom-btn-secondary {
    background-color: #e9ecef;
    color: #495057;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    font-size: 1rem;
    padding: 8px 16px;
}

.custom-btn-secondary:hover {
    background-color: #ced4da;
    color: #495057;
}

/* Cart Item Styles */
.cart-item {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #e9ecef;
}

/* Radio button */
.custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #ff8800;
    accent-color: #ff8800;
}

/* Quantity buttons and pricing boxes */
.qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 4px; /* Tidak bulat sempurna */
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #495057;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qty-number {
    font-size: 1rem;
    padding: 0 8px;
    min-width: 20px;
    text-align: center;
}

/* Total price */
.total-price {
    font-size: 1.5rem;
    color: #343a40;
}

/* Total coin */
.total-coin {
    font-size: 0.8rem;
    color: #ff8800;
    margin-top: 0.25rem;
}

/* Muted price */
.text-muted-price {
    color: #6c757d !important;
}

/* Utilities & Customizations */
.fw-semibold {
    font-weight: 600 !important;
}

.activity-image {
    border-bottom: 6px solid #ff6100;
}

.activity-desc {
    font-size: 12px;
    line-height: 18px;
}
