@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 1rem;
    width: 100%;
    line-height: normal;
    background-color: #FFFEFE;
    overflow-x: hidden;
    color: #747794;
}
.error-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999998;
}

/* Error handling */
.field-error { font-size:12px; color:#E54545; display:flex; gap:6px; position: absolute; bottom: 6px;}
.field-error.hidden { display:none !important; }
.style-input.error { border-color:#E54545; }

.pronounced_words{
    font-weight: 600;
    color: #353950;
}


.links {
    cursor: pointer;
    color: var(--brand-accent);
    font-weight: 500;

    transition: color 0.3s ease;
}

.links:hover {
    color: var(--brand-primary);
    text-decoration: underline;
}

.alert {
    background: #FFFEFE;
    border: 1px solid #FF4C1F4D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    /*box-shadow: 5px 5px 40px 0px #FF4C1F40;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 0;
    width: 35%;
    margin: 0 auto;
    z-index: 999999;
}
.error-description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.alert button {
    border: 0;
    background-color: inherit;
    cursor: pointer;
}
.alert .notify-mark {
    width: 86px;
    height: 86px;
}
.alert .x-mark {
    width: 20px;
    height: 20px;
}
.x-mark:hover {
    width: 21px;
    height: 21px;
}

.fz-medium {
    font-size: 16px;
}

.fz-large {
    font-size: 40px;
}

.h1-title {
    margin: 0;
}

.right-side {
    height: 740px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url("/templates/frontpage/template/img/right-side-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.right-side.expand-height {
    height: 90%;
}

.right-side .text-color {
    color: #FFFEFE;
}

.left-side {
    background-color: #FFFEFE;
    height: 740px;
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 19px 50px;
    align-items: start;
    flex-direction: column;
    border: #A8DDF9 solid 1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    gap: 20px;
}

.left-side.expand-height {
    height: 90%;
}

.registration-logo {
    width: 192px;
    height: 49px;
    margin: 20px 0 0 20px;
}
.registration-logo img{
    width: 192px;
}

.style-block {
    display: flex;
    background-color: #F8F9FB;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto 30px auto;
}

input::placeholder {
    font-size: 18px;
    font-weight: 400;
}

.background-image-1 {
    display: block;
    background-image: url("/templates/frontpage/template/img/registration-bg-1.svg");
    background-repeat: no-repeat;
    width: 188px;
    height: 76px;
    margin-left: 435px;
}

.background-image-2 {
    display: inline;
    background-image: url('/templates/frontpage/template/img/registration-bg-4.svg');
    clip-path: inset(0% 72% 0% 0%);
    background-repeat: no-repeat;
    position: absolute;
    width: 49%;
    height: 50%;
    top: 418.63px;
    left: 1087px;
    transform: rotate(360deg);
}

.background-image-3 {
    display: inline;
    background-image: url('/templates/frontpage/template/img/registration-bg-3.svg');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 550px;
    width: 400px;
    height: 400px;
    z-index: -99999;
}

.background-image-4 {
    display: inline;
    background-image: url('/templates/frontpage/template/img/registration-bg-5.svg');
    background-repeat: no-repeat;
    position: absolute;
    z-index: -99999;
    width: 38%;
    height: 100%;
    left: 1154px;
}

.block-auth {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 100vh;
    z-index: 99999;
    width: 1260px;
    margin: 0 auto;
    min-height: 850px;
}

.form-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 20px 0;
}

.form-title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: rgba(20, 76, 173, 1);
    margin: 20px 0 0 0;
}

.form-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.7);;
    margin: 0;
}

.agree {
    color: rgba(22, 22, 22, 0.7);
}

.login {
    color: rgba(22, 22, 22, 0.7);
}

.btn-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;
}

.style-btn {
    /*box-shadow: 5px 5px 15px 0px rgba(20, 76, 173, 0.3);*/
    background-color: rgba(20, 76, 173, 1);
    color: rgba(255, 254, 254, 1);
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    border: 0px;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    left: 52px;
    top: 591px;
    filter: drop-shadow(5px 5px 15px rgba(20, 76, 173, 0.3));
}

.style-btn:hover {
    cursor: pointer;
    box-shadow: rgba(20, 76, 173, 0.33) 10px 10px 20px;
    /*color: #00A3EB;*/
    background: #00A3EB;

}

.google_registration {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
}

.g_id_signin {
    transform: scale(1.3);
    transform-origin: center;
}

.sm-screen {
    margin: 0 auto;
}

.form-link {
    color: #00A3EB;
}

.style-input, .style-input:focus-visible, .style-select {
    border: 1px solid rgba(0, 163, 235, 0.3);
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    outline: none;
    padding: 10px 15px 9px 15px;
    width: 100%;
    margin-bottom: 40px;
    height: 68px;
    top: 321px;
    left: 52px;
}

