@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/BillPayment.razor.rz.scp.css */
*[b-61pmvhdi6g] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-61pmvhdi6g] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-61pmvhdi6g] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-61pmvhdi6g] {
        background: #2382f6;
    }

.bottom-sheet[b-61pmvhdi6g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-61pmvhdi6g] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-61pmvhdi6g] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-61pmvhdi6g] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-61pmvhdi6g] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-61pmvhdi6g] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-61pmvhdi6g] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-61pmvhdi6g] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-61pmvhdi6g] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-61pmvhdi6g] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-61pmvhdi6g] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-61pmvhdi6g]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-61pmvhdi6g] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-61pmvhdi6g] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



.show-modal[b-61pmvhdi6g] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-61pmvhdi6g] {
        background: #2382f6;
    }

.bottom-sheet[b-61pmvhdi6g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-61pmvhdi6g] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-61pmvhdi6g] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-61pmvhdi6g] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-61pmvhdi6g] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-61pmvhdi6g] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-61pmvhdi6g] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-61pmvhdi6g] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-61pmvhdi6g] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-61pmvhdi6g] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-61pmvhdi6g] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-61pmvhdi6g]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-61pmvhdi6g] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-61pmvhdi6g] {
        margin-top: 20px;
        font-size: 1.05rem;
    }

form[b-61pmvhdi6g] {
    margin-top: 30px;
}

.form .field[b-61pmvhdi6g] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-61pmvhdi6g],
.field button[b-61pmvhdi6g] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-61pmvhdi6g] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-61pmvhdi6g] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-61pmvhdi6g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/BuyAirtime.razor.rz.scp.css */
*[b-reaa03g0rs] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-reaa03g0rs] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-reaa03g0rs] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-reaa03g0rs] {
        background: #2382f6;
    }

.bottom-sheet[b-reaa03g0rs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-reaa03g0rs] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-reaa03g0rs] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-reaa03g0rs] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-reaa03g0rs] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-reaa03g0rs] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-reaa03g0rs] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-reaa03g0rs] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-reaa03g0rs] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-reaa03g0rs] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-reaa03g0rs] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-reaa03g0rs]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-reaa03g0rs] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-reaa03g0rs] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



.show-modal[b-reaa03g0rs] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-reaa03g0rs] {
        background: #2382f6;
    }

.bottom-sheet[b-reaa03g0rs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-reaa03g0rs] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-reaa03g0rs] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-reaa03g0rs] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-reaa03g0rs] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-reaa03g0rs] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-reaa03g0rs] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-reaa03g0rs] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-reaa03g0rs] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-reaa03g0rs] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-reaa03g0rs] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-reaa03g0rs]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-reaa03g0rs] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-reaa03g0rs] {
        margin-top: 20px;
        font-size: 1.05rem;
    }

form[b-reaa03g0rs] {
    margin-top: 30px;
}

.form .field[b-reaa03g0rs] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-reaa03g0rs],
.field button[b-reaa03g0rs] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-reaa03g0rs] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-reaa03g0rs] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-reaa03g0rs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/BuyData.razor.rz.scp.css */
*[b-9le9jrh2rr] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-9le9jrh2rr] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-9le9jrh2rr] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-9le9jrh2rr] {
        background: #2382f6;
    }

.bottom-sheet[b-9le9jrh2rr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-9le9jrh2rr] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-9le9jrh2rr] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-9le9jrh2rr] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-9le9jrh2rr] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-9le9jrh2rr] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-9le9jrh2rr] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-9le9jrh2rr] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-9le9jrh2rr] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-9le9jrh2rr] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-9le9jrh2rr] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-9le9jrh2rr]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-9le9jrh2rr] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-9le9jrh2rr] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



    .show-modal[b-9le9jrh2rr] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-9le9jrh2rr] {
        background: #2382f6;
    }

.bottom-sheet[b-9le9jrh2rr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-9le9jrh2rr] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-9le9jrh2rr] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-9le9jrh2rr] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-9le9jrh2rr] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-9le9jrh2rr] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-9le9jrh2rr] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-9le9jrh2rr] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-9le9jrh2rr] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-9le9jrh2rr] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-9le9jrh2rr] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-9le9jrh2rr]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-9le9jrh2rr] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-9le9jrh2rr] {
        margin-top: 20px;
        font-size: 1.05rem;
    }
