/*--------------------------------------------------------------
  # sign-up-page Page
  --------------------------------------------------------------*/
.sign-up-page .step {
    display: none;
}
.sign-up-page .step.active {
    display: block;
}

.sign-up-page .hero {
    min-height: 100vh;
    background: #f3f5f8;
    align-items: start;
    padding: 48px 0;
}
.sign-up-page .hero .hero-left {
    height: 85vh;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    background: linear-gradient(#00a3e0, #1293c4);
    border-radius: 16px;
}
.sign-up-page .hero .hero-left .logo {
    padding-bottom: 48px;
}
.sign-up-page .hero .hero-left .logo img {
    max-height: 34px;
}
.sign-up-page .hero .hero-left h2 {
    padding-bottom: 48px;
}
.sign-up-page .hero .hero-left ul li {
    position: relative;
    list-style: none;
    padding-left: 10px;
}
.sign-up-page .hero .hero-left ul li::after {
    content: " ";
    display: block;
    width: 1px;
    height: 5vh;
    background-color: #fff;
    margin: 15px 0 15px -27px;
}
.sign-up-page .hero .hero-left ul li:last-child::after {
    display: none;
}
.sign-up-page .hero .hero-left ul li i {
    position: absolute;
    top: -5px;
    left: -32px;
    font-size: 32px;
    line-height: 0;
    transition: 0.3s;
}
.sign-up-page .hero .hero-left ul li i.bi-check-circle-fill {
    color: #05a851;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}

.sign-up-page .hero .hero-right {
    padding-left: 64px;
    background-image: none;
    color: #0d0d0d;
}
.sign-up-page .hero .hero-right .row .col-12 {
    margin-bottom: 32px;
}
.sign-up-page .hero .hero-right h2 {
    color: #0d0d0d;
    margin-bottom: 32px;
    margin-top: 48px;
    font-weight: 700;
}
.sign-up-page .hero .hero-right form .form-control[type="file"]::before {
    content: "\f603";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding: 0 20px 0 0;
}

.sign-up-page .hero .hero-right .phoneselect {
    display: inline-block;
    width: 25%;
}
.sign-up-page .hero .hero-right .exampleInputnumber {
    display: inline-block;
}
.sign-up-page
    .hero-form
    .form-control[type="file"]::-webkit-file-upload-button {
    color: #0d0d0d52;
}
.sign-up-page .hero-form .form-control[type="file"] {
    color: #0d0d0d52;
}

.sign-up-page .hero-form input::placeholder,
.sign-up-page .hero-form textarea::placeholder {
    color: #0d0d0d52;
}
.sign-up-page .prevStep svg {
    transform: rotateY(180deg);
    margin-left: -25px;
    margin-right: 20px;
}
.error-icon {
    bottom: 3px !important;
}

[name="phone_country_code"].form-select.is-valid {
    --bs-form-select-bg-icon: unset !important;
    padding-right: 2.25rem !important;
}
