@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

:root {
    --bs-body-bg: #f2eaf5;
    /*--theme-primary: #0459C4;*/
    --theme-primary: #3f003e;
    --theme-secondary: #6b0069;
    --bs-table-bg-type: rgba(236, 245, 255, 1);
    --bs-emphasis-color-rgb: rgba(236, 245, 255, 1);
}

html, body {
    font-family: "Poppins", sans-serif;
}

a, .btn-link {
    color: rgba(2, 79, 177, 1);
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    border-radius: 30px;
}

._bg_theme {
    background-color: var(--theme-primary);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
}

.validation-message {
    color: #FF5B76;
    font-size: 0.8rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
.tox-tinymce {
    border: 1px solid rgb(255 231 255) !important;
    border-radius: 2px !important;
}

._row_brd_r {
    border-right: 1px solid rgb(198 196 201) !important;
}
._popup_inner_title {
    font-size: 1rem;
    margin-top: 0 !important;
    color: var(--theme-primary)
}

.form-control {
    font-size: 0.85rem;
    background-color: #fefcff;
    border-radius: 2px !important;
    border-color: rgb(255 231 255) !important;
}
.modal-body {
    background-color: #fefaff;
}

.form-select {
    font-size: 0.85rem;
    background-color: #fefcff;
    outline: none;
    box-shadow: none;
    border-radius: 2px !important;
    border-color: rgb(255 231 255) !important;
}

    .form-select:focus {
        outline: none;
        box-shadow: none;
    }

/*Scroll bar nav*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme-secondary);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(204,204,204,0.3);
    }


/*---------- Login --------------*/



.btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible {
    color: #fff;
    background-color: var(--theme-secondary) !important;
    border-color: var(--theme-secondary) !important;
    box-shadow: none !important;
}

 

._login_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f2eaf5;
}

._login_inner {
    width: 50%;
    max-width: 960px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgb(241 219 255);
}

