@import "./variables.css";
@import "./componentCustomization.css";

body {
    font-family: "Open Sans", sans-serif !important;
    min-width: 100%;
    overflow-x: hidden;
    min-width: 20rem;
}

.back-body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/login.webp);
    min-height: 100vh;
    height: auto;
}

.back-body1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/select-back.webp);
    height: 100vh;
}

.back-body2 {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../images/login.webp);
    background-attachment: fixed;
    min-height: 100vh;
    background-size: cover;
    height: auto;
}

.register-temp {
    height: auto !important;
}

.login-title {
    color: rgba(var(--primaryColor));
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1rem;
    /* display: none; */
}

/*loader  css*/
.loader {
    display: flex;
    background: #000000a8;
    top: 0;
    z-index: 9999999999;
}

.loading-ani {
    animation: rotate 2.5s linear infinite;
    width: 8rem;
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

.captcha-form .g-recaptcha div:nth-child(1) {
    margin: 0 auto;
}

#captcha-error {
    right: 0px;
}

.error-align-timezone .tooltip-validate {
    top: 5px !important;
}

.img-place {
    width: 1.5rem;
}

.input-icon-back {
    background-color: white !important;
    border-right: hidden !important;
}

/* .input-back {
  border-left: hidden !important;
} */
.input-left {
    padding-left: 50px;
}

.img-position {
    top: 7px;
    left: 10px;
}

i.toggle-password ~ .tooltip-validate {
    right: 30px;
}

i.toggle-password ~ .form-control {
    padding-right: 28px;
}

i.toggle-password ~ .tooltip-validate ~ .form-control {
    padding-right: 56px;
}

.tooltip-validate {
    position: absolute !important;
    right: 8px !important;
    top: 8px;
    font-size: 24px !important;
    z-index: 1000;
}

.form-control:focus,
.custom-select:focus {
    box-shadow: 0 0 0 0.2rem #007bff00 !important;
}

::placeholder {
    font-size: 0.875rem;
    color: #c1c8cf !important;
}

select {
    font-size: 14px !important;
    color: #c1c8cf !important;
}

select option {
    font-size: 14px !important;
    color: #c1c8cf !important;
}

.forgot-pass-link {
    font-size: 0.88rem;
    color: #0c847c;
    font-weight: 600;
    text-decoration: underline !important;
}

.create-link {
    color: #045386;
    font-weight: 545;
}

.create-link1 {
    font-size: 0.875rem;
}

.toggle-password {
    cursor: pointer;
    margin-left: -16px;
    margin-top: 12px;
    z-index: 99;
    position: absolute;
    right: 8px;
}
.row > .toggle-password {
    right: 20px;
}

.logo_section {
    cursor: pointer;
}

.underline {
    text-decoration: underline !important;
}

.landing-wrapper {
    padding-left: 4%;
    padding-right: 4%;
}

.bg-landing-image {
    background-image: url("../images/landing.png");
    background-size: cover;
    height: calc(100vh - 24vh);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.landing-page-left h1 {
    font-size: 4.5rem;
    z-index: 12;
    color: var(--darkBlue);
    text-transform: capitalize !important;
}

.landing-page-left p {
    color: #1b1a1a;
    font-weight: 400;
    z-index: 12;
}

.green-circle {
    width: 7.5rem;
    height: 7.5rem;
    background-color: rgba(var(--secondaryColor));
    border-radius: 100%;
    right: 20%;
    top: 0;
}

.blue-semi-circle {
    border-radius: 150px 150px 0 0;
    background: rgba(var(--primaryColor));
    width: 13.75rem;
    height: 6.875rem;
    bottom: -26px;
}

.l-btn {
    min-width: 7.5rem;
}

/*header css*/
.navbar_bg {
    background-color: #fff;
    z-index: 99;
    height: 4.5rem;
}

/*header styles end*/
.sidebar {
    position: fixed;
    width: 18rem;
    height: calc(100vh - 2rem);
    background: var(--primaryBlue);
    box-shadow: 0px 3px 6px #00000029;
    transition: ease-in-out 0.5s;
    z-index: 9999;
    margin-top: 0.5rem;
}

.sidenav_list {
    padding: 0.8rem 0 0.8rem 2rem;
    color: rgba(var(--white)) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.active-menu {
    background-color: var(--lightGreen);
    width: 96%;
}

.sidenav_list:hover {
    background-color: var(--lightGreen);
}

.main_content {
    display: flex;
    margin-top: 4rem;
    background-color: var(--bodyBg);
    height: calc(100vh - 4rem);
    /*for internet explorer*/
    overflow-x: hidden;
}

.page-title h1 {
    font-size: 1.625rem;
}

.cursor-pointer {
    cursor: pointer;
}

#mainSection {
    padding: 2rem 1.5rem 1rem 1rem;
    transition: ease-in-out 0.2s;
    width: 100%;
    margin-left: 18rem;
}

.user-option .dropdown-menu {
    left: -142px;
}

.invite-btn {
    border: none;
    background-color: var(--buttonPrimary);
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 0.875rem;
}

.edit-form {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    padding: 20px 30px;
}
/* .input-back {
    border-left: hidden !important;
    padding-left: 0 !important;
} */
.invite-form {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    padding: 40px 30px;
}

.email-edit {
    background-color: #f3eded !important;
}

.f-s-12 {
    font-size: 0.75rem !important;
}

.cancel-btn {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 0.875rem;
}

.h-38 {
    height: 38px;
}

.table-dropdown .dropdown-menu {
    min-width: 9rem;
    box-shadow: rgb(165 158 158 / 42%) 0px 3px 8px;
}

.table-scroll tbody {
    height: 25rem;
    overflow: auto;
}

.table-scroll thead tr {
    position: sticky;
    top: 0;
    border-top: 0;
    background-color: #ffffff;
}

tbody {
    display: block;
    height: 28.125rem;
    overflow: auto;
}

thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    /* even columns width , fix width of table too*/
}

thead {
    width: calc(100% - 1em);
    /* scrollbar is average 1em/16px width, remove it from thead width */
}

/*custom radio button*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;

    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;

    padding-left: 28px;

    cursor: pointer;

    line-height: 20px;

    display: inline-block;

    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 1.125rem;

    height: 1.125rem;

    border: 1px solid #ddd;

    border-radius: 100%;

    background: rgba(var(--white));
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";

    width: 1.125rem;

    height: 18px;

    background: #c9e265;

    position: absolute;

    top: 0;

    left: 0;

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);
}

/*radio button end*/
.swal2-popup {
    padding: 0px 1rem !important;
}

.swal2-icon-success {
    background: rgba(var(--white)) !important;
    border-left: 8px solid rgba(var(--secondaryColor)) !important;
}

.swal2-icon-success .swal2-actions .swal2-confirm {
    margin-bottom: 13px !important;
}

.swal2-icon-success .swal2-confirm {
    background: rgba(var(--secondaryColor)) !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgb(15 135 126) !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #0c8479 !important;
}
.swal2-popup .swal2-html-container {
    color: rgb(41, 38, 38);
}

.swal2-timer-progress-bar {
    background: rgba(var(--secondaryColor)) !important;
}
.swal2-icon-warning .swal2-timer-progress-bar {
    background: var(--primaryColorColor) !important;
}

.swal2-confirm {
    background: rgba(255, 255, 255, 0.3) !important;
    min-width: 5rem;
}

.swal2-success-circular-line-left {
    background-color: transparent !important;
}

.swal2-success-circular-line-right {
    background-color: transparent !important;
}

.swal2-success-fix {
    background-color: transparent !important;
}

.swal2-icon-info {
    background: rgba(var(--white)) !important;
    border-left: 5px solid #5fabed !important;
}

.swal2-icon-info .swal2-icon-content {
    color: #9de0f6 !important;
}

.swal2-icon-warning {
    background: rgba(var(--white)) !important;
    border-left: 8px solid #ffd066 !important;
}

.swal2-icon-warning .swal2-actions .swal2-confirm {
    margin-bottom: 13px !important;
}

.swal2-icon-info .swal2-actions .swal2-confirm {
    margin-bottom: 13px !important;
}

.swal2-icon-warning .swal2-timer-progress-bar {
    background: #ffd066 !important;
}

.swal2-icon-warning .swal2-title {
    font-size: 1rem !important;
}

.swal2-icon-warning .swal2-actions .swal2-confirm {
    background: #ffd066 !important;
}

.swal2-warning .swal2-icon-content {
    color: #facea8 !important;
}

.swal2-icon-error {
    background: rgba(var(--white)) !important;
    border-left: 5px solid #e23535 !important;
}

.swal2-icon-error .swal2-actions .swal2-confirm {
    margin-bottom: 13px !important;
}

/*responsive styles*/
@media only screen and (max-width: 998px) {
    .sidebar {
        display: none;
        margin-top: 2rem;
    }

    #mainSection {
        margin-left: 0;
        padding-right: 1rem;
    }

    .navbar_bg {
        height: auto;
    }

    .main_content {
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .bg-landing-image {
        position: static !important;
    }

    .blue-semi-circle {
        bottom: unset;
        position: absolute;
    }

    .landing-page-left h1 {
        font-size: 3.1rem;
    }
}

/*error page css start*/
.error-bg-img img {
    height: 100vh;
}

.error-page-content {
    margin-top: calc(100% - 50%);
    transform: translate(0px, -50%);
}

.error-page-content h1 {
    font-size: 4rem;
}

.error-page-content h3 {
    color: #a5aaaf;
    font-size: 2.5rem;
}

.error-page-content p {
    color: #5d6267;
    font-size: 1.2rem;
}

.error-page-action-btn button {
    width: 30%;
    font-size: 1.2rem;
    border-radius: 11px;
}

.app-logo {
    padding-top: 2%;
}

.left-error-section {
    padding-left: 4%;
}

