﻿label.is-invalid {
    display: none !important;
}

.custom-header {
    background-color: #3b7ddd;
}
@media screen and (max-width: 576px) {
    .refill-qty {
        font-size: 14px;
    }

    .change-btn {
        padding: 5px 10px;
        font-size: 13px;
    }
}
.slot-box {
    width: 7rem; /* Same as image size */
}

    .slot-box .product-img {
        width: 7rem;
        height: 7rem;
        object-fit: contain;
    }

    .slot-box .change-btn,
    .slot-box .form-select {
        width: 100%;
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
        box-sizing: border-box;
        text-align: center;
    }

.price-label {
    font-size: 0.9rem;
}
div.dataTables_filter {
    display: none;
}
.select2-selection__arrow {
    display: none !important;
}

.select2-container .select2-selection--single {
    height: 32px !important; /* Match with the input field height */
    border: 1px solid #ced4da !important; /* Bootstrap default input border color */
    padding: 5px 10px !important; /* Adjust padding to align with textboxes */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px !important;
}
.badge {
    padding: 0.4em 1.2em 0.4em 1.2em !important;
    font-size: 80% !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
}
.bg-brown {
    background-color: rgb(194 130 76);
}
.form-check-input {
    width: 18px;
    height: 18px;
    transition: all 0.4s ease;
    border: 1.5px solid #ccc;
}

/* Scroll wrapper only scrolls the tab row */
.nav-tabs-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Keep tab items inline */
.nav-tabs {
    flex-wrap: nowrap;
    border-bottom: 1px solid #ddd;
}

    /* Tab style */
    .nav-tabs .nav-link {
        border: none;
        background: none;
        color: #555;
        font-weight: 600;
        font-size: 14px;
        padding: 12px 20px 14px 20px; /* extra bottom padding */
        white-space: nowrap;
        transition: all 0.3s ease;
        display: inline-block;
        position: relative;
        text-align: center;
        min-width: 80px;
        line-height: 1.5;
    }

        /* Active tab */
        .nav-tabs .nav-link.active {
            color: #3b7ddd !important;
        }

            .nav-tabs .nav-link.active::after {
                content: "";
                position: absolute;
                bottom: 0px;
                left: 0;
                right: 0;
                height: 3px;
                background-color: #3b7ddd;
            }

        /* Hover effect */
        .nav-tabs .nav-link:hover {
            color: #3b7ddd !important;
        }
.tab .nav-tabs .nav-link.active {
    background:unset !important
}
/* Mobile */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem !important;
        font-size: 14px;
        min-width: 80px;
    }
        .nav-tabs .nav-link.active::after {
            display:block !important
        }
}

 .gradient-bg {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        min-height: 100vh;
    }
    .glass-card {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .icon-circle {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #4f46e5, #7c3aed);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin-right: 0.75rem;
    }
    .status-badge {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
        border-radius: 25px;
        font-weight: 600;
    }
    .subscription-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        border-radius: 15px;
        font-weight: 500;
    }
    .info-card {
        transition: transform 0.2s ease;
    }
    .info-card:hover {
        transform: translateY(-2px);
    }
    .qr-container {
        background: linear-gradient(135deg, #f8fafc, #e2e8f0);
        border-radius: 15px;
        padding: 1rem;
        display: inline-block;
    }

          .glass-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .icon-circle {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #007bff, #0056b3);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }
        
    
        
        .form-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 0.5rem;
        }
        
        .form-control, .form-select {
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            padding: 0.75rem 1rem;
            transition: all 0.15s ease-in-out;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }