@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0 !important;
    font-family: "Montserrat", sans-serif;
}

/*.register-form {*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*}*/

.form-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
}

.left-img {
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.bg-green {
    height: 100%;
    position: absolute;
    background: #0F2403;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.bg-green img {
    width: 100%;
}

.register-left-bottom-img, .register-heading, .logo {
    position: relative;
    z-index: 1;
}

.logo {
    margin-top: 3rem;
}

.register-heading {
    text-align: center;
}

.register-heading h4 {
    margin: 0;
    font-size: 48px;
    color: #fff;
}

.right-section {
    width: 65%;
    position: relative;
}

.right-header-title h4 {
    margin: 0;
    font-size: 36px;
    color: #151814;
}

.right-header-title {
    margin: 7rem 0 4rem;
}

.steps ul {
    padding: 0;
    list-style-type: none;
    margin: 15px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.steps ul li {
    font-size: 14px;
    display: flex;
    margin: 0 5px;
    color: #a1a3a1;
    align-items: flex-start;
}

.steps ul li span {
    background: #d0d1d0;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: 600;
}

.steps ul li:first-child {
    margin-left: 0 !important;
}

.steps ul li a {
    color: #a1a3a1;
    text-decoration: none !important;
    font-weight: 600;
}

.steps ul li.active span {
    background: #eefadc !important;
    color: #69ac43 !important;
    border: 1px solid #69ac43 !important;
}

.steps ul li.active a {
    color: #151814 !important;
}

.right-header {
    padding: 0 15rem;
    border-bottom: 1px solid #0F2403;
}

.right-section .login-btn {
    position: absolute;
    top: 5%;
    right: 5%;
    text-decoration: none;
    width: 100px;
    padding: 6px 12px;
    border-radius: 8px;
    display: block;
    background: #ededed;
    text-align: center;
    font-weight: 600;
    color: #151814;
    font-size: 14px;
}

.signup-form {
    padding: 0 15rem;
    margin: 3rem 0 7rem;
}

.fields {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 1.5em;
}

.fields input {
    border-radius: 8px !important;
}

.password_wrapper {
    position: relative;
}

.password_wrapper a {
    position: absolute;
    top: 15px;
    right: 20px;
}

/* From Uiverse.io by escannord */
.radio-input-lg input {
    display: none;
}

.radio-input-lg label {
    --border-color: #d1d0d1;

    border: 1px solid var(--border-color);
    border-radius: 6px;
    min-width: 5rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-right: 1em;
}

.radio-input-lg label:last-child {
    margin-right: 0 !important;
}

.radio-input-lg input:checked + label {
    --border-color: #69AC43;
    border-color: var(--border-color);
    border-width: 2px;
    background: rgba(105, 172, 67, 0.1);
}

.radio-input-lg label:hover {
    --border-color: #69AC43;
    border-color: var(--border-color);
}

.radio-input-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.circle-lg {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 0.5rem;
    position: relative;
    border: 2px solid #a1a3a1;
}

.radio-input-lg input:checked + label span.circle-lg::before {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    left: 50.66%;
    transform: translate(-50%, -50%);
    background-color: #69AC43;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.radio-lg-text-wrapper {
    display: flex;
    align-items: center;
}

.price {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: bold;
}

.small {
    font-size: 10px;
    color: rgb(136, 138, 139);
    font-weight: 100;
}

.info {
    position: absolute;
    display: inline-block;
    font-size: 11px;
    background-color: rgb(31, 236, 123);
    border-radius: 20px;
    padding: 1px 9px;
    top: 0;
    transform: translateY(-50%);
    right: 5px;
}

.label-format-prefences {
    margin: 10px 0;
}

.radio-text {
    margin-left: 0.4em;
    width: 80%;
}

.next-btn {
    margin-top: 2rem;
    text-align: left;
}

.next-btn button:disabled {
    background: #d4cece !important;
    color: #000000 !important;
}

.next-btn button {
    border: 0;
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    background: #69AC43;
}

.terms-text {
    padding: 0 15rem;
    text-align: center;
    margin-bottom: 2rem;
}

.terms-text p, .terms-text-login p {
    margin: 0;
    font-size: 16px;
    width: 100%;
    color: #151814;
}

.terms-text a, .terms-text-login a {
    font-weight: 600;
    color: #151814;
}

.register-left-bottom-img img {
    width: 100%;
}

.forget-password {
    margin-top: 10px;
}

.forget-password a {
    color: #08448B;
    text-decoration: none;
    font-weight: 600;
}

/* Styles for screens up to 320px */
@media (max-width: 420px) {
    .left-img {
        width: 100% !important;
    }

    .bg-green {
        height: 150px;
    }

    .register-heading, .register-left-bottom-img {
        display: none;
    }

    .form-wrapper {
        display: block;
    }

    .right-section {
        width: 100%;
    }

    .right-header, .signup-form, .terms-text {
        padding: 0 0.5rem;
    }

    .right-section .login-btn {
        top: -3%;
    }

    .fields {
        flex-direction: column;
    }

    .fields div {
        width: 100% !important;
        margin: 0 0 1.5rem !important;
    }

    .radio-input-lg {
        flex-direction: column;
    }

    .radio-input-lg label {
        margin: 0 0 1rem;
    }

    .section {
        width: 95% !important;
    }

    .login-header {
        padding: 10px !important;
    }
}

/* Styles for screens between 421px and 768px */
@media (min-width: 421px) and (max-width: 768px) {
    .left-img {
        width: 100% !important;
    }

    .bg-green {
        height: 150px;
    }

    .register-heading, .register-left-bottom-img {
        display: none;
    }

    .form-wrapper {
        display: block;
    }

    .right-section {
        width: 100%;
    }

    .right-header, .signup-form, .terms-text {
        padding: 0 0.5rem;
    }

    .right-section .login-btn {
        top: -3%;
    }

    .fields {
        flex-direction: column;
    }

    .fields div {
        width: 100% !important;
        margin: 0 0 1.5rem !important;
    }

    .radio-input-lg {
        flex-direction: column;
    }

    .radio-input-lg label {
        margin: 0 0 1rem;
    }

    .section {
        width: 95% !important;
    }

    .login-header {
        padding: 10px !important;
    }
}

/* Styles for screens between 769px and 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    .right-header, .signup-form, .terms-text {
        padding: 0 5rem;
    }
    
}

/* Styles for screens between 1025px and 1220px */
@media (min-width: 1025px) and (max-width: 1220px) {
    .right-header, .signup-form, .terms-text {
        padding: 0 5rem;
    }
}

/* Styles for screens between 1221px and 1440px */
@media (min-width: 1221px) and (max-width: 1440px) {
    .right-header, .signup-form, .terms-text {
        padding: 0 5rem;
    }
}

/* Default styles for screens above 1440px */
@media (min-width: 1441px) {
    .me-lg-6 {
        margin-right: 3.5rem !important;
    }
    
    .me-lg-7 {
        margin-right: 4rem !important;
    }
    
    .me-lg-8 {
        margin-right: 8rem !important;
    }
    
    .me-lg-9 {
        margin-right: 11rem !important;
    }
    
    .me-lg-auto {
        margin-right: auto !important;
    }
    
    .ms-lg-6 {
        margin-left: 3.5rem !important;
    }
    
    .ms-lg-7 {
        margin-left: 4rem !important;
    }
    
    .ms-lg-8 {
        margin-left: 8rem !important;
    }
    
    .ms-lg-9 {
        margin-left: 11rem !important;
    }
    
    .ms-lg-auto {
        margin-left: auto !important;
    }
    
    /* Any additional styles for larger screens can go here */
}

.checklist {
    position: absolute;
    width: 260px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 10px 24px 0px #0000000F;
    z-index: 9;
    top: 60px;
    padding: 1rem;
    display: none;
}

.checklist ul {
    list-style-type: none;
    padding: 0;
}

.checklist ul li span {
    background: red;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    padding: 0 3px;
}

.checklist ul li span.success {
    background: green !important;
}

.checklist ul li {
    margin: 5px 0;
}

.login-header {
    display: flex;
    border-bottom: 1px solid #0613221A;
    justify-content: space-between;
    padding: 10px 100px;
    align-items: center;
}

.login-header .side-btn a {
    text-decoration: none;
    color: #151814;
    font-weight: 500;
    background: #ededed;
    padding: 8px 6px;
    border-radius: 8px;
}

.section {
    width: 550px;
    margin-top: -20%;
}

.login-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    /* flex-direction: column; */
}

.login-bottom {
    position: absolute;
    width: 100%;
    display: inline-block;
    bottom: 0;
}

.login-bottom img {
    width: 100%;
}

.terms-text-login {
    margin: 1rem 0;
}

.navbar-brand-item {

    height: 40px;
    display: block;
    width: auto;
}

.btn-dark-soft {
    color: #0b0a12;
    background-color: rgba(11, 10, 18, 0.1);
}

.status-bar {
    width: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
