header {
    height: 60px;
    background-color: #081775;
    display: flex;
    align-items: center;
}

header img {
    border: 2px solid #fff
}

footer {
    min-height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p {
    padding-left: 5px;
    padding-right: 5px;
    color: #555555;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.container {
    max-width: 660px;
    display: flex;
}

.space {
    min-height: calc(100vh - 375px);
}

.modal-hide {
    z-index: 0;
}

.resultNotFound-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.inputError {
    font-size: 16px;
    font-weight: 600;
    color: #E22853;
}

.inputError.para {
    font-size: 12px;
}

/* Sub-header CSS Start */
.bg-header-info {
    background: linear-gradient(90.76deg, #1B5EF9 12.61%, #06ADD5 86.51%);
}

.header-info {
    min-height: 112px;
    color: #fff !important;
    align-items: center !important;
    justify-content: center;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-info-xs {
    min-height: 68px;
    color: #fff !important;
    padding: 12px 0px;
    display: none;
}

.header-info-xs>.row {
    min-height: 44px;
    justify-content: space-between;
}

.header-info p,
.header-info-xs p {
    margin: 0px;
    color: #fff;
}

.header-info>.row {
    min-height: 80px;
    width: 634px;
    justify-content: space-between;
}

.header-info .column-side {
    min-width: 200px;
    max-width: 275px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 2px 0px;
    justify-content: space-between;
    text-wrap: pretty;
    word-wrap: break-word;
}

.subheader-img-col img {
    height: 90%;
}

.subheader-img-col {
    padding: 10px 0px;
}

.externalLink-img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-left: 8px;
    cursor: default;
}


/* Sub header CSS End */

/* Account details CSS Start*/

.account-data {
    width: 309px;
    min-height: 136px;
    border-radius: 8px;
    border: solid 1px #D2D5DB;
    padding: 16px;
    display: flex;
    flex-direction: column;
    word-break: break-word;
}

.account-data-single {
    min-height: 108px;
    border-radius: 8px;
    border: solid 1px #D2D5DB;
    padding: 16px;
    background-color: #F3F6FD;
}

.account-data p,
.account-data-single p,
.payee-details p {
    margin-bottom: 0px;
}

.payee-details {
    min-height: 116px;
    background-color: #F3F6FD !important;
    border: 1px solid #D2D5DB !important;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color--gray-280) !important;

}

.payee-details>.row {
    justify-content: space-between;
    gap: 12px;
}


.payee-details span {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-black-827) !important;
}

fieldset {
    border: 1px solid #9CA3AF !important;
    border-radius: 8px !important;
    width: 308px;
    height: 57px;
    padding: 0.5rem;
    position: relative;
}

fieldset legend {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-black-827) !important;
    float: none;
    margin-bottom: 0px;
    width: max-content;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

fieldset input,
select {
    border: none;
    margin-left: 5px;
    width: 90%;
    height: 20px;
    font-size: 14px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #111827;
}

fieldset option {
    padding: 12px;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* input[name='loan-radio', valid='yes']:checked~#loan-document-div {
    display: block;
} */

.loan-doc-upload {
    max-width: 310px;
    height: 48px;
    border: 1px dashed #9CA3AF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-around;

}

.loan-doc-upload img:hover {
    cursor: pointer;
}

.loan-lbl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #1C3FCA !important;
    text-wrap:balance;
}

label:hover {
    cursor: pointer;
}

.doc-uploaded {
    border: 1px solid #9CA3AF !important;
    background-color: #F3F6FD !important;
}

/* Account details new CSS End*/

/* review page css start*/
.transaction-review p {
    text-align: right;
    margin: 0;
}

.transaction-review hr {
    margin: 0;
    opacity: 1;
    border: 1px solid #D2D5DB !important;

}

.correspondenceFree {
    width: 48px;
    height: 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #2DB780;
    text-align: center;
    text-transform: uppercase;
}

/* review page css end */

/* Result Page CSS Start*/

.result-hero-section {
    /* min-height: 391px; */
    background-image: url('/icons/img-result-banner');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 80px;
    text-wrap: balance;
}

.result-hero-description {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 780px;
    text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;

}

.transaction-details-container {
    max-width: 798px;
    min-height: 247px;
    margin: -50px auto 0;
}

.transaction-details {
    max-width: 798px;
    min-height: 247px;
    background-color: #fff !important;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 10px 15px -3px #101828;
    color: var(--color-black-827) !important;
    padding: 20px;
    text-wrap: pretty;
}