form[b-9le9jrh2rr] {
    margin-top: 30px;
}
.form .field[b-9le9jrh2rr] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-9le9jrh2rr],
.field button[b-9le9jrh2rr] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-9le9jrh2rr] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-9le9jrh2rr] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-9le9jrh2rr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/CableTv.razor.rz.scp.css */
*[b-530x26gmoi] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-530x26gmoi] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-530x26gmoi] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-530x26gmoi] {
        background: #2382f6;
    }

.bottom-sheet[b-530x26gmoi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-530x26gmoi] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-530x26gmoi] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-530x26gmoi] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-530x26gmoi] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-530x26gmoi] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-530x26gmoi] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-530x26gmoi] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-530x26gmoi] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-530x26gmoi] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-530x26gmoi] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-530x26gmoi]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-530x26gmoi] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-530x26gmoi] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



.show-modal[b-530x26gmoi] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-530x26gmoi] {
        background: #2382f6;
    }

.bottom-sheet[b-530x26gmoi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-530x26gmoi] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-530x26gmoi] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-530x26gmoi] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-530x26gmoi] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-530x26gmoi] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-530x26gmoi] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-530x26gmoi] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-530x26gmoi] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-530x26gmoi] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-530x26gmoi] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-530x26gmoi]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-530x26gmoi] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-530x26gmoi] {
        margin-top: 20px;
        font-size: 1.05rem;
    }

form[b-530x26gmoi] {
    margin-top: 30px;
}

.form .field[b-530x26gmoi] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-530x26gmoi],
.field button[b-530x26gmoi] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-530x26gmoi] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-530x26gmoi] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-530x26gmoi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
*/




.container[b-pj5avdaq6x] {
    position: relative;
    background-image: url("images/bg.png");
    background-size: cover;
    padding: 25px;
    border-radius: 28px;
    max-width: 380px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header[b-pj5avdaq6x],
.logo[b-pj5avdaq6x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .logo img[b-pj5avdaq6x] {
        width: 48px;
        margin-right: 10px;
    }

h5[b-pj5avdaq6x] {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

header .chip[b-pj5avdaq6x] {
    width: 60px;
}

h6[b-pj5avdaq6x] {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

h5.number[b-pj5avdaq6x] {
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 1px;
}

h5.name[b-pj5avdaq6x] {
    margin-top: 20px;
}

.container .card-details[b-pj5avdaq6x] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}




.container2[b-pj5avdaq6x] {
    width: 95%;
    background: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 50px 35px 10px 35px;
}

    .container2 header[b-pj5avdaq6x] {
        font-size: 35px;
        font-weight: 600;
        margin: 0 0 30px 0;
    }

    .container2 .form-outer[b-pj5avdaq6x] {
        width: 100%;
        overflow: hidden;
    }

        .container2 .form-outer form[b-pj5avdaq6x] {
            display: flex;
            width: 400%;
        }
        .ko[b-pj5avdaq6x]{
            height:40px;
        }
.td[b-pj5avdaq6x]{
    
    font-size:12px;
}
.material-symbols-outlined[b-pj5avdaq6x] {
    font-variation-settings: 'FILL' 0, 'wght' 400px, 'GRAD' 0, 'opsz' 24;
}
/* /Pages/ExamPin.razor.rz.scp.css */
*[b-dd8nluae6l] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-dd8nluae6l] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-dd8nluae6l] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-dd8nluae6l] {
        background: #2382f6;
    }

.bottom-sheet[b-dd8nluae6l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-dd8nluae6l] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-dd8nluae6l] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-dd8nluae6l] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-dd8nluae6l] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-dd8nluae6l] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-dd8nluae6l] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-dd8nluae6l] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-dd8nluae6l] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-dd8nluae6l] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-dd8nluae6l] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-dd8nluae6l]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-dd8nluae6l] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-dd8nluae6l] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



.show-modal[b-dd8nluae6l] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-dd8nluae6l] {
        background: #2382f6;
    }

.bottom-sheet[b-dd8nluae6l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-dd8nluae6l] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-dd8nluae6l] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-dd8nluae6l] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-dd8nluae6l] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-dd8nluae6l] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-dd8nluae6l] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-dd8nluae6l] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-dd8nluae6l] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-dd8nluae6l] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-dd8nluae6l] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-dd8nluae6l]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-dd8nluae6l] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-dd8nluae6l] {
        margin-top: 20px;
        font-size: 1.05rem;
    }