.bubbles_section {
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bubbles_section .green-bubbles {
    width: 25vw;
    height: calc(100vh - 50vh);
    left: -4vw;
    bottom: -26vh;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(var(--secondaryColor));
    z-index: 1;
}

.bubbles_section .light-green-bubbles {
    width: 25vw;
    height: calc(100vh - 50vh);
    left: -8vw;
    bottom: -42vh;
    position: absolute;
    border-radius: 100%;
    background-color: rgb(26 151 142);
    z-index: 2;
}

.error-page-content span {
    color: #151515;
    font-size: 2.5rem;
}

.error-page-content h4 {
    color: #d6e0ed;
    font-size: 7rem;
}

.error-page-content label {
    font-size: 2rem;
    color: #5d6267;
}

.f-s-1_4rem {
    font-size: 1.4rem !important;
}

@media (max-width: 576px) {
    .error-bg-img img {
        height: calc(100vh - 62vh);
        width: 100%;
        object-fit: contain;
    }

    .error-page-content {
        margin-top: 1rem;
        transform: translate(0, 0);
    }

    .bubbles_section .green-bubbles {
        width: 62vw;
        height: calc(100vh - 62vh);
        left: -10vw;
    }

    .bubbles_section .light-green-bubbles {
        width: 58vw;
        height: calc(100vh - 52vh);
        left: -13vw;
    }

    .error-page-action-btn button {
        width: 100%;
        margin-bottom: 1rem;
    }

    .error-page-content h1 {
        font-size: 3rem;
    }

    .error-page-content h3 {
        font-size: 1.5rem;
    }

    .error-page-content p {
        font-size: 0.8rem;
    }

    .error-page-content h4 {
        font-size: 4rem;
    }

    .error-page-content span {
        font-size: 2rem;
    }

    .f-s-1_4rem {
        font-size: 1rem !important;
        text-align: center;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .error-page-content {
        margin-top: 1rem;
        transform: translate(0, 0);
    }

    .error-bg-img img {
        height: calc(100vh - 53vh);
        width: 100%;
        object-fit: contain;
    }

    .bubbles_section .green-bubbles {
        width: 50vw;
        height: calc(100vh - 58vh);
        left: -10vw;
    }

    .bubbles_section .light-green-bubbles {
        width: 48vw;
        height: calc(100vh - 50vh);
        left: -12vw;
    }
}

.role-choose-popup .blue-badge {
    background-color: rgba(var(--thirdColor));
    height: 3.438rem;
    width: 3.438rem;
    border-radius: 5px;
    line-height: 55px;
}

.role-choose-popup .role-bg {
    background-color: #d6e0ed;
    border-radius: 10px;
    transition: all 0.5s;
}

.role-choose-popup .role-bg button {
    background: none;
}

.role-choose-popup .modal-header {
    background-color: rgba(var(--secondaryColor)) !important;
}

.role-choose-popup .role-bg:hover {
    background-color: rgba(var(--white));
    border: 1px solid rgba(var(--secondaryColor));
}

.links-login li a {
    font-size: 0.875rem;
    color: #131313;
}

.links-login li {
    padding-right: 3rem;
}

.f-12px {
    font-size: 0.75rem;
}

.links-login li:last-child {
    border: none;
}

/* contactus */

.contact-info-card {
    min-height: 65vh;
}

.contact-card {
    background-color: rgba(var(--secondaryColor));
    color: rgba(var(--white));
    padding: 2rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px 0 0 10px;
}

.back-img {
    width: 2.5rem;
}

.contact-head {
    color: rgba(var(--primaryColor));
}

.contact-form {
    background-color: rgba(var(--white));
    padding: 1.5rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 10px 10px 0;
}

.select-role-card {
    transition: all 0.4s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
}

.select-role-card:hover {
    transition: all 0.4s ease-in-out;
    transform: scale(1.06);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.select-role-card .card-header {
    /* max-height:160px; */
    border-radius: 10px !important;
}

.select-role-card .card-header img {
    width: 60% !important;
}

.select-role-card .card-body {
    background-color: rgba(var(--primaryColor)) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2rem !important;
}

.spiral-bg-img {
    top: -16px;
    right: -15px;
    background-image: url("../images/spiral-img.png");
    width: 42%;
    height: 60%;
    background-size: cover;
}
.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-primary:hover {
    background-color: rgba(var(--primaryColor));
    border-color: rgba(var(--secondaryColor));
}
.btn-primary:focus {
    box-shadow: none !important;
    background: rgba(var(--thirdColor)) !important;
    border-color: rgba(var(--thirdColor)) !important;
}
.btn-primary:after {
    position: absolute;
    color: rgba(var(--white));
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(var(--secondaryColor));
    transition: all 1s ease;
}
.btn-primary:hover {
    color: rgba(var(--white));
}
.btn-primary:hover:after {
    left: 0;
    width: 100%;
}
.btn-primary:active {
    top: 2px;
}

@media (max-width: 576px) {
    .back-body {
        background-image: none !important;
        /* background: #f1f3f5 !important; */
    }

    .mobile-d-none {
        display: none;
    }
}

/* privacy policy starts*/
.privacy-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/login.webp);
    height: 100vh;
}

.privacy-card {
    /* margin-top: 2rem; */
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    border: none;
    height: 75vh;
}

.privacy-header {
    color: rgba(var(--white));
    background-color: rgba(var(--secondaryColor));
    padding: 1rem;
}

.privacy-body {
    overflow: auto;
}

/* privacy policy end*/
.title-Button {
    background-color: rgba(var(--secondaryColor));
    color: rgba(var(--white));
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select-box {
    box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    margin: 1rem;
}
.select-box img {
    width: 100%;
    height: 180px !important;
    object-fit: contain;
}
.select-box:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.select-h1 {
    color: rgba(var(--thirdColor));
    font-size: 1.8rem;
    font-weight: 600;
}

.select-content {
    top: 20%;
}

@media (max-width: 576px) {
    .select-content {
        top: 17%;
        left: 0%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .select-content {
        top: 19%;
    }
}
/* employer register code */
.back-body-reg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/images/login.webp);
}
.back-body-reg .wlcm-txt {
    transform: translate(0, -21%);
    top: 21%;
}
.employer-agree-label {
    font-size: 0.75rem;
}
.reg-page-width {
    width: 25rem;
    border-radius: 10px;
}
.reg-height {
    height: 100vh;
}
.reg-page-p {
    background-color: #0673ba;
    padding: 10px 20px;
    color: rgba(var(--white));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.25rem;
    text-align: center;
}
.reg-btn {
    background-color: #db1f27;
    color: rgba(var(--white));
    border: none;
    border-radius: 5px;
    padding: 6px 20px;
    width: 100%;
}
.reg-btn:hover {
    background-color: #0673ba;
    color: rgba(var(--white));
    border: none;
    border-radius: 5px;
    padding: 6px 20px;
    width: 100%;
}
.reg-checkbox + label:before {
    content: "";
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid;
    border-radius: 3px;
}
.reg-checkbox:checked + label:before {
    background: #5ebc85;
}
.reg-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.reg-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.reg-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.reg-logo {
    transform: scale(1.05);
}
.img-place1 {
    width: 26px;
}
.input-group-icon {
    height: 38px;
}
.btn-outline-secondary.edit {
    background: rgba(var(--thirdColor)) !important;
    border-color: rgba(var(--thirdColor)) !important;
    color: rgba(var(--white)) !important;
}
.btn-outline-secondary.edit:hover {
    background: rgba(var(--primaryColor)) !important;
    color: rgba(var(--white)) !important;
    border-color: rgba(var(--primaryColor)) !important;
}
.resend-email-otp {
    border: 0 !important;
    color: rgba(var(--secondaryColor)) !important;
}
.resend-email-otp:hover {
    background-color: transparent !important;
    color: #e8a21f !important;
}
.resend-email-otp:disabled {
    border: 0;
}
@media (max-width: 576px) {
    .reg-page-width {
        width: 100%;
    }
}
/*employer reg end*/
.wlcm-txt {
    transform: translate(0, -4%);
    top: 20%;
    font-size: 2.9rem;
    left: 4%;
    margin-left: 1%;
    font-weight: 600;
}
/* .copyright-section {
    font-weight: 600;
} */
.links-login a:hover {
    transition: all 0.3s ease-in-out;
    color: #1a38a6;
}
.captcha-form #captcha-error {
    right: 7px;
}
.captcha-form .tooltip-validate {
    top: 5px !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: rgba(var(--white));
    background-color: rgba(219, 31, 39, 0.7);
    border-color: rgba(219, 31, 39, 0.7);
    cursor: not-allowed;
}
/*custom loader css*/
#preloader .spinner {
    width: 100px;
    height: 100px;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: rgba(var(--primaryColor));
    animation: spinner-a4dj62 1s infinite linear;
}