.transaction-details p {
    margin: 0;
}

.transaction-id-div {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    min-height: 32px;
    padding: 4px 15px 4px 15px;
    background: #1C3FCA;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}


.transaction-id-div img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.result-footer-img {
    min-height: max(calc(0.121875 * 100vw), 156px);
    width: 100%;
    background-image: url("/icons/img-result-footer-vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.result-status {
    min-width: 139px;
    height: 24px;
    border-radius: 4px;
    padding: 2px 8px;
}

/* result page css end */

/* generic components */

.Continue-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    box-shadow: -4px -4px 21px 0px #00000026;
    background-color: #fff;
    opacity: 0.9;
    margin-top: 40px;
    position: sticky;
    bottom: 0;
}

.Continue-button-container button {
    width: 310px;
    height: 48px;
    border-radius: 12px;
    background-color: #1C3FCA !important;
    border-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF !important;
}

.img-container {
    display: flex;
    justify-content: end;
    margin-top: -2%;
}

.img-container img {
    height: 201px;
    width: 332px;
    margin-right: 2%;
}


input[type="checkbox"][readonly] {
    pointer-events: none;
    opacity: 0.5;
}

.drawer-modal .modal-dialog {
    background-color: #fff !important;
    height: 100vh;
    width: 100%;
    padding: 20px;
    position: fixed;
    right: 0;
    margin: 0;
    transition: transform 0.4s linear !important;
}

.drawer-modal.fade .modal-dialog {
    transform: translateX(100%);
}

.drawer-modal.show .modal-dialog {
    transform: translateX(0);
}


.drawer-modal .modal-content,
.drawer-modal .modal-footer,
.drawer-modal .modal-header {
    border: none;
}

.modal-close {
    border: none;
    background-color: #fff;
    padding: 2px;
}

.modal-close:hover {
    scale: 1.2;
}

.modal-header {
    align-items: flex-start;
    padding-bottom: 5px;
}

.modal-footer {
    justify-content: flex-start;
    border: none;
    margin-bottom: 10px;
}

.errorModal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
    margin-top: 60px;
}

.errorModal p {
    max-width: 510px;
    text-align: center;
    text-wrap: pretty;
}

.otp-field.otp-border-red input {
    border-color: #E22853 !important;
}

.otp-field {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    justify-content: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.otp-field input {
    height: 41.75px;
    width: 41.75px;
    border-radius: 12px;
    outline: none;
    font-size: 2rem;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #D2D5DB;
    padding: 0px;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: 'Inter';
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input ::-webkit-outer-spin-button {
    display: none;
}

.tnc-modal-body {
    max-height: 100vh;
}

.flag {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.arrow-display {
    display: block;
}

.t-align-right {
    text-align: end;
}

#session-Modal {
    z-index: 10000;
}

#session-Modal .modal-dialog {
    background-color: #fff !important;
    min-height: 484px;
    Padding: 24px 40px 40px 40px;
    border-radius: 12px;
    justify-content: center;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

#session-Modal .modal-dialog p {
    max-width: 360px;
}

#session-Modal .modal-body,
#Error-Modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 460px;
}

#session-Modal .modal-content,
#Error-Modal .modal-content {
    border: none;
    align-items: center;
}

#Error-Modal .modal-dialog {
    background-color: #fff !important;
    max-width: 540px;
    min-height: 376px;
    padding-top: 24px;
    padding-bottom: 40px;
    border-radius: 12px;
    justify-content: center;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

#success-animation {
    width: 87px;
    height: 87px;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

/* media queries start */
@media (min-width: 768px) {

    /* medium devices breakpoint */
    .mx-md-5 {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .px-md-5 {
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
}

@media (max-width:576px) {
    .space {
        min-height: calc(100vh - 320px);
    }

}

@media (max-width: 500px) {
    .header-info {
        display: none;
    }

    .header-info-xs {
        display: block;
    }
}

@media (min-width: 590px) {
    .drawer-modal .modal-dialog {
        min-width: 590px;
    }
}

@media (max-width: 425px) {
    .arrow-display {
        display: none;
    }
}

@media (max-width: 450px) {
    .tnc-modal-body {
        max-height: 65vh;
    }

    .font-xs-d1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .font-xs-h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
    }

    .font-xs-h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }

    .font-xs-p1 {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .font-xs-p2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .font-xs-p3 {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
    }

    .font-xs-p4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .font-xs-p5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

}