form[b-dd8nluae6l] {
    margin-top: 30px;
}

.form .field[b-dd8nluae6l] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-dd8nluae6l],
.field button[b-dd8nluae6l] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-dd8nluae6l] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-dd8nluae6l] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-dd8nluae6l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/Login.razor.rz.scp.css */
*[b-96of3qtv0z] {
    margin: 0;
    padding: 0;
    /* user-select: none; */
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html[b-96of3qtv0z], body[b-96of3qtv0z] {
    height: 100%;
}

body[b-96of3qtv0z] {
    display: grid;
    place-items: center;
    background: #dde1e7;
    text-align: center;
}

.content[b-96of3qtv0z] {
    width: 330px;
    padding: 40px 30px;
    background: #E9E9E9;
    border-radius: 50px;
    box-shadow: -3px -3px 7px #ffffff73, 2px 2px 5px rgba(94,104,121,0.288);
}

    .content .text[b-96of3qtv0z] {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 35px;
        color: #595959;
    }

.field[b-96of3qtv0z] {
    height: 50px;
    width: 100%;
    display: flex;
    position: relative;
}

    .field:nth-child(2)[b-96of3qtv0z] {
        margin-top: 20px;
    }

    .field input[b-96of3qtv0z] {
        height: 100%;
        width: 100%;
        padding-left: 45px;
        outline: none;
        border: none;
        font-size: 18px;
        background: #F1E4D8;
        color: #595959;
        border-radius: 25px;
        box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #ffffff73;
    }

        .field input:focus[b-96of3qtv0z] {
            box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #ffffff73;
        }

    .field span[b-96of3qtv0z] {
        position: absolute;
        color: #595959;
        width: 50px;
        line-height: 50px;
    }

    .field label[b-96of3qtv0z] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 45px;
        pointer-events: none;
        color: #666666;
    }

    .field input:valid ~ label[b-96of3qtv0z] {
        opacity: 0;
    }

.forgot-pass[b-96of3qtv0z] {
    text-align: left;
    margin: 10px 0 10px 5px;
}

    .forgot-pass a[b-96of3qtv0z] {
        font-size: 16px;
        color: #3498db;
        text-decoration: none;
    }

    .forgot-pass:hover a[b-96of3qtv0z] {
        text-decoration: underline;
    }

button[b-96of3qtv0z] {
    margin: 15px 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    background: brown;
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    box-shadow: 2px 2px 5px #BABECC, -5px -5px 10px #ffffff73;
}

    button:focus[b-96of3qtv0z] {
        color: #3498db;
        box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #ffffff73;
    }

.sign-up[b-96of3qtv0z] {
    margin: 10px 0;
    color: #595959;
    font-size: 16px;
}

    .sign-up a[b-96of3qtv0z] {
        color: #3498db;
        text-decoration: none;
    }

        .sign-up a:hover[b-96of3qtv0z] {
            text-decoration: underline;
        }
/* /Pages/NormalData.razor.rz.scp.css */
*[b-g37tei3r2a] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-g37tei3r2a] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-g37tei3r2a] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-g37tei3r2a] {
        background: #2382f6;
    }

.bottom-sheet[b-g37tei3r2a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-g37tei3r2a] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-g37tei3r2a] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-g37tei3r2a] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-g37tei3r2a] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-g37tei3r2a] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-g37tei3r2a] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-g37tei3r2a] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-g37tei3r2a] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-g37tei3r2a] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-g37tei3r2a] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-g37tei3r2a]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-g37tei3r2a] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-g37tei3r2a] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



.show-modal[b-g37tei3r2a] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-g37tei3r2a] {
        background: #2382f6;
    }

.bottom-sheet[b-g37tei3r2a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-g37tei3r2a] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-g37tei3r2a] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-g37tei3r2a] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-g37tei3r2a] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-g37tei3r2a] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-g37tei3r2a] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-g37tei3r2a] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-g37tei3r2a] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-g37tei3r2a] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-g37tei3r2a] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-g37tei3r2a]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-g37tei3r2a] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-g37tei3r2a] {
        margin-top: 20px;
        font-size: 1.05rem;
    }

form[b-g37tei3r2a] {
    margin-top: 30px;
}