._login_banner {
    width: 55%;
    background-image: url(img/bg_login_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ._login_banner img {
        width: 200px;
    }

._login_form {
    width: 45%;
    padding: 3rem;
}

    ._login_form h3 {
        font-weight: 600;
    }

        ._login_form h3::after {
            content: '';
            display: block;
            height: 3px;
            width: 75px;
            background-color: var(--theme-secondary);
            margin-top: 10px;
            margin-bottom: 15px;
        }

._login_inner label {
    color: #1D2869;
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
}

._login_inner a {
    color: var(--theme-primary);
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 5s ease-in-out;
}

    ._login_inner a:hover {
        text-decoration:none;
    }


._txtarea_h_2 {
    min-height: 100px !important;
}

._login_inner .form-control {
    font-size: 0.85rem;
    font-weight: 400;
    background-color: #fefcff;
    border-color: #E6E3F3;
    padding-left: 0 !important;
    border-left: 0 !important;
}

._login_inner .input-group-text {
    font-weight: 400;
    background-color: #FBFAFF;
    border-color: #E6E3F3;
}

._pass_icon {
    line-height: 0;
    opacity: 0.7;
    color: var(--theme-primary);
    font-size: 0.7rem;
}

._login_inner .form-control:focus {
    box-shadow: none;
    background-color: #fff;
}

._top_title_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    ._top_title_bar h4 {
        font-size: 1.5rem;
        margin-bottom: 0;
        color: var(--theme-primary);
    }

._bredcumbs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 5px;
    font-size: 0.85rem;
}
    ._bredcumbs a{
        color:var(--theme-secondary);
    }

    ._bredcumbs .material-symbols-outlined {
        font-size: 14px;
    }

._page_title_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(63, 0, 62, 0.1);
    margin-bottom: -1px;
}

    ._page_title_bar > h5 {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

._title_toolbar {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

    ._title_toolbar .btn {
        display: flex;
        white-space: nowrap;
        align-items: center;
        padding: 0.3rem 1.5rem;
        background-color:var(--theme-primary) !important;
        border-color:var(--theme-primary) !important;
        height: 40px;
        line-height: 40px;
        column-gap: 5px;
        font-size: 1rem;
    }
        ._title_toolbar .btn:hover{
            background-color:var(--theme-secondary) !important;
            border-color:var(--theme-primary) !important;
        }

        ._title_toolbar .btn .material-symbols-outlined {
            font-size: 17px;
            line-height: 0;
        }

    ._title_toolbar .form-control {
        padding: 5px 20px !important;
        border: 1px solid #e6d7eb !important;
        background: #f2eaf5 url(img/search_icon.png) no-repeat 95%;
        background-size: 20px;
        border-radius: 30px;
        margin: 0 !important;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        border-radius: 30px !important;
    }

._pagination_nav {
    display: flex;
    justify-content: center;
}

._paginator {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    background: #fff;
    padding: 0.5rem;
    font-size: 0.85rem;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #dbe4ef;
}

._paging_btn {
    background: #edf5fe;
    border: 1px solid #edf5fe;
    padding: 0 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

    ._paging_btn .material-symbols-outlined {
        font-size: 17px;
    }

    ._paging_btn:disabled {
        background-color: transparent;
        border-color: transparent !important;
    }

.form-control:focus {
    border-color: hsl(300.97deg 100% 12.16% / 50%) !important;
}

._grd_brn_outer {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

._grd_edit {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    color: var(--theme-primary);
    font-size: 17px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background-color: #fff;
}

._grd_delete {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    color: #E13C5A;
    font-size: 17px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background-color: #fff;
}

    ._grd_delete .material-symbols-outlined, ._grd_edit .material-symbols-outlined {
        font-size: 17px;
    }

.table thead tr th {
    font-weight: 500;
    background-color: #f2eaf5;
    font-size: 1rem;
    vertical-align: middle;
    color: var(--theme-primary);
}

.dropdown{
    margin-top:10px;
}

.table tbody tr td {
    font-size: 0.95rem;
    vertical-align: middle;
    background: #fff;
}

._td_bg_cstm {
    background-color: #f7f4f4 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #f7f4f4 !important;
}

.input-group-text {
    border-radius: 2px !important;
    background: #fefcff !important;
    border-color: rgb(255 231 255) !important;
}

._popup_btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

._bg_theme .btn-close {
    filter: invert(1);
}

._dengenr_theme .btn-close {
    filter: invert(1);
}

.form-label {
    margin-bottom: 0.2rem !important;
    font-size: 1rem;
}

._dengenr_theme {
    background-color: #E13C5A;
}

.btn-default {
    border: 1px solid #e1e1e1 !important;
}

.btn-default, .btn-danger {
    border-radius: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.modal-footer {
    background: #F9FAFB;
}

._width_120 {
    width: 120px;
}

._width_150 {
    width: 150px;
}

._aaf_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
    background: hsl(0deg 0% 0% / 70%);
}

._go_back_home {
    display: inline-flex;
    padding: 8px 2rem;
    border-radius: 100px;
    background: #104399;
    color: #fff;
}

._donor_box {
    border: 3px solid #3F003E;
    border-radius: 8px;
    overflow: hidden;
}

    ._donor_box ._donor_title {
        background-color: #3F003E;
        padding: 10px 15px;
    }

        ._donor_box ._donor_title h5 {
            color: #fff;
            margin: 0;
        }

    ._donor_box ._donor_body {
        padding: 15px;
        background-color: #f3f3f3;
    }

._donor_btm_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    column-gap: 1.3%;
}

.modal-content form {
    overflow: auto;
}

._f_chkbox {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
    ._f_chkbox .form-label {
        font-size: 0.85rem !important;
        font-weight: 500;
    }

    ._f_chkbox .form-check-input {
        margin-bottom: 0.2rem;
    }

._f_d_btn {
    display: flex;
    border: 1px solid #3F003E;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 3px 10px;
    color: #3F003E;
    font-size: 0.85rem;
}

    ._f_d_btn:hover {
        background-color: #FFF6FF;
    }

._family_d_box {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    border: 1px solid #C3C3C3;
    background: #fff;
    padding: 1rem;
    width: 19%;
}

._donor_top_sec {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

    ._donor_top_sec ul {
        margin-bottom: 0;
    }

._donor_btm_section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

    ._donor_btm_section a {
        display: flex;
        background: #3e003d;
        padding: 5px 15px;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

._stepper_outer {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
}

._purple_theme {
    background-color: #3F003E;
}

    ._purple_theme .btn-close {
        filter: invert(1);
    }

._purple_theme_body_bg {
    background-color: #fff !important;
}

.txt_right {
    text-align: right;
}

._purple_theme .form-control {
    font-size: 0.85rem;
    background-color: #fff !important;
    border-radius: 2px !important;
    border-color: rgba(117, 178, 255, 0.2) !important;
}

._export_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
    ._export_btn img{
        width:20px;
    }

    ._donor_submit_btn {
        background: #3F003E;
        color: #fff;
        border: 0 !important;
        border-radius: 4px;
        padding: 6px 26px;
    }

._donor_close_btn {
    background: #fff;
    color: #333;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px;
    padding: 6px 26px;
}

._stepper_box {
    display: flex;
    border: 1px solid var(--theme-primary);
    padding: 1rem;
    row-gap: 10px;
    align-items: center;
    min-width: 200px;
    border-radius: 10px;
    background-color: #fff;
    column-gap: 10px;
}

._archive_outer {
    display: inline-flex;
    align-items: end;
    border: 1px solid #e6cdef;
    padding: 2rem;
    row-gap: 1.2rem;
    background-color: #fff;
    flex-direction: column;
}
    ._archive_outer > div{
        width:100%;
    }
    ._archiv_f_sec {
        display: flex;
        column-gap: 2rem;
        align-items: center;
        white-space: nowrap;
    }
    ._archiv_f_sec .form-select{
        min-width:350px;
    }
._archiv_f_sec .form-label{
    min-width:100px;
}
._archive_outer .btn-primary {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

._stepper_box._bg_fill {
    background: var(--theme-primary);
    color: #fff !important;
    border-color: var(--theme-primary);
}

    ._stepper_box .material-symbols-outlined {
        border: 1px solid var(--theme-primary);
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        color: var(--theme-primary);
    }

    ._stepper_box h6 {
        margin: 0;
    }

    ._stepper_box a {
        border: 1px solid var(--theme-primary);
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 120px;
        border-radius: 4px;
        padding: 3px 15px;
        color: var(--theme-primary);
    }

    ._stepper_box._bg_fill .material-symbols-outlined {
        border: 1px solid #fff;
        color: var(--theme-primary);
        background-color: #fff;
    }

    ._stepper_box._bg_fill a {
        background-color: #fff;
    }

.card {
    border-radius: 0 !important;
    border-color: #f9fafb !important;
    background: #fff;
}

.card-header {
    background-color: #F9FAFB !important;
    border-bottom-color: #f3f3f3 !important;
    padding: 10px 15px
}

    .card-header .modal-title h5 {
        color: #000 !important;
    }

.card-footer {
    background-color: #F9FAFB !important;
    border-top: 0 !important;
    padding: 10px 15px
}

._btn_icon {
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    background: #fff;
    font-weight: 400;
    margin-right: 10px;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 3px;
    column-gap: 5px;
    font-size: 14px;
}

    ._btn_icon .material-symbols-outlined {
        font-size: 18px;
        font-weight: 400;
    }

    ._btn_icon._dengenr_btn {
        color: #FF5B76;
    }

        ._btn_icon._dengenr_btn .material-symbols-outlined {
            color: #FF5B76;
        }

    ._btn_icon._blue_btn {
        color: var(--theme-primary);
    }

        ._btn_icon._blue_btn .material-symbols-outlined {
            color: var(--theme-primary);
        }

._skip_btn {
    border: 0;
    background: #fff;
    font-size: 14px;
    padding: 0;
    color: var(--thheme-primary);
    border: 1px solid;
    padding: 3px 15px;
    border-radius: 3px;
}

._brd_radius_30 {
    border-radius: 30px !important;
}

._donor_outer_sec {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding:5px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

._donor_not_active {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 2rem;
}

    ._donor_not_active img {
        width: 60%;
    }

    ._donor_not_active h2 {
        border: 5px solid #f1d8f1;
        padding: 15px;
        color: #3f003e;
    }

._wizard_btn {
    background: var(--theme-primary);
    color: #fff;
    border: 0 !important;
    border-radius: 4px;
    padding: 6px 26px;
}
    ._wizard_btn:hover {
        background-color: var(--theme-secondary);
        border-color: var(--theme-secondary);
    }

    ._wizard_back_btn {
        background: #fff;
        color: #333;
        border: 1px solid #e1e1e1 !important;
        border-radius: 4px;
        padding: 6px 26px;
    }
        ._wizard_back_btn:hover{
            font-weight:500;
        }

        ._short_note {
            background: #fff;
            border: 1px solid rgba(63, 0, 62, 0.1);
            padding: 10px;
            font-size: 1rem;
            border-bottom: 0;
        }
    ._short_note p{
        margin:0;
    }
._popup_btn_alignment{
    display:flex;
    justify-content:flex-end;
    column-gap:10px;
    align-items:center;
}
._wizard_btn_outline {
    border: 1px solid var(--theme-primary) !important;
    color: var(--theme-primary) !important;
    background: #f1f1f1 !important;
    border-radius: 4px;
    padding: 6px 26px;
}

._bg_blank {
    background-color: #fefcff;
    border: 1px solid rgb(255 216 254);
    margin-left: -1rem;
    padding-left: 1rem;
    margin-right: -1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

._width_20p {
    width: 20% !important;
    font-weight: 500;
}

._width_30p {
    width: 30% !important;
}

._mobile_user_info {
    display: none;
}

._desktop_hide {
    display: none;
}

._logout_btn .material-symbols-outlined {
    font-size: 18px;
}

._no_cord_f {
    background-color: #ffebed;
    border: 1px solid #efafb5;
    color: #ff4052;
    padding: 4px 30px;
    font-weight: 400;
    font-size: 0.85rem;
    border-radius: 2px;
}

._dashbord_box_ui {
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: -2px 4px 8px 0 #00000052;*/
    height: 100%;
    border: 1px solid #ffe1ff;
}
._d_o_box {
    padding: 1.4rem 2rem;
    background-color: #00459c;
    border-radius: 4px;
}
._reset_pass_l_btn {
    display: flex;
    border: 1px solid #E6E3F3;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    column-gap: 1rem;
    color: #333333b8 !important;
}
    ._reset_pass_l_btn .material-symbols-outlined {
        transform: rotate(180deg);
    }
    ._reset_pass_l_btn:hover{
        color:var(--theme-primary) !important;
    }

    ._dashbord_box_ui h4 {
        font-size: 3rem;
        margin-bottom: 0;
        color: var(--theme-primary);
    }
._dashbord_box_ui h6 {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #333;
}

._f_succ_msg {
    color: #198754;
    font-size: 0.8rem;
}
.f_deng_msg {
    color: #FF5B76;
    font-size: 0.8rem;
}
._drop_of_instruction{vertical-align:text-top !important;}
._drop_of_instruction p {
    margin-bottom: 5px !important;
}
.btn:disabled {
    background-color: #3e003d !important;
    border-color: #3e003d !important;
}
.table-sm > :not(caption) > * > * {
    padding: .35rem .45rem !important;
}
._tbl_seperater{
    background-color:var(--theme-primary) !important;
    height:2px;
    padding:0 !important;
}

._nf_record {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    ._nf_record img{
        max-height:300px;
    }
    ._nf_record h3 {
        font-weight: 700;
        color: #3f003e;
    }

    @media only screen and (max-width: 767px) {
        ._login_outer {
        align-items: flex-start;
        background: #fff;
    }

    ._login_inner {
        width: 100%;
        flex-direction: column;
        border: 0;
        border-radius: 0 !important;
    }

    ._login_banner, ._login_form {
        width: 100%;
    }

    ._login_banner {
        min-height: 400px;
        align-items: flex-start;
    }

        ._login_banner img {
            width: 180px;
            margin-top: 70px;
            margin-bottom: 70px;
        }

    ._login_form {
        width: 90%;
        margin: auto;
        margin-top: -100px;
        background: #fff;
        padding: 2rem;
        border-radius: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1440px) {
    ._login_inner {
        width: 96%;
    }
}

@media only screen and (min-width: 641px) and (max-width:991px) {
    ._mob_btn_pos {
        position: fixed;
        bottom: 25px;
        right: 25px;
    }


    ._stepper_box {
        min-width: auto;
        flex-direction:column;
        align-items:center;
        text-align:center;
        width:33%;
    }
    ._archive_outer {
        width: 100%;
        flex-direction: column;
        row-gap: 1.2rem;
    }

        ._archive_outer > div {
            width: 100%;
        }

    ._archiv_f_sec {
        flex-direction: column;
    }

        ._archiv_f_sec .form-label {
            min-width: 100%;
        }

        ._archiv_f_sec .form-select {
            min-width: 100%;
        }
}
/* START: Added by Rahul */
.loader-hidden {
    display: none !important;
}

@media print {
    .no-print {
        display: none !important;
    }
}

/* END: Added by Rahul */

@media only screen and (max-width: 640px) {
    .page {
        height: 100vh;
    }

    ._top_bar {
        display: none !important;
    }

    ._mobile_user_info {
        padding: 15px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        border-bottom: 1px solid var(--theme-secondary);
        margin-bottom: 10px;
        background: #4b0149;
    }

    ._mobile_user_img {
        display: flex;
        align-items: center;
        column-gap: 1rem;
    }

    ._mobile_user_name h6 {
        color: #fff;
    }

    ._mobile_user_name a {
        color: #ffffffb8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 185px;
        font-size: 14px;
        font-weight: 400;
    }

    ._mobile_user_img img {
        width: 50px;
    }

    ._mobile_user_name {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        row-gap: 5px;
    }

    ._m_logout_btn {
        border: 1px solid var(--theme-secondary);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        border-radius: 30px;
        padding: 5px;
        font-weight: 300;
        font-size: 0.85rem;
    }

        ._m_logout_btn:hover {
            background-color: #1957c0;
        }

    ._logout_btn .material-symbols-outlined {
        font-size: 18px;
    }

    ._page_title_bar {
        flex-direction: column;
    }

    ._title_toolbar {
        width: 100%;
    }

    ._page_title_bar > h5 {
        margin-bottom: 10px;
        display: none;
    }

    .modal-content form {
        overflow: auto;
    }
    /*._m_txt_hide {
        display: none;
    }*/
    ._mob_btn_pos {
        position: fixed;
        bottom: 25px;
        right: 25px;
    }

    .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    ._mob_hide_sec {
        display: none;
    }

    ._desktop_hide {
        display: block;
    }

    ._popup_inner_title {
        margin-top: 0 !important;
        margin-bottom: 2px;
    }

    ._bredcumbs {
        display: none;
    }

    ._stepper_outer {
        flex-direction: column;
        row-gap: 8px;
    }

    ._stepper_box {
        display: flex;
        flex-direction: initial;
        align-items: center;
        column-gap: 1rem;
        padding: 0.6rem;
    }
    ._archive_outer{
    width:100%;
    flex-direction:column;
    row-gap:1.2rem;
    }
        ._archive_outer > div{
            width:100%;
        }
        ._archiv_f_sec {
            flex-direction: column;
        }
        ._archiv_f_sec .form-label {
            min-width: 100%;
        }
        ._archiv_f_sec .form-select {
            min-width: 100%;
        }
}
