﻿
.body-container {
    /*    margin-top: 60px;*/
    /* padding-bottom: 40px;*/
}

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

.lead {
    max-width: 400px;
    padding-top: 14%;
}
.lead img{
    max-width:100%;
}
.login-body{
    width:100%;
}
.row {
    margin-top: 5%;
}
.input-controls {
    background-color: #fff;
    border: 1px solid #333 !important;
    border-radius: 3px !important;
    color: #333;
    font-size: 1rem;
    padding: 0.5rem ;
    width: 94% ;
    font-family: UHCSans, Helvetica, Arial, sans-serif;
   
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    margin: 2% 0;
}
.form-check-input {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid !important;
}
.form-check-label {
    padding-left: 8px;
    height: 20px;
    padding-top: 3px;
}
.form-check {
    text-align: start;
}
.login-btn {
    background-color: #002677;
    margin: 8% 0 5% 0;
}
.btn {
    cursor: pointer !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-size: .9375rem !important;
    line-height: 1.375rem !important;
    text-align: left !important;
    font-weight: 700 !important;
    border: 0 !important;
    color: #fff !important;
    background-color: #002677;
    /* height: 20px; */
    text-decoration: none !important;
}

.m-t20 {
    margin-top: 1.25rem;
}
.footer:not(.footertext) {
    /*margin: 2rem 0 0;*/
    text-align: center;
    background-color: #002677;
    padding: 0.25rem 0;
}
.footertext {
   
    margin-top: 5%;
}
.login-page {
    display: flex;
    justify-content: center;
    text-align: center;
}
.form-group {
    height: 2.25rem;
}
.wrap {
    width: 95%;
    margin: 0 auto;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
 
}

.footnav {
    float: left;
    margin-top: 10px;
}

    .footnav ul {
        margin: 0 auto;
        width: auto;
    }

    .footnav li {
        float: left;
        display: inline;
        text-decoration: none;
    }

        .footnav li a {
            /*border-right: 1px solid #b0b0b0;*/
            color: #fff !important;
            font-size: 0.875rem;
            padding: 2px 10px;
        }

            .footnav li a:hover, .footnav li a:focus {
                color: #fff !important;
            }

.footertext .footnav li a {
    color: #002677;
}

.copytext {
    float: right;
    font-size: 0.75rem;
    color: #fff;
}

.footertext .copytext {
    color: #6f6f6f;
}

.footer p {
    margin: 10px 0;
}
.chatbot-agent {
    position: fixed;
    bottom: 80px;
    right: 20px;
}


.cb-says {
    padding: 5px 10px;
    background-color: #ccf2f7;
    border-radius: 3px;
    max-width: 95px;
    font-size: 0.875rem;
    position: relative;
    left: -60px;
}

.cb-agent {
    display: inline-block;
}

    .cb-agent img {
        width: 50px;
        height: 50px;
    }

.cb-says:after {
    content: '';
    width: 18px;
    height: 25px;
    display: inline-block;
    background-color: #ccf2f7;
    position: absolute;
    transform: rotate(30deg);
    bottom: -7px;
    right: 10px;
}

.chat-container {
    position: fixed;
    width: 100%;
    max-width: 440px;
    height: 90vh;
    overflow: hidden;
    right: 15px;
    bottom: 50px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.photo {
    width: 36px;
    height: 35px;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dadbdc;
    text-align: center;
    overflow: hidden;
}

.chat-messg {
    background-color: #fff;
    font-size: 0.875rem;
    position: relative;
    margin: 10px 0 15px;
    width: 100%;
}

    .chat-messg.guest {
        text-align: left;
        float: left;
        display: inline-block;
    }

    .chat-messg.cb {
        text-align: right;
        color: #002677;
        float: right;
        display: inline-block;
    }

.inner-wrppr {
    background-color: #dadbdc;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

.chat-messg.guest .inner-wrppr {
    background-color: #dadbdc;
    margin: 0 45px;
}

.chat-messg.cb .inner-wrppr {
    background-color: #ccf2f7;
    margin: 0 45px;
    text-align: left;
}

.chat-messg.guest .photo {
    left: 0;
}

    .chat-messg.guest .photo i {
        font-size: 28px;
        margin-top: 3px;
        color: #002677;
    }

.chat-messg.cb .photo {
    right: 0;
}

    .chat-messg.cb .photo img {
        width: 30px;
        margin-top: 2px;
    }

div #container h1 {
    font-size: 1.125rem;
    padding: 10px;
    background-color: #002677;
    color: #fff;
    margin: 0;
}

.chat-wrapper {
    position: absolute;
    padding: 15px;
    overflow-y: auto;
    bottom: 40px;
    top: 45px;
    left: 0;
    right: 0;
}

    .chat-wrapper > div {
        height: 100%;
    }

.response-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#questions {
    text-align: left;
    padding: 15px 0;
}

