.business-register-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 92% 8%, rgba(79, 70, 229, 0.11), transparent 25rem),
        linear-gradient(145deg, #f8faff 0%, #f2f6fc 100%);
    color: #17213a;
}

.business-register-page .container-fluid,
.business-register-page .eq-height-row,
.business-register-page .right-col {
    min-height: 100vh;
}

.business-register-page .right-col {
    padding: 104px 30px 40px !important;
}

.register-page-shell {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.register-card {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    min-height: 720px;
    overflow: hidden;
    border: 1px solid rgba(207, 216, 232, 0.92);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(35, 55, 88, 0.12);
}

.register-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 42px 34px 32px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(155deg, #4338ca 0%, #3157df 54%, #1689e2 100%);
}

.register-intro::before,
.register-intro::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.register-intro::before {
    top: -120px;
    right: -145px;
    width: 330px;
    height: 330px;
    box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.045);
}

.register-intro::after {
    bottom: -155px;
    left: -135px;
    width: 320px;
    height: 320px;
    box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.04);
}

.register-intro-content,
.register-intro-security {
    position: relative;
    z-index: 1;
}

.register-brand-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.register-intro-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.register-setup-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #65748c;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.2;
}

.register-setup-note i {
    color: #5368ee;
}

.register-setup-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 11px;
}

