@import 'footer.css';

.loginWrapper {
    width: 100%;
    min-height: calc(100% - 60px);
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}

@media screen and (max-width: 1300px) {
    .loginWrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .loginWrapper {
        padding: 0 20px;
    }
}

body {
    background: url(../../images/loginsign.png) no-repeat center/cover;
    background-attachment: fixed;
    background-position: bottom left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

body::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}

.mat-input.email .intl-tel-input {
    display: none;
}

.mat-input.email .number-input {
    padding-left: 20px !important
}

.login-form-outer,
.login-form-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    height: 100%;
}

.login-form-inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
}

@media screen and (max-width: 480px) {
    .login-form-inner .container {
        padding: 0;
    }
}

.headerArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
}

.middleSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

@media screen and (min-height: 1200px) {
    .middleSection {
        align-items: center;
    }
}

.leftBannerSignUp {
    width: calc(100% - 520px);
}

.leftBannerSignUp .innerContent {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}


/* .innerContent {
padding: 50px;
}
*/

.innerContent .logo {
    width: 100px;
    margin: 0 auto 0 0;
    padding-bottom: 40px;
    display: inline-block;
}

.innerContent .logo img {
    max-width: 100%;
}

.textInfo {
    max-width: 516px;
    color: #ffffff;
}

@media screen and (max-height: 1200px) {
    .textInfo {
        padding-top: 70px;
    }
}

@media screen and (max-height: 8820px) {
    .textInfo {
        max-width: 600px;
        margin: 0 auto;
    }
}

.textInfo h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .textInfo h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .textInfo h2 {
        font-size: 32px;
    }
}

.textInfo p {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
}

@media screen and (max-width: 1400px) {
    .textInfo p {
        font-size: 20px;
    }
}

.textInfo p .highlightTxt {
    color: #36c6d0;
}

.rightForm {
    /* width: calc(60% - 130px); */
    width: 520px;
}

.formWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    min-height: calc(100% - 85px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
}

@media screen and (max-width: 480px) {
    .formWrapper .intl-tel-input .flag-dropdown .country-list {
        width: calc(100vw - 100px);
    }
}

.innerForm {
    width: 460px;
    margin: 0 auto;
    max-width: 100%;
    background-color: #ffffff;
    padding: 40px 40px 20px;
    border-radius: 10px;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 360px) {
    .innerForm {
        padding: 30px 20px 10px;
    }
}

.formHeader h2 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: bold;
}

@media screen and (max-width: 360px) {
    .formHeader h2 {
        font-size: 22px;
    }
}

.formHeader {
    padding-bottom: 32px;
    text-align: center
}

.formHeader h5 {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}


/* .mat-input small {
color: #bcbcbc;
font-style: normal;
font-size: 12px;
padding-top: 5px;
padding-left: 15px;
} */

.formFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formFooter .custom-check {
    margin-top: 0;
}

@media screen and (max-width: 360px) {
    .formFooter {
        flex-direction: column;
    }

    .formFooter .custom-check {
        margin: 0;
        margin-bottom: 15px;
    }
}

.formFooterOne h4 {
    font-family: 'D-DIN';
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.steps {
    padding-top: 30px;
}

.steps ul {
    list-style: none;
    width: 100%;
}

.steps li {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.steps li span {
    width: 40px;
    height: 40px;
    border: 1px dotted #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.steps li span.active {
    background: #ffc600;
    border: 1px dotted #ffc600;
}

.profileImageUpload {
    margin-bottom: 15px;
}

.pinfo-icon {
    width: 120px;
    height: 120px;
    margin: 0 25px 15px 0;
    background: #fff;
    text-align: center;
    border-radius: 2.5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}

.pinfo-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.pinfo-icon .file-upload {
    display: none;
    opacity: 0;
}

.form-btn .skip {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 15px 0;
    color: #0b4b9a;
}

.form-btn .btn-block {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.needHelp {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.needHelp a {
    font-size: 16px;
    color: #0b4b9a;
    font-weight: bold;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.chequeInfo {
    padding: 20px 15px;
    border: 1px solid rgb(242, 242, 242);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: -53.18px 9.377px 68px 0px rgba(110, 142, 192, 0.14);
    box-shadow: -53.18px 9.377px 68px 0px rgba(110, 142, 192, 0.14);
    width: 530px;
    position: absolute;
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    overflow: hidden;
    right: 5px;
    bottom: 50px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.chequeInfo:after,
.chequeInfo:before {
    top: 100%;
    left: 92%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.chequeInfo:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 14px;
    margin-left: -14px;
}

.chequeInfo:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #f2f2f2;
    border-width: 15px;
    margin-left: -15px;
}

.chequeInfo .chequeHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.chequeHeader h3 {
    font-family: 'D-DIN';
    font-size: 24px;
    color: #000000;
}

.chequeHeader a img {
    width: 20px;
    height: 20px;
}

.chequeInfo .body img {
    width: 100%;
}

.needHelp a:focus~.chequeInfo {
    overflow: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #ffc600;
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #ffc600;
}

#successAnimationResult {
    fill: #ffc600;
    opacity: 0;
}

#successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
}

.congratulation h4 {
    font-family: 'D-DIN';
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 35px;
}

a.modalHideIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

a.modalHideIcon img {
    width: 25px;
    height: 25px;
}

.loginContiner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
}

.logo {
    width: 100px;
}

.formArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 105px);
}