.form .field[b-g37tei3r2a] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-g37tei3r2a],
.field button[b-g37tei3r2a] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-g37tei3r2a] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-g37tei3r2a] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-g37tei3r2a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/RCard.razor.rz.scp.css */
*[b-cnc5hg1uy8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body2[b-cnc5hg1uy8] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #E3F2FD;
}

.show-modal[b-cnc5hg1uy8] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-cnc5hg1uy8] {
        background: #2382f6;
    }

.bottom-sheet[b-cnc5hg1uy8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-cnc5hg1uy8] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-cnc5hg1uy8] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-cnc5hg1uy8] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-cnc5hg1uy8] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-cnc5hg1uy8] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-cnc5hg1uy8] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-cnc5hg1uy8] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-cnc5hg1uy8] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-cnc5hg1uy8] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-cnc5hg1uy8] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-cnc5hg1uy8]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-cnc5hg1uy8] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-cnc5hg1uy8] {
        margin-top: 20px;
        font-size: 1.05rem;
    }



.show-modal[b-cnc5hg1uy8] {
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 15px 22px;
    background: #4A98F7;
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
}

    .show-modal:hover[b-cnc5hg1uy8] {
        background: #2382f6;
    }

.bottom-sheet[b-cnc5hg1uy8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

    .bottom-sheet.show[b-cnc5hg1uy8] {
        opacity: 1;
        pointer-events: auto;
    }

    .bottom-sheet .sheet-overlay[b-cnc5hg1uy8] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000;
    }

    .bottom-sheet .content[b-cnc5hg1uy8] {
        width: 100%;
        position: relative;
        background: #fff;
        max-height: 100vh;
        /*height: 50vh;*/
        max-width: 100%;
        padding: 25px 30px;
        transform: translateY(100%);
        border-radius: 12px 12px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
    }

    .bottom-sheet.show .content[b-cnc5hg1uy8] {
        transform: translateY(0%);
    }

    .bottom-sheet.dragging .content[b-cnc5hg1uy8] {
        transition: none;
    }

    .bottom-sheet.fullscreen .content[b-cnc5hg1uy8] {
        border-radius: 0;
        overflow-y: hidden;
    }

    .bottom-sheet .header[b-cnc5hg1uy8] {
        display: flex;
        justify-content: center;
    }