.q-hints {
    margin: 0 10px 10px 0;
    padding: 4px 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #002677;
    color: #002677;
    text-align: left;
    border-radius: 3px;
}

    .q-hints:hover, .q-hints:focus {
        background-color: #002677;
        color: #fff !important;
        text-decoration: none !important;
    }

#txtMessage {
    height: 40px;
    border: 1px solid #333;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 75px 5px 10px;
    float: none;
    margin: 0;
    border-radius: 0 0 3px 3px;
}

.btn-ans {
    position: absolute;
    right: 6px;
    bottom: 2px;
    z-index: 21;
}

.btn-close-cb {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
}

    .btn-close-cb i {
        font-size: 1.125rem;
    }

.loader {
    float: left;
}

.loadgif {
    float: left;
    margin: 10px;
    width: 8%;
}
.VerifyOTP-page {
    display: flex;
    justify-content: center;
    text-align: center;
}
.otp-control {
    margin-bottom: 30px;
    text-align: start;
}
.otp-control-msg {
    margin-top: 33px;
    text-align: start;
}
.save-otp-btn {
    margin-top: 55px
}
.resend-opt-container {
    display: flex;
    justify-content: space-between;
}
.success-otp-msg {
    color: green;
    font-size: 18px;
}

    .validation-container ul {
        list-style-type: none;
        padding: 0px;
    }

.login-error {
    color: red;
    margin-top: 19px;
}

.loadingmodal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.loadingimage {
    background-color: transparent;
    position: fixed;
    left: 47%;
    top: 50%; /*    margin-top: -50px;
    margin-left: -100px;
*/
    z-index: 150;
}


.dvloading {
    /*background:#000 url(images/Sign-Info-icon.png) no-repeat center center; */
    height: 600px;
    width: 800px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 -400px;
}

@media (max-width: 480px) {
    .login-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .lead {
        /*margin-left: 8px;*/
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #container {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 10px;
    }

    .lead img {
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .login-body {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 10px;
    }

    .otp-body {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 10px;
    }

    .form-control {
        width: 100%;
        box-sizing: border-box;
    }

    .login-btn {
        box-sizing: border-box;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .login-controls a {
        font-size: 14px;
        text-align: center;
        display: block;
        margin: 10px 0;
    }

    .login-btn {
        font-size: 16px;
    }

    .otp-controls a {
        font-size: 14px;
        text-align: center;
        display: block;
        margin: 10px 0;
    }

    .otp-control-msg {
        margin-top: 58px;
        text-align: start;
    }

    .save-otp-btn {
        font-size: 16px;
    }

    footer {
        text-align: center;
    }

    .footer .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footnav ul {
        padding: 0;
        list-style: none;
    }

        .footnav ul li {
            margin-bottom: 5px;
        }
}
.login-btn{
    background:#002677 !important;
}
.manualCode {
    word-break: break-all;
    font-family: Courier New;
    font-weight: 700;
    font-size: 18px;
}
.mfa-container {
    max-width: 611px;
    margin: 10px auto;
    height: 87vh;
    background-color: #ffffff;
    /* padding: 20px; */
    border-radius: 12px;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08); */
    text-align: center;
}

    .mfa-container h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #002677;
    }

.mfa-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 15px;
    color: #1f2d3d;
    text-align: left;
}

    .mfa-step span {
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
        background-color: #000;
        color: white;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        margin-right: 12px;
        flex-shrink: 0;
    }