.formArea .formHeader {
    text-align: center
}

.visible-xs {
    display: none;
}


/* sign profile image */

.avatar_error {
    text-align: center;
}

.avatar_error+.avatar-text {
    margin-top: 10px;
}

.avatar-text {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    opacity: 0.5;
    text-align: center;
    margin: 20px 0 20px;
}

.avatar-upload {
    position: relative;
    max-width: 135px;
    margin: 10px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 8px;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    /* border: 1px solid transparent; */
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    color: #757575;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../../images/ic-add.svg) no-repeat center;
    text-align: center;
    margin: auto;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 0;
}

.avatar-upload .avatar-edit.active input+label:after {
    background-image: url(../../images/ic-edit.svg);
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.radio_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.radio_button .custom-radio~.custom-radio {
    margin-left: 20px;
}

.btn-back {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0b4b9a;
}

.btn-back:hover {
    color: #0b4b9a;
}

.btn-back svg {
    fill: #0b4b9a;
    margin-right: 10px;
}

.otp-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.otp-modal .otp-input {
    width: 55px;
    padding: 12px 7px;
    margin: 0 5px;
    font-weight: 500;
    text-align: center;
    font-size: 1.2rem;
}

.footer.account-footer {
    height: auto;
    padding: 10px 0;
}

.footer.account-footer .list-inline {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 12px 0 0 0;
}

.footer.account-footer .list-inline li a {
    font-size: 12px;
}

.footer.account-footer .list-inline li {
    margin: 0 15px;
}


/*========= mediaQuery ==========*/

@media(min-width: 1367px) {}

@media(max-width:992px) {

    .login-form-outer::after,
    .login-form-inner::after {
        width: calc(50% - 15px);
    }

    .leftBannerSignUp {
        width: calc(100% - 450px);
    }

    .middleSection {
        padding: 10px 0
    }

    .rightForm {
        width: 400px;
        margin: 0 0 0 auto;
    }

    .textInfo h2 {
        font-size: 30px;
    }

    .textInfo p {
        font-size: 18px;
    }
}

@media(max-width:882px) {
    .textInfo {
        text-align: center;
        width: 100%;
    }

    .innerContent .logo {
        margin: 0 auto;
    }

    .textInfo h2 {
        font-size: 30px;
    }

    .textInfo p {
        font-size: 18px;
    }

    .middleSection {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .login-form-outer::after {
        width: 100%;
        min-height: 585px;
        bottom: auto;
        height: auto;
    }

    .login-form-inner::after {
        width: 100%;
        min-height: 320px;
        bottom: auto;
        height: auto;
    }

    .leftBannerSignUp,
    .rightForm {
        width: 100%;
    }

    .innerForm {
        width: 420px;
        margin: 0;
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .leftBannerSignUp .innerContent {
        position: initial;
        padding-top: 20px;
    }

    .innerContent .logo {
        padding-bottom: 5px;
    }

    .loginWrapper {
        overflow: initial;
        min-height: initial;
    }
}



@media(max-width:640px) {
    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block;
    }
}

.loginWrapper+.home-footer {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 882px) {
    .loginWrapper+.home-footer {
        background: #202020;
    }
}

@media screen and (max-width: 480px) {
    .textinfo p {
        font-size: 14px;
        line-height: 20px;
    }

    .textinfo h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .formHeader h2 {
        font-size: 20px;
    }

    .form-btn .btn-block {
        font-size: 14px;
    }
}

@media screen and (max-width: 300px) {
    .innerForm {
        padding: 20px 20px 0;
    }
}


/* badge */
    .badge {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      background: #e8f4ff;
      border-radius: 10px;
      padding: 12px 16px;
      margin-bottom: 0;
      overflow: hidden;
      box-shadow: none;
    }
 
    .badge-icon {
      flex-shrink: 0;
      width: 25px; height: 25px;
       
      
      display: grid; place-items: center;
    }
 
    .badge-icon svg { width:25px; height:25px; fill:#3883f5; }
 
    .badge-text {
      font-size: 16px;
      color: #2d6fad;
      font-weight: 600;
      text-align: center;
      line-height: 22px;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
      max-width: calc(100% - 40px);
    }

    @media(max-width:576px) {
    .textInfo h2 {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 600;
    }
    .formHeader h5{
        font-size: 14px;
    }
    .formFooter p{
        font-size: 12px;
    }
    .textInfo p {
        font-size: 14px;
        line-height: 24px;
    }

    .innerForm {
        margin-top: 0;
        padding: 30px 30px 10px;
        /* width: 100%;
        padding: 20px; */
    }
    .badge-text{
        font-size: 12px;
    }
    .textInfo{
        padding-top: 20px;
    }
}