.register-intro h1 {
    margin: 24px 0 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.register-brand-copy {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 450;
    line-height: 1.6;
}

.register-mobile-copy-card { display: contents; }
.register-mobile-headline-block { display: contents; }
.register-mobile-visual { display: none; }

.register-story {
    position: relative;
    min-height: 208px;
    margin-top: 28px;
    padding: 18px 18px 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(13, 32, 105, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.register-story-slide { display: none; }
.register-story-slide.is-active { display: block; animation: registerStoryIn .55s cubic-bezier(.22, .61, .36, 1) both; }
.register-story-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.08)); color: #b7f7dc; font-size: 15px; }
.register-story-topline { display: flex; align-items: center; justify-content: flex-start; }
.register-story h2 { margin: 13px 0 0; color: #fff; font-size: 17px; font-weight: 750; line-height: 1.25; }
.register-story p { margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.5; }
.register-story-dots { position: absolute; right: 18px; bottom: 14px; left: 18px; display: flex; gap: 6px; }
.register-story-dot { width: auto; height: 4px; flex: 1 1 0; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.34); transition: background .25s ease, transform .25s ease; }
.register-story-dot.is-active { background: #fff; transform: scaleY(1.55); }

@keyframes registerStoryIn {
    from { opacity: 0; transform: translateX(14px); }
    to { opacity: 1; transform: translateX(0); }
}

.register-intro-security {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.register-intro-security i {
    margin-top: 2px;
    color: #9df2c2;
}

.register-form-surface {
    min-width: 0;
    padding: 12px 38px 30px;
    background: #ffffff;
}

.business-register-page #business_register_form {
    display: block;
    margin: 0;
}

.business-register-page .wizard > .steps {
    margin-bottom: 26px;
}

.business-register-page .wizard > .steps > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.business-register-page .wizard > .steps > ul > li {
    float: none;
    width: 100% !important;
    min-width: 0;
    margin: 0;
}

.business-register-page .wizard > .steps a,
.business-register-page .wizard > .steps a:hover,
.business-register-page .wizard > .steps a:active {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    box-sizing: border-box;
    min-height: 58px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e2e8f2;
    border-radius: 14px;
    background: #f7f9fc;
    color: #66758f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
    white-space: normal;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.business-register-page .wizard > .steps .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 10px;
    background: #e9edf5;
    color: #6d7b93;
    font-size: 13px;
    font-weight: 800;
}

.business-register-page .wizard > .steps .current a {
    border-color: rgba(79, 70, 229, 0.28);
    background: #eef1ff;
    color: #3346c9;
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.08);
}

.business-register-page .wizard > .steps .current .number {
    background: linear-gradient(135deg, #6548f4, #4f7df2);
    color: #ffffff;
}

.business-register-page .wizard > .steps .done a {
    border-color: #cdebdc;
    background: #f1fbf6;
    color: #24734d;
}

.business-register-page .wizard > .steps .done .number {
    background: #d7f3e4;
    color: #1f7a4d;
}

.business-register-page .wizard > .content {
    min-height: 0;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent !important;
}

.business-register-page .wizard > .content > .body {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
}

.business-register-page .wizard fieldset {
    min-width: 0;
    margin: 0;
    padding: 0 0 4px;
    border: 0;
}

.business-register-page .wizard legend {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 13px;
    border: 0;
    border-bottom: 1px solid #e7ebf2;
    color: #26324a;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
}

.business-register-page .wizard .row,
.business-register-page .wizard fieldset {
    margin-right: -8px;
    margin-left: -8px;
}

.business-register-page .wizard [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.business-register-page .form-group {
    margin-bottom: 18px;
}

.business-register-page .form-group > label,
.business-register-page fieldset > div > div > label {
    display: inline-block;
    margin-bottom: 8px;
    color: #29354d;
    font-size: 13px;
    font-weight: 700;
}

.business-register-page .input-group {
    display: flex;
    width: 100%;
}

.business-register-page .input-group-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    padding: 0;
    border: 1px solid #d9e1ed;
    border-right: 0;
    border-radius: 11px 0 0 11px;
    background: #f5f7fb;
    color: #8290a7;
}

.business-register-page .form-control,
.business-register-page .select2-container .select2-selection--single,
.business-register-page .file-input .form-control,
.business-register-page .btn-file {
    min-height: 48px;
    border-color: #d9e1ed;
    border-radius: 11px;
    background: #ffffff;
    color: #28344b;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.business-register-page .input-group > .form-control,
.business-register-page .input-group > .select2-container .select2-selection--single {
    border-radius: 0 11px 11px 0;
}

.business-register-page .form-control {
    height: 48px;
    padding: 10px 13px;
    font-size: 14px;
}

.business-register-page .form-control:focus,
.business-register-page .select2-container--focus .select2-selection,
.business-register-page .select2-container--open .select2-selection {
    border-color: #7182ed !important;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.11) !important;
    outline: none;
}

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

.business-register-page .select2-container .select2-selection--single {
    height: 48px;
}

.business-register-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
    color: #28344b;
    line-height: 46px;
}

.business-register-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 9px;
}

.business-register-page input[type="file"] {
    width: 100%;
    min-height: 48px;
    padding: 9px 10px;
    border: 1px dashed #cdd7e6;
    border-radius: 11px;
    background: #f9fbfd;
    color: #5f6d84;
}

.business-register-page .file-input,
.business-register-page .file-caption-main {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    height: 48px !important;
    position: relative !important;
}

.business-register-page .file-caption-main > .file-caption {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    height: 48px !important;
    min-height: 48px !important;
    border: 1px solid #d9e1ed !important;
    border-right: 0 !important;
    border-radius: 11px 0 0 11px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #28344b !important;
}

.business-register-page .file-caption-main > .file-caption .file-caption-name {
    color: #28344b !important;
}

.business-register-page .file-caption-main > .input-group-btn {
    display: inline-flex !important;
    width: auto !important;
    flex: 0 0 auto !important;
    align-items: stretch !important;
}

.business-register-page .file-caption-main .btn-file {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 96px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    border: 1px solid #d9e1ed !important;
    border-radius: 0 11px 11px 0 !important;
    background-color: #f5f7fb !important;
    background-image: none !important;
    color: #28344b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: background-color 0.15s ease !important;
}

.business-register-page .file-caption-main .btn-file:hover,
.business-register-page .file-caption-main .btn-file:focus {
    background-color: #edf2f9 !important;
    border-color: #d9e1ed !important;
    color: #1e293b !important;
    box-shadow: none !important;
}

.business-register-page .file-caption-main .btn-file i,
.business-register-page .file-caption-main .btn-file .glyphicon,
.business-register-page .file-caption-main .btn-file .fa {
    color: #1e293b !important;
    margin-right: 6px !important;
}

.business-register-page .file-caption-main .btn-file input[type="file"] {
    width: 100%;
}

.business-register-page .iti,
.business-register-page .iti-container {
    width: 100%;
}

.business-register-page .iti .form-control {
    padding-left: 52px;
}

.business-register-page label.error,
.business-register-page .invalid-feedback,
.business-register-page .text-danger {
    display: block;
    margin-top: 6px;
    color: #c73b46;
    font-size: 12px;
    font-weight: 650;
}

.business-register-page .form-control.error,
.business-register-page .form-control.is-invalid {
    border-color: #ef9ca3 !important;
    background: #fffafa;
}

.business-register-page .wizard > .actions {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e7ebf2;
}

.business-register-page .wizard > .actions > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.business-register-page .wizard > .actions > ul > li {
    float: none;
    margin: 0;
}

.business-register-page .wizard > .actions a,
.business-register-page .wizard > .actions a:hover,
.business-register-page .wizard > .actions a:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 44px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    background: #f7f9fc;
    color: #3c4961;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    box-shadow: none;
}

