body.v3-layout {
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    background: #f3f3f3;
    color: #2f2f2f;
    overflow: hidden;
}

.v3-main {
    min-height: 100vh;
}

.v3-auth {
    min-height: 100vh;
    display: block;
    padding: 0;
}

.v3-auth__shell {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    border: 0;
    background: #ffffff;
    overflow: hidden;
}

.v3-auth__banner {
    height: 100%;
    min-height: 100vh;
    background-image: url("/images/v3/auth/auth-banner.png");
    background-position: center;
    background-size: cover;
}

.v3-auth__form-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 100vh;
    padding: 32px 28px;
    background: #ffffff;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .v3-auth .row.g-0 {
        min-height: 100vh;
    }

    .v3-auth .row.g-0 > .col-lg-5 {
        display: flex;
    }

    .v3-auth .row.g-0 > .col-lg-5 .v3-auth__banner {
        min-height: 100%;
        width: 100%;
    }
}

.v3-auth__card {
    width: 100%;
    max-width: 420px;
    margin: auto 0;
}

.v3-auth__logo {
    width: 42.88px;
    height: auto;
    display: block;
    margin: 0 auto 14px;
}

.v3-auth__title {
    margin: 0 0 6px;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #304f4d;
}

.v3-auth__subtitle {
    margin: 0 0 26px;
    text-align: center;
    font-size: 13px;
    color: #398589;
}

.v3-auth__field {
    margin-bottom: 16px;
}

.v3-auth__label {
    display: block;
    margin-bottom: 6px;
    font-family: "Inter", "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #374151;
}

.v3-auth__input {
    height: 46px;
    border: 1px solid #ececec;
    background: #fafafa;
    font-family: "Inter", "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #232323;
}

.v3-auth__input::placeholder {
    color: #ADAEBC;
    opacity: 1;
}

.v3-auth__select {
    padding-right: 34px;
    color: #374151;
    background-color: #fafafa;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239aa3a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
}

.v3-register__card {
    max-width: 460px;
}

.v3-register__steps {
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v3-register__steps-text {
    margin-bottom: 6px;
    font-size: 11px;
    color: #9ba4a8;
}

.v3-register__progress {
    width: 112px;
    height: 10px;
    position: relative;
}

.v3-register__progress::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #e4e9ea;
}

.v3-register__progress span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #dce2e4;
    background: #ffffff;
    position: absolute;
    top: 0;
}

.v3-register__progress span:first-child {
    left: 0;
}

.v3-register__progress span:last-child {
    right: 0;
}

.v3-register__progress span.is-active {
    border-color: #f36c2f;
    background: #f36c2f;
}

.v3-register__progress span.is-done::after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
}

.v3-register__upload {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 18px 12px;
    text-align: center;
    margin-bottom: 14px;
    color: #7b8a8a;
    cursor: pointer;
}

.v3-register__upload i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px dashed #d5d5d5;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
}

.v3-register__upload i::after {
    content: "+";
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f36c2f;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
}

.v3-register__upload span,
.v3-register__upload small {
    display: block;
}

.v3-register__file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.v3-register__upload-file {
    margin-top: 6px;
    font-size: 11px;
    color: #97a2a5;
}

.v3-register .select2-container {
    width: 100% !important;
}

.v3-register .select2-container--default .select2-selection--single {
    height: 46px;
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #fafafa;
}

.v3-register .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 12px;
    padding-right: 34px;
    font-family: "Inter", "Roboto", Arial, sans-serif;
    font-size: 14px;
    color: #374151;
}

.v3-register .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    width: 28px;
    right: 6px;
}

.v3-register .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.v3-register .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239aa3a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.v3-register .select2-container--open .select2-selection--single .select2-selection__arrow::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.v3-register .select2-dropdown {
    border: 1px solid #e4e7e8;
}

.v3-register__helper {
    margin: -2px 0 10px;
    font-size: 11px;
    line-height: 1.35;
    color: #8d9496;
}

