@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* _content/consumerportal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7q9lpr95xv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7q9lpr95xv] {
    flex: 1;
}

.sidebar[b-7q9lpr95xv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7q9lpr95xv] {
    background-color: #f8fbff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7q9lpr95xv]  a, .top-row[b-7q9lpr95xv]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-7q9lpr95xv]  a:hover, .top-row[b-7q9lpr95xv]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-7q9lpr95xv]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 400px) {
    .dropdown-menu[b-7q9lpr95xv] {
        left: 50%;
        transform: translateX(-50%); /* Centers it on smaller screens */
        max-width: 90%; /* Adjusts width to avoid cutting off */
    }
}

@media (max-width: 640.98px) {
    .top-row[b-7q9lpr95xv] {
        justify-content: space-between;
    }

        .top-row[b-7q9lpr95xv]  a, .top-row[b-7q9lpr95xv]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-7q9lpr95xv] {
        flex-direction: row;
    }

    .sidebar[b-7q9lpr95xv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7q9lpr95xv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-7q9lpr95xv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-7q9lpr95xv], article[b-7q9lpr95xv] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7q9lpr95xv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7q9lpr95xv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.breadcrumb[b-7q9lpr95xv] {
    background-color: #f7f7f7 !important;
}


/* Breadcrumb */
.breadcrumb[b-7q9lpr95xv] {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

    .breadcrumb i[b-7q9lpr95xv] {
        font-size: 16px;
        margin-right: 5px;
    }

/* Payment Alert */
.payment-alert[b-7q9lpr95xv] {
    display: flex;
    align-items: center;
    background: #fff3f3;
    color: #d32f2f;
    padding: 6px 12px;
    border: 1px solid #d32f2f;
    border-radius: 6px;
    gap: 10px;
}

.pay-btn[b-7q9lpr95xv] {
    background: white;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

    .pay-btn:hover[b-7q9lpr95xv] {
        background: #d32f2f;
        color: white;
    }

/* Search & Icons */
.header-right[b-7q9lpr95xv] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-bar[b-7q9lpr95xv] {
    display: flex;
    align-items: center;
    background: white;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

    .search-bar input[b-7q9lpr95xv] {
        border: none;
        outline: none;
        padding: 5px;
        font-size: 14px;
        width: 150px;
    }

.header-right i[b-7q9lpr95xv] {
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
.notification-container[b-7q9lpr95xv] {
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    margin-top: 3px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}
 
.notification-header[b-7q9lpr95xv] {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    
}

.notification-item[b-7q9lpr95xv] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.3s;
}

    .notification-item:hover[b-7q9lpr95xv] {
        background: rgba(0, 162, 255, 0.1);
    }

    .notification-item:last-child[b-7q9lpr95xv] {
        border-bottom: none;
    }

.notification-icon[b-7q9lpr95xv] {
    font-size: 1.4rem;
    color: #007bff;
    margin-right: 10px;
}

.notification-text[b-7q9lpr95xv] {
    flex-grow: 1;
    font-size: 0.9rem;
    color: #555;
}

.notification-time[b-7q9lpr95xv] {
    font-size: 0.75rem;
    color: #888;
}
 
/* Responsive Adjustments */
@media (max-width: 768px) {
    .custom-header[b-7q9lpr95xv] {
        flex-wrap: wrap;
        gap: 10px;
    }

    .search-bar input[b-7q9lpr95xv] {
        width: 100px;
    }

    .breadcrumb[b-7q9lpr95xv], .payment-alert[b-7q9lpr95xv], .header-right[b-7q9lpr95xv] {
        flex-basis: 100%;
        justify-content: center;
    }
}
/* _content/consumerportal/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-377znz6bly] {
    width: 250px;
    height: 100vh;
    background-color: #f8fbff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-right: 1px solid #e0e0e0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* Logo */
.logo-container[b-377znz6bly] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.logo[b-377znz6bly] {
    width: 40px;
    border-radius: 50%;
}

.kutilitylogo[b-377znz6bly] {
    width: 45px;
    border-radius: 20%;
}

.logo-text[b-377znz6bly] {
    font-size: 16px;
    font-weight: bold;
}

/* Navigation */
.nav-links[b-377znz6bly] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Section Title */
.section-title[b-377znz6bly] {
    font-size: 12px;
    color: #666;
    padding: 10px;
    font-weight: bold;
}

/* Icons with Blue Background */
.icon-container[b-377znz6bly] {
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.material-icons[b-377znz6bly] {
    font-size: 20px;
}

/* Help Section */
.help-section[b-377znz6bly] {
    background-color: #e0efff;
    padding: 10px;
    border-radius: 12px;
    margin-top: auto;
    text-align: center;
}

.contact-btn[b-377znz6bly] {
    background-color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    width: 100px;
    height: 30px;
}

/* Complaints Button */
.complaint-btn[b-377znz6bly] {
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .complaint-btn:active[b-377znz6bly] {
        transform: scale(0.96);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3) inset;
    }



@media screen and (max-width: 768px) {
    .sidebar[b-377znz6bly] {
        width: 60px;
        padding: 10px;
    }

    .logo-container[b-377znz6bly] {
        gap: 5px;
        margin-bottom: 5px;
    }

    .logo[b-377znz6bly] {
        width: 30px;
    }

    .logo-text[b-377znz6bly] {
        display: none;
    }

    .nav-links[b-377znz6bly] {
        gap: 1px;
    }

    .section-title[b-377znz6bly] {
        display: none;
    }

    .icon-container[b-377znz6bly] {
        width: 30px;
        height: 30px;
    }

    .material-icons[b-377znz6bly] {
        font-size: 16px;
    }

    .nav-links .nav-item[b-377znz6bly] {
        padding: 3px;
    }

        .nav-links .nav-item span[b-377znz6bly] {
            display: none;
        }

    .complaint-btn[b-377znz6bly] {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 8px !important;
    }

        .complaint-btn span[b-377znz6bly] {
            display: none;
        }

        .complaint-btn .me-2[b-377znz6bly] {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content:flex-start!important;
        }

        .complaint-btn img[b-377znz6bly] {
            width: 20px;
            height: 20px;
        }

    .help-section[b-377znz6bly] {
        display: none;
    }

    .contact-btn[b-377znz6bly] {
        display: none;
    }
}
/*@media screen and (max-width: 768px) {
    .sidebar .complaint-btn {
        width: 40px !important; 
        padding: 0;
         
    }

  
    .sidebar .complaint-btn span {
        display: none; 
    }

    .sidebar .complaint-btn img {
        width: 20px;
        height: 20px;
    }
}*/


@media screen and (max-width: 768px) {
    .sidebar[b-377znz6bly] {
        width: 60px;
        padding: 10px;
    }
   
}



/* _content/consumerportal/Components/Layout/ProfileLayout.razor.rz.scp.css */
.page[b-ww3tf3rqyi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ww3tf3rqyi] {
    flex: 1;
}

.sidebar[b-ww3tf3rqyi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ww3tf3rqyi] {
    background-color: #f8fbff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ww3tf3rqyi]  a, .top-row[b-ww3tf3rqyi]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-ww3tf3rqyi]  a:hover, .top-row[b-ww3tf3rqyi]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ww3tf3rqyi]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 400px) {
    .dropdown-menu[b-ww3tf3rqyi] {
        left: 50%;
        transform: translateX(-50%); /* Centers it on smaller screens */
        max-width: 90%; /* Adjusts width to avoid cutting off */
    }
}

@media (max-width: 640.98px) {
    .top-row[b-ww3tf3rqyi] {
        justify-content: space-between;
    }

        .top-row[b-ww3tf3rqyi]  a, .top-row[b-ww3tf3rqyi]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ww3tf3rqyi] {
        flex-direction: row;
    }

    .sidebar[b-ww3tf3rqyi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ww3tf3rqyi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ww3tf3rqyi]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ww3tf3rqyi], article[b-ww3tf3rqyi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ww3tf3rqyi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ww3tf3rqyi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.breadcrumb[b-ww3tf3rqyi] {
    background-color: #f7f7f7 !important;
}


/* Breadcrumb */
.breadcrumb[b-ww3tf3rqyi] {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

    .breadcrumb i[b-ww3tf3rqyi] {
        font-size: 16px;
        margin-right: 5px;
    }

/* Payment Alert */
.payment-alert[b-ww3tf3rqyi] {
    display: flex;
    align-items: center;
    background: #fff3f3;
    color: #d32f2f;
    padding: 6px 12px;
    border: 1px solid #d32f2f;
    border-radius: 6px;
    gap: 10px;
}

.pay-btn[b-ww3tf3rqyi] {
    background: white;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

    .pay-btn:hover[b-ww3tf3rqyi] {
        background: #d32f2f;
        color: white;
    }

/* Search & Icons */
.header-right[b-ww3tf3rqyi] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-bar[b-ww3tf3rqyi] {
    display: flex;
    align-items: center;
    background: white;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

    .search-bar input[b-ww3tf3rqyi] {
        border: none;
        outline: none;
        padding: 5px;
        font-size: 14px;
        width: 150px;
    }

.header-right i[b-ww3tf3rqyi] {
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.notification-container[b-ww3tf3rqyi] {
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    margin-top: 3px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.notification-header[b-ww3tf3rqyi] {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.notification-item[b-ww3tf3rqyi] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.3s;
}

    .notification-item:hover[b-ww3tf3rqyi] {
        background: rgba(0, 162, 255, 0.1);
    }

    .notification-item:last-child[b-ww3tf3rqyi] {
        border-bottom: none;
    }

.notification-icon[b-ww3tf3rqyi] {
    font-size: 1.4rem;
    color: #007bff;
    margin-right: 10px;
}

.notification-text[b-ww3tf3rqyi] {
    flex-grow: 1;
    font-size: 0.9rem;
    color: #555;
}

.notification-time[b-ww3tf3rqyi] {
    font-size: 0.75rem;
    color: #888;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .custom-header[b-ww3tf3rqyi] {
        flex-wrap: wrap;
        gap: 10px;
    }

    .search-bar input[b-ww3tf3rqyi] {
        width: 100px;
    }

    .breadcrumb[b-ww3tf3rqyi], .payment-alert[b-ww3tf3rqyi], .header-right[b-ww3tf3rqyi] {
        flex-basis: 100%;
        justify-content: center;
    }
}
/* _content/consumerportal/Components/Pages/Complaints.razor.rz.scp.css */
.card[b-on0o2qekoi] {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 5px;
    margin-left: 10px;
    padding: 10px;
}

.popup-footer[b-on0o2qekoi] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.save-btn[b-on0o2qekoi], .cancel-btn[b-on0o2qekoi] {
    border: none !important;
    background: white !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
}

button:active[b-on0o2qekoi] {
    transform: scale(0.96);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) inset;
}

.width-300[b-on0o2qekoi] {
    width: 300px;
}

.width-200[b-on0o2qekoi] {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.py-3[b-on0o2qekoi] {
        flex-direction: column;
        align-items: center !important;
      /*  gap: 8px;*/
        width: 100%;
        margin-left:36px;
    }

    .input-group[b-on0o2qekoi] {
        width: 80% !important;
        max-width:80%;
        display:flex;
        flex-wrap:nowrap;
        margin-right:60px;
    }

    .btn[b-on0o2qekoi],
    .dropdown-toggle[b-on0o2qekoi] {
        width: auto !important;
        min-width: 140px;
        font-size: 0.85rem;
        padding: 4px 8px;
    }

    .card[b-on0o2qekoi] {
        margin-left: 69px !important;
        width:75% !important;
    }
    .dropdown-menu[b-on0o2qekoi] {
        min-width: 160px !important;
        width: auto !important;
        box-sizing: border-box;
    }

   
    select.form-control[b-on0o2qekoi],
    textarea.form-control[b-on0o2qekoi],
    input.form-control[b-on0o2qekoi] {
        width:80% !important;
        font-size: 14px;
        box-sizing: border-box;
    }

    .ButtonContainer[b-on0o2qekoi]{
        margin-left:-33px;
        margin-top:8px;
    }

}

@media screen and (max-width: 480px) {
    h1.m-0[b-on0o2qekoi] {
        font-size: 1.1rem;
        margin-left:70px !important;
    }

    .btn[b-on0o2qekoi],
    .dropdown-toggle[b-on0o2qekoi] {
        font-size: 0.8rem;
        padding: 5px 8px;
        min-width: 120px;
    }

    .input-group[b-on0o2qekoi] {
        width: 80% !important;
        max-width: 80%;
        display: flex;
        flex-wrap: nowrap;
        margin-right: 60px;
    }

    .card-title[b-on0o2qekoi] {
        font-size: 1rem;
    }

    .card-subtitle[b-on0o2qekoi],
    .card-text[b-on0o2qekoi] {
        font-size: 0.8rem;
    }
    .card[b-on0o2qekoi] {
        margin-left: 69px !important;
        width: 75% !important;
    }
}
/* _content/consumerportal/Components/Pages/ContactUs.razor.rz.scp.css */
.page-title[b-9mpqa8m1mk] {
    font-size: 1.8rem;
}

.icon-title[b-9mpqa8m1mk] {
    font-size: 1.5rem;
}

.icon-header[b-9mpqa8m1mk] {
    font-size: 1.2rem;
}

.icon-phone[b-9mpqa8m1mk] {
    color: limegreen;
}

.icon-fax[b-9mpqa8m1mk] {
    color: dimgrey;
}

.contact-container[b-9mpqa8m1mk] {
    max-width: 600px;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

.contact-header h1[b-9mpqa8m1mk] {
    font-size: 1.6rem;
    color: navy;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: start;
}

.contact-info div[b-9mpqa8m1mk] {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info i[b-9mpqa8m1mk] {
    font-size: 1.2rem;
    color: #0d6efd;
    flex-shrink: 0;
}

.contact-info h3[b-9mpqa8m1mk] {
    font-size: 1.1rem;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.contact-info p[b-9mpqa8m1mk],
.contact-info a[b-9mpqa8m1mk] {
    color: #555;
    margin: 0;
    font-size: 0.95rem;
}

.contact-info a[b-9mpqa8m1mk] {
    color: blue;
}

    .contact-info a:hover[b-9mpqa8m1mk] {
        color: #0a58ca;
        text-decoration: underline;
    }

@media (max-width: 576px) {
    .contact-container[b-9mpqa8m1mk]

{
    margin: 15px;
    padding: 20px;
}

.contact-header h1[b-9mpqa8m1mk] {
    font-size: 1.6rem;
}

}


/* Tablets and small desktops */
@media (max-width: 992px) {
    .contact-container[b-9mpqa8m1mk] {
        max-width: 90%;
        margin: 20px auto;
        padding: 20px;

    }

    .contact-header h1[b-9mpqa8m1mk] {
        font-size: 1.6rem;
    }

    .contact-info h3[b-9mpqa8m1mk] {
        font-size: 1rem;
    }
}

/* Large mobiles (portrait) */
@media (max-width: 768px) {
    .contact-container[b-9mpqa8m1mk] {
        padding: 18px;
        margin-left: 78px;
        padding: 15px;
        width: 73%;
    }

    .contact-header h1[b-9mpqa8m1mk] {
        font-size: 1.4rem;
        text-align: center;
    }

    .contact-info[b-9mpqa8m1mk] {
        gap:6px;
    }

        .contact-info h3[b-9mpqa8m1mk] {
            font-size: 0.95rem;
        }

        .contact-info p[b-9mpqa8m1mk],
        .contact-info a[b-9mpqa8m1mk] {
            font-size: 0.9rem;
        }
}

/* Small mobiles */
@media (max-width: 576px) {
    .contact-container[b-9mpqa8m1mk] {
        margin-left:78px;
        padding: 15px;
        width:73%;
    }

    .contact-header h1[b-9mpqa8m1mk] {
        font-size: 1.2rem;
        text-align: center;
    }

    .contact-info[b-9mpqa8m1mk] {
        flex-direction: column;
    }

        .contact-info div[b-9mpqa8m1mk] {
            flex-direction: column;
            align-items: flex-start;
        }

        .contact-info i[b-9mpqa8m1mk] {
            font-size: 1rem;
        }
}

/* Tablets and small desktops */
@media (max-width: 992px) {
    .page-description[b-9mpqa8m1mk] {
        max-width: 90%;
        font-size: 0.95rem;
        text-align: left;
    }
}

/* Large mobiles (portrait) */
@media (max-width: 768px) {
    .page-description[b-9mpqa8m1mk] {
        width: 85%;
        margin: 10px auto;
        font-size: 0.9rem;
        margin-left:70px;
    }

        .page-description h1[b-9mpqa8m1mk] {
            font-size: 1.4rem;
            text-align: center;
        }
}

/* Small mobiles */
@media (max-width: 576px) {
    .page-description[b-9mpqa8m1mk] {
        width: 90%;
        margin: 8px auto;
        font-size: 0.85rem;
        line-height: 1.4;
        margin-left: 70px;
        padding-right:100px;
    }

        .page-description h1[b-9mpqa8m1mk] {
            font-size: 1.2rem;
            text-align: center;
        }
}
/* _content/consumerportal/Components/Pages/Dashboard.razor.rz.scp.css */
.container[b-hy794aguis] {
    max-width: 1200px;
    margin: 0 auto;
}
.section-title[b-hy794aguis] {
    color: royalblue;
}
.field-value[b-hy794aguis] {
    font-weight: 600;
}

.chart-container[b-hy794aguis] {
    height: 280px;
    position: relative;
}
.bar-chart-container[b-hy794aguis] {
    height: 280px;  
    position: relative;
}
.profile-name[b-hy794aguis] {
    margin: 0 0 0.35em;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.375;
    letter-spacing: 0;
    font-weight: 700;
    color: rgb(78, 75, 75);
}

.profile-divider[b-hy794aguis] {
    margin-bottom: 10px;
    height: 1px;
    width: 100%;
    background-color: rgba(5, 5, 5, 0.06);
}

.profile-img[b-hy794aguis] {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
}

.loading-text[b-hy794aguis] {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    text-align: center;
    margin: 0;
    line-height: normal;
}

.small-card-content[b-hy794aguis] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
}

.value-navy[b-hy794aguis] {
    margin: 0;
    color: navy;
}
.icon-2rem[b-hy794aguis] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.flex-2[b-hy794aguis] {
    flex: 2;
}

.flex-1[b-hy794aguis] {
    flex: 1;
}

.profile-image-center[b-hy794aguis] {
    display: flex;
    justify-content: center;
    align-items: center;
}




.custom-card[b-hy794aguis] {
    border-radius: 1rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.bottom-left-container[b-hy794aguis] {
    width: 100%;
    margin-bottom: 1rem;
}

.bottom-right-container[b-hy794aguis] {
    width: 100%;
    margin-bottom: 1rem;
}

.small-card[b-hy794aguis] {
    min-height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overlay-box[b-hy794aguis] {
    width: clamp(35px, 4vw, 40px);
    height: clamp(35px, 4vw, 40px);
    position: absolute;
    top: 5%;
    left: 5%;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.bg-first[b-hy794aguis] {
    background: linear-gradient(135deg, rgb(252, 255, 247), rgb(234, 255, 190), rgb(224, 255, 159));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.bg-second[b-hy794aguis] {
    background: linear-gradient(133deg, rgb(233, 246, 255), rgb(167, 215, 251));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.bg-third[b-hy794aguis] {
    background: linear-gradient(135deg, rgb(255, 255, 255), rgb(240, 240, 240));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.bg-fourth[b-hy794aguis] {
    background: linear-gradient(134deg, rgb(255, 252, 246), rgb(255, 227, 152));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.box-first[b-hy794aguis] {
    background-color: rgb(225, 255, 163);
}

.box-second[b-hy794aguis] {
    background-color: #BBE4FF;
}

.box-third[b-hy794aguis] {
    background-color: rgb(213, 213, 213);
}

.box-fourth[b-hy794aguis] {
    background-color: rgb(248, 218, 132);
}

.lbheading[b-hy794aguis] {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 600;
    color: #4a4a4a;
    margin: 0 0 0.25rem 0;
}

.lbvalue[b-hy794aguis] {
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    font-weight: 600;
    color: #333;
    margin: 0;
}

.lbheadinga[b-hy794aguis] {
    font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    margin-bottom: 2px;
    color: rgba(146, 146, 146, 1);
}

/* Responsive Styles */
.container-fluid[b-hy794aguis] {
    padding: 0 15px;
}

.custom-card[b-hy794aguis] {
    width: 100%;
}

.small-card[b-hy794aguis] {
    padding: 1rem;
}

.bottom-right-container[b-hy794aguis], .bottom-left-container[b-hy794aguis] {
    padding: 0 15px;
}

.chart-container[b-hy794aguis] {
    width: 100%;
    min-height: 200px;
    height: 40vh;
    max-height: 400px;
}

.profile-card[b-hy794aguis] {
    flex-direction: column !important;
    align-items: center;
}

.profile-image[b-hy794aguis] {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-top: 1rem;
}

.profile-content[b-hy794aguis] {
    width: 100%;
}

@media (min-width: 768px) {
    .profile-card[b-hy794aguis] {
        flex-direction: row !important;
        align-items: flex-start;
    }

    .profile-image[b-hy794aguis] {
        width: 20%;
        margin-top: 0;
    }

    .profile-content[b-hy794aguis] {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .small-card[b-hy794aguis] {
        min-height: 100px;
    }

        .small-card p[b-hy794aguis], .small-card h5[b-hy794aguis] {
            font-size: clamp(0.75rem, 2.5vw, 0.85rem);
        }

    .overlay-box[b-hy794aguis] {
        width: 35px;
        height: 35px;
    }

        .overlay-box img[b-hy794aguis] {
            width: 1.5rem;
            height: 1.5rem;
        }

    .chart-container[b-hy794aguis] {
        min-height: 150px;
        height: 40vh;
    }

    .lbheading[b-hy794aguis], .lbvalue[b-hy794aguis], .lbheadinga[b-hy794aguis] {
        font-size: clamp(0.7rem, 2vw, 0.8rem);
    }
}
profile-card[b-hy794aguis] {
    width: 100%;
    max-width: 70%;
}

/* Adjust content and image widths for responsiveness */
.profile-content .d-flex[b-hy794aguis] {
    width: 100%;
}


@media (max-width: 767px) {
    .profile-card[b-hy794aguis] {
        padding: clamp(0.75rem, 2vw, 1rem);
    }

    .profile-content .d-flex[b-hy794aguis] {
        justify-content: center;
    }

    .profile-image[b-hy794aguis] {
        max-width: 50%;
        margin-top: 1rem;
    }

        .profile-image img[b-hy794aguis] {
            max-height: 120px;
        }
}




@media (max-width: 767px) {
    .profile-card[b-hy794aguis] {
        margin-left: 70px; 
        max-width: calc(100% - 70px);
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding: 0.75rem;
    }

    .bottom-left-container[b-hy794aguis] {
        margin-left: 70px;
        max-width: calc(100% - 70px);
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        padding: 0.5rem;
    }



    .top-right[b-hy794aguis] {
        margin-left: 70px;
        max-width: calc(100% - 70px);
        width: 90%;
        margin-right: auto;
        margin-left: 60px;
        min-height: 150px;
        height: 30vh;
    }
}


@media (max-width: 576px) {
    .profile-card[b-hy794aguis] {
        margin-left: 60px; 
        max-width: calc(100% - 60px);
        width: 85%;
        margin-right: auto;
        padding: 0.5rem;
    }

    .bottom-left-container[b-hy794aguis] {
        margin-left: 60px; 
        max-width: calc(100% - 60px);
        width: 85%;
        margin-right: auto;
        margin-left: 60px;
        padding: 0.25rem;
    }

    .bottom-right-container[b-hy794aguis] {
        margin-left: 60px; 
        max-width: calc(100% - 60px);
        width: 85%;
        margin-right: auto;
        margin-left: 60px;
        padding: 0.25rem;
    }

    .chart-container[b-hy794aguis] {
        margin-left: 60px;
        max-width: calc(100% - 60px);
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        min-height: 120px;
        height: 40vh !important;
    }
}
@media (max-width: 767px) {
    .export-cards[b-hy794aguis] {
        flex-direction: column !important;
        margin-right: auto !important;
        margin-left: 45px !important;
        max-width: calc(100% - 10px);
        width: 95%;
    }

        .export-cards .col-12[b-hy794aguis] {
            width: 100%;
            margin-bottom: 0.75rem;
        }
}

@media (max-width: 576px) {
    .export-cards .card[b-hy794aguis] {
        padding: 0.5rem;
        margin-right: auto !important;
        margin-left: auto !important;
        max-width: calc(100% - 10px);
        width: 95%;
    }

    .export-cards h5[b-hy794aguis] {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    }

    .export-cards p[b-hy794aguis] {
        font-size: clamp(0.75rem, 2vw, 0.85rem);
    }

    .chart-container[b-hy794aguis] {
    height: 350px;
    position: relative;
}
}

/* _content/consumerportal/Components/Pages/EnergyConsumption.razor.rz.scp.css */
.card[b-5bw7mcbeiu] {
    border-radius: 10px;
    box-shadow: 4px 8px 8px rgba(211, 211, 211, 0.8), 0 4px 6px rgba(0, 0, 0, 0.01);
    padding: 15px;
    height: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.card-header[b-5bw7mcbeiu] {
    font-size: 1rem;
    font-weight: 500;
    color: #808080;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
}

.dropdown[b-5bw7mcbeiu] {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.pie-chart-container[b-5bw7mcbeiu],
.line-chart-container[b-5bw7mcbeiu] {
    padding: 30px;
    width: 100%;
    height: 300px;
}

.data-text[b-5bw7mcbeiu] {
    font-size: 1.1rem;
    color: dimgray;
}

.heading-semibold[b-5bw7mcbeiu] {
    font-weight: 600;
}

.card-header-title[b-5bw7mcbeiu] {
    font-weight: 600;
    font-size: 1.25rem;
}

/* _content/consumerportal/Components/Pages/Login.razor.rz.scp.css */
html[b-oocchq04ke], body[b-oocchq04ke] {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.vh-100[b-oocchq04ke] {
    height: 100vh;
}

.login-section[b-oocchq04ke] {
   /* display: flex;
    justify-content: flex-start; 
    align-items: center;
    background: white;
    padding: 20px;
    position: relative;
    margin-left: -50px; */
   
}

/*.login-box {
    width: 60%;
    max-width: 280px; 
    transform: translateX(-30px); 
    
}*/
.form-control[b-oocchq04ke] {
    border-radius: 8px;
    margin-bottom: 20px;
}

button:active[b-oocchq04ke] {
    transform: scale(0.96);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) inset;
    transition-duration: 0.1s;
}

.login-bg[b-oocchq04ke] {
    position: absolute;
    right: 0;
    top: 0;
    width: 60vw;
    height: 100vh;
    background: url('/Images/ConsumerLogin.jpg') no-repeat center center;
    background-size: cover;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden; /* important */
}

/* Watermark logo */
.bg-watermark-logo[b-oocchq04ke] {
    position: absolute;
    right: 30px; /* adjust position */
    top: 20px; /* or top: 30px */
    width: 120px; /* adjust size */
    opacity: 0.4; /* watermark effect */
    pointer-events: none; /* not clickable */
}


@media (max-width: 992px) {
    .login-bg[b-oocchq04ke] {
        width: 100%;
        clip-path: none;
        position: relative;
        height: 40vh;
    }

    .login-section[b-oocchq04ke] {
        margin-top: 0;
        justify-content: center; 
        margin-left: 0;
    }

    .login-box[b-oocchq04ke] {
        width: 70%;
        transform: translateX(-10px);
    }
}

@media (max-width: 768px) {
    .login-bg[b-oocchq04ke] {
        display: none;
    }

    .login-section[b-oocchq04ke] {
        width: 100%;
        padding: 30px;
        justify-content: center;
    }

    .login-box[b-oocchq04ke] {
        width: 85%;
        transform: translateX(0);
    }
}
.login-box-width[b-oocchq04ke] {
    width: 70%;
}

.gradient-text[b-oocchq04ke] {
    background: linear-gradient(to left, rgba(127,197,248,1), rgba(127,197,250,0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.darkslate-text[b-oocchq04ke] {
    color: darkslategrey;
}

.small-label[b-oocchq04ke] {
    font-size: 12px;
}

.eye-icon[b-oocchq04ke] {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.remember-me-checkbox[b-oocchq04ke] {
    width: 35px;
    height: 18px;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.sign-in-btn[b-oocchq04ke] {
    background: linear-gradient(to bottom, rgba(100,170,230,1), rgba(100,170,230,0.95));
    font-size: 14px;
    height: 40px;
    border: 4px solid rgba(100,170,230,1);
    border-radius: 8px;
    color: #fff;
}

.spinner-size[b-oocchq04ke] {
    width: 1rem;
    height: 1rem;
}

.reset-password-btn[b-oocchq04ke] {
    background: linear-gradient(to bottom, rgba(127,197,248,1), rgba(127,197,248,0.8));
    font-size: 14px;
    height: 40px;
    border: 4px solid rgba(127,197,248,1);
    border-radius: 8px;
}

.back-to-signin-btn[b-oocchq04ke] {
    color: rgba(97, 170, 235, 1);
}

.link-text[b-oocchq04ke] {
    color: rgba(97, 170, 235, 1);
    cursor: pointer;
}

/* _content/consumerportal/Components/Pages/ManageAccounts.razor.rz.scp.css */
/*body {
    background-color: rgb(248, 249, 250);
}

.fontfamily {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.btn-hover-danger:hover {
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 5px;
}

.custom-card {
    border: 3px solid #fbc029;
    box-shadow: 0 12px 16px -4px #fcf4d4;
    border-radius: 15px;
    height: auto;
    min-height: 90px;
    background-color: #fff9eb;
}

.account-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.account-card {
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    min-height: 80px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.account-info {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.account-icon {
    background-color: #0D6EFD;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    color: #6c757d;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.account-icon-inner {
    color: white;
    font-size: 18px;
}

.save-btn {
    color: rgb(30, 120, 180);
}

.cancel-btn {
    color: orangered;
}

.save-btn, .cancel-btn {
    border: none !important;
    background: white !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
}

.selected-btn {
    background-color: #28a745 !important;
    color: white !important;
    border: none;
    height: 40px;
    min-width: 100px;
    padding: 0 14px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 18px;
    flex-shrink: 0;
}

.master-btn {
    background-color: #fef3c7;
    border: none;
    color: #ba8f64;
    height: 40px;
    min-width: 90px;
    padding: 0 14px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 18px;
    flex-shrink: 0;
}

.popup-text {
    font-size: 0.95rem;
}

.add-account-heading {
    color: rgb(52, 71, 103);
}

.input-label-consumerid {
    font-size: 1.1rem;
}

.input-consumerid {
    border: 2px solid rgb(120, 193, 232);
    border-radius: 4px;
}

.manage-accounts-section {
    background-color: white;
    border-radius: 10px;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.manage-icon {
    font-size: 36px;
    color: #0D6EFD;
}

.manage-section-title {
    color: black;
    font-weight: 600;
}

.selected-account-heading {
    gap: 8px;
}

.selected-account-icon {
    font-size: 1.3rem;
}

.selected-account-text {
    font-weight: bold;
    font-size: 1.15rem;
}

.master-icon {
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
}

.master-name {
    font-weight: 500;
    font-size: 1.15rem;
    word-break: break-word;
}

.managed-count {
    background-color: #afcdf2;
    border-radius: 30px;
    font-size: 1rem;
    padding: 4px 12px;
    margin-left: 10px;
    display: inline-block;
    white-space: nowrap;
}

.manage-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 1.2rem;
}

.search-container {
    position: relative;
}

    .search-container .search-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: gray;
    }*/

/* ── Tablet ── */
/*@media (max-width: 768px) {
    .manage-accounts-section {
        padding: 1rem !important;
    }

    .manage-icon {
        display: none;
    }

    .master-icon {
        display: none;
    }

    .card-body {
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .selected-btn,
    .master-btn {
        height: 34px;
        font-size: 0.9rem;
        min-width: 80px;
        padding: 0 10px;
    }

    .search-container {
        width: 160px !important;
    }

    .manage-heading {
        font-size: 1rem !important;
    }

        .manage-heading .managed-count {
            font-size: 0.85rem !important;
            padding: 3px 8px !important;
        }

    .account-cards-container {
        grid-template-columns: 1fr;
    }

    .master-name {
        font-size: 1rem;
    }
}*/

/* ── Mobile ── */
/*@media (max-width: 480px) {
    .manage-accounts-section {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .manage-accounts-section button {
            width: 100%;
        }

    .search-container {
        width: 100% !important;
    }

        .search-container .form-control {
            width: 100% !important;
        }

    .managed-accounts-section .d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .selected-btn,
    .master-btn {
        height: 32px;
        font-size: 0.85rem;
        min-width: 70px;
    }

    .account-card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .custom-card .card-body {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .custom-card .card-body .me-4 {
            margin-right: 0 !important;
            display: flex;
            gap: 0.5rem;
        }
}*/



body[b-n5mllvv6la] {
    background-color: rgb(248, 249, 250);
    overflow-x: hidden;
}

html[b-n5mllvv6la] {
    overflow-x: hidden;
}

.fontfamily[b-n5mllvv6la] {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.btn-hover-danger:hover[b-n5mllvv6la] {
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 5px;
}

.custom-card[b-n5mllvv6la] {
    border: 3px solid #fbc029;
    box-shadow: 0 12px 16px -4px #fcf4d4;
    border-radius: 15px;
    height: auto;
    min-height: 90px;
    background-color: #fff9eb;
}

.account-cards-container[b-n5mllvv6la] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.account-card[b-n5mllvv6la] {
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    min-height: 80px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.account-info[b-n5mllvv6la] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.account-icon[b-n5mllvv6la] {
    background-color: #0D6EFD;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    color: #6c757d;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.account-icon-inner[b-n5mllvv6la] {
    color: white;
    font-size: 18px;
}

.save-btn[b-n5mllvv6la] {
    color: rgb(30, 120, 180);
}

.cancel-btn[b-n5mllvv6la] {
    color: orangered;
}

.save-btn[b-n5mllvv6la], .cancel-btn[b-n5mllvv6la] {
    border: none !important;
    background: white !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
}

.selected-btn[b-n5mllvv6la] {
    background-color: #28a745 !important;
    color: white !important;
    border: none;
    height: 40px;
    min-width: 100px;
    padding: 0 14px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 18px;
    flex-shrink: 0;
}

.master-btn[b-n5mllvv6la] {
    background-color: #fef3c7;
    border: none;
    color: #ba8f64;
    height: 40px;
    min-width: 90px;
    padding: 0 14px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 18px;
    flex-shrink: 0;
}

.popup-text[b-n5mllvv6la] {
    font-size: 0.95rem;
}

.add-account-heading[b-n5mllvv6la] {
    color: rgb(52, 71, 103);
}

.input-label-consumerid[b-n5mllvv6la] {
    font-size: 1.1rem;
}

.input-consumerid[b-n5mllvv6la] {
    border: 2px solid rgb(120, 193, 232);
    border-radius: 4px;
}

.manage-accounts-section[b-n5mllvv6la] {
    background-color: white;
    border-radius: 10px;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.manage-icon[b-n5mllvv6la] {
    font-size: 36px;
    color: #0D6EFD;
}

.manage-section-title[b-n5mllvv6la] {
    color: black;
    font-weight: 600;
}

.selected-account-heading[b-n5mllvv6la] {
    gap: 8px;
}

.selected-account-icon[b-n5mllvv6la] {
    font-size: 1.3rem;
}

.selected-account-text[b-n5mllvv6la] {
    font-weight: bold;
    font-size: 1.15rem;
}

.master-icon[b-n5mllvv6la] {
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
}

.master-name[b-n5mllvv6la] {
    font-weight: 500;
    font-size: 1.15rem;
    word-break: break-word;
}

.managed-count[b-n5mllvv6la] {
    background-color: #afcdf2;
    border-radius: 30px;
    font-size: 1rem;
    padding: 4px 12px;
    margin-left: 10px;
    display: inline-block;
    white-space: nowrap;
}

.manage-heading[b-n5mllvv6la] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-size: 1.2rem;
}

.search-container[b-n5mllvv6la] {
    position: relative;
}

    .search-container .search-icon[b-n5mllvv6la] {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: gray;
    }

/* ── Tablet ── */
@media (max-width: 768px) {

    /* Push content right to clear the sidebar */
    .container[b-n5mllvv6la] {
        padding-left: 100px !important;
        padding-right: 1rem !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .manage-accounts-section[b-n5mllvv6la] {
        padding: 1rem !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .master-account-section[b-n5mllvv6la] {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .managed-accounts-section[b-n5mllvv6la] {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .manage-icon[b-n5mllvv6la] {
        display: none;
    }

    .master-icon[b-n5mllvv6la] {
        display: none;
    }

    .card-body[b-n5mllvv6la] {
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .selected-btn[b-n5mllvv6la],
    .master-btn[b-n5mllvv6la] {
        height: 34px;
        font-size: 0.9rem;
        min-width: 80px;
        padding: 0 10px;
    }

    .search-container[b-n5mllvv6la] {
        width: 160px !important;
    }

    .manage-heading[b-n5mllvv6la] {
        font-size: 1rem !important;
    }

        .manage-heading .managed-count[b-n5mllvv6la] {
            font-size: 0.85rem !important;
            padding: 3px 8px !important;
        }

    .account-cards-container[b-n5mllvv6la] {
        grid-template-columns: 1fr;
        width: 100%;
        box-sizing: border-box;
    }

    .master-name[b-n5mllvv6la] {
        font-size: 1rem;
    }

    .custom-card[b-n5mllvv6la] {
        width: 100%;
        box-sizing: border-box;
    }

    .account-card[b-n5mllvv6la] {
        width: 100%;
        box-sizing: border-box;
    }
}

/* ── Mobile ── */
@media (max-width: 480px) {

    /* Slightly tighter on very small screens — adjust 95px to match your sidebar exactly */
    .container[b-n5mllvv6la] {
        padding-left: 95px !important;
        padding-right: 0.5rem !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .manage-accounts-section[b-n5mllvv6la] {
        flex-direction: column;
        align-items: flex-start !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

        .manage-accounts-section button[b-n5mllvv6la] {
            width: 100%;
        }

    .master-account-section[b-n5mllvv6la],
    .managed-accounts-section[b-n5mllvv6la] {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    .search-container[b-n5mllvv6la] {
        width: 100% !important;
        min-width: unset !important;
    }

        .search-container .form-control[b-n5mllvv6la] {
            width: 100% !important;
        }

    .managed-accounts-section .d-flex.justify-content-between[b-n5mllvv6la] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
        width: 100%;
    }

    .selected-btn[b-n5mllvv6la],
    .master-btn[b-n5mllvv6la] {
        height: 32px;
        font-size: 0.85rem;
        min-width: 70px;
    }

    .account-card[b-n5mllvv6la] {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
    }

    .account-cards-container[b-n5mllvv6la] {
        grid-template-columns: 1fr;
        width: 100%;
        box-sizing: border-box;
    }

    .custom-card[b-n5mllvv6la] {
        width: 100%;
        box-sizing: border-box;
    }

        .custom-card .card-body[b-n5mllvv6la] {
            flex-direction: column;
            align-items: flex-start !important;
        }

            .custom-card .card-body .me-4[b-n5mllvv6la] {
                margin-right: 0 !important;
                display: flex;
                gap: 0.5rem;
            }
}
/* _content/consumerportal/Components/Pages/MaximumDemand.razor.rz.scp.css */
.card-header-style[b-x8m4z2kjtq] {
    border-radius: 10px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 4px 6px 6px rgba(211, 211, 211, 0.8), 0 4px 6px rgba(0, 0, 0, 0.01);
    transform: perspective(800px) translateZ(20px);
    color: black;
    border: none;
}
.mdi-card[b-x8m4z2kjtq] {
    max-width: 300px;
    padding: 1rem; /* p-3 */
    margin-top: 1rem; /* mt-3 */
}

.mdi-card-content[b-x8m4z2kjtq] {
    display: flex;
    align-items: center;
}

.mdi-icon-wrapper[b-x8m4z2kjtq] {
    margin-right: 5px;
}

.mdi-icon[b-x8m4z2kjtq] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.mdi-text[b-x8m4z2kjtq] {
    /* This keeps the text layout same as before */
}

@media screen and (max-width: 768px) {
    .card-header-style .d-flex[b-x8m4z2kjtq] {
            flex-direction: column;
            align-items: flex-start;
        }
        .card-header-style img[b-x8m4z2kjtq] {
            width: 1.5rem;
            height: 1.5rem;
            border-bottom:0px;
        }
    h3[b-x8m4z2kjtq] {
        font-size: 1.2rem;
        text-align: center;
    }
    .cardcomponent[b-x8m4z2kjtq]{
        margin-left:70px;
        width:280px!important;
    }
}
/* _content/consumerportal/Components/Pages/PortalToPortal.razor.rz.scp.css */
html[b-g4xinwukbk], body[b-g4xinwukbk] {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.vh-100[b-g4xinwukbk] {
    height: 100vh;
}

.login-section[b-g4xinwukbk] {
    /* display: flex;
    justify-content: flex-start; 
    align-items: center;
    background: white;
    padding: 20px;
    position: relative;
    margin-left: -50px; */
}

/*.login-box {
    width: 60%;
    max-width: 280px; 
    transform: translateX(-30px); 
    
}*/

button:active[b-g4xinwukbk] {
    transform: scale(0.96);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) inset;
    transition-duration: 0.1s;
}
.form-control[b-g4xinwukbk] {
    border-radius: 8px;
    margin-bottom: 20px;
}
.login-box-width[b-g4xinwukbk] {
    width: 70%;
}

.gradient-text[b-g4xinwukbk] {
    background: linear-gradient(to left, rgba(127,197,248,1), rgba(127,197,250,0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.utility-title[b-g4xinwukbk] {
    color: darkslategrey;
}

.small-text[b-g4xinwukbk] {
    font-size: 12px;
}

.otp-heading[b-g4xinwukbk] {
    color: rgb(52, 71, 103);
}


.login-bg[b-g4xinwukbk] {
    position: absolute;
    right: 0;
    top: 0;
    width: 60vw;
    height: 100vh;
    background: url('/Images/ConsumerLogin.jpg') no-repeat center center;
    background-size: cover;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 992px) {
    .login-bg[b-g4xinwukbk] {
        width: 100%;
        clip-path: none;
        position: relative;
        height: 40vh;
    }

    .login-section[b-g4xinwukbk] {
        margin-top: 0;
        justify-content: center;
        margin-left: 0;
    }

    .login-box[b-g4xinwukbk] {
        width: 70%;
        transform: translateX(-10px);
    }
}

@media (max-width: 768px) {
    .login-bg[b-g4xinwukbk] {
        display: none;
    }

    .login-section[b-g4xinwukbk] {
        width: 100%;
        padding: 30px;
        justify-content: center;
    }

    .login-box[b-g4xinwukbk] {
        width: 85%;
        transform: translateX(0);
    }
}
/* _content/consumerportal/Components/Pages/PowerQuality.razor.rz.scp.css */
.power-quality-heading[b-8syrviqtj8] {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.power-quality-para[b-8syrviqtj8] {
    color: black;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .PageHeading[b-8syrviqtj8], .para[b-8syrviqtj8] {
        margin-left: 70px;
    }
}

/* _content/consumerportal/Components/Pages/Profile.razor.rz.scp.css */
.meterdata[b-20jqn37im0] {
    color: rgb(124, 124, 124);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.00938em;
    text-transform: capitalize;
    text-decoration: none;
    padding-right: 1rem;
}

.value[b-20jqn37im0] {
    font-weight: 600;
    font-size: 1rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.625 !important;
    letter-spacing: 0.00938em;
}

.input-label[b-20jqn37im0] {
    margin: 0px;
    font-size: 1rem;
    line-height: 1.625;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.0075em;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
}

.save-btn[b-20jqn37im0] {
    color: rgb(120, 193, 232);
}

.cancel-btn[b-20jqn37im0] {
    color: red;
}

.feedback-info[b-20jqn37im0] {
    background: #f0f7ff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.feedback-section[b-20jqn37im0] {
    margin-bottom: 10px;
}

.feedback-label[b-20jqn37im0] {
    font-weight: 700;
    font-size: 1rem;
    display: block;
    line-height: 1.625;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.0075em;
}

.rating-group[b-20jqn37im0] {
    display: flex;
    gap: 10px;
}

.rating-btn[b-20jqn37im0] {
    background: transparent;
    border: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    height: 45px;
    color: rgba(0, 0, 0, 0.26);
}

    .rating-btn.selected:nth-child(1)[b-20jqn37im0], .rating-btn.selected:nth-child(2)[b-20jqn37im0] {
        color: red;
    }

    .rating-btn.selected:nth-child(3)[b-20jqn37im0] {
        color: #ffa500;
    }

    .rating-btn.selected:nth-child(4)[b-20jqn37im0], .rating-btn.selected:nth-child(5)[b-20jqn37im0] {
        color: #1Fd655;
    }

    .rating-btn:hover:nth-child(1)[b-20jqn37im0], .rating-btn:hover:nth-child(2)[b-20jqn37im0] {
        color: red;
    }

    .rating-btn:hover:nth-child(3)[b-20jqn37im0] {
        color: #ffa500;
    }

    .rating-btn:hover:nth-child(4)[b-20jqn37im0], .rating-btn:hover:nth-child(5)[b-20jqn37im0] {
        color: #1Fd655;
    }

    .rating-btn:hover[b-20jqn37im0] {
        transform: scale(1.2);
        z-index: 1;
        position: relative;
    }



.textarea.form-control[b-20jqn37im0] {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {

    .card.p-3.custom-card[b-20jqn37im0] {
        gap: 1rem;
    }

    .ProfileIcon[b-20jqn37im0] {
        display: none;
    }

    .main-card[b-20jqn37im0] {
        height: auto !important;
    }

    body[b-20jqn37im0] {
        overflow-x: auto;
    }

    .main-content[b-20jqn37im0],
    .content-wrapper[b-20jqn37im0],
    .profile-container[b-20jqn37im0] {
        min-width: 768px;
        overflow-x: auto;
    }

    .main-content[b-20jqn37im0],
    .content-wrapper[b-20jqn37im0],
    .profile-container[b-20jqn37im0],
    .card[b-20jqn37im0],
    .card-body[b-20jqn37im0],
    .feedback-section[b-20jqn37im0],
    .popup-footer[b-20jqn37im0],
    .main-card[b-20jqn37im0],
    .custom-card[b-20jqn37im0] {
        margin-left: 60px !important;
    }

        .main-content[b-20jqn37im0],
        .content-wrapper[b-20jqn37im0],
        .profile-container[b-20jqn37im0],
        .card[b-20jqn37im0],
        .card-body[b-20jqn37im0],
        .feedback-section[b-20jqn37im0],
        .popup-footer[b-20jqn37im0],
        .main-card
        .meterDetails[b-20jqn37im0] {
            width: 83% !important;
        }

    .toggle-container[b-20jqn37im0] {
        display: flex;
        flex-direction: column;
        margin-top: -48px;
        gap: 8px;
    }

    .active-indicator[b-20jqn37im0] {
        display:none;
    }
        
    .meterDetails .d-flex.justify-content-between[b-20jqn37im0] {
        flex-direction: column !important;
        gap: 12px;
    }

        .meterDetails .d-flex.justify-content-between > div[b-20jqn37im0] {
            width: 100% !important;
        }

}
/* _content/consumerportal/Components/Pages/Signup.razor.rz.scp.css */
html[b-ju94tm6ewb], body[b-ju94tm6ewb] {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.vh-100[b-ju94tm6ewb] {
    height: 100vh;
}
.eye-icon[b-ju94tm6ewb] {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-bg[b-ju94tm6ewb] {
    position: relative;
    left: 0;
    top: 0;
    width: 60vw;
    height: 100vh;
    background: url('/Images/ConsumerLogin.jpg') no-repeat center center;
    background-size: cover;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.login-section[b-ju94tm6ewb] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    position: relative;
    margin-left: -50px;
}

.btn-gradient[b-ju94tm6ewb] {
    background: linear-gradient(to bottom, rgba(127,197,248,1), rgba(127,197,248,0.8));
    border: 4px solid rgba(127,197,248,1);
    font-size: 14px;
    height: 40px;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    color: white;
}

button:active[b-ju94tm6ewb] {
    transform: scale(0.96);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) inset;
}

.btn-gradient:hover[b-ju94tm6ewb] {
    background: linear-gradient(to bottom, rgba(97,167,218,1), rgba(97,167,218,0.9));
    border-color: rgba(97,167,218,1);
}

/* Login Box */
.login-box-width[b-ju94tm6ewb] {
    width: 70%;
}

/* Gradient Text */
.gradient-text[b-ju94tm6ewb] {
    background: linear-gradient(to left, rgba(127,197,248,1), rgba(127,197,250,0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Utility Title */
.utility-title[b-ju94tm6ewb] {
    color: darkslategrey;
}

/* Small Labels */
.small-label[b-ju94tm6ewb] {
    font-size: 12px;
}

/* Sign In Link */
.signin-link[b-ju94tm6ewb] {
    color: rgba(97, 170, 235, 1);
    cursor: pointer;
}

/* Form Buttons */
.btn-gradient[b-ju94tm6ewb] {
    background: linear-gradient(to right, #7fc5f8, #7fc5fa);
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

/* Login Section Alignment */
.login-section[b-ju94tm6ewb] {
    height: 100%;
}

/* _content/consumerportal/Components/Pages/Usage.razor.rz.scp.css */
@media screen and (max-width: 768px) {
    .card-header[b-2zdkt7qzq2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
    }

    .dropdown[b-2zdkt7qzq2] {
        width: 100%;
        font-size: 14px;
    }

    .bar-chart-container[b-2zdkt7qzq2],
    .pie-chart-container[b-2zdkt7qzq2] {
        padding: 10px;
        height: 250px;
    }

    .toggle-container[b-2zdkt7qzq2] {
        width: 100%;
        height: 38px;
        padding: 2px;
    }

    .button-toggle[b-2zdkt7qzq2] {
        font-size: 1rem !important;
        padding: 4px 6px;
    }

    .active-indicator[b-2zdkt7qzq2] {
        border-radius: 4px;
    }

    .px-3.pb-2[b-2zdkt7qzq2] {
        padding: 10px !important;
    }

    .mt-5[b-2zdkt7qzq2] {
        margin-top: 20px !important;
    }
    .container-fluid[b-2zdkt7qzq2], .PageHeading[b-2zdkt7qzq2] {
        margin-left:60px;
    }
    .card[b-2zdkt7qzq2]{
        width:83%;
    }
}
/* _content/consumerportal/Components/ReusableComponent/Header.razor.rz.scp.css */
.page[b-jcypkc4zwf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jcypkc4zwf] {
    flex: 1;
}

.sidebar[b-jcypkc4zwf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jcypkc4zwf] {
    /*background-color: #f8fbff;*/
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jcypkc4zwf]  a, .top-row[b-jcypkc4zwf]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-jcypkc4zwf]  a:hover, .top-row[b-jcypkc4zwf]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jcypkc4zwf]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 400px) {
    .dropdown-menu[b-jcypkc4zwf] {
        left: 50%;
        transform: translateX(-50%); /* Centers it on smaller screens */
        max-width: 90%; /* Adjusts width to avoid cutting off */
    }
}

@media (max-width: 640.98px) {
    .top-row[b-jcypkc4zwf] {
        justify-content: space-between;
    }

        .top-row[b-jcypkc4zwf]  a, .top-row[b-jcypkc4zwf]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-jcypkc4zwf] {
        flex-direction: row;
    }

    .sidebar[b-jcypkc4zwf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jcypkc4zwf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jcypkc4zwf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jcypkc4zwf], article[b-jcypkc4zwf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jcypkc4zwf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jcypkc4zwf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.breadcrumb[b-jcypkc4zwf] {
    background-color: transparent !important;
}


/* Breadcrumb */
.breadcrumb[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

    .breadcrumb i[b-jcypkc4zwf] {
        font-size: 16px;
        margin-right: 5px;
    }

/* Payment Alert */
.payment-alert[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    background: #fff3f3;
    color: #d32f2f;
    padding: 6px 12px;
    border: 1px solid #d32f2f;
    border-radius: 6px;
    gap: 10px;
}

.pay-btn[b-jcypkc4zwf] {
    background: white;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

    .pay-btn:hover[b-jcypkc4zwf] {
        background: #d32f2f;
        color: white;
    }

/* Search & Icons */
.header-right[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-bar[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    background: white;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

    .search-bar input[b-jcypkc4zwf] {
        border: none;
        outline: none;
        padding: 5px;
        font-size: 14px;
        width: 150px;
    }

.header-right i[b-jcypkc4zwf] {
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.notification-container[b-jcypkc4zwf] {
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    margin-top: 3px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.notification-header[b-jcypkc4zwf] {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.notification-item[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.3s;
}

    .notification-item:hover[b-jcypkc4zwf] {
        background: rgba(0, 162, 255, 0.1);
    }

    .notification-item:last-child[b-jcypkc4zwf] {
        border-bottom: none;
    }

.notification-icon[b-jcypkc4zwf] {
    font-size: 1.4rem;
    color: #007bff;
    margin-right: 10px;
}

.notification-text[b-jcypkc4zwf] {
    flex-grow: 1;
    font-size: 0.9rem;
    color: #555;
}

.notification-time[b-jcypkc4zwf] {
    font-size: 0.75rem;
    color: #888;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .custom-header[b-jcypkc4zwf] {
        flex-wrap: wrap;
        gap: 10px;
    }

    .search-bar input[b-jcypkc4zwf] {
        width: 100px;
    }

    .breadcrumb[b-jcypkc4zwf], .payment-alert[b-jcypkc4zwf], .header-right[b-jcypkc4zwf] {
        flex-basis: 100%;
        justify-content: center;
    }
}


.dropdownmenu[b-jcypkc4zwf] {
    background-color: white;
    position: absolute;
    right: 0 !important;
    top: 100% !important;
    padding: 8px 0px;
    font-size: 1rem;
    width: 150px !important;
    z-index: 1000 !important;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1) !important;
    overflow: visible;
    transform: translateX(0);
    border-radius: 6px;
}

    .dropdownmenu .dropdownitem[b-jcypkc4zwf] {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px;
        font-size: 1rem;
        color: black;
        text-decoration: none;
        transition: background 0.3s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }


        .dropdownmenu .dropdownitem:hover[b-jcypkc4zwf] {
            background-color: rgba(120, 193, 232, 0.2);
            padding: 10px;
        }

     /*   .dropdownmenu .dropdownitem i {
            font-size: 1.2rem;
            display: flex;
            align-items: center;
        }

        .dropdownmenu .dropdownitem span {
            font-size: 1rem;
            display: flex;
            align-items: center;
            margin-right: 10px;
        }*/

        /*switch account css*/
.switch-account-trigger[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
}

.switch-account-dropdown[b-jcypkc4zwf] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 6px 0;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1), 0 12px 24px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    z-index: 1000;
}

.switch-account-item[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    transition: background 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .switch-account-item:hover[b-jcypkc4zwf] {
        background-color: rgba(120, 193, 232, 0.2);
        padding: 10px;
        text-decoration: none !important;
    }

.icon-container[b-jcypkc4zwf] {
    display: flex;
    align-items: center;
}

    .icon-container i[b-jcypkc4zwf] {
        font-size: 1.4rem;
        padding: 8px;
        border-radius: 8px;
        transition: background-color 0.3s ease-in-out;
    }

        .icon-container i:hover[b-jcypkc4zwf] {
            background-color: white;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        }



@media screen and (max-width: 768px) {
    .breadcrumb[b-jcypkc4zwf] {
        display: none !important;
    }

    .custom-header[b-jcypkc4zwf] {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .header-right[b-jcypkc4zwf] {
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: wrap;
    }

    .switch-account-dropdown[b-jcypkc4zwf],
    .notification-container[b-jcypkc4zwf],
    .dropdownmenu[b-jcypkc4zwf] {
        right: 50%;
        transform: translateX(50%);
        min-width: 90vw;
    }
        .notification-container[b-jcypkc4zwf]{
            margin-left:10px !important;
        }
        .dropdownmenu .dropdownitem[b-jcypkc4zwf],
        .switch-account-item[b-jcypkc4zwf] {
            font-size: 0.9rem;
            padding: 8px 12px;
        }

        .switch-account-dropdown .selected-account[b-jcypkc4zwf] {
            padding: 8px 12px;
            font-size: 0.9rem;
        }

    .icon-container i[b-jcypkc4zwf] {
        font-size: 1.2rem;
        padding: 6px;
    }
    .dropdownmenu[b-jcypkc4zwf],
    .switch-account-dropdown[b-jcypkc4zwf],
     {
        width: 70vw !important;
        max-width: 95vw !important;
        margin-right:83px;
    }
    .notification-container[b-jcypkc4zwf] {
        width: 50px !important;
        max-width: 95px !important;
        margin-right: 65px;
    }
}
@media screen and (max-width: 480px) {
    .dropdownmenu[b-jcypkc4zwf],
    .switch-account-dropdown[b-jcypkc4zwf]
   {
        width: 70vw !important;
        max-width: 95vw !important;
        margin-right:83px;
    }
    .notification-container[b-jcypkc4zwf] {
        width:50px !important;
        max-width: 95px !important;
        margin-right:65px;
    }
}
/* _content/consumerportal/Components/ReusableComponent/LatestTable.razor.rz.scp.css */
.loader-overlay[b-amppfckw7c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* Ensure loader is on top */
}

.loader[b-amppfckw7c] {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #007bff; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-amppfckw7c 1s linear infinite;
}

@keyframes spin-b-amppfckw7c {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 768px) {
    .table-header[b-amppfckw7c] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
    }

    .search-container[b-amppfckw7c] {
        width: 100%;
    }

    .search-input[b-amppfckw7c] {
        width: 100%;
        font-size: 12px;
    }

    .styled-table th[b-amppfckw7c],
    .styled-table td[b-amppfckw7c] {
        font-size: 11px;
        padding: 6px 4px;
        white-space: nowrap;
    }

    .styled-table[b-amppfckw7c] {
        font-size: 11px;
        min-width: 600px; /* enables scroll */
    }

    .table-container[b-amppfckw7c] {
        overflow-x: auto;
    }

    .custom-pagination[b-amppfckw7c] {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        font-size: 10px;
        margin-left: 70px;
    }

    .table-container[b-amppfckw7c] {
        margin-left: 70px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .search-input[b-amppfckw7c] {
        font-size: 10px;
        padding: 4px;
    }

    .styled-table th[b-amppfckw7c],
    .styled-table td[b-amppfckw7c] {
        font-size: 10px;
        padding: 4px 2px;
    }

    .custom-pagination[b-amppfckw7c] {
        font-size: 10px;
        gap: 3px;
    }

    .page-size-dropdown select[b-amppfckw7c] {
        font-size:14px;
        padding: 6px;
    }

    .table-header h4[b-amppfckw7c] {
        font-size: 1rem;
    }

    .table-container[b-amppfckw7c] {
        margin-left: 70px;
        margin-right: 10px;
    }
}

/* _content/consumerportal/Components/ReusableComponent/Notification.razor.rz.scp.css */
.toast-container[b-fddg86p14m] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast[b-fddg86p14m] {
    min-width: 250px;
    padding: 12px 16px;
    border-radius: 8px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    animation: slide-in-b-fddg86p14m 0.4s ease;
}

    .toast.success[b-fddg86p14m] {
        background-color: #28a745;
    }

    .toast.warning[b-fddg86p14m] {
        background-color: #ffc107;
        color: #000;
    }

    .toast.error[b-fddg86p14m] {
        background-color: #dc3545;
    }

    .toast.info[b-fddg86p14m] {
        background-color: #17a2b8;
    }

@keyframes slide-in-b-fddg86p14m {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* _content/consumerportal/Components/ReusableComponent/Table.razor.rz.scp.css */
@media screen and (max-width: 768px) {
    .table-header[b-kcs7iscn1h] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
    }

    .search-container[b-kcs7iscn1h] {
        width: 100%;
    }

    .search-input[b-kcs7iscn1h] {
        width: 100%;
        font-size: 12px;
    }

    .styled-table th[b-kcs7iscn1h],
    .styled-table td[b-kcs7iscn1h] {
        font-size: 11px;
        padding: 6px 4px;
        white-space: nowrap;
    }

    .styled-table[b-kcs7iscn1h] {
        font-size: 11px;
        min-width: 600px; /* enables scroll */
    }

    .table-container[b-kcs7iscn1h] {
        overflow-x: auto;
    }

    .custom-pagination[b-kcs7iscn1h] {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        font-size: 12px;
        margin-left:70px;
    }
    .table-container[b-kcs7iscn1h] {
        margin-left:70px; 
        margin-right:10px;
    }
}
@media screen and (max-width: 480px) {
    .search-input[b-kcs7iscn1h] {
        font-size: 10px;
        padding: 4px;
    }

    .styled-table th[b-kcs7iscn1h],
    .styled-table td[b-kcs7iscn1h] {
        font-size: 10px;
        padding: 4px 2px;
    }

    .custom-pagination[b-kcs7iscn1h] {
        font-size: 10px;
        gap: 3px;
    }

    .page-size-dropdown select[b-kcs7iscn1h] {
        font-size: 14px;
        padding: 6px;
    }


    .table-header h4[b-kcs7iscn1h] {
        font-size: 1rem;
    }
    .table-container[b-kcs7iscn1h] {
        margin-left:70px; 
        margin-right:10px;
    }
}
/* _content/consumerportal/Components/ReusableComponent/Toast.razor.rz.scp.css */
div.toast-container[b-zhjnvegzvx] {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10000 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}
    div.toast-container .toast[b-zhjnvegzvx] {
        min-width: 100% !important;
        max-height: 60px !important;
        padding: 10px 15px !important;
        border-radius: 8px !important;
        color: white !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
        font-size: 14px !important;
        opacity: 1 !important;
        visibility: visible !important;
        overflow: hidden !important; 
        white-space: nowrap !important; 
        text-overflow: ellipsis !important; 
        animation: slideInFromLeft-b-zhjnvegzvx 0.5s ease-out forwards, slideOutToLeft-b-zhjnvegzvx 0.5s ease-in forwards 2s; 
    }
    div.toast-container .toast-success[b-zhjnvegzvx] {
        background-color: #28a745 !important;
    }

    div.toast-container .toast-error[b-zhjnvegzvx] {
        background-color: #dc3545 !important;
    }
    div.toast-container .toast-warning[b-zhjnvegzvx] {
        background-color: #ffc107 !important;
        color: dimgray !important;
    }

    div.toast-container .toast-info[b-zhjnvegzvx] {
        background-color: #17a2b8 !important;
    }

    div.toast-container .toast-content[b-zhjnvegzvx] {
        flex: 1 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    div.toast-container .close-btn[b-zhjnvegzvx] {
        background: none !important;
        border: none !important;
        color: white !important;
        font-size: 16px !important;
        cursor: pointer !important;
        padding: 0 5px !important;
        line-height: 1 !important; 
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }

        div.toast-container .close-btn:hover[b-zhjnvegzvx] {
            opacity: 0.8 !important;
        }

    div.toast-container .animate__animated[b-zhjnvegzvx] {
        --animate-duration: 0.5s !important;
    }
@keyframes slideInFromLeft-b-zhjnvegzvx {
    from {
        transform: translateX(-100%) !important;
        opacity: 0 !important;
    }

    to {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
}

@keyframes slideOutToLeft-b-zhjnvegzvx {
    from {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    to {
        transform: translateX(-100%) !important;
        opacity: 0 !important;
    }
}