.business-register-page .wizard > .actions li:not(.disabled):last-child a,
.business-register-page .wizard > .actions a.tw-dw-btn-primary {
    border-color: transparent;
    background: linear-gradient(135deg, #6548f4 0%, #4f7df2 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.2);
}

.business-register-page .wizard > .actions .disabled a {
    opacity: 0.45;
    pointer-events: none;
}

.business-register-page .terms_condition {
    color: #4f5fe0;
    font-weight: 650;
}

.business-register-page label,
.business-register-page .form-group label {
    text-transform: capitalize !important;
}

.business-register-page .iti,
.business-register-page .iti-container {
    width: 100% !important;
    display: block !important;
    position: relative !important;
}

.business-register-page .iti-container .iti {
    width: 100% !important;
    display: block !important;
}

.business-register-page .iti .form-control,
.business-register-page .iti-container .form-control {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 11px !important;
    border: 1px solid #d9e1ed !important;
    background: #ffffff !important;
    color: #28344b !important;
    padding-left: 96px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

.business-register-page .iti .form-control:focus,
.business-register-page .iti-container .form-control:focus {
    border-color: #7182ed !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.11) !important;
    outline: none !important;
}

.business-register-page .iti__flag-container {
    z-index: 25 !important;
    overflow: visible !important;
}

.business-register-page .iti__selected-flag {
    height: 100% !important;
    padding: 0 10px 0 14px !important;
    border-top-left-radius: 11px !important;
    border-bottom-left-radius: 11px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #f5f7fb !important;
    border-right: 1px solid #d9e1ed !important;
    cursor: pointer !important;
}

.business-register-page .iti__selected-flag:hover {
    background-color: #edf2f9 !important;
}

.business-register-page .iti__country-list {
    max-height: 240px !important;
    overflow-y: auto !important;
    max-width: 340px !important;
    overflow-x: hidden !important;
    z-index: 1000 !important;
    border-radius: 12px !important;
    border: 1px solid #d9e1ed !important;
    background: #ffffff !important;
    box-shadow: 0 14px 35px rgba(23, 33, 58, 0.16) !important;
}

.business-register-page .iti__country {
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #28344b !important;
}

.business-register-page .iti__country.iti__highlight {
    background-color: #f0f4ff !important;
    color: #3b50df !important;
}

/* Inline OTP Verification Panel */
.otp-card-panel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    margin-top: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.otp-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf2f7;
}

.otp-header-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: rgba(89, 37, 220, 0.1);
    border-radius: 11px;
    color: #5925dc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.otp-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.2px;
}

