#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
#whatsapp-icon img {
    width: 60px;
    height: 60px;
}
.dashboard-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    display: flex
;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.dashboard-card strong {
    color: #710302;
}

.wisjlist_table {
        display: block;
        max-height: 1000px;
        overflow: auto;
    }

.wisjlist_table thead {
        height: 40px;
    }

.wisjlist_table thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    /* Light background for header */
    z-index: 1;
    /* Ensure header stays above table rows */
}
div.wisjlist_table {
    margin-top: 50px;
    overflow-x: auto;
}
.catminheight {
    display: block;
    height: 90vh;
    overflow-y: auto;
}
.tcmodal-content {
    border-radius: 35px;
    text-align: center;
    padding: 30px;
    border: none;
}

.tcmodal-header {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 0;
}

.tcmodal-body {
    padding-top: 0;
}

.tcmodal-top-image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.tcmodal-title {
    font-size: 24px;
    font-weight: 600;
}

.tcmodal-body p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.tcmodal-form .btn {
    background-color: rgba(112, 0, 0, 0.99);
    color: #fff;
    border-radius: 25px;
}

.tcmodal-form .btn:hover {
    background-color: rgba(112, 0, 0, 1);
}

.modal-backdrop.show {
    opacity: 0.7;
}
.product_image{
    height: 75px;
    width: 75px;
}


.selected-categories {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.selected-categories label {
    font-weight: bold;
}

.selected-badge {
    position: relative;
    display: inline-block;
    border: 1px solid #8B0000;
    color: #8B0000;
    padding: 3px 25px 3px 10px;
    margin: 3px;
    border-radius: 4px;
    font-size: 13px;
    background-color: #fff;
}

.selected-brands-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 20px;
    font-family: 'Poppins', sans-serif;
}

.selected-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.selected-label {
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    
}
.cat-remove-badge {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    background: #ff4d4d;
    color: #fff;
    border-radius: 50%;
    padding: 4px 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

.cat-remove-badge:hover {
    background: #cc0000;
    transform: translateY(-50%) scale(1.1);
}

#cartsuccessbtn{
    background-color: #710302;
    border-color: #710302;
    color: #fff;
}