.header .drag-icon[b-cnc5hg1uy8] {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

    .header .drag-icon span[b-cnc5hg1uy8] {
        height: 4px;
        width: 40px;
        display: block;
        background: #C7D0E1;
        border-radius: 50px;
    }

.bottom-sheet .body[b-cnc5hg1uy8] {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

    .bottom-sheet .body[b-cnc5hg1uy8]::-webkit-scrollbar {
        width: 0;
    }

    .bottom-sheet .body h2[b-cnc5hg1uy8] {
        font-size: 1.8rem;
    }

    .bottom-sheet .body p[b-cnc5hg1uy8] {
        margin-top: 20px;
        font-size: 1.05rem;
    }

form[b-cnc5hg1uy8] {
    margin-top: 30px;
}

.form .field[b-cnc5hg1uy8] {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input[b-cnc5hg1uy8],
.field button[b-cnc5hg1uy8] {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input[b-cnc5hg1uy8] {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

    .field input:focus[b-cnc5hg1uy8] {
        border-bottom-width: 2px;
    }

.Contact-Sel[b-cnc5hg1uy8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}
/* /Pages/Services.razor.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
*/




.container[b-5mzcevexal] {
    position: relative;
    background-image: url("images/bg.png");
    background-size: cover;
    padding: 25px;
    border-radius: 28px;
    max-width: 380px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header[b-5mzcevexal],
.logo[b-5mzcevexal] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .logo img[b-5mzcevexal] {
        width: 48px;
        margin-right: 10px;
    }

h5[b-5mzcevexal] {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

header .chip[b-5mzcevexal] {
    width: 60px;
}

h6[b-5mzcevexal] {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

h5.number[b-5mzcevexal] {
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 1px;
}

h5.name[b-5mzcevexal] {
    margin-top: 20px;
}

.container .card-details[b-5mzcevexal] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}




.container2[b-5mzcevexal] {
    width: 85%;
    background: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 50px 35px 10px 35px;
}

    .container2 header[b-5mzcevexal] {
        font-size: 35px;
        font-weight: 600;
        margin: 0 0 30px 0;
    }

    .container2 .form-outer[b-5mzcevexal] {
        width: 100%;
        overflow: hidden;
    }

        .container2 .form-outer form[b-5mzcevexal] {
            display: flex;
            width: 400%;
        }

.ko[b-5mzcevexal] {
    height: 40px;
}

.td[b-5mzcevexal] {
    font-size: 12px;
}

.material-symbols-outlined[b-5mzcevexal] {
    font-variation-settings: 'FILL' 0, 'wght' 400px, 'GRAD' 0, 'opsz' 24;
}
/* /Pages/Signup.razor.rz.scp.css */
*[b-fhavifluqo] {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

body[b-fhavifluqo] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    background: url("bg.png"), -webkit-linear-gradient(bottom, #0250c5, #d43f8d);
}

[b-fhavifluqo]::selection {
    color: #fff;
    background: #d43f8d;
}

.container[b-fhavifluqo] {
    width: 400px;
    background: #E9E9E9;
    text-align: center;
    border-radius: 50px;
    padding: 50px 35px 10px 35px;
}

    .container header[b-fhavifluqo] {
        font-size: 35px;
        font-weight: 600;
        margin: 0 0 30px 0;
    }

    .container .form-outer[b-fhavifluqo] {
        width: 100%;
        overflow: hidden;
    }

        .container .form-outer form[b-fhavifluqo] {
            display: flex;
            width: 400%;
        }

.form-outer form .page[b-fhavifluqo] {
    width: 25%;
    transition: margin-left 0.3s ease-in-out;
}

    .form-outer form .page .title[b-fhavifluqo] {
        text-align: left;
        font-size: 25px;
        font-weight: 500;
    }

    .form-outer form .page .field[b-fhavifluqo] {
        width: 330px;
        height: 45px;
        margin: 45px 0;
        display: flex;
        position: relative;
    }

form .page .field .label[b-fhavifluqo] {
    position: absolute;
    top: -30px;
    font-weight: 500;
}

form .page .field input[b-fhavifluqo] {
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
}

form .page .field select[b-fhavifluqo] {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

form .page .field button[b-fhavifluqo] {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #d33f8d;
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

    form .page .field button:hover[b-fhavifluqo] {
        background: #000;
    }

form .page .btns button[b-fhavifluqo] {
    margin-top: -20px !important;
}

    form .page .btns button.prev[b-fhavifluqo] {
        margin-right: 3px;
        font-size: 17px;
    }

    form .page .btns button.next[b-fhavifluqo] {
        margin-left: 3px;
    }

.container .progress-bar[b-fhavifluqo] {
    display: flex;
    margin: 40px 0;
    user-select: none;
}

    .container .progress-bar .step[b-fhavifluqo] {
        text-align: center;
        width: 100%;
        position: relative;
    }

        .container .progress-bar .step p[b-fhavifluqo] {
            font-weight: 500;
            font-size: 18px;
            color: #000;
            margin-bottom: 8px;
        }

.progress-bar .step .bullet[b-fhavifluqo] {
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

    .progress-bar .step .bullet.active[b-fhavifluqo] {
        border-color: #d43f8d;
        background: #d43f8d;
    }

    .progress-bar .step .bullet span[b-fhavifluqo] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .progress-bar .step .bullet.active span[b-fhavifluqo] {
        display: none;
    }

    .progress-bar .step .bullet[b-fhavifluqo]:before,
    .progress-bar .step .bullet[b-fhavifluqo]:after {
        position: absolute;
        content: '';
        bottom: 11px;
        right: -51px;
        height: 3px;
        width: 44px;
        background: #262626;
    }

    .progress-bar .step .bullet.active[b-fhavifluqo]:after {
        background: #d43f8d;
        transform: scaleX(0);
        transform-origin: left;
        animation: animate-b-fhavifluqo 0.3s linear forwards;
    }

@keyframes animate-b-fhavifluqo {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar .step:last-child .bullet[b-fhavifluqo]:before,
.progress-bar .step:last-child .bullet[b-fhavifluqo]:after {
    display: none;
}

.progress-bar .step p.active[b-fhavifluqo] {
    color: #d43f8d;
    transition: 0.2s linear;
}

.progress-bar .step .check[b-fhavifluqo] {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

    .progress-bar .step .check.active[b-fhavifluqo] {
        display: block;
        color: #fff;
    }

    .h7[b-fhavifluqo]{
        font:bolder;
        font-family:Arial;
        font-size:medium;
    }
.title[b-fhavifluqo] {
    font: bolder;
    font-family: Arial;
    font-size: medium;
}
.divt[b-fhavifluqo]{
margin-left:30px;
color:white;
}
.back[b-fhavifluqo]{
    width:50px;
    height:50px;
}

.gg-arrow-left[b-fhavifluqo] {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}

    .gg-arrow-left[b-fhavifluqo]::after,
    .gg-arrow-left[b-fhavifluqo]::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        left: 3px
    }

    .gg-arrow-left[b-fhavifluqo]::after {
        width: 8px;
        height: 8px;
        border-bottom: 2px solid;
        border-left: 2px solid;
        transform: rotate(45deg);
        bottom: 7px
    }

    .gg-arrow-left[b-fhavifluqo]::before {
        width: 16px;
        height: 2px;
        bottom: 10px;
        background: currentColor
    } 
/* /Shared/ButtomNav.razor.rz.scp.css */
*[b-c0sj1jvztw] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body[b-c0sj1jvztw] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
}

nav[b-c0sj1jvztw] {
    border-radius: 12px;
    background: #FFF;
    padding: 0 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-content[b-c0sj1jvztw] {
    display: flex;
    height: 60px;
    align-items: center;
    list-style: none;
    position: relative;
}

.link-item[b-c0sj1jvztw] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90px;
    width: 95px;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .link-item.active[b-c0sj1jvztw] {
        transform: translateY(-25px);
    }

.link-icon[b-c0sj1jvztw] {
    font-size: 20px;
    color:firebrick;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.link-item.active .link-icon[b-c0sj1jvztw] {
    color: firebrick;
}

.link-text[b-c0sj1jvztw] {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    color:firebrick;
    opacity: 0;
    transform: translateY(32px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.link-item.active .link-text[b-c0sj1jvztw] {
    opacity: 1;
}

.indicator[b-c0sj1jvztw] {
    position: absolute;
    top: -14px;
    left: 48px;
    height: 30px;
    width: 30px;
    background-color: #FFF;
    border: 3px solid firebrick;
    border-radius: 60%;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .indicator[b-c0sj1jvztw]::before,
    .indicator[b-c0sj1jvztw]::after {
        content: '';
        position: absolute;
        bottom: -8px;
        height: 24px;
        width: 19px;
    }

    .indicator[b-c0sj1jvztw]::before {
        left: -22px;
        background-color: #FFF;
        border-top-right-radius: 25px;
        box-shadow: 1px -13px firebrick;
    }

    .indicator[b-c0sj1jvztw]::after {
        right: -22px;
        background-color: #FFF;
        border-top-left-radius: 25px;
        box-shadow: -1px -13px firebrick;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2mntnj8hlo] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.footer[b-2mntnj8hlo] {
    position: fixed;
    bottom: 0;
    width: 100%;
}
main[b-2mntnj8hlo] {
    flex: 1;
}

.sidebar[b-2mntnj8hlo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2mntnj8hlo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2mntnj8hlo]  a, .top-row[b-2mntnj8hlo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2mntnj8hlo]  a:hover, .top-row[b-2mntnj8hlo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2mntnj8hlo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2mntnj8hlo] {
        display: none;
    }

    .top-row.auth[b-2mntnj8hlo] {
        justify-content: space-between;
    }

    .top-row[b-2mntnj8hlo]  a, .top-row[b-2mntnj8hlo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2mntnj8hlo] {
         flex-direction: row;
       /* position: relative;
        display: flex;
        flex-direction: column;*/
    }

    .sidebar[b-2mntnj8hlo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2mntnj8hlo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2mntnj8hlo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2mntnj8hlo], article[b-2mntnj8hlo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .footer[b-2mntnj8hlo]{
        position:fixed;
        bottom:0;
        width:100%;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dfs6g9u5nr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dfs6g9u5nr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dfs6g9u5nr] {
    font-size: 1.1rem;
}

.oi[b-dfs6g9u5nr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dfs6g9u5nr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dfs6g9u5nr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dfs6g9u5nr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dfs6g9u5nr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dfs6g9u5nr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dfs6g9u5nr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dfs6g9u5nr] {
        display: none;
    }

    .collapse[b-dfs6g9u5nr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