.otp-card-desc {
    margin: 3px 0 0 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

.otp-card-desc strong {
    color: #1e293b;
    font-weight: 650;
}

.otp-form-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

@media (max-width: 640px) {
    .otp-form-row {
        flex-direction: column;
        align-items: stretch;
    }
}

.otp-submit-btn {
    height: 48px !important;
    padding: 0 28px !important;
    border-radius: 11px !important;
    font-weight: 650 !important;
    font-size: 14px !important;
    background: #5925dc !important;
    border: none !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 14px rgba(89, 37, 220, 0.25) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.otp-submit-btn:hover:not(:disabled) {
    background: #4a1fb8 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(89, 37, 220, 0.35) !important;
}

.otp-submit-btn:disabled {
    opacity: 0.5;
    background: #94a3b8 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

.otp-footer-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 13px;
}

.otp-footer-text {
    color: #64748b;
}

.otp-resend-link {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #5925dc !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.otp-resend-link:disabled {
    color: #94a3b8 !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
}

.otp-timer-badge {
    color: #94a3b8;
    font-weight: 600;
    font-size: 12px;
}

.otp-status-msg {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 650;
    padding: 8px 12px;
    border-radius: 8px;
    display: none;
}

@media (max-width: 991px) {
    .business-register-page .right-col {
        padding: 92px 20px 28px !important;
    }

    .register-card {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .register-intro {
        padding: 34px 24px 28px;
    }

    .register-intro h1 {
        font-size: 28px;
    }

    .register-form-surface {
        padding: 12px 26px 26px;
    }
}

@media (max-width: 767px) {
    .business-register-page {
        background: #ffffff;
    }

    .business-register-page .right-col {
        min-height: 100svh;
        padding: 80px 0 0 !important;
    }

    .register-page-shell {
        max-width: none;
    }

    .register-card {
        display: block;
        min-height: calc(100svh - 80px);
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .register-intro {
        display: block;
        padding: 18px 20px 17px;
        border-radius: 0;
    }

    .register-intro h1 {
        max-width: 360px;
        margin-top: 16px;
        font-size: 24px;
        line-height: 1.22;
    }

    .register-brand-eyebrow {
        min-height: 32px;
        padding: 6px 11px;
        font-size: 10px;
    }

    .register-intro-content {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: center;
        gap: 12px 13px;
        text-align: center;
    }

    .register-intro-meta {
        grid-column: 1 / -1;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .register-mobile-headline-block {
        display: block;
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        justify-self: center;
    }

    .register-setup-row {
        justify-content: flex-start;
        margin-bottom: 11px;
    }

    .register-setup-note {
        font-size: 10px;
    }

    .register-intro h1 {
        margin: 0;
        max-width: 340px;
        font-size: 23px;
        line-height: 1.16;
        text-align: center;
    }

    .register-mobile-copy-card {
        display: none;
    }

    .register-brand-copy {
        max-width: none;
        margin: 0;
        font-size: 10.5px;
        line-height: 1.42;
        text-align: left;
    }

    .register-mobile-visual {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
        padding: 0 2px;
    }

    .register-mobile-visual::before {
        position: absolute;
        top: 50%;
        right: 15px;
        left: 15px;
        height: 1px;
        content: '';
        background: rgba(255,255,255,.22);
    }

    .register-mobile-node {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 8px;
        background: rgba(255,255,255,.14);
        color: #c7f8df;
        font-size: 9px;
    }

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

    .register-story,
    .register-intro-security {
        display: none;
    }

    .register-form-surface {
        padding: 12px 16px 30px;
    }

    .business-register-page .wizard > .steps {
        margin-bottom: 22px;
    }

    .business-register-page .wizard > .steps > ul {
        gap: 6px;
    }

    .business-register-page .wizard > .steps a,
    .business-register-page .wizard > .steps a:hover,
    .business-register-page .wizard > .steps a:active {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        min-height: 68px;
        padding: 7px 4px;
        border-radius: 12px;
        font-size: 10px;
        text-align: center;
    }

    .business-register-page .wizard > .steps .number {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
        border-radius: 9px;
        font-size: 12px;
    }

    .business-register-page .wizard > .steps .title {
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.15;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .business-register-page .wizard legend {
        margin-bottom: 18px;
        font-size: 17px;
    }

    .business-register-page .wizard .row,
    .business-register-page .wizard fieldset {
        margin-right: 0;
        margin-left: 0;
    }

    .business-register-page .wizard [class*="col-"] {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .business-register-page .form-group {
        margin-bottom: 16px;
    }

    .business-register-page .form-control,
    .business-register-page .select2-container .select2-selection--single {
        min-height: 50px;
    }

    .business-register-page .form-control,
    .business-register-page .select2-container .select2-selection--single,
    .business-register-page .input-group-addon {
        height: 50px;
    }

    .business-register-page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
    }

    .business-register-page .wizard > .actions {
        margin-top: 20px;
        padding-top: 18px;
    }

    .business-register-page .wizard > .actions > ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .business-register-page .wizard > .actions > ul > li,
    .business-register-page .wizard > .actions a {
        width: 100%;
    }

    .business-register-page .wizard > .actions a {
        min-width: 0;
        min-height: 48px;
        padding: 0 14px;
    }

    .business-register-page .iti__country-list {
        max-width: calc(100vw - 32px);
    }
}

@media (max-width: 380px) {
    .register-form-surface {
        padding-right: 13px;
        padding-left: 13px;
    }

    .business-register-page .wizard > .steps .title {
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .business-register-page *,
    .business-register-page *::before,
    .business-register-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