.style-input, .style-input:focus-visible, .style-select {
    border: 1px solid rgba(0, 163, 235, 0.3);
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    outline: none;
    padding: 10px 15px 9px 15px;
    width: 100%;
    margin-bottom: 30px;
    height: 68px;
    top: 321px;
    left: 52px;
}

.register-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-form .show, .register-form .hide {
    position: absolute;
    text-align: center;
    z-index: 100;
    top: 23.5px;
    right: 15px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
}

.label-psswd .hide {
    display: none;
}

.label-psswd .show {
    display: inline-block;
}

.register-form .form-group {
    position: relative;
    z-index: 1;
}

.label-psswd.active .hide {
    display: inline-block;
}

.label-psswd.active .show {
    display: none;
}

.register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 0;
    margin-bottom: 0.25rem;
}

.customer-info {
    display: flex;
    flex-direction: column;

}

.right-title {
    margin: 0 0 0 20px;
    width: 600px;
}
.feedback-block {
    width: 624px;
    margin: 0 0 20px 20px;
}
.feedback-block p {
    width: 70%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.block-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93%;
}
.feedback-block span {
    color: #FFFFFF;
}
.avatar {
    display: block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.feedback-row {
    display: flex;
    justify-content: space-between;
    width: 140px;
}

.form-group {
    font-size: 14px;
    width: 100%;
}

.mb-1 {
    margin-bottom: 6px;
}

.style-input {
    width: 100%;
}
.sm-screen {
    display: none;
}

.password-strength {
    display: flex;
    gap: 10px;
    margin: 10px 0 10px 0;
}

.strength-indicator-red, .strength-indicator-yellow, .strength-indicator-green {
    width: 40px;
    height: 6px;
    background-color: #E0E0E0;
    border-radius: 3px;
}

h3 {
    font-size: 18px;
    margin: 0;
}

.password-criteria {
    padding: 0;
    margin: 10px 0 30px 40px;
}

.pass-complexity {
    color: #FF5630;
    margin-bottom: 10px;
}

.password-recommendation-text {
    margin-bottom: 5px;
}

.password-criteria li {
    font-size: 14px;
}

.password-criteria del {
    color: gray;
}

@media (max-width: 1600px) {
    body {
        overflow-x: auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    body {
        overflow-y: auto;
    }
}
@media (max-width: 768px){
    .alert {
        width: 90%;
        padding: 0 10px;
    }
    .right-side {
        display: none;
    }
    .background-image-1, .background-image-2,
    .background-image-3, .background-image-4,
    .background-image-5 {
        display: none;
    }

    .block-auth, .left-side {
        width: 100%;
        height: 100%;
        min-height: auto;
        border: 0px;
    }
    .left-side {
        padding: 0 25px 0 25px;
    }

    .form-title {
        margin-bottom: 20px;
    }
    .form-title h1 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
    }
    .form-title p {
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
    }
    .style-input, .style-input:focus-visible, .style-select {
        height: 50px;
        margin-bottom: 20px;
    }
    .register-form .show, .register-form .hide {
        top: 14.5px;
    }
    .style-input::placeholder {
        font-size: 16px;
    }
    .agree {
        font-size: 13px;
    }
    .btn-block {
        flex-direction: column;
        /*height: 150px;*/
    }
    .style-btn {
        width: 325px
    }
    .sm-screen {
        display: block;
    }
    .lg-screen {
        display: none;
    }
    .login, .login a {
        font-size: 13px;
    }
    .widget {
        display: none;
    }

    .password-popup-mobile {
        display: block;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        border: 1px solid #00AEEF;
        padding: 20px;
        margin-bottom: 20px;
    }

    .password-strength {
        display: flex;
        gap: 10px;
        margin: 10px 0 10px 0;
    }

    .strength-indicator-red, .strength-indicator-yellow, .strength-indicator-green {
        width: 40px;
        height: 6px;
        background-color: #E0E0E0;
        border-radius: 3px;
    }

    h3 {
        font-size: 18px;
        margin: 0;
    }

    .password-criteria {
        padding: 0;
        margin: 10px 0 0 15px;
    }

    .password-criteria li {
        font-size: 14px;
    }

    .g_id_signin {
        transform: scale(1);
    }

    /* Mobile responsive error messages */
    .field-error {
        font-size: 13px;
        padding: 8px 10px;
        margin-bottom: 6px;
    }

    .error-icon {
        font-size: 14px;
    }
}

.registration_img{
    width: 192px;
}

/* Email field container */
.email-field-container {
    width: 100%;
    position: relative;
}

.error-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.error-message {
    flex: 1;
}

.field-error.hidden {
    display: none;
}

/* Style input when error is present */
.style-input.error {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}