/* _content/ONEICPayWeb/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-0586kh0ytd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0586kh0ytd] {
    flex: 1;
}
html[b-0586kh0ytd] {
    color: black;
    background-color: #effaf1;
}
.container-fluid[b-0586kh0ytd] {
    background-color: #effaf1;
    height: 90vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-light-gray[b-0586kh0ytd] {
    background-color: #f0f0f0 !important; /* Light Grey background with !important */
}
/* Apply margin to the container */
.container[b-0586kh0ytd] {
    margin: 20px; /* Applies a 20px margin on all sides */
}

/* Alternatively, you can set individual margins */
.container[b-0586kh0ytd] {
    margin-top: 30px; /* Top margin */
    margin-right: 20px; /* Right margin */
    margin-bottom: 30px; /* Bottom margin */
    margin-left: 20px; /* Left margin */
}

/* You can also set different margins for small and large screens */
@media (max-width: 768px) {
    .container[b-0586kh0ytd] {
        margin: 10px; /* Smaller margin on small screens */
    }
}
/* _content/ONEICPayWeb/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-jxrxnirv35], body[b-jxrxnirv35] {
}

.page[b-jxrxnirv35] {
    display: flex;
    flex-direction: column;
}

main[b-jxrxnirv35] {
    flex: 1; /* Allow main to grow and fill available space */
}

.content[b-jxrxnirv35] {
    padding: 5px;
    overflow-y: auto; 
}

.page[b-jxrxnirv35] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #eff8ff; /* #e6eef5;*/
    height: 100vh;
    margin: 0;
}

main[b-jxrxnirv35] {
    flex: 1;
}

.sidebar[b-jxrxnirv35] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jxrxnirv35] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jxrxnirv35]  a, .top-row[b-jxrxnirv35]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-jxrxnirv35]  a:hover, .top-row[b-jxrxnirv35]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jxrxnirv35]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {

    html[b-jxrxnirv35], body[b-jxrxnirv35] {
        height: 100%;
        margin: 0;
        padding: 0;
        /*overflow: hidden;*/ /* Prevent scrolling  */
    }

    .top-row[b-jxrxnirv35] {
        justify-content: space-between;
    }

        .top-row[b-jxrxnirv35]  a, .top-row[b-jxrxnirv35]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-jxrxnirv35] {
        flex-direction: row;
    }

    .sidebar[b-jxrxnirv35] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jxrxnirv35] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jxrxnirv35]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jxrxnirv35], article[b-jxrxnirv35] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jxrxnirv35] {
    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-jxrxnirv35] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ONEICPayWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-e07qg61728] {
    position: relative;
    justify-content: center;
    align-items: center;
}

.nav-toggle[b-e07qg61728] {
    display: none;
}

.hamburger-menu[b-e07qg61728] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    background-color: #f8f9fa;
}

    .hamburger-menu i[b-e07qg61728] {
        margin-right: 10px;
        font-size: 1.5rem;
    }

    .hamburger-menu i[b-e07qg61728] {
        font-size: 1.5rem;
    }

.nav-menu[b-e07qg61728] {
    display: none;
    padding: 1rem;
    font-weight:700;
    background-color: #FFFFFF;
    flex-wrap: wrap;
    padding: 8px 20px ;
    box-shadow: 0 2px 12px rgba(173, 174, 179, 0.7);
}

/* Show menu when toggled */
.nav-toggle:checked + .hamburger-menu + .nav-menu[b-e07qg61728] {
    display: flex;
}

/* Each service icon block */
.service-icon[b-e07qg61728] {
    flex: 1 1 50%;
    padding: 3px;
    box-sizing: border-box;
    font-size: 12px;
}

.icon-link[b-e07qg61728] {
    text-decoration: none;
    color: #333;
    touch-action: manipulation;
}

    .icon-link i[b-e07qg61728], .icon-link img[b-e07qg61728] {
        margin-bottom: 0.5rem;
    }

    .icon-link.active div[b-e07qg61728] {
        text-decoration: underline;
        text-underline-offset: 4px; /* Space between text and underline */
        text-decoration-thickness: 2px; /* Underline thickness */
    }

.menu-title[b-e07qg61728] {
    font-weight: bold;
}

.icon-link[b-e07qg61728] {
    display: block;
    color: #2e3cbb;
    text-decoration: none;
    padding: 2px 1px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

    .icon-link:hover[b-e07qg61728] {
        background-color: #f0f0f0;
    }

    .icon-link.active div[b-e07qg61728] {
        text-decoration: underline;
        text-underline-offset: 7px;
        text-decoration-thickness: 3px;
        text-decoration-color: #007bff;
    }

    .icon-link.active i[b-e07qg61728] {
        color: #007bff;
    }
/* Desktop view (>=768px) */
@media (min-width: 768px) {
    .hamburger-menu[b-e07qg61728] {
        display: none;
    }

    .nav-menu[b-e07qg61728] {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-icon[b-e07qg61728] {
        flex: 1 1 12%;
        max-width: 120px;
        text-align: center;
    }
}

/* Desktop view (>=768px) */
@media (max-width: 768px) {
    /* Each service icon block */
    .service-icon[b-e07qg61728] {
        flex: 1 1 50%;
        padding: 1rem;
        box-sizing: border-box;
    }
}


/* _content/ONEICPayWeb/Components/Layout/SideBar.razor.rz.scp.css */
.navbar-toggler[b-donqmv4i29] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-donqmv4i29] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-donqmv4i29] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-donqmv4i29] {
    font-size: 1.1rem;
}

.bi[b-donqmv4i29] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-donqmv4i29] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-donqmv4i29] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-donqmv4i29] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-donqmv4i29] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-donqmv4i29] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-donqmv4i29] {
        padding-bottom: 1rem;
    }

    .nav-item[b-donqmv4i29]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-donqmv4i29]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-donqmv4i29]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-donqmv4i29] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-donqmv4i29] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-donqmv4i29] {
        display: none;
    }

    .nav-scrollable[b-donqmv4i29] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ONEICPayWeb/Components/Layout/TopBar.razor.rz.scp.css */
/* Topbar styling */
.topbar[b-g8j4e47e5v] {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px; /* Adjusted padding for better flexibility */
    color: #45bd4a;
    box-shadow: 0 4px 10px rgba(145, 155, 158, 0.6);
    background-color: snow;
    flex-wrap: wrap;
}

    .topbar .nav a[b-g8j4e47e5v], .topbar .nav-right a[b-g8j4e47e5v] {
        color: #45bd4a;
        margin: 2px 3px;
        font-size: 1rem;
    }


/* User Icon Button */
.user-icon-btn[b-g8j4e47e5v] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #45bd4a;
}




/* Navigation Alignment */
.nav-right[b-g8j4e47e5v] {
    margin-left: auto; /* Pushes nav-right to the right */
}


.logo img[b-g8j4e47e5v] {
    max-width: 100%;
    max-height: 45px;
    height: auto;
}

a.active div[b-g8j4e47e5v] {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}


@media (max-width: 768px) {
    .topbar[b-g8j4e47e5v] {
        flex-direction: column;
        padding: 10px 15px; /* Adjust padding */
    }

        .topbar .nav[b-g8j4e47e5v], .topbar .nav-right[b-g8j4e47e5v] {
            width: 100%; /* Ensure both nav sections take up full width */
            text-align: center; /* Center the items on small screens */
        }

            .topbar .nav a[b-g8j4e47e5v], .topbar .nav-right a[b-g8j4e47e5v] {
                margin: 5px; /* Reduce margin for smaller screens */
            }
}

/* For very small screens (like mobile devices) */
@media (max-width: 480px) {
    .topbar[b-g8j4e47e5v] {
        padding: 10px 10px; /* Less padding on very small screens */
    }

        .topbar .nav a[b-g8j4e47e5v], .topbar .nav-right a[b-g8j4e47e5v] {
            font-size: 0.9rem; /* Reduce font size for mobile */
        }
}


/* Modal Styling */
.modal[b-g8j4e47e5v] {
    background: rgba(0, 0, 0, 0.5);
    display: none;
}