.qr-code {
 /*   margin: 20px 0;*/
}

    .qr-code img {
        /*width: 180px;
        height: 180px;
        max-width: 100%;
        height: auto;*/
        width: 30vw;
        height: 30vw;
        max-width: 150px;
        max-height: 150px;
    }

.manual-code-box {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #d1d1d1;
    background-color: #f4f4f4;
    margin-top: 12px;
    border-radius: 6px;
    word-break: break-word;
}

.copy-hint {
    cursor: pointer;
    color: #0d6efd;
    text-decoration: underline;
    font-size: 14px;
}

.btn-primary-custom {
    background-color: #002677 !important;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    color: white !important;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out;
    text-align: center !important;
    
}
.alert-danger {
    margin-left: 35px !important;
    
    padding: 4px !important;
}
   
@media (max-width: 480px) {
    .mfa-container {
        padding: 15px;
        height: 81vh;
    }

    .mfa-step {
        font-size: 14px;
    }

        .mfa-step span {
            width: 24px;
            height: 24px;
            line-height: 24px;
            font-size: 14px;
        }

    .btn-primary-custom {
        font-size: 15px;
    }
}

.auth-container {
    max-width: 380px;
    background: #fff;
    border-radius: 8px;
}

.logo {
    width: -webkit-fill-available;
}

.otp-box {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    appearance: textfield;
    margin: 2px;
}

    .otp-box::-webkit-outer-spin-button,
    .otp-box::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }



.vh-100 {
    height: 100vh;
}


.backTologin {
    padding-top: 10px;
    padding-bottom: 29px;
    margin:10px;
}

.logo {
    max-width: 400px;
    max-height: 79px;
}

.mfa-title {
    font-size: 34px;
    font-weight: 600;
}

.mfa-subtitle {
    font-size: 16px;
    
}

.mfa-steps-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

.qr-code {
    display: flex;
    align-items: flex-start;
    margin-left: 30px;
}

.qr-img {
    align-items: flex-start;
}

.mfa-manual-text {
    text-align: left;
    margin-left: 37px;
}

.mfa-key-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.manual-code-box {
    background: #d9d9d9;
    padding: 8px 12px;
    font-family: monospace;
    font-size: 16px;
    border-radius: 4px;
}

.copy-hint {
    border: none;
    background: none;
    color: #007bff;
    margin-left: 10px;
    cursor: pointer;
}

.mfa-hint {
    text-align: left;
    font-size: 14px;
    margin-left: 45px;
}

.otp-input-row {
    display: flex;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 23px;
    margin-top: 13px;
    gap: 10px;
}
.setup-mfa-btn {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    max-width: 350px;
}
.btns-help {
    max-width: 350px;
    margin-left: 45px;
}
.btn-verify {
    max-width: 350px;
    margin-left: 40px;
}
.btn-outline-custom {
    --bs-btn-color: #002677;
    --bs-btn-border-color: #002677;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #002677;
    --bs-btn-hover-border-color: #002677;
    --bs-btn-focus-shadow-rgb: 0, 38, 119;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #002677;
    --bs-btn-active-border-color: #002677;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #002677;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #002677;
    --bs-gradient: none;
    text-align: center;
    border-radius: 16px !important;
    border: 2px solid #002677 !important;
    color: #002677;
}
.mfa-setup {
    max-width: -webkit-fill-available;
}
@media (max-width: 600px) {
    .mfa-container {
        padding: 20px 10px;
    }

    .btns-help {
        margin-left: 20px;
    }

    .btn-verify {
        max-width: 350px;
        margin-left: 20px;
    }

    .mfa-title {
        font-size: 20px;
    }

    .mfa-subtitle,
    .mfa-step div,
    .mfa-steps-title {
        font-size: 14px !important;
    }

    .otp-box {
        width: 35px;
        height: 45px;
        font-size: 20px;
    }

    .setup-mfa-btn {
        font-size: 16px;
    }

    .mb-4.d-flex {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }
}
.videoPlaybtnIcon {
    width: 20px;
    height: 20px;
    color: #002677 !important;
}
.videoPlaybtn {
    background: #fff !important;
    color: #002677 !important;
    border-radius: 25px !important;
    text-align: center !important;
}