/* _content/Callsi/Pages/Admin/Login.razor.rz.scp.css */
.login-sec[b-m4p71qhe8r] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left[b-m4p71qhe8r] {
    width: 45%;
}

.login-right[b-m4p71qhe8r] {
    width: 53%;
    padding: 20px;
}

.login-main[b-m4p71qhe8r] {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
    position: relative;
    z-index: 999;
}

.input-icon[b-m4p71qhe8r] {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small[b-m4p71qhe8r] {
    font-size: 0.9rem;
}

.login-input[b-m4p71qhe8r] {
    padding: 15px 48px 15px 15px;
    background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus[b-m4p71qhe8r] {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

[b-m4p71qhe8r]::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

[b-m4p71qhe8r]::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login[b-m4p71qhe8r] {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

    .btn-login:hover[b-m4p71qhe8r] {
        background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
        color: #ffffff;
    }

.bg-login[b-m4p71qhe8r] {
    background: url("../loginimages/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left[b-m4p71qhe8r] {
        width: 100% !important;
        display: none !important;
    }

    .login-right[b-m4p71qhe8r] {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid[b-m4p71qhe8r] {
    width: 3px;
}

.divider-login[b-m4p71qhe8r] {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk[b-m4p71qhe8r] {
    position: relative;
    top: 2px;
}

.fw-600[b-m4p71qhe8r] {
    font-weight: 600;
}

.login-heading[b-m4p71qhe8r] {
    font-size: 17px;
}





#canvas[b-m4p71qhe8r] {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

a[b-m4p71qhe8r] {
    color: #ffffff;
    text-decoration: underline !important;
}

.spinner-border.text-light[b-m4p71qhe8r] {
    width: 17px;
    height: 17px;
}

h2[b-m4p71qhe8r] {
    font-size: 2rem;
    color: #47a5e6;
}
/* _content/Callsi/Pages/index.razor.rz.scp.css */
/* _content/Callsi/Pages/MemberTeamAccess/AcceptInvitation.razor.rz.scp.css */
.login-sec[b-e19noj1b83] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left[b-e19noj1b83] {
    width: 45%;
}

.login-right[b-e19noj1b83] {
    width: 53%;
    padding: 20px;
}

.login-main[b-e19noj1b83] {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
    position: relative;
    z-index: 999;
}

.input-icon[b-e19noj1b83] {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small[b-e19noj1b83] {
    font-size: 0.9rem;
}

.login-input[b-e19noj1b83] {
    padding: 15px 48px 15px 15px;
    background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus[b-e19noj1b83] {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

[b-e19noj1b83]::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

[b-e19noj1b83]::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login[b-e19noj1b83] {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

    .btn-login:hover[b-e19noj1b83] {
        background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
        color: #ffffff;
    }

.bg-login[b-e19noj1b83] {
    background: url("../loginimages/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left[b-e19noj1b83] {
        width: 100% !important;
        display: none !important;
    }

    .login-right[b-e19noj1b83] {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid[b-e19noj1b83] {
    width: 3px;
}

.divider-login[b-e19noj1b83] {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk[b-e19noj1b83] {
    position: relative;
    top: 2px;
}

.fw-600[b-e19noj1b83] {
    font-weight: 600;
}

.login-heading[b-e19noj1b83] {
    font-size: 17px;
}





#canvas[b-e19noj1b83] {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

a[b-e19noj1b83] {
    color: #ffffff;
    text-decoration: underline !important;
}

.spinner-border.text-light[b-e19noj1b83] {
    width: 17px;
    height: 17px;
}

h2[b-e19noj1b83] {
    font-size: 2rem;
    color: #47a5e6;
}
/* _content/Callsi/Pages/Shared/BlankLayout.razor.rz.scp.css */
body[b-scw20fww06] {
}
/* _content/Callsi/Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-hngtl5sfqj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hngtl5sfqj] {
    flex: 1;
}

.sidebar[b-hngtl5sfqj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hngtl5sfqj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hngtl5sfqj]  a, .top-row .btn-link[b-hngtl5sfqj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hngtl5sfqj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hngtl5sfqj] {
        display: none;
    }

    .top-row.auth[b-hngtl5sfqj] {
        justify-content: space-between;
    }

    .top-row a[b-hngtl5sfqj], .top-row .btn-link[b-hngtl5sfqj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hngtl5sfqj] {
        flex-direction: row;
    }

    .sidebar[b-hngtl5sfqj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hngtl5sfqj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hngtl5sfqj], article[b-hngtl5sfqj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Callsi/Pages/User/ForgotPassword.razor.rz.scp.css */
.login-sec[b-1wx9gav1vx] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left[b-1wx9gav1vx] {
    width: 45%;
}

.login-right[b-1wx9gav1vx] {
    width: 53%;
    padding: 20px;
}

.login-main[b-1wx9gav1vx] {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
    position: relative;
    z-index: 999;
}

.input-icon[b-1wx9gav1vx] {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small[b-1wx9gav1vx] {
    font-size: 0.9rem;
}

.login-input[b-1wx9gav1vx] {
    padding: 15px 48px 15px 15px;
    background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus[b-1wx9gav1vx] {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

[b-1wx9gav1vx]::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

[b-1wx9gav1vx]::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login[b-1wx9gav1vx] {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

    .btn-login:hover[b-1wx9gav1vx] {
        background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
        color: #ffffff;
    }

.bg-login[b-1wx9gav1vx] {
    background: url("../loginimages/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left[b-1wx9gav1vx] {
        width: 100% !important;
        display: none !important;
    }

    .login-right[b-1wx9gav1vx] {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid[b-1wx9gav1vx] {
    width: 3px;
}

.divider-login[b-1wx9gav1vx] {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk[b-1wx9gav1vx] {
    position: relative;
    top: 2px;
}

.fw-600[b-1wx9gav1vx] {
    font-weight: 600;
}

.login-heading[b-1wx9gav1vx] {
    font-size: 17px;
}


#canvas[b-1wx9gav1vx] {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

a[b-1wx9gav1vx] {
    color: #ffffff;
    text-decoration: underline !important;
}

.spinner-border.text-light[b-1wx9gav1vx] {
    width: 17px;
    height: 17px;
}

h2[b-1wx9gav1vx] {
    font-size: 2rem;
    color: #47a5e6;
}
/* _content/Callsi/Pages/User/Level.razor.rz.scp.css */
body[b-eltn9x20l1] {
}

[b-eltn9x20l1] .card {
    background: #fff !important;
    box-shadow: none !important;
    color: #374668 !important;
}

[b-eltn9x20l1] .card-img-top {
    box-shadow: none !important;
}


[b-eltn9x20l1] .btn {
    font-size: 1.1rem !important;
}

[b-eltn9x20l1].card.style-2 {
    padding: 15px 15px !important;
    border-radius: 0px !important;
    margin: 15px 0px !important;
    border: 1px solid #c5c5c5 !important;
}

[b-eltn9x20l1] .card .card-body {
    padding: 15px 20px !important;
}

[b-eltn9x20l1] .custom-btn {
    background: transparent !important;
    color: #554f4f !important;
    border: none !important;
    border-radius: 0px;
    font-weight: 500;
}

    [b-eltn9x20l1] .custom-btn:hover {
        background: transparent !important;
        color: black !important;
        border: none !important;
        border-radius: 0px;
        font-weight: 500;
    }

.bd-right[b-eltn9x20l1] {
    border-right: 1px solid #b1b1b1 !important;
    display: inline-block;
    height: 15px;
    position: relative;
    top: 4px;
}

[b-eltn9x20l1] .current-pg {
    border: 1px solid #888ea8;
    border-radius: 3px;
    padding: 2px 8px;
    display: inline-block;
    margin: 0px 10px;
}

.paging-row[b-eltn9x20l1] {
    font-size: 18px !important;
}

.border-art[b-eltn9x20l1] {
    border: 1px solid #c5c5c5 !important;
}

.pro-text[b-eltn9x20l1] {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    color: #4c4c4c;
}

.pro-con[b-eltn9x20l1] {
    min-height: calc(100vh - 200px);
}

.pro-textcredit[b-eltn9x20l1] {
    font-size: 24px;
    text-align: center;
    color: #4c4c4c;
}

.custom-btn-cam[b-eltn9x20l1] {
    color: #fff !important;
    background-color: #401c9a !important;
    border-color: #401c9a !important;
    font-size: 22px !important;
}

    .custom-btn-cam img[b-eltn9x20l1] {
        width: 22px;
        margin-right: 10px;
        position: relative;
        top: -2px;
    }

.switch.inner-label-toggle .switch-input[b-eltn9x20l1] {
    min-width: 150px;
    height: 34px !important;
    border-radius: 8px;
    margin-left: 0;
}

.switch-inline.inner-label-toggle .input-checkbox span.label-left[b-eltn9x20l1] {
    z-index: 3;
    top: 21% !important;
    color: #000;
}

.switch-inline.inner-label-toggle .input-checkbox span.label-right[b-eltn9x20l1] {
    right: 0;
    z-index: 3;
    top: 21% !important;
}

.spantext[b-eltn9x20l1] {
    font-size: 17px !important;
}
/* _content/Callsi/Pages/User/Login.razor.rz.scp.css */
.login-sec[b-gq8tw8g0jg] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left[b-gq8tw8g0jg] {
    width: 45%;
}

.login-right[b-gq8tw8g0jg] {
    width: 53%;
    padding: 20px;
}

.login-main[b-gq8tw8g0jg] {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
    position: relative;
    z-index: 999;
}

.input-icon[b-gq8tw8g0jg] {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small[b-gq8tw8g0jg] {
    font-size: 0.9rem;
}

.login-input[b-gq8tw8g0jg] {
    padding: 15px 48px 15px 15px;
    background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus[b-gq8tw8g0jg] {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

[b-gq8tw8g0jg]::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

[b-gq8tw8g0jg]::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login[b-gq8tw8g0jg] {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

    .btn-login:hover[b-gq8tw8g0jg] {
        background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
        color: #ffffff;
    }

.bg-login[b-gq8tw8g0jg] {
    background: url("../loginimages/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left[b-gq8tw8g0jg] {
        width: 100% !important;
        display: none !important;
    }

    .login-right[b-gq8tw8g0jg] {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid[b-gq8tw8g0jg] {
    width: 3px;
}

.divider-login[b-gq8tw8g0jg] {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk[b-gq8tw8g0jg] {
    position: relative;
    top: 2px;
}

.fw-600[b-gq8tw8g0jg] {
    font-weight: 600;
}

.login-heading[b-gq8tw8g0jg] {
    font-size: 17px;
}





#canvas[b-gq8tw8g0jg] {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

a[b-gq8tw8g0jg] {
    color: #ffffff;
    text-decoration: underline !important;
}
.spinner-border.text-light[b-gq8tw8g0jg] {
    width: 17px;
    height: 17px;
}

h2[b-gq8tw8g0jg] {
    font-size: 2rem;
    color: #47a5e6;
}
/* _content/Callsi/Pages/User/Notification.razor.rz.scp.css */
body[b-g2zkcacubp] {
}

[b-g2zkcacubp] .card {
    background: #fff !important;
    box-shadow: none !important;
    color: #374668 !important;
}

[b-g2zkcacubp] .card-img-top {
    box-shadow: none !important;
}


[b-g2zkcacubp] .btn {
    font-size: 1.1rem !important;
}

[b-g2zkcacubp].card.style-2 {
    padding: 15px 15px !important;
    border-radius: 0px !important;
    margin: 15px 0px !important;
    border: 1px solid #c5c5c5 !important;
}

[b-g2zkcacubp] .card .card-body {
    padding: 15px 20px !important;
}

[b-g2zkcacubp] .custom-btn {
    background: transparent !important;
    color: #554f4f !important;
    border: none !important;
    border-radius: 0px;
    font-weight: 500;
}

    [b-g2zkcacubp] .custom-btn:hover {
        background: transparent !important;
        color: black !important;
        border: none !important;
        border-radius: 0px;
        font-weight: 500;
    }

.bd-right[b-g2zkcacubp] {
    border-right: 1px solid #b1b1b1 !important;
    display: inline-block;
    height: 15px;
    position: relative;
    top: 4px;
}

[b-g2zkcacubp] .current-pg {
    border: 1px solid #888ea8;
    border-radius: 3px;
    padding: 2px 8px;
    display: inline-block;
    margin: 0px 10px;
}

.paging-row[b-g2zkcacubp] {
    font-size: 18px !important;
}

.border-art[b-g2zkcacubp] {
    border: 1px solid #c5c5c5 !important;
}

.pro-text[b-g2zkcacubp] {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    color: #4c4c4c;
}

.pro-con[b-g2zkcacubp] {
    min-height: calc(100vh - 200px);
}

.pro-textcredit[b-g2zkcacubp] {
    font-size: 24px;
    text-align: center;
    color: #4c4c4c;
}

.custom-btn-cam[b-g2zkcacubp] {
    color: #fff !important;
    background-color: #401c9a !important;
    border-color: #401c9a !important;
    font-size: 22px !important;
}

    .custom-btn-cam img[b-g2zkcacubp] {
        width: 22px;
        margin-right: 10px;
        position: relative;
        top: -2px;
    }

.switch.inner-label-toggle .switch-input[b-g2zkcacubp] {
    min-width: 150px;
    height: 34px !important;
    border-radius: 8px;
    margin-left: 0;
}

.switch-inline.inner-label-toggle .input-checkbox span.label-left[b-g2zkcacubp] {
    z-index: 3;
    top: 21% !important;
    color: #000;
}

.switch-inline.inner-label-toggle .input-checkbox span.label-right[b-g2zkcacubp] {
    right: 0;
    z-index: 3;
    top: 21% !important;
}

.spantext[b-g2zkcacubp] {
    font-size: 17px !important;
}
/* _content/Callsi/Pages/User/ResetPassword.razor.rz.scp.css */
.login-sec[b-yn4z2r9bvg] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left[b-yn4z2r9bvg] {
    width: 45%;
}

.login-right[b-yn4z2r9bvg] {
    width: 53%;
    padding: 20px;
}

.login-main[b-yn4z2r9bvg] {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
    position: relative;
    z-index: 999;
}

.input-icon[b-yn4z2r9bvg] {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small[b-yn4z2r9bvg] {
    font-size: 0.9rem;
}

.login-input[b-yn4z2r9bvg] {
    padding: 15px 48px 15px 15px;
    background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus[b-yn4z2r9bvg] {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

[b-yn4z2r9bvg]::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

[b-yn4z2r9bvg]::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login[b-yn4z2r9bvg] {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

    .btn-login:hover[b-yn4z2r9bvg] {
        background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
        color: #ffffff;
    }

.bg-login[b-yn4z2r9bvg] {
    background: url("../loginimages/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left[b-yn4z2r9bvg] {
        width: 100% !important;
        display: none !important;
    }

    .login-right[b-yn4z2r9bvg] {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid[b-yn4z2r9bvg] {
    width: 3px;
}

.divider-login[b-yn4z2r9bvg] {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk[b-yn4z2r9bvg] {
    position: relative;
    top: 2px;
}

.fw-600[b-yn4z2r9bvg] {
    font-weight: 600;
}

.login-heading[b-yn4z2r9bvg] {
    font-size: 17px;
}


#canvas[b-yn4z2r9bvg] {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

a[b-yn4z2r9bvg] {
    color: #ffffff;
    text-decoration: underline !important;
}

.spinner-border.text-light[b-yn4z2r9bvg] {
    width: 17px;
    height: 17px;
}

h2[b-yn4z2r9bvg] {
    font-size: 2rem;
    color: #47a5e6;
}
/* _content/Callsi/Pages/User/Settings.razor.rz.scp.css */
/* _content/Callsi/Pages/User/Verify.razor.rz.scp.css */
.login-sec[b-letq67q6re] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left[b-letq67q6re] {
    width: 45%;
}

.login-right[b-letq67q6re] {
    width: 53%;
    padding: 20px;
}

.login-main[b-letq67q6re] {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
    position: relative;
    z-index: 999;
}

.input-icon[b-letq67q6re] {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small[b-letq67q6re] {
    font-size: 0.9rem;
}

.login-input[b-letq67q6re] {
    padding: 15px 48px 15px 15px;
    background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus[b-letq67q6re] {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

[b-letq67q6re]::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

[b-letq67q6re]::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login[b-letq67q6re] {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

    .btn-login:hover[b-letq67q6re] {
        background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
        color: #ffffff;
    }

.bg-login[b-letq67q6re] {
    background: url("../loginimages/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left[b-letq67q6re] {
        width: 100% !important;
        display: none !important;
    }

    .login-right[b-letq67q6re] {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid[b-letq67q6re] {
    width: 3px;
}

.divider-login[b-letq67q6re] {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk[b-letq67q6re] {
    position: relative;
    top: 2px;
}

.fw-600[b-letq67q6re] {
    font-weight: 600;
}

.login-heading[b-letq67q6re] {
    font-size: 17px;
}





#canvas[b-letq67q6re] {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}

a[b-letq67q6re] {
    color: #ffffff;
    text-decoration: underline !important;
}

.spinner-border.text-light[b-letq67q6re] {
    width: 17px;
    height: 17px;
}

h2[b-letq67q6re] {
    font-size: 2rem;
    color: #47a5e6;
}