.modal-content[b-g8j4e47e5v] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.modal-header[b-g8j4e47e5v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-g8j4e47e5v] {
    margin: 0;
    font-size: 18px;
}

.close[b-g8j4e47e5v] {
    font-size: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
}
/* _content/ONEICPayWeb/Components/ModalComponenet/AddAccounts.razor.rz.scp.css */
/* Modal Background Overlay */
.modal-overlay[b-6lvcd9bvkz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

/* Modal Container */
.modal-container[b-6lvcd9bvkz] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 450px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.loading-gif[b-6lvcd9bvkz] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* Modal Tabs */
.tabs[b-6lvcd9bvkz] {
    display: flex;
    margin-bottom: 10px;
}

.sample-excel[b-6lvcd9bvkz] {
    font-size: 12px;
}

.tab[b-6lvcd9bvkz] {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f1f1f1;
    margin-right: 5px;
    border-radius: 5px;
    width: 50%;
    transition: background-color 0.2s ease;
}

    .tab:hover[b-6lvcd9bvkz] {
        background-color: #ddd;
    }

    .tab.active[b-6lvcd9bvkz] {
        background-color: #4CAF50;
        color: white;
    }

/* Form Labels and Inputs */
.modal-container label[b-6lvcd9bvkz] {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.modal-container input[b-6lvcd9bvkz],
.modal-container select[b-6lvcd9bvkz] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Buttons */
.modal-container button[b-6lvcd9bvkz] {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.submit-button[b-6lvcd9bvkz] {
    background-color: #4CAF50;
    color: white;
    margin-right: 10px;
}

.cancel-button[b-6lvcd9bvkz] {
    background-color: #6c757d;
    color: white;
}

/* Uploaded File Message */
.uploaded-file[b-6lvcd9bvkz] {
    margin-top: 10px;
    color: green;
    font-size: 0.9rem;
    text-align: center;
}

p[b-6lvcd9bvkz] {
    font-size: 14px;
    color: dimgrey;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.uploaded-file.error[b-6lvcd9bvkz] {
    color: red;
}

.link-button[b-6lvcd9bvkz] {
    background: none; 
    border: none; 
    color: blue; 
    text-decoration: underline;
    cursor: pointer; 
    padding: 0; 
    font-size:8px;
}

    .link-button:hover[b-6lvcd9bvkz] {
        color: darkblue; /* Optional hover effect */
    }

@media (max-width: 600px) {
    .modal-container[b-6lvcd9bvkz] {
        width: 90%; /* Ensure modal takes up most of the screen on small devices */
        max-width: 400px; /* Cap the width on larger screens */
    }
}

.form-control[b-6lvcd9bvkz], .btn-outline-success[b-6lvcd9bvkz] {
    height: 60px; /* You can adjust this to match the height you desire */
    top: 0px;
    margin-top: 0px;
}



.account-btn[b-6lvcd9bvkz] {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: bold;
}

.table-styled[b-6lvcd9bvkz] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    font-family: "Segoe UI", sans-serif;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .table-styled thead[b-6lvcd9bvkz] {
        background-color: #f0f4f8; /* subtle light header background */
        position: sticky;
        top: 0;
        z-index: 1;
        color: #013a5c;
    }

    .table-styled th[b-6lvcd9bvkz],
    .table-styled td[b-6lvcd9bvkz] {
        border-bottom: 1px solid #e0e0e0; /* only bottom borders for cleaner look */
        padding: 8px 12px;
        text-align: center;
    }

    .table-styled tr:last-child td[b-6lvcd9bvkz] {
        border-bottom: none; /* remove border from last row */
    }

    .table-styled tr:hover[b-6lvcd9bvkz] {
        background-color: #f9fbfc; /* subtle hover for clarity */
    }

    .table-styled th[b-6lvcd9bvkz] {
        font-weight: 600;
        font-size: 13px;
    }

    .table-styled thead th:first-child[b-6lvcd9bvkz] {
        border-top-left-radius: 8px;
    }

    .table-styled thead th:last-child[b-6lvcd9bvkz] {
        border-top-right-radius: 8px;
    }

.table-scroll-container[b-6lvcd9bvkz] {
    max-height: 222px; /* or desired modal height */
    overflow-y: auto;
    width: 100%;
}


.table-close-btn-container[b-6lvcd9bvkz] {
    text-align: center;
    margin-top: 10px;
}

.table-close-btn[b-6lvcd9bvkz] {
    border: none;
    border-radius: 4px;
    background: none;
    color: #013a5c;
    text-decoration: underline;
    transition: color 0.2s, transform 0.2s;
}
/* _content/ONEICPayWeb/Components/ModalComponenet/EnterMobileModal.razor.rz.scp.css */
.modal-overlay[b-klr7bxed60] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-content[b-klr7bxed60] {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    width: 300px;
    max-width: 90%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    animation: fadeInScale-b-klr7bxed60 0.2s ease;
}

@keyframes fadeInScale-b-klr7bxed60 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/ONEICPayWeb/Components/ModalComponenet/Judiciary_CaseDetails.razor.rz.scp.css */
body[b-gsfkipumqs] {
}


.modal-body[b-gsfkipumqs] {
    padding :0;
}

.table[b-gsfkipumqs] {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}

.table th[b-gsfkipumqs],
.table td[b-gsfkipumqs] {
    padding: 12px 10px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.table th[b-gsfkipumqs] {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #587680;
}

    .table tr:nth-child(even)[b-gsfkipumqs] {
        background-color: #f5f5f5;
    }

/* Hover effect on rows */
    .table tr:hover[b-gsfkipumqs] {
        background-color: #e0e0e0;
    }

.modal-title[b-gsfkipumqs] {
    color: darkblue;
    text-align: left;
}


    .table td.description[b-gsfkipumqs] {
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.modal-body[b-gsfkipumqs] {
    padding: 0;
}

.modal-footer button[b-gsfkipumqs] {
    border-top: none; /* Remove default border */
    background-color: #162c7a;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: medium;
    font-family: Verdana;
}


.modal-overlay[b-gsfkipumqs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.8); /* Consistently dark background */
    z-index: 1050;
}

    .modal-overlay.show[b-gsfkipumqs] {
        display: block;
    }
/* _content/ONEICPayWeb/Components/ModalComponenet/ROP_FineDetailsModal.razor.rz.scp.css */
body[b-h2mlop3wj1] {
}


.modal-body[b-h2mlop3wj1] {
    padding :0;
}
.modal-footer button[b-h2mlop3wj1] {
    border-top: none; /* Remove default border */
    background-color: #162c7a;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: medium;
    font-family: Verdana;
}


.modal-overlay[b-h2mlop3wj1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.8); /* Consistently dark background */
    z-index: 1050;
}

    .modal-overlay.show[b-h2mlop3wj1] {
        display: block;
    }

.table[b-h2mlop3wj1] {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}

.table th[b-h2mlop3wj1],
.table td[b-h2mlop3wj1] {
    padding: 12px 10px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.table th[b-h2mlop3wj1] {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #587680;
}

    .table tr:nth-child(even)[b-h2mlop3wj1] {
        background-color: #f5f5f5;
    }

/* Hover effect on rows */
    .table tr:hover[b-h2mlop3wj1] {
        background-color: #e0e0e0;
    }

.modal-title[b-h2mlop3wj1] {
    color: darkblue;
    text-align: left;
}


    .table td.description[b-h2mlop3wj1] {
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* _content/ONEICPayWeb/Components/ModalComponenet/UserProfileModal.razor.rz.scp.css */
/* Basic Modal Styles */
.modal[b-dt9yqtr7x4] {
    top: 5%;
    left: 50%;
    transform: translateX(-50%); /* Center the modal horizontally */
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed; /* Ensure the modal stays in place on the screen */
    background-color: rgba(0, 0, 0, 0.7); /* Overlay color, change opacity for desired effect */
}

    .modal.show[b-dt9yqtr7x4] {
        display: flex;
    }

p[b-dt9yqtr7x4] {
    padding: 5px;
    margin: 0;
}

.modal-content[b-dt9yqtr7x4] {
    border: none;
}

.modal-dialog[b-dt9yqtr7x4] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    padding: 5px  0px 15px 35px;
}

.modal-header[b-dt9yqtr7x4] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border: none;
}

.modal-title[b-dt9yqtr7x4] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000080;
}

.close[b-dt9yqtr7x4] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #aaa;
    cursor: pointer;
}

.modal-body[b-dt9yqtr7x4] {
    padding: 0px 0;
    font-size: 0.8rem;
    color: #333;
}

a[b-dt9yqtr7x4] {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
}

    a:hover[b-dt9yqtr7x4] {
        text-decoration: underline;
    }

.profile-links[b-dt9yqtr7x4] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

    .profile-links a[b-dt9yqtr7x4] {
        color: #007bff;
        text-decoration: none;
        margin-right: 10px; /* Adds space between the links */
    }

        .profile-links a:hover[b-dt9yqtr7x4] {
            text-decoration: underline;
        }

        .profile-links a:last-child[b-dt9yqtr7x4] {
            margin-right: 0; /* Remove margin after the last link */
        }
input.form-control[b-dt9yqtr7x4] {
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    padding: 10px;
}

/* For Reset Password */
.reset-password-section input[type="password"][b-dt9yqtr7x4] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

    .reset-password-section input[type="password"]:focus[b-dt9yqtr7x4] {
        border-color: #007bff;
    }

.reset-password-section button[b-dt9yqtr7x4] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

    .reset-password-section button:hover[b-dt9yqtr7x4] {
        background-color: #0056b3;
    }

    .reset-password-section button + button[b-dt9yqtr7x4] {
        background-color: #6c757d;
    }

        .reset-password-section button + button:hover[b-dt9yqtr7x4] {
            background-color: #5a6268;
        }

/* For Edit Profile */
.edit-profile-section input[b-dt9yqtr7x4] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

    .edit-profile-section input:focus[b-dt9yqtr7x4] {
        border-color: #007bff;
    }

.edit-profile-section button[b-dt9yqtr7x4] {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

    .edit-profile-section button:hover[b-dt9yqtr7x4] {
        background-color: #218838;
    }

    .edit-profile-section button + button[b-dt9yqtr7x4] {
        background-color: #6c757d;
    }

        .edit-profile-section button + button:hover[b-dt9yqtr7x4] {
            background-color: #5a6268;
        }

/* Button styling for Cancel actions */

/* Adding spacing between form elements */
.form-group[b-dt9yqtr7x4] {
    margin-bottom: 20px;
}

    .form-group:last-child[b-dt9yqtr7x4] {
        margin-bottom: 0;
    }

.d-flex[b-dt9yqtr7x4] {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .modal-dialog[b-dt9yqtr7x4] {
        width: 90%; /* Make modal width smaller on mobile */
        padding: 10px; /* Less padding for mobile screens */
    }

    .modal-title[b-dt9yqtr7x4] {
        font-size: 1rem; /* Adjust font size of the title */
    }

    .modal-body[b-dt9yqtr7x4] {
        font-size: 0.9rem; /* Adjust font size of the body */
    }

    .profile-links[b-dt9yqtr7x4] {
        flex-direction: column; /* Stack the links vertically on mobile */
        align-items: flex-start;
        font-size: 0.5rem;
    }

        .profile-links a[b-dt9yqtr7x4] {
            margin-right: 0;
            margin-bottom: 10px; /* Add space between links */
            font-size: 0.5rem;
        }

            .profile-links a:last-child[b-dt9yqtr7x4] {
                margin-bottom: 0; /* Remove margin from the last link */
            }

    .close[b-dt9yqtr7x4] {
        font-size: 1.2rem; /* Smaller close button on mobile */
    }
}
/* _content/ONEICPayWeb/Components/Pages/DashBoard.razor.rz.scp.css */
.dashboard-container[b-30hfiym7u1] {
    display: grid;
    padding: 0px;
    margin: 0;
    grid-template-columns: 6fr 2fr; /* 3/5 for AccountList and 2/5 for History */
}

.left-container[b-30hfiym7u1] {
    /* Styling for AccountList container */
    padding: 0px;
    margin-bottom: 0;
    background-color: #f9f9f9; /* Light background */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.history[b-30hfiym7u1] {
    /* Styling for History container */
    padding: 16px;
    background-color: #f9f9f9; /* Light background */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .dashboard-container[b-30hfiym7u1] {
        grid-template-columns: 1fr; /* Stack components on small screens */
    }
}

body[b-30hfiym7u1] {
}
/* _content/ONEICPayWeb/Components/Pages/Login.razor.rz.scp.css */
body[b-3tdno35ulm] {
    background: linear-gradient(135deg, #007bff, #6c63ff);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.container-Login[b-3tdno35ulm] {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.form-section[b-3tdno35ulm] {
    flex: 1 1 20%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f9f9f9;
}


    .form-section h1[b-3tdno35ulm] {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #007bff;
        text-align: center;
    }


.alert[b-3tdno35ulm] {
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
}

.auth-footer[b-3tdno35ulm] {
    text-align: center;
    margin-top: 20px;
}

    .auth-footer a[b-3tdno35ulm] {
        color: #007bff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .auth-footer a:hover[b-3tdno35ulm] {
            color: #0056b3;
        }

.form-floating[b-3tdno35ulm] {
    position: relative;
    margin-bottom: 20px;
}

    .form-floating label[b-3tdno35ulm] {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10px;
        font-size: 14px;
        color: #666;
        pointer-events: none;
        transition: 0.3s;
    }

    .form-floating input:focus + label[b-3tdno35ulm],
    .form-floating input:not(:placeholder-shown) + label[b-3tdno35ulm] {
        transform: translateY(-20px);
        font-size: 12px;
        color: #007bff;
    }

.btn[b-3tdno35ulm] {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: #162c7a;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn:hover[b-3tdno35ulm] {
        background: #02AEB5;
    }

.form-section[b-3tdno35ulm] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .form-section:hover[b-3tdno35ulm] {
        transform: scale(1.02); /* Slight hover effect */
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }


.welcome-section[b-3tdno35ulm] {
    flex: 1 1 30%;
    padding: 30px;
    background-color: #ffffff; /* Modern clean background */
    color: #333333; /* Slightly muted text for better readability */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .welcome-section:hover[b-3tdno35ulm] {
        transform: scale(1.02); /* Slight hover effect */
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }

    .welcome-section p.welcome-text[b-3tdno35ulm] {
        font-size: 20px; /* Larger font for emphasis */
        margin-bottom: 20px;
        color: #444444; /* Slightly darker text for contrast */
        font-weight: 500;
    }

.benefits-list[b-3tdno35ulm] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* Align text for a cleaner list look */
}

    .benefits-list li[b-3tdno35ulm] {
        display: flex;
        align-items: center;
        margin: 10px 0;
        font-size: 16px;
        color: #555555; /* Neutral text color */
    }

        .benefits-list li i[b-3tdno35ulm] {
            color: #32cd32; /* Green for check icon */
            margin-right: 10px;
            font-size: 18px;
        }

        .benefits-list li:hover[b-3tdno35ulm] {
            color: #222222; /* Darker text on hover */
            transform: translateX(5px); /* Subtle hover movement */
            transition: all 0.2s ease;
        }


@media screen and (max-width: 768px) {
    .container-Login[b-3tdno35ulm] {
        flex-direction: column;
    }

    .form-section[b-3tdno35ulm], .welcome-section[b-3tdno35ulm] {
        flex: 1 1 100%;
    }
}

.benefits-list i.fa-check-circle[b-3tdno35ulm] {
    color: #32cd32; /* Green color for the check-circle */
    font-size: 1.5rem; /* Optional: Adjust size of the icon */
}


.oneic-pay[b-3tdno35ulm] {
    height: 1em; /* Adjust to the height of the h3 element */
    width: auto; /* Maintain the aspect ratio */
    vertical-align: middle; /* Vertically center the image */
}



/* Form floating labels */
.form-floating[b-3tdno35ulm] {
    margin-bottom: 20px;
}

/* Button styling */
button[type="submit"][b-3tdno35ulm] {
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    /* Spinner alignment */
    button[type="submit"] .spinner-border[b-3tdno35ulm] {
        margin-right: 8px;
    }

/* Disabled button style */
button[disabled][b-3tdno35ulm] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Custom hover effect for the button */
button[type="submit"]:hover:not([disabled])[b-3tdno35ulm] {
    background-color: #0056b3;
}

/* General input field styling */
input[b-3tdno35ulm] {
    font-size: 1rem;
    padding: 0.8rem;
}

/* Adjust label positioning */
label[b-3tdno35ulm] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

.note-login[b-3tdno35ulm] {
    background-color: #f9f9f9;
    color: #6c757d;
    border-left: 4px solid #ced4da;
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-radius: 4px;
    line-height: 1.5;
}


/* Responsive adjustments */
@media (max-width: 576px) {
    form[b-3tdno35ulm] {
        padding: 15px;
        border-radius: 8px;
    }
}
/* _content/ONEICPayWeb/Components/RazorComponent/DashboardAccount.razor.rz.scp.css */
body[b-ozo1d6muim] {
}

.spinner-container[b-ozo1d6muim] {
    width: 100%;
    height: 56vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-ozo1d6muim] {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #007bff; /* Blue */
    border-radius: 50%;
    animation: spin-b-ozo1d6muim 1s linear infinite;
    margin: auto; /* Optional: center horizontally */
}

@keyframes spin-b-ozo1d6muim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.container[b-ozo1d6muim] {
    color: #31033d;
    padding: 5px;
}

.table-container[b-ozo1d6muim] {
    max-height: 56vh;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

.table-title[b-ozo1d6muim] {
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #9a0167;
    margin-bottom: 3px; /* Reduced space */
}

p[b-ozo1d6muim] {
    font-size: 15px;
}

/* Table Styling */
.table[b-ozo1d6muim] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden; /* Ensure borders and shadows don't overflow */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 2px;
}

    /* Table Headers */
    .table th[b-ozo1d6muim] {
        background-color: #f4f6f9;
        font-weight: 600;
        color: #495057;
        padding: 5px 10px;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
        border-bottom: 2px solid #ddd;
    }

    /* Table Body */
    .table td[b-ozo1d6muim] {
        text-align: center;
        white-space: nowrap;
        padding: 2px 10px;
        vertical-align: middle;
        font-size: 12px;
        padding: 5px 5px;
        margin: auto 0px;
        text-align: center;
        border: 1px solid #ddd;
        white-space: nowrap;
        font-weight: 500;
        font-family: Tahoma;
    }

    /* Alternate Row Styling */
    .table tbody tr:nth-child(odd)[b-ozo1d6muim] {
        background-color: #f9f9f9;
    }

    .table tbody tr:nth-child(even)[b-ozo1d6muim] {
        background-color: #ffffff;
    }

    /* Hover Effect */
    .table tbody tr:hover[b-ozo1d6muim] {
        background-color: #f1f5f8;
    }

    /* Checkbox Styling */
    .table input[type="checkbox"][b-ozo1d6muim] {
        transform: scale(1.2);
        margin-top: 5px;
    }

/* Pagination Controls */
.pagination-container[b-ozo1d6muim] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .pagination-container .btn[b-ozo1d6muim] {
        font-size: 14px;
        color: #6c757d;
        background-color: #f8f9fa;
        border-color: #ddd;
        border-radius: 20px;
        padding: 5px 15px;
        transition: background-color 0.3s, color 0.3s;
    }

        .pagination-container .btn:hover[b-ozo1d6muim] {
            background-color: #007bff;
            color: #fff;
        }

        .pagination-container .btn:disabled[b-ozo1d6muim] {
            background-color: #e9ecef;
            cursor: not-allowed;
        }

/* Button Styling for "Pay Selected" */
.btn-primary[b-ozo1d6muim] {
    background-color: #0056b3;
    border-color: #0056b3;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
}

    .btn-primary:hover[b-ozo1d6muim] {
        background-color: #0527a3;
        border-color: #0056b3;
    }


input[b-ozo1d6muim]::-webkit-outer-spin-button,
input[b-ozo1d6muim]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* Input Field Styling */
input[type="text"][b-ozo1d6muim] {
    width: 100%;
    padding: 8px 12px;
    margin-top: 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
    -moz-appearance: textfield;
}

    input[type="text"]:focus[b-ozo1d6muim], input[type="number"]:focus[b-ozo1d6muim] {
        border-color: #80bdff;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

/* Custom Button Styling (Sorting Button) */
.btn-link[b-ozo1d6muim] {
    font-size: 16px;
    color: #007bff;
    padding: 0;
    transition: color 0.3s;
}

    .btn-link:hover[b-ozo1d6muim] {
        color: #0056b3;
        text-decoration: underline;
    }

.btn-sm[b-ozo1d6muim] {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px; /* Adjust size of the icon */
    color: inherit; /* Inherit color from parent or set a specific color */
    cursor: pointer;
}

    .btn-sm i[b-ozo1d6muim] {
        font-size: 12px; /* Adjust size of the icon */
        color: #000; /* Set the color of the icon */
    }

    .btn-sm:hover[b-ozo1d6muim] {
        background: none;
        color: #007bff; /* Optional: add hover effect */
    }

    .btn-sm:focus[b-ozo1d6muim] {
        outline: none; /* Remove focus outline */
    }

/* Filter Input Box */
input[type="text"].form-control[b-ozo1d6muim] {
    margin-top: 2px;
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 2px;
}


input[type="number"].form-control[b-ozo1d6muim] {
    margin-top: 1px;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    text-align: right;
}


.load-more-container[b-ozo1d6muim] {
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.btn-loadMore[b-ozo1d6muim] {
    margin-left: 10px;
    color: darkblue; /* Text color */
    font-size: 14px; /* Font size */
    padding: 10px 20px; /* Button padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    display: flex; /* Flexbox for button contents */
    align-items: center; /* Vertically center button contents */
    justify-content: center; /* Center the contents horizontally */
    position: relative; /* To position the loading spinner inside the button */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-continue[b-ozo1d6muim] {
    margin: 10px;
    background-color: #228B22;
    margin-bottom: 0px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border: none; /* No border */
    border-radius: 8px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    display: flex; /* Flexbox for button contents */
    align-items: center; /* Vertically center button contents */
    justify-content: center; /* Center the contents horizontally */
    position: relative; /* To position the loading spinner inside the button */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

@keyframes pulse-b-ozo1d6muim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.btn-continue.pulse[b-ozo1d6muim] {
    animation: pulse-b-ozo1d6muim 1.5s infinite;
}

.btn-continue:hover[b-ozo1d6muim] {
    background-color: #088000; /* Darker blue on hover */
    transform: scale(1.05); /* Slightly scale the button on hover */
}

.btn-loadMore:hover[b-ozo1d6muim] {
    background-color: #ebf7ff; /* Darker blue on hover */
    transform: scale(1.05); /* Slightly scale the button on hover */
}

/* Disabled state styling */
.btn-loadMore:disabled[b-ozo1d6muim] {
    background-color: #d6d6d6; /* Grey background when disabled */
    color: #a1a1a1; /* Darker grey text */
    cursor: not-allowed; /* Change cursor to indicate the button is disabled */
}

/* Loading spinner styles */
.loading-spinner[b-ozo1d6muim] {
    border: 4px solid #f3f3f3; /* Light grey border for spinner */
    border-top: 4px solid #007bff; /* Blue color for the spinner */
    border-radius: 50%; /* Make it circular */
    width: 20px; /* Spinner size */
    height: 20px; /* Spinner size */
    animation: spin-b-ozo1d6muim 1s linear infinite; /* Spinner animation */
    margin-left: 10px; /* Space between text and spinner */
    display: none; /* Hide the spinner by default */
}

/* Spinner animation */
@keyframes spin-b-ozo1d6muim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Optional: Focus state for accessibility */
.btn-loadMore:focus[b-ozo1d6muim] {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}


/* Ensure filter input fits within the column */
th[b-ozo1d6muim] {
    position: relative;
}

    th input.form-control[b-ozo1d6muim] {
        position: center;
        width: 80%;
        box-sizing: border-box; /* Includes padding and border in the width calculation */
        padding: 5px; /* Adjust padding for spacing inside the input */
        font-size: 14px; /* Adjust font size for better readability */
        margin-top: 0.25rem; /* Small margin to align input with buttons */
    }

.selectedAcccount[b-ozo1d6muim] {
    color: gray;
    text-align: center;
    font-size: 12px;
}



.td-paying-amount[b-ozo1d6muim] {
    margin: 0px;
    font-weight: 400;
    color: #0a013b;
    font-family: sans-serif;
    padding: 2px 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: border-color 0.3s;
}

.loading-container[b-ozo1d6muim] {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/ONEICPayWeb/Components/RazorComponent/DashboardSummary.razor.rz.scp.css */
/* Container for the whole summary section */
.summary-container[b-dr97u2xgp0] {
    display: flex;
    justify-content: space-between;
    gap: 6px; /* Reduced gap */
    padding: 4px; /* Reduced padding */
    background-color: #f4f7fb;
    border-radius: 8px;
    flex-wrap: wrap;
}

.summary-box[b-dr97u2xgp0] {
    flex: 0 1 15%;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .summary-box:hover[b-dr97u2xgp0] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .summary-box h6[b-dr97u2xgp0] {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }

    .summary-box p[b-dr97u2xgp0] {
        font-size: 0.7rem;
    }

.total-amount[b-dr97u2xgp0] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #019a04;
}

.table-box[b-dr97u2xgp0] {
    flex: 2;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Table container */
.table-container[b-dr97u2xgp0] {
    margin-top:0px;
    border-top:0px;
    padding-top:0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.summary-item[b-dr97u2xgp0] {
    flex: 1 1 22%;
    margin-bottom: 0;
    background-color: #f9f9f9;
    padding: 10px;
    margin-right: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .summary-item:last-child[b-dr97u2xgp0] {
        margin-right: 0;
    }

.summary-title[b-dr97u2xgp0] {
    font-size: 0.9rem;
    font-weight: bold;
    color: #9a0167;
    margin-bottom: 3px; /* Reduced space */
}

.p-total-accounts[b-dr97u2xgp0] {
    font-size: 0.7rem; /* Smaller font size for details */
    color: #7e7979;
    margin: 0;
    font-weight: 300;
}

.p-total-amount[b-dr97u2xgp0] {
    font-size: 0.9rem;
    font-weight: 350;
    color: #000066;
    margin-bottom: 3px;
}

.actions-box[b-dr97u2xgp0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.action-button[b-dr97u2xgp0] {
    padding: 8px;
    font-size: 0.9rem;
    background-color: #097969;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .action-button:hover[b-dr97u2xgp0] {
        background-color: #196f3d;
    }

@media (max-width: 1200px) {
    .summary-box[b-dr97u2xgp0], .table-box[b-dr97u2xgp0], .actions-box[b-dr97u2xgp0] {
        flex: 1 1 35%; /* Adjusted width for medium screens */
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .summary-container[b-dr97u2xgp0] {
        flex-direction: column;
    }

    .summary-box[b-dr97u2xgp0], .table-box[b-dr97u2xgp0], .actions-box[b-dr97u2xgp0] {
        width: 100%;
    }

    .summary-item[b-dr97u2xgp0] {
        flex: 1 1 100%;
        margin-bottom: 0;
        transition: all 0.3s ease; /* Adjusts all properties over 0.3s */
    }

        .summary-item:hover[b-dr97u2xgp0] {
            flex: 1 1 80%;
            margin-bottom: 10px;
        }
}

@media (max-width: 576px) {
    .total-amount[b-dr97u2xgp0] {
        font-size: 1.2rem; /* Reduced font size for smaller screens */
    }

    .table-box[b-dr97u2xgp0] {
        max-height: 30vh; /* Further reduced height for smaller screens */
    }
}
/* _content/ONEICPayWeb/Components/RazorComponent/History.razor.rz.scp.css */
body[b-j8nmiioyp5] {
}
/* Add to your site.css or component's style block */

h6[b-j8nmiioyp5] {
    color: #650079;
}

/* Optional: Make table headers fixed on large tables */
table th[b-j8nmiioyp5] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
}


.history-container[b-j8nmiioyp5] {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding:0px;
    padding-top:0px;
    margin-top: 5px;
    max-height: 73vh;
    overflow: auto;
}

    .history-container[b-j8nmiioyp5]::-webkit-scrollbar {
        width: 8px;
    }

    .history-container[b-j8nmiioyp5]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

        .history-container[b-j8nmiioyp5]::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

/* Individual transaction item styling */
.transaction-item[b-j8nmiioyp5] {
    background-color: #fff;
    border-radius: 10px;
    padding: 7px 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .transaction-item:last-child[b-j8nmiioyp5] {
        margin-bottom: 0;
    }

    /* Transaction label and value styling */
    .transaction-item div[b-j8nmiioyp5] {
        margin-bottom:2px;
    }

    .transaction-item strong[b-j8nmiioyp5] {
        font-weight: bold;
    }

/* Date styling */
    /* Make sure the .transaction-item class is scoped correctly */
 .success[b-j8nmiioyp5] {
        color: green !important; /* Use !important if the color isn't being applied */
        font-weight: bold;
    }
.failure[b-j8nmiioyp5] {
    color: #c80404 !important;
    font-weight: bold;
}

/* General status styling */
.transaction-status[b-j8nmiioyp5] {
    font-size: 16px;
}

/* Styling for other elements */
.transaction-date[b-j8nmiioyp5] {
    color: #5e5e5e;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.transaction-receipt[b-j8nmiioyp5] {
    color: #2c3e50;
    font-size: 16px;
}

.transaction-amount[b-j8nmiioyp5] {
    font-size: 16px;
}

/* Styling when no history is found */
p[b-j8nmiioyp5] {
    color: #e74c3c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}


.search-button[b-j8nmiioyp5] {
    padding: 2px 5px;
}

.search-input[b-j8nmiioyp5] {
    padding: 2px 5px;
    font-size: 12px;
    width: 150px;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

    .search-input:focus[b-j8nmiioyp5] {
        border-color: #007bff;
        outline: none;
    }


.button-container[b-j8nmiioyp5] {
    margin:0;
    padding:0;
    display: flex;
    justify-content: center; /* Center the button horizontally */
    align-items: center; /* Center the button vertically */
}

/* Basic styling for the button */
.btn-loadMore[b-j8nmiioyp5] {
    margin:10px;
    margin-bottom:0px;
    color: darkblue; /* Text color */
    font-size: 13px; /* Font size */
    padding: 10px 20px; /* Button padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    display: flex; /* Flexbox for button contents */
    align-items: center; /* Vertically center button contents */
    justify-content: center; /* Center the contents horizontally */
    position: relative; /* To position the loading spinner inside the button */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    /* Hover effect */
    .btn-loadMore:hover[b-j8nmiioyp5] {
        background-color: #ebf7ff; /* Darker blue on hover */
        transform: scale(1.05); /* Slightly scale the button on hover */
    }

    /* Disabled state styling */
    .btn-loadMore:disabled[b-j8nmiioyp5] {
        background-color: #d6d6d6; /* Grey background when disabled */
        color: #a1a1a1; /* Darker grey text */
        cursor: not-allowed; /* Change cursor to indicate the button is disabled */
    }

/* Loading spinner styles */
.loading-spinner[b-j8nmiioyp5] {
    border: 4px solid #f3f3f3; /* Light grey border for spinner */
    border-top: 4px solid #007bff; /* Blue color for the spinner */
    border-radius: 50%; /* Make it circular */
    width: 20px; /* Spinner size */
    height: 20px; /* Spinner size */
    animation: spin-b-j8nmiioyp5 1s linear infinite; /* Spinner animation */
    margin-left: 10px; /* Space between text and spinner */
    display: none; /* Hide the spinner by default */
}

/* Spinner animation */
@keyframes spin-b-j8nmiioyp5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Optional: Focus state for accessibility */
.btn-loadMore:focus[b-j8nmiioyp5] {
    outline: 3px solid #0056b3;
    outline-offset: 2px;
}

.download-icon[b-j8nmiioyp5] {
    color: #da0404; /* Adjust color */
    font-size: 0.9rem; /* Adjust icon size */
    text-decoration: none;
}

    .download-icon:hover[b-j8nmiioyp5] {
        color: #0056b3; /* Hover effect */
    }
/* _content/ONEICPayWeb/Components/RazorComponent/Pay_Education.razor.rz.scp.css */

.floating-label-input[b-hdd1fltbae] {
    position: relative;
    margin-bottom: 20px;
}

    .floating-label-input input[b-hdd1fltbae] {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 20px 10px 10px 10px; /* Adjust padding for border and content */
        font-size: 16px;
        box-sizing: border-box;
    }

    .floating-label-input label[b-hdd1fltbae] {
        position: absolute;
        left: 10px;
        top: 20px;
        color: #999;
        transition: all 0.2s ease-out;
        pointer-events: none;
        background-color: white;
        padding: 0 5px;
    }

    .floating-label-input input:focus + label[b-hdd1fltbae],
    .floating-label-input input:not(:placeholder-shown) + label[b-hdd1fltbae] {
        top: -10px;
        left: 10px;
        font-size: 12px;
        color: #5264AE;
    }
/* _content/ONEICPayWeb/Components/RazorComponent/Pay_electricity.razor.rz.scp.css */
.floating-label-input[b-j49dlmd6g0] {
    position: relative;
    margin-bottom: 20px;
}

    .floating-label-input input[b-j49dlmd6g0] {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 20px 10px 10px 10px; /* Adjust padding for border and content */
        font-size: 16px;
        box-sizing: border-box;
    }

    .floating-label-input label[b-j49dlmd6g0] {
        position: absolute;
        left: 10px;
        top: 20px;
        color: #999;
        transition: all 0.2s ease-out;
        pointer-events: none;
        background-color: white;
        padding: 0 5px;
    }

    .floating-label-input input:focus + label[b-j49dlmd6g0],
    .floating-label-input input:not(:placeholder-shown) + label[b-j49dlmd6g0] {
        top: -10px;
        left: 10px;
        font-size: 12px;
        color: #5264AE;
    }
/* _content/ONEICPayWeb/Components/RazorComponent/Pay_Judiciary.razor.rz.scp.css */
/* _content/ONEICPayWeb/Components/RazorComponent/Pay_ROP.razor.rz.scp.css */


.radio-btn-rop[b-gri65sznst] {
    display: inline-block;
    padding: 10px 20px 0px 10px;
    margin-right: 10px;
}



.radio-btn-rop-div[b-gri65sznst] {
    margin-bottom: 20px;
}

.radio-btn-rop label[b-gri65sznst] {
    margin-left: 5px;
    font-size: 16px;
    color: black;
}

option:disabled[b-gri65sznst] {
    color: grey;
}


@media (max-width: 768px) { /* Adjust the max-width value as needed */
    .radio-btn-rop[b-gri65sznst] {
        display: inline-block;
        padding: 10px 20px 0px 5px;
        margin-right: 5px;
    }

}
/* _content/ONEICPayWeb/Components/RazorComponent/Pay_SPF.razor.rz.scp.css */
/* _content/ONEICPayWeb/Components/RazorComponent/Pay_telecom.razor.rz.scp.css */


.switch-label[b-476aux2gde] {
    color: #012054;
}
/* _content/ONEICPayWeb/Components/Shared/BillDetailsModal.razor.rz.scp.css */
.loading-gif[b-uks0i2ixsw] {
    width: auto;
    background-color: white;
}

.modal-body[b-uks0i2ixsw] {
    padding-inline: 30px;
    padding-top:0px;
}

.modal-header[b-uks0i2ixsw] {
    border-bottom: none; 
}

.modal-title[b-uks0i2ixsw] {
    color: darkblue;
}

.modal-footer[b-uks0i2ixsw] {
    border-top: none; 
}

    .modal-footer button[b-uks0i2ixsw] {
        border-top: none; 
        background-color: #162c7a;
        padding: 15px 20px;
        border-radius: 10px;
        font-size: medium;
        font-family: Verdana;
    }

.modal-overlay[b-uks0i2ixsw] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040; 
    transition: all 0.3s ease-in-out;
}

    .modal-overlay.show[b-uks0i2ixsw] {
        display: block;
        backdrop-filter: blur(2px);
    }

.modal.fade.show[b-uks0i2ixsw] {
    display: block;
}

.modal-dialog-centered[b-uks0i2ixsw] {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
}

.modal-content[b-uks0i2ixsw] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(173, 174, 179, 0.7);
}

.modal-header .close[b-uks0i2ixsw] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.bill-cust-details p[b-uks0i2ixsw] {
    color: grey;
    padding: 0;
    margin: 0;
}


.td-label[b-uks0i2ixsw] {
    font-size: medium;
    font-weight: 600;
}


.td-value[b-uks0i2ixsw] {
     padding: 10px;
    font-size: medium;
    font-weight: 500;
    text-align: right;
}

.td-label-prepaid[b-uks0i2ixsw] {
    font-size: medium;
    font-weight: 400;
}


.td-val-prepaid[b-uks0i2ixsw] {
    padding: 1px;
    padding-right: 45px;
    font-size: medium;
    font-weight: 400;
    text-align: right;
}


.td-paying-amount[b-uks0i2ixsw] {
    padding: 1px;
    font-size: large;
    font-weight: 600;
    color: #0a013b;
    font-family: sans-serif;
}

#paying-amount[b-uks0i2ixsw] {
    text-align: right;
    padding: 5px 12px 3px 0px;
    color: #991f00;
    font-weight: 500;
    font-size: 20px;
}
/* _content/ONEICPayWeb/Components/Shared/BillEnquiry.razor.rz.scp.css */
.left-container[b-kqaqarpeqr] {
    flex: 60;
    padding: 3rem 2rem;
}


.right-container[b-kqaqarpeqr] {
    flex: 40;
    align-items: center;
    margin: 50px;
    min-width: 400px;
}

.styled-image[b-kqaqarpeqr] {
    border-radius: 5px; /* Optional for rounded corners */
}


.overlay[b-kqaqarpeqr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; /* Higher than normal content */
}

.input-div[b-kqaqarpeqr] {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 0px 50px 20px;
    width: 80%;
    max-width: 500px;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s; /* Smooth transition */
}

    .input-div:hover[b-kqaqarpeqr] {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Increase shadow on hover */
        transform: scale(1.01); /* Slightly enlarge the div on hover */
    }

    .input-div label[b-kqaqarpeqr] {
        display: block;
        margin-bottom: 5px;
    }

    .input-div h5[b-kqaqarpeqr] {
        padding: 20px 0px 5px 0px;
        color: #590592;
        text-align: left;
    }

    .input-div input[type="text"][b-kqaqarpeqr],
    .input-div input[type="tel"][b-kqaqarpeqr],
    .input-div input[type="number"][b-kqaqarpeqr],
    .input-div select[b-kqaqarpeqr] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ced4da;
    }

    .input-div button[b-kqaqarpeqr] {
        padding: 10px 15px;
        font-family: 'Segoe UI Variable Display';
        background-color: #30449c;
        color: white;
        font-weight: 480;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        margin-top: 20px;
    }


        .input-div button:hover[b-kqaqarpeqr] {
            background-color: #081966; /* Change background color on hover */
            color: #ffffff; /* Change text color on hover */
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add a shadow for depth */
            transform: scale(1.05); /* Slightly increase size for emphasis */
        }

.container-fluid[b-kqaqarpeqr] {
    background-color: #eff8ff;
    margin: 0;
    display: flex;
    flex-direction: row; /* Default to row layout */
}

.btn-container[b-kqaqarpeqr] {
    display: flex;
    flex-wrap: wrap; /* allows wrapping on very narrow screens */
    align-items: center; /* align buttons vertically */
    gap: 0.5rem; /* consistent spacing between buttons */
}




.services-container[b-kqaqarpeqr] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.expandable-sections[b-kqaqarpeqr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.expandable-section[b-kqaqarpeqr] {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
}

.section-header[b-kqaqarpeqr] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Verdana';
    color: #203764;
}

    .section-header:hover[b-kqaqarpeqr] {
        background-color: #e9ecef;
    }

.toggle-icon[b-kqaqarpeqr] {
    font-size: 1.2rem;
    font-weight: 500;
}

.section-content[b-kqaqarpeqr] {
    padding: 1rem;
    background-color: white;
    font-family: 'Calibri';
}

.payment-grid[b-kqaqarpeqr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.payment-category[b-kqaqarpeqr] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

    .payment-category:hover[b-kqaqarpeqr] {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .payment-category h3[b-kqaqarpeqr] {
        margin: 0 0 0.5rem 0;
        color: #203764;
        font-size: 1rem;
    }

.sub-options[b-kqaqarpeqr] {
    margin: 0;
    padding-left: 1.2rem;
    color: #6c757d;
    font-size: 0.9rem;
}

    .sub-options li[b-kqaqarpeqr] {
        margin-bottom: 0.25rem;
    }







.app-footer[b-kqaqarpeqr] {
    background-color: #2c3e50;
    color: #ecf0f1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0px;
}

.container[b-kqaqarpeqr] {
    margin: 0 auto;
    padding: 0 15px;
}

.footer-top[b-kqaqarpeqr] {
    padding: 3rem 0;
}


.download-buttons[b-kqaqarpeqr] {
    display: flex;
    gap: 1rem;
}

.download-btn img[b-kqaqarpeqr] {
    height: 40px;
    border-radius: 5px;
}

.footer-sections[b-kqaqarpeqr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-section h3[b-kqaqarpeqr] {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.5rem;
}

    .footer-section h3[b-kqaqarpeqr]::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: #3498db;
    }

.footer-section ul[b-kqaqarpeqr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li[b-kqaqarpeqr] {
    margin-bottom: 0.6rem;
}

.footer-section a[b-kqaqarpeqr] {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .footer-section a:hover[b-kqaqarpeqr] {
        color: #3498db;
    }

.bold-link[b-kqaqarpeqr] {
    font-weight: bold;
    color: #fff !important;
}

.material-icons[b-kqaqarpeqr] {
    font-size: 1rem;
}

.footer-bottom[b-kqaqarpeqr] {
    background-color: rgba(0,0,0,0.2);
    padding: 1.5rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: #7f8c8d;
}



/* Promo Banner Styles */
.promo-banner[b-kqaqarpeqr] {
    max-width: 1200px;
    margin: 2rem auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.promo-image-container[b-kqaqarpeqr] {
    position: relative;
    overflow: hidden;
}

.promo-image[b-kqaqarpeqr] {
    width: 100%;
    height: auto;
    filter: blur(1px);
    transform: scale(1.05);
    transition: filter 0.3s ease;
}

.promo-overlay[b-kqaqarpeqr] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 150px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: white;
    padding: 2rem;
    text-align: center;
}

    .promo-overlay h2[b-kqaqarpeqr] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

.promo-text[b-kqaqarpeqr] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.promo-button[b-kqaqarpeqr] {
    background-color: #0066ff;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .promo-button:hover[b-kqaqarpeqr] {
        background-color: #0052cc;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

.bnLoginNow[b-kqaqarpeqr] {
    border-radius: 4px;
    background-color: #5dc7f5;
    color: white;
}

    .bnLoginNow :has(:hover)[b-kqaqarpeqr] {
        color: ghostwhite;
    }

.custom-section[b-kqaqarpeqr] {
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.small-title[b-kqaqarpeqr] {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-title[b-kqaqarpeqr] {
    font-size: 2rem;
    color: #212529;
}

.description[b-kqaqarpeqr] {
    font-size: 1rem;
    color: #555;
}

.app-btn[b-kqaqarpeqr] {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

.app-image[b-kqaqarpeqr] {
    max-height: 420px;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.arabic-text[b-kqaqarpeqr] {
    line-height: 2;
}

.HomePageheadeing[b-kqaqarpeqr] {
    color: #A8C455;
    font-weight: 600;
    font-size: 20px;
}


.btn-dark[b-kqaqarpeqr] {
    background-color: #03328f;
    border-color: #00308f;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}


@media (max-width: 768px) {
    .left-container[b-kqaqarpeqr] {
        text-align: center;
        padding: 2rem 1rem;
    }

        .left-container h2[b-kqaqarpeqr] {
            font-size: 2rem;
        }

    p[b-kqaqarpeqr] {
        font-size: 1rem;
    }

    .promo-image-container[b-kqaqarpeqr] {
        height: 300px;
    }

    .promo-overlay h2[b-kqaqarpeqr] {
        font-size: 2rem;
    }

    .promo-text[b-kqaqarpeqr] {
        font-size: 1rem;
    }

    .container-fluid[b-kqaqarpeqr] {
        flex-direction: column-reverse; /* Display right container first */
    }

    .right-container[b-kqaqarpeqr] {
        flex: 1;
        width: 100%;
        padding: 1px;
        align-items: center;
    }

    .input-div button[b-kqaqarpeqr] {
        width: 100%;
        margin-top: 15px;
    }

    .footer-sections[b-kqaqarpeqr] {
        grid-template-columns: repeat(2, 1fr);
    }

    .download-buttons[b-kqaqarpeqr] {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-grid[b-kqaqarpeqr] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .expandable-sections[b-kqaqarpeqr] {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .input-div[b-kqaqarpeqr] {
        padding: 15px;
        max-width: 100%;
    }

        .input-div button[b-kqaqarpeqr] {
            width: 100%;
            margin-top: 15px;
        }

    .right-container[b-kqaqarpeqr] {
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .footer-sections[b-kqaqarpeqr] {
        grid-template-columns: 1fr;
    }

    .promo-image-container[b-kqaqarpeqr] {
        height: 250px;
    }

    .promo-overlay[b-kqaqarpeqr] {
        padding: 1rem;
    }

    .benefits-grid[b-kqaqarpeqr] {
        grid-template-columns: 1fr;
    }


    .input-div[b-kqaqarpeqr] {
        padding: 10px;
    }

        .input-div h5[b-kqaqarpeqr] {
            font-size: 18px;
        }

        .input-div input[type="text"][b-kqaqarpeqr],
        .input-div input[type="tel"][b-kqaqarpeqr],
        .input-div input[type="number"][b-kqaqarpeqr],
        .input-div select[b-kqaqarpeqr] {
            padding: 8px;
        }

        .input-div button[b-kqaqarpeqr] {
            padding: 12px;
        }
}
/* _content/ONEICPayWeb/Components/Shared/ModalPayment.razor.rz.scp.css */
.td-label[b-1bh0nlpzrn] {
    padding: 10px;
    font-size: large;
    font-weight: 600;
}

.otp-tb[b-1bh0nlpzrn] {
    width: 50px;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size:1.5rem;
    width: 50px;
    outline: none; /* remove blue glow on focus if needed */
    box-shadow: none; /* remove Bootstrap focus shadow */
    border-bottom: 2px solid grey;
}

.otp-input:focus[b-1bh0nlpzrn] {
    border:none;
    border-bottom: 2px solid #027a4c; /* darker green on focus for clarity */
}

#payingAmount[b-1bh0nlpzrn] {
    text-align: right;
    font-weight: 600;
}

.email-checkbox[b-1bh0nlpzrn] {
    font-weight: 300;
}

#btnSendOtp[b-1bh0nlpzrn] {
    background-color: #0052cc;
    width: 100%;
}

#mobileNumber[b-1bh0nlpzrn] {
    font-weight: 400;
}

.modal-body label[b-1bh0nlpzrn] {
    margin-bottom: 0;
}

.modal-body[b-1bh0nlpzrn] {
    padding-inline: 35px;
    padding-bottom: 0px;
    padding-top:0px;
}

.modal-header[b-1bh0nlpzrn] {
    border-bottom: none; /* Remove default border */
}

.modal-title[b-1bh0nlpzrn] {
    color: darkblue;
}

.modal-footer[b-1bh0nlpzrn] {
    border-top: none; /* Remove default border */
    margin-top: 0;
    padding-top: 0;
    padding-inline: 35px;
}

    .modal-footer button[b-1bh0nlpzrn] {
        width: 100%;
        background-color: #04AA6D;
        border-color: azure;
        color:white;
    }

        .modal-footer button:hover[b-1bh0nlpzrn] {
            background-color: #03875A; /* darker green on hover */
        }

.modal-md[b-1bh0nlpzrn] {
    max-width: 400px;
}

.modal-overlay[b-1bh0nlpzrn] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Higher than modal's z-index */
    transition: all 0.3s ease-in-out;
}

    .modal-overlay.show[b-1bh0nlpzrn] {
        display: block;
        backdrop-filter: blur(2px);
    }

.modal.fade.show[b-1bh0nlpzrn] {
    display: block;
}

.modal-dialog-centered[b-1bh0nlpzrn] {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
}

.modal-content[b-1bh0nlpzrn] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(173, 174, 179, 0.7);
}

.modal-header .close[b-1bh0nlpzrn] {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}


.modal-label[b-1bh0nlpzrn] {
    font-size: 12px;
    padding-bottom: 5px;
    font-family: 'Lucida Sans'
}

.otp-label[b-1bh0nlpzrn] {
    color:grey;
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.payment-type[b-1bh0nlpzrn] {
    padding: 10px 20px 0px 20px;
}
/* _content/ONEICPayWeb/Components/Shared/QRCheckoutPage.razor.rz.scp.css */
.modal-overlay[b-qcqia2lvez] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1.0);
    z-index: 1040;
    display: none;
}

    .modal-overlay.show[b-qcqia2lvez] {
        display: block;
    }

.divider[b-qcqia2lvez] {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.8rem;
}

    .divider[b-qcqia2lvez]::before, .divider[b-qcqia2lvez]::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .divider[b-qcqia2lvez]::before {
        margin-right: 1rem;
    }

    .divider[b-qcqia2lvez]::after {
        margin-left: 1rem;
    }

/* Success animation */
.success-animation[b-qcqia2lvez] {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.checkmark[b-qcqia2lvez] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    animation: fill-b-qcqia2lvez .4s ease-in-out .4s forwards, scale-b-qcqia2lvez .3s ease-in-out .9s both;
}

.checkmark__circle[b-qcqia2lvez] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: none;
    animation: stroke-b-qcqia2lvez .6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check[b-qcqia2lvez] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-qcqia2lvez .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards;
}

/* Failure animation */
.failure-animation[b-qcqia2lvez] {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.crossmark[b-qcqia2lvez] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #ff4444;
    stroke-miterlimit: 10;
    animation: fill-b-qcqia2lvez .4s ease-in-out .4s forwards, scale-b-qcqia2lvez .3s ease-in-out .9s both;
}

.crossmark__circle[b-qcqia2lvez] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #ff4444;
    fill: none;
    animation: stroke-b-qcqia2lvez .6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.crossmark__cross[b-qcqia2lvez] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-qcqia2lvez .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards;
}

@keyframes stroke-b-qcqia2lvez {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-qcqia2lvez {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-qcqia2lvez {
    100% {
        box-shadow: inset 0px 0px 0px 60px rgba(255,255,255,0);
    }
}




.modal-title[b-qcqia2lvez] {
    font-weight: bold;
    color: #9a0167;
    margin-bottom: 3px; /* Reduced space */
}

.timer[b-qcqia2lvez] {
    font-family: Verdana;
    color: #6e0000;
}


.message[b-qcqia2lvez] {
    padding: 7px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.5rem;
}

.success-message[b-qcqia2lvez] {
    background-color: whitesmoke;
    color: #23a213;
}

.payment-details[b-qcqia2lvez] {
    background-color: #ffffff;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.payment-detail-item[b-qcqia2lvez] {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.button-container[b-qcqia2lvez] {
    margin-top: 20px;
    text-align: center;
}

.btn-success[b-qcqia2lvez] {
    width: 150px;
}

.homepage-link[b-qcqia2lvez] {
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
    color: #007bff;
    text-decoration: none;
}

.failure-message-note[b-qcqia2lvez] {
    background-color: #f0f0f0; /* Soft red background */
    padding: 5px;
    text-align: left;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow effect */
    margin-top: 20px;
    font-size: 13px;
    color: #b03a2e;
    font-style: italic;
}

.error-message[b-qcqia2lvez] {
    padding: 5px;
    font-size: 14px;
    color: orangered;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}


.status-modal[b-qcqia2lvez] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333; /* Dark text for better readability */
}

.transaction-card[b-qcqia2lvez] {
    background-color: #f9f9f9; /* Soft gray background */
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px;
    font-size: 0.95rem;
}

    .transaction-card .d-flex[b-qcqia2lvez] {
        padding: 5px 0;
    }

    .transaction-card .text-muted[b-qcqia2lvez] {
        font-size: 0.9rem;
        color: #6c757d;
    }

.modal-body p[b-qcqia2lvez] {
    color: #495057; /* Darker text color for better contrast */
    font-size: 1rem;
    margin-top: 10px;
}

.btn-close[b-qcqia2lvez] {
    border: none;
    background: none;
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #6c757d;
    cursor: pointer;
}

    .btn-close:hover[b-qcqia2lvez] {
        color: #ff4444; /* Close button turns red on hover */
    }

/* For smaller screens */
@media (max-width: 576px) {
    .modal-content[b-qcqia2lvez] {
        border-radius: 8px;
    }

    .modal-body[b-qcqia2lvez] {
        padding: 20px;
    }

    .failure-message[b-qcqia2lvez] {
        font-size: 1.1rem;
        padding: 15px;
    }
}

.modal-overlay[b-qcqia2lvez] {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-modal[b-qcqia2lvez] {
    position: relative;
    background: white;
    border-radius: 12px;
    padding: 30px;
    max-width: 400px;
    min-width: 400px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: Arial, sans-serif;
}

.check-icon[b-qcqia2lvez] {
    font-size: 36px;
    color: #23a213;
    background-color: #e6fff7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 20px;
}

.success-title[b-qcqia2lvez] {
    color: #069723;
    margin-bottom: 10px;
    background-color: whitesmoke;
    font-weight:550;

}

.transaction[b-qcqia2lvez] {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.transaction-number[b-qcqia2lvez] {
    font-weight: bold;
    color: #444;
}

.details-row[b-qcqia2lvez] {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 14px;
    color: #555;
}

.label[b-qcqia2lvez] {
    font-weight: 600;
}

.value[b-qcqia2lvez] {
    font-weight: 500;
}

hr[b-qcqia2lvez] {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 20px 0;
}

.error-icon[b-qcqia2lvez] {
    font-size: 36px;
    color: #e74c3c;
    background-color: #ffe6e6;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 20px;
}

.failure-title[b-qcqia2lvez] {
    color: #e74c3c;
    font-size: 24px;
    margin-bottom: 10px;
}




.modal-buttons[b-qcqia2lvez] {
    display: flex;
    justify-content: flex-end; /* Align to the right */
    gap: 10px; /* Space between buttons */
    margin-top: 25px;
}

.btn[b-qcqia2lvez] {
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    background-color: #007517
}


.close-btn[b-qcqia2lvez] {
    background-color: #bdc3c7;
    color: #2c3e50;
}

.close-icon[b-qcqia2lvez] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a3b0ab;
}

    .close-icon:hover[b-qcqia2lvez] {
        color: #e74c3c;
    }