.v3-register__info {
    margin: 10px 0 12px;
    padding: 10px 12px;
    background: #f4f6f7;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.4;
    color: #737e81;
}

.v3-register__info strong,
.v3-register__info span {
    display: block;
}

.v3-register__info strong {
    position: relative;
    padding-left: 20px;
}

.v3-register__info strong::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f36c2f;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
}

.v3-register__actions {
    margin-top: 10px;
}

.v3-register__success {
    text-align: left;
}

.v3-register__success-title {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #304f4d;
}

.v3-register__success-content {
    font-size: 14px;
    line-height: 1.6;
    color: #5f6a6a;
}

.v3-register__success-content p:last-child {
    margin-bottom: 0;
}

.v3-register__back {
    width: 100%;
    margin-bottom: 8px;
    height: 42px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #ffffff;
    color: #5f6a6a;
    font-size: 14px;
}

.v3-register__privacy {
    margin: 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.35;
    color: #7f8f8f;
}

.v3-register__privacy input[type="checkbox"] {
    margin-top: 2px;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.v3-register__privacy label {
    margin: 0;
    flex: 1 1 auto;
    display: block;
}

.v3-register__privacy a {
    color: #374151;
}

.v3-register__recaptcha .g-recaptcha {
    transform: scale(0.88);
    transform-origin: left top;
}

.v3-auth__input:focus {
    border-color: #d7d7d7;
    box-shadow: none;
    background: #ffffff;
}

.v3-auth__help {
    margin-top: 6px;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.v3-auth__link {
    color: #99a3a3;
    text-decoration: none;
}

.v3-auth__link:hover {
    color: #6f7a7a;
    text-decoration: underline;
}

.v3-auth__submit {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 3px;
    background: #f36c2f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.v3-auth__submit:hover {
    background: #e85f22;
}

.v3-auth__register {
    margin-top: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 1.35;
    color: #8d9496;
}

.v3-auth__register a {
    display: block;
    margin-top: 3px;
    color: #f36c2f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.v3-auth__register a:hover {
    text-decoration: underline;
}

.alert.v3-auth__alert {
    border-radius: 4px;
    margin-bottom: 16px;
}

.invalid-feedback {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    body.v3-layout {
        overflow-y: auto;
    }

    .v3-auth {
        padding: 0;
        min-height: 100dvh;
    }

    .v3-auth__shell {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 100dvh;
        border: 0;
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }

    .v3-auth__banner {
        height: auto;
        min-height: 190px;
        max-height: 190px;
        background-image: url("/images/v3/auth/auth-banner-3.png");
        background-position: center top;
    }

    .v3-auth__form-col {
        height: auto;
        min-height: auto;
        padding: 0;
        background: transparent;
        margin-top: -42px;
        position: relative;
        z-index: 2;
        overflow: visible;
    }

    .v3-auth__card {
        width: 100%;
        max-width: 508px;
        margin: 0 auto 55px;
        background: #ffffff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 48px 24px;
    }

    .v3-auth__title {
        font-size: 42px;
    }

    .v3-auth__logo {
        width: 40px;
    }
}

@media (max-width: 767.98px) {
    .v3-auth__shell {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }

    .v3-auth__banner {
        height: auto;
        min-height: 144px;
        max-height: 144px;
        background-image: url("/images/v3/auth/auth-banner-2.png");
        background-position: center top;
    }

    .v3-auth__form-col {
        padding: 0;
        margin-top: -26px;
        height: auto;
        min-height: auto;
    }

    .v3-auth__title {
        font-size: 40px;
    }

    .v3-auth__subtitle {
        margin-bottom: 20px;
    }

    .v3-auth__logo {
        width: 36px;
    }

    .v3-auth__card {
        width: calc(100% - 40px);
        max-width: none;
        margin: 0 auto 55px;
        padding: 24px 20px 12px;
    }
}
