* {
    font-family: "CircularStd" !important;
}
@media (min-width: 992px) {
    html {
        font-size: 70%;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 80%;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 90%;
    }
}

html,
body {
    height: 100%;
}

.login-bg {
    background-image: url(../images/bg_login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-container {
    width: 28.75rem;
    max-width: 100%;
    margin: 0 auto;
}
.login-column-left img[width="419"] {
    width: 26.188rem;
}
.playstoreBtn[width="330"][height="80"] {
    width: 20.625rem;
}
.login-column-left h1 {
    font-size: 6.25rem;
    font-weight: bold;
}
.login-column-left h2 {
    font-size: 4.375rem;
    font-weight: normal;
}

.login-logo[width="170"][height="56"] {
    width: 10.625rem;
}
.form-control.floatingInput {
    border-radius: 0.313rem;
    box-shadow: 0px 0px 10px 0px rgba(50, 56, 70, 0.08);
    border-color: transparent;
    padding-right: 3rem;
    background-color: #ffffff;
}
.form-floating.phone-floating > label,
.phone-floating .form-control.floatingInput[name="phone_number"] {
    padding-left: 3.5rem;
}
.form-floating.phone-floating > label,
.phone-floating .form-control.floatingInput[name="hid_phone_number"] {
    padding-left: 3.5rem;
}
.form-floating.phone-floating > .form-control:focus ~ label,
.form-floating.phone-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.75) translateY(-0.5rem) translateX(1.25rem);
}
.inputIconSvg {
    position: absolute;
    top: 1.125rem;
    right: 1.25rem;
    width: 1rem;
    /*height: 1rem;*/
}
.inputIconSvg[width="17"] {
    width: 1.063rem;
}
.login-column-left,
.loginForm {
    height: calc(100% - 3.5rem);
    margin-bottom: 1rem;
}
.loginForm.loginPhoneForm {
    height: calc(100% - 5.5rem);
}
.login-column-left {
    padding-top: 3.5rem;
}
.pass_showhide svg + svg,
.pass_showhide.lock-open svg {
    opacity: 0;
}
.pass_showhide.lock-open svg + svg {
    opacity: 1;
}

.form-control.form-control-otp {
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    color: #29abe2;
    box-shadow: 0px 0px 10px 0px rgba(50, 56, 70, 0.08);
    border-radius: 5px;
    border: 0;
}

.countryCode {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #29abe2;
    color: #ffffff;
    border-radius: 0.313rem;
    top: 0.375rem;
    left: 0.375rem;
}

.btn-outline-primary.outline_btn {
    --bs-btn-bg: #ffffff;
}
.btn-secondary {
    --bs-btn-bg: #adadad;
    --bs-btn-border-color: #adadad;
}
@media (max-width: 1399.98px) {
    .login-column-left h1 {
        font-size: 5rem;
    }
    .login-column-left h2 {
        font-size: 3.5rem;
    }
    .login-column-left img[width="419"] {
        width: 20.95rem;
    }
    .playstoreBtn[width="330"][height="80"] {
        width: 16.5rem;
    }
}

/*Complete Profile Page CSS Start*/
.uploadImgBox {
    width: 7.75rem;
    height: 7.75rem;
    border: 1px solid #d8d8d8;
    margin-bottom: 1.875rem;
}

svg[width="43"][height="36"] {
    width: 2.688rem;
    height: 2.25rem;
}
.uploadedImage {
    position: relative;
    background-color: #ffffff;
}
.uploadImgBox:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    z-index: 1;
}
.uploadImgBox:hover .uploadBtn {
    z-index: 1;
}
/*Complete Profile Page CSS End*/

/*Select Role CSS Start*/
.selectRoleRadio input[type="radio"] + .btn {
    width: 13.75rem;
    max-width: 100%;
    height: 0;
    padding-top: 100%;

    position: relative;
}
.square-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.selectRoleRadio .btn-outline-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(87, 59, 59, 0.05);
}
.selectRoleRadio .btn-check + .btn svg {
    height: 5rem;
    margin-bottom: 1.25rem;
    margin-top: -0.125rem;
}
.selectRoleRadio .btn-check + .btn svg * {
    fill: #29abe2;
    transition: fill 0.15s ease-in-out;
}
.selectRoleRadio .btn-check:checked + .btn svg * {
    fill: #ffffff;
}
/*Select Role CSS End*/
.issue-img-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 0.25rem;
    row-gap: 0.5rem;
}

.clsGetImagesqaure {
    width: 4.313rem;
    height: 4.313rem;
    display: inline-block;
    background-color: #ffffff;
}
.removeImageBtn {
    position: absolute !important;
    line-height: 1;
    right: -0.313rem;
    top: -0.313rem;
}
.removeImageBtn svg {
    width: 1rem;
    height: 1rem;
    background: #fff;
}

@media (max-width: 575.98px) {
    .issue-img-row {
        grid-template-columns: repeat(5, 1fr);
    }
    .clsGetImagesqaure {
        width: 3.313rem;
        height: 3.313rem;
    }
    .removeImageBtn svg {
        width: 0.75rem;
        height: 0.75rem;
    }
}