#preloader .spinner::before,
#preloader .spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: spinner-a4dj62 2s infinite;
}

#preloader .spinner::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes spinner-a4dj62 {
    100% {
        transform: rotate(1turn);
    }
}
/*loader ends*/
.select2-container {
    width: 100% !important;
}
.verify-modal .modal-title {
    color: rgba(var(--secondaryColor));
}
.verify-modal .email-verify-txt {
    color: #131313;
}
.verify-modal .inner-content {
    width: 66%;
    margin: 0 auto;
}
.verify-modal .btns-actions {
    border-top: 1px solid #000;
    padding-top: 1rem;
}
.verify-modal .btns-actions button {
    min-width: 110px;
}
.btn-outline-dark {
    z-index: 1;
    position: relative;
}
.btn-outline-dark:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(var(--thirdColor));
    transition: all 0.3s ease;
    border-radius: 0.25rem !important;
}
.btn-outline-dark:hover {
    color: rgba(var(--white));
    background-color: transparent !important;
    border-radius: 0.25rem !important;
}
.btn-outline-dark:hover:after {
    left: 0;
    width: 100%;
}
.btn-outline-dark:active {
    top: 2px;
}
.status-icon {
    height: 100%;
    background: rgba(var(--secondaryColor));
    color: rgba(var(--white));
    border-radius: 0;
}
.mobile-num-input-align {
    transform: translate(-57%, 0px);
    margin-left: 70%;
}
.resend-email-otp:after {
    background-color: transparent;
}
.btn.disabled {
    cursor: not-allowed;
}
.country-select .select2-selection {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.country-select .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
@media (max-width: 576px) {
    .back-body {
        /* background-image: url(../images/bg-curve-img-mobile.webp) !important; */
        background-size: cover !important;
        background-position: -97vw !important;
    }
    .verify-modal .inner-content {
        width: 100%;
    }
    .verify-modal {
        padding-left: 0 !important;
    }
    .mobile-num-input-align {
        transform: translate(-57%, 0px);
        margin-left: 70%;
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    .back-body {
        background-image: url(../images/bg-curve-img.webp);
    }
    .wlcm-txt {
        text-align: center;
        top: 9%;
        left: auto;
        width: 100%;
    }
}
