/* ========================================================================== 
   TENDERGlobal Registration — English / LTR
   Live-ready, page-isolated stylesheet. All page-owned classes use tgr-*.
   ========================================================================== */

/* Page-only master-page integration -------------------------------------- */
#tgPromoWidget {
    display: none !important;
}

.tgr-u-hidden {
    display: none !important;
}

.tgr-u-invisible {
    display: none !important;
    visibility: hidden !important;
}

.tgr-u-invisible.tgr-state-visible {
    display: flex !important;
    visibility: visible !important;
}

.tgr-u-flex {
    display: flex !important;
}

.tgr-u-block {
    display: block !important;
}

/* Registration root ------------------------------------------------------ */
.tgr-registration-page {
    --tgr-primary: #378b95;
    --tgr-primary-dark: #28727b;
    --tgr-primary-soft: #eef8f9;
    --tgr-accent: #f5833d;
    --tgr-accent-dark: #d96b2c;
    --tgr-success: #16a34a;
    --tgr-danger: #dc2626;
    --tgr-ink: #0f172a;
    --tgr-text: #334155;
    --tgr-muted: #64748b;
    --tgr-border: #cbd5e1;
    --tgr-border-strong: #94a3b8;
    --tgr-surface: #ffffff;
    --tgr-canvas: #f8fafc;
    --tgr-radius: 12px;
    --tgr-radius-small: 8px;
    --tgr-shadow: 0 10px 30px -4px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
    --tgr-shadow-small: 0 2px 8px 0 rgba(15, 23, 42, 0.06), 0 1px 3px 0 rgba(15, 23, 42, 0.04);

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    background:
        radial-gradient(circle at 8% 6%, rgba(55, 139, 149, 0.08), transparent 25rem),
        radial-gradient(circle at 96% 100%, rgba(245, 131, 61, 0.07), transparent 28rem),
        var(--tgr-canvas);
    color: var(--tgr-text);
}

.tgr-registration-page input,
.tgr-registration-page button,
.tgr-registration-page select,
.tgr-registration-page textarea {
    font-family: inherit;
}

.tgr-registration-page,
.tgr-registration-page * {
    box-sizing: border-box;
}

.tgr-registration-page .tgr-page-container {
    width: 100%;
    max-width: 1280px;
    padding: 34px 18px 64px;
}

.tgr-registration-page .tgr-full-width {
    width: 100%;
}

/* Main shell ------------------------------------------------------------- */
.tgr-registration-page .tgr-layout-box {
    position: relative;
    margin: 0;
    padding: 0 !important;
    overflow: visible;
    border: 1px solid var(--tgr-border) !important;
    border-top: 3px solid var(--tgr-primary) !important;
    border-radius: var(--tgr-radius) !important;
    background: var(--tgr-surface) !important;
    box-shadow: var(--tgr-shadow) !important;
}

.tgr-registration-page .tgr-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 28px 20px;
    border-bottom: 1px solid #eef2f6;
    border-radius: 11px 11px 0 0;
    background: #ffffff;
}

.tgr-registration-page .tgr-title-col-left {
    min-width: 0;
    flex: 1 1 auto;
    max-width: 780px;
}

.tgr-registration-page .tgr-title-header-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tgr-registration-page .tgr-title-logo-wrap {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
}

.tgr-registration-page .tgr-title-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.tgr-registration-page .tgr-title-text-wrap {
    min-width: 0;
    flex: 1 1 auto;
}

.tgr-registration-page .tgr-title-col-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tgr-registration-page .tgr-kicker {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tgr-registration-page .tgr-kicker i {
    color: var(--tgr-primary);
}

.tgr-registration-page .tgr-page-title {
    margin: 0;
    color: var(--tgr-ink);
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.tgr-registration-page .tgr-page-subtitle {
    max-width: 680px;
    margin: 4px 0 0;
    color: var(--tgr-muted);
    font-size: 13.5px;
    line-height: 1.5;
}

.tgr-registration-page .tgr-top-signin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
    white-space: nowrap;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 4px 6px 4px 14px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.tgr-registration-page .tgr-top-signin-label {
    color: #64748b;
    font-weight: 500;
}

.tgr-registration-page .tgr-top-signin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 4px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    background: #fff;
    color: var(--tgr-primary-dark) !important;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: all .18s ease;
}

.tgr-registration-page .tgr-top-signin-btn:hover,
.tgr-registration-page .tgr-top-signin-btn:focus-visible {
    border-color: var(--tgr-primary);
    background: var(--tgr-primary);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(55, 139, 149, 0.22);
    outline: none;
}

.tgr-registration-page .tgr-progress {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.tgr-registration-page .tgr-progress-step {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.tgr-registration-page .tgr-progress-step.tgr-state-active {
    color: var(--tgr-primary-dark);
}

.tgr-registration-page .tgr-progress-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
}

.tgr-registration-page .tgr-progress-step.tgr-state-active .tgr-progress-number {
    background: var(--tgr-primary);
    color: #fff;
}

.tgr-registration-page .tgr-progress-line {
    width: 18px;
    height: 1px;
    background: #e2e8f0;
}

/* Alerts ----------------------------------------------------------------- */
.tgr-registration-page .tgr-layout-box > .form-group {
    margin: 0;
    padding: 18px 24px 0;
}

.tgr-registration-page .tgr-alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 46px;
    margin: 0;
    padding: 12px 44px 12px 14px !important;
    border-radius: 10px !important;
    font-size: 13px;
    line-height: 1.55;
}

.tgr-registration-page .tgr-alert-error {
    border: 1px solid #efc1c1 !important;
    background: #fff5f5 !important;
    color: #8f2929 !important;
}

.tgr-registration-page .tgr-alert-close {
    position: absolute;
    inset-inline-end: 8px;
    top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    opacity: .72;
}

.tgr-registration-page .tgr-alert-close:hover,
.tgr-registration-page .tgr-alert-close:focus-visible {
    background: rgba(0, 0, 0, .06);
    opacity: 1;
    outline: none;
}

/* Two-column workspace --------------------------------------------------- */
.tgr-registration-page .tgr-shell-grid {
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
    align-items: stretch;
    gap: 24px;
    margin: 0 !important;
    padding: 22px 24px 26px;
}

/* Defensive: neutralize any inherited clearfix pseudo-elements inside grids */
.tgr-registration-page .tgr-shell-grid::before,
.tgr-registration-page .tgr-shell-grid::after,
.tgr-registration-page .tgr-form-grid::before,
.tgr-registration-page .tgr-form-grid::after {
    content: none !important;
    display: none !important;
}

/* Desktop LTR layout:
   In dir="ltr", Column 1 is visually on the LEFT (Tender Categories, 60%),
   Column 2 is visually on the RIGHT (Account Information, 40%). */
.tgr-registration-page .tgr-category-column {
    grid-column: 1;
    order: 1;
    height: 100%;
}

.tgr-registration-page .tgr-account-column {
    grid-column: 2;
    order: 2;
    height: 100%;
}

.tgr-registration-page .tgr-account-column,
.tgr-registration-page .tgr-category-column {
    float: none !important;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
}

.tgr-registration-page .person-information,
.tgr-registration-page .tgr-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--tgr-border) !important;
    border-radius: var(--tgr-radius) !important;
    background: #fff;
    box-shadow: var(--tgr-shadow-small) !important;
    padding: 20px 22px;
}

.tgr-registration-page .tgr-tree-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #cbd5e1 !important;
    border-radius: var(--tgr-radius) !important;
    background: #e2e8f0 !important;
    box-shadow: 0 2px 8px 0 rgba(15, 23, 42, 0.04) !important;
    padding: 20px 22px;
}

.tgr-registration-page .tgr-tree-wrapper .tgr-section-title {
    color: #1e293b;
}

.tgr-registration-page .tgr-tree-wrapper .tgr-section-title i {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: var(--tgr-primary);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.tgr-registration-page .tgr-category-selector,
.tgr-registration-page .tgr-category-content,
.tgr-registration-page .tgr-tree-section {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Section headings ------------------------------------------------------- */
.tgr-registration-page .tgr-section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--tgr-ink);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

.tgr-registration-page .tgr-section-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid #d6e9eb;
    border-radius: 9px;
    background: var(--tgr-primary-soft);
    color: var(--tgr-primary);
    font-size: 15px;
}

.tgr-registration-page .tgr-divider {
    height: 1px;
    margin: 18px 0;
    border: 0;
    background: var(--tgr-border);
}

/* Fields ----------------------------------------------------------------- */
.tgr-registration-page .tgr-panel .form-group {
    margin: 0 0 15px;
}

.tgr-registration-page .tgr-panel .form-group:last-child {
    margin-bottom: 0;
}

.tgr-registration-page .tgr-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 15px;
}

.tgr-registration-page .tgr-form-field {
    float: none;
    width: auto;
    min-width: 0;
    padding-inline: 0;
}

.tgr-registration-page .tgr-field-label {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 20px;
    margin: 0 0 7px;
    color: #34414c;
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 750;
}

.tgr-registration-page .tgr-field-label small {
    margin-inline-start: auto;
    color: #89959e;
    font-size: 10px;
    font-weight: 650;
}

.tgr-registration-page .tgr-required {
    color: var(--tgr-danger);
    font-size: 14px;
}

.tgr-registration-page .tgr-input,
.tgr-registration-page .cs-phone-input,
.tgr-registration-page .cs-cc-search input {
    width: 100% !important;
    min-width: 0;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid #bebebe !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    color: #000 !important;
    font-size: 13px !important;
    line-height: normal !important;
    box-shadow: inset 0 2px 0 0 #bebebe !important;
    outline: none;
    transition: border-color .18s ease, background .18s ease;
}

[dir="rtl"] .tgr-registration-page .tgr-input,
[dir="rtl"] .tgr-registration-page .cs-phone-input {
    padding: 0 12px !important;
}

.tgr-registration-page .tgr-input:hover,
.tgr-registration-page .cs-phone-input:hover,
.tgr-registration-page .cs-cc-search input:hover {
    border-color: #999 !important;
}

.tgr-registration-page .tgr-input:focus,
.tgr-registration-page .tgr-input:focus-visible,
.tgr-registration-page .cs-phone-input:focus,
.tgr-registration-page .cs-phone-input:focus-visible,
.tgr-registration-page .cs-cc-search input:focus,
.tgr-registration-page .cs-cc-search input:focus-visible {
    border-color: #2e8795 !important;
    background: #ffffff !important;
    box-shadow: inset 0 2px 0 0 #bebebe, 0 0 0 2px rgba(46, 135, 149, .2) !important;
    outline: none !important;
}

.tgr-registration-page input::placeholder {
    color: #99a6ae !important;
    opacity: 1;
}

.tgr-registration-page input:disabled,
.tgr-registration-page input[disabled] {
    background: #e9ecef !important;
    color: #83909a !important;
    cursor: not-allowed;
}

.tgr-registration-page .tgr-field-error {
    display: block;
    margin-top: 6px;
    color: var(--tgr-danger) !important;
    font-size: 11.5px;
    line-height: 1.45;
    font-weight: 650;
}

.tgr-registration-page span.tgr-field-error[style*="inline"] {
    display: block !important;
}

/* Country selector ------------------------------------------------------- */
.tgr-registration-page .cs-phone-group {
    position: relative;
    display: flex;
    direction: ltr;
    width: 100%;
}

.tgr-registration-page .cs-phone-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 34px !important;
    height: 34px !important;
    border: 1px solid #bebebe !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    box-shadow: inset 0 2px 0 0 #bebebe !important;
    overflow: visible;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.tgr-registration-page .cs-phone-wrap:focus-within {
    border-color: #2e8795 !important;
    background: #ffffff !important;
    box-shadow: inset 0 2px 0 0 #bebebe, 0 0 0 2px rgba(46, 135, 149, .2) !important;
}

.tgr-registration-page .cs-phone-wrap .tgr-phone-input {
    flex: 1 1 auto;
    width: 100% !important;
    min-width: 0;
    height: 32px !important;
    min-height: 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    direction: ltr;
    text-align: left;
    padding: 0 10px !important;
    line-height: normal !important;
    font-size: 13px !important;
}

.tgr-registration-page .cs-cc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-width: 48px;
    width: auto;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 8px;
    border: 0 !important;
    border-right: 1px solid #bebebe !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    color: #394751;
    cursor: pointer;
    transition: background .18s ease;
}

.tgr-registration-page .cs-cc-btn:hover,
.tgr-registration-page .cs-cc-btn:focus-visible {
    background: #eaeaea !important;
    color: var(--tgr-primary-dark);
    outline: none;
}

.tgr-registration-page .cs-cc-flag {
    width: 22px;
    height: 15px;
    border-radius: 1px;
    object-fit: cover;
}

.tgr-registration-page .cs-cc-code {
    display: none !important;
}

.tgr-registration-page .cs-cc-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4b5563 !important;
    font-size: 11px !important;
    line-height: 1;
}

.tgr-registration-page .cs-cc-arrow i {
    font-size: 11px !important;
    color: #4b5563 !important;
    line-height: 1;
}

.tgr-registration-page .cs-cc-dropdown {
    z-index: 2000;
    width: min(340px, 100%);
    margin-top: 1px !important;
    border: 1px solid #bebebe !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    max-height: 320px !important;
    overflow-y: auto !important;
}

.tgr-registration-page .cs-cc-search {
    padding: 8px 10px;
    border-bottom: 1px solid #bebebe !important;
    background: #ffffff !important;
}

.tgr-registration-page .cs-cc-search input {
    min-height: 32px !important;
    height: 32px !important;
    border: 1px solid #bebebe !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    box-shadow: inset 0 2px 0 0 #bebebe !important;
}

.tgr-registration-page .cs-cc-item {
    border-bottom: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
    transition: background 0.15s ease;
}

.tgr-registration-page .cs-cc-item:hover {
    background: #f5f5f5 !important;
}

.tgr-registration-page .cs-cc-item.selected {
    background: #eef7f8 !important;
    color: #2e8795 !important;
    font-weight: 600 !important;
}

/* Password --------------------------------------------------------------- */
.tgr-registration-page .tgr-password-field {
    position: relative;
    display: block;
    width: 100%;
}

.tgr-registration-page .tgr-password-field .tgr-input {
    padding-right: 34px !important;
    padding-left: 12px !important;
}

[dir="rtl"] .tgr-registration-page .tgr-password-field .tgr-input {
    padding-left: 34px !important;
    padding-right: 12px !important;
}

.tgr-registration-page .tgr-password-toggle {
    position: absolute;
    top: 50%;
    right: 2px;
    left: auto;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #7c8993;
    cursor: pointer;
    font-size: 13px;
}

[dir="rtl"] .tgr-registration-page .tgr-password-toggle {
    right: auto;
    left: 2px;
}

.tgr-registration-page .tgr-password-toggle:hover,
.tgr-registration-page .tgr-password-toggle:focus-visible {
    background: var(--tgr-primary-soft);
    color: var(--tgr-primary);
    outline: none;
}

/* Terms ------------------------------------------------------------------ */
.tgr-registration-page .tgr-checkbox-field {
    margin: 0;
}

.tgr-registration-page .tgr-terms-wrap,
.tgr-registration-page .tgr-terms-mobile {
    padding: 11px 12px;
    border: 1px solid var(--tgr-border);
    border-radius: 10px;
    background: #fafcfc;
}

.tgr-registration-page .tgr-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: #4b5964;
    font-size: 12px;
    line-height: 1.55;
    cursor: pointer;
}

.tgr-registration-page .tgr-checkbox-label input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--tgr-primary);
}

/* Main actions ----------------------------------------------------------- */
.tgr-registration-page .tgr-submit-btn,
.tgr-registration-page .tgr-mobile-submit-btn,
.tgr-registration-page .tgr-back-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    height: auto !important;
    padding: 12px 18px !important;
    border-radius: 10px !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tgr-registration-page .tgr-submit-btn,
.tgr-registration-page .tgr-mobile-submit-btn {
    width: 100%;
    border: 1px solid var(--tgr-primary) !important;
    background: var(--tgr-primary) !important;
    color: #fff !important;
}

.tgr-registration-page .tgr-submit-btn:hover,
.tgr-registration-page .tgr-submit-btn:focus-visible,
.tgr-registration-page .tgr-mobile-submit-btn:hover,
.tgr-registration-page .tgr-mobile-submit-btn:focus-visible {
    border-color: var(--tgr-primary-dark) !important;
    background: var(--tgr-primary-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(55, 139, 149, .20) !important;
    outline: none;
}

.tgr-registration-page .tgr-button-label,
.tgr-registration-page .tgr-button-loading {
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.tgr-registration-page .tgr-button-label {
    display: inline-flex;
}

.tgr-registration-page .tgr-button-loading {
    display: none;
}

.tgr-registration-page .tgr-state-loading {
    pointer-events: none;
    cursor: wait;
    opacity: .88;
}

.tgr-registration-page .tgr-state-loading .tgr-button-label {
    display: none !important;
}

.tgr-registration-page .tgr-state-loading .tgr-button-loading {
    display: inline-flex !important;
}

/* Subtle B2B Demo specifications ----------------------------------------- */
.tgr-registration-page .tgr-demo-card {
    margin-top: 14px;
    padding: 11px 14px;
    border: 1px solid var(--tgr-border);
    border-radius: 9px;
    background: #f8fafc;
    box-shadow: 0 2px 8px -1px rgba(15, 23, 42, 0.05);
}

.tgr-registration-page .tgr-demo-card-head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.tgr-registration-page .tgr-demo-info-icon {
    color: #94a3b8;
    font-size: 12px;
}

.tgr-registration-page .tgr-demo-card-title {
    color: #64748b;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.tgr-registration-page .tgr-demo-card-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
}

.tgr-registration-page .tgr-demo-feat {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.tgr-registration-page .tgr-demo-feat-bullet {
    color: #94a3b8;
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
}

.tgr-registration-page .tgr-demo-feat-text {
    min-width: 0;
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.35;
}

.tgr-registration-page .tgr-demo-feat-text span {
    display: block;
    white-space: normal;
}

/* Category tree ---------------------------------------------------------- */
.tgr-registration-page .tgr-category-selector,
.tgr-registration-page .tgr-category-content,
.tgr-registration-page .tgr-tree-section {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.tgr-registration-page .tgr-tree-section {
    overflow: hidden !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06) !important;
}

.tgr-registration-page .tgr-tree-header {
    margin: 0;
    padding: 12px 13px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.tgr-registration-page .tgr-tree-head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tgr-registration-page .tgr-tree-head-top h5 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #384650;
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 800;
}

.tgr-registration-page .tgr-tree-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--tgr-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.tgr-registration-page .tgr-tree-count-badge.tgr-state-empty {
    background: #dce5e7;
    color: #687680;
}

.tgr-registration-page .tgr-tree-head-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tgr-registration-page .tgr-tree-head-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 32px;
    padding: 6px 9px;
    border: 1px solid #d4e0e3;
    border-radius: 8px;
    background: #fff;
    color: #57656f;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 750;
    cursor: pointer;
}

.tgr-registration-page .tgr-tree-head-actions button:hover,
.tgr-registration-page .tgr-tree-head-actions button:focus-visible {
    border-color: var(--tgr-primary);
    background: var(--tgr-primary-soft);
    color: var(--tgr-primary-dark);
    outline: none;
}

.tgr-registration-page .tgr-tree-head-actions button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.tgr-registration-page .tgr-help-search {
    margin: 0 !important;
    padding: 11px 12px;
    border-bottom: 1px solid var(--tgr-border);
    background: #fff;
}

.tgr-registration-page .tgr-search-field {
    position: relative;
    width: 100%;
}

.tgr-registration-page .tgr-help-search .tgr-input {
    height: 34px !important;
    min-height: 34px !important;
    padding-left: 36px !important;
    padding-right: 12px !important;
    border: 1px solid #bebebe !important;
    border-radius: 0 !important;
    background: #f5f5f5 !important;
    box-shadow: inset 0 2px 0 0 #bebebe !important;
    font-size: 13px !important;
}

[dir="rtl"] .tgr-registration-page .tgr-help-search .tgr-input {
    padding-right: 36px !important;
    padding-left: 10px !important;
}

.tgr-registration-page .tgr-search-button {
    position: absolute;
    top: 2px;
    left: 2px;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--tgr-primary);
    color: #fff;
    pointer-events: none;
}

[dir="rtl"] .tgr-registration-page .tgr-search-button {
    left: auto;
    right: 2px;
}

.tgr-registration-page .tgr-tree-scroll {
    flex: 1 1 auto;
    width: 100%;
    min-height: 420px;
    padding: 6px 8px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
    scroll-behavior: smooth;
}

.tgr-registration-page .tgr-tree-scroll::-webkit-scrollbar {
    width: 7px;
}

.tgr-registration-page .tgr-tree-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
}

.tgr-registration-page .tgr-tree-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cbd5e1;
    border: 2px solid #f1f5f9;
}

.tgr-registration-page .tgr-tree-scroll::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Category Filter Toggle & Badges */
.tgr-registration-page .tgr-filter-selected-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 2px 9px;
    margin-left: 8px;
    border: 1px solid #d4e0e3;
    border-radius: 999px;
    background: #ffffff;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all .15s ease;
}

.tgr-registration-page .tgr-filter-selected-btn:hover {
    border-color: var(--tgr-primary);
    color: var(--tgr-primary);
    background: var(--tgr-primary-soft);
}

.tgr-registration-page .tgr-filter-selected-btn.tgr-filter-active {
    border-color: var(--tgr-primary);
    background: var(--tgr-primary);
    color: #ffffff;
}

.tgr-registration-page .tgr-tree-sub-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 1px 7px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    transition: all .15s ease;
}

.tgr-registration-page .tgr-tree-sub-badge.tgr-badge-active {
    background: #e0f2fe;
    color: #0284c7;
    font-weight: 800;
}

.tgr-registration-page .tgr-search-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: background .15s ease;
}

.tgr-registration-page .tgr-search-clear:hover {
    background: #cbd5e1;
    color: #1e293b;
}

.tgr-registration-page .tgr-tree-live-summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: auto;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
}

.tgr-registration-page .tgr-tree-action-buttons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tgr-registration-page .tgr-tree-node {
    margin: 0;
}

.tgr-registration-page .tgr-tree-item {
    display: grid;
    grid-template-columns: 28px 20px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-height: 38px;
    margin: 1px 0;
    padding: 5px 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.tgr-registration-page .tgr-tree-item:hover {
    border-color: #e0eaec;
    background: #f7fafb;
}

.tgr-registration-page .tgr-tree-item.tgr-state-selected,
.tgr-registration-page .tgr-tree-item.tgr-state-mixed {
    border-color: #c7e1e4;
    background: #eef8f9;
}

.tgr-registration-page .tgr-tree-children {
    margin-left: 16px;
    padding-left: 9px;
    border-left: 1px dashed #d4e1e4;
}

.tgr-registration-page .tgr-tree-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid #d8e2e4;
    border-radius: 7px;
    background: #f7f9fa;
    color: #66747e;
    cursor: pointer;
}

.tgr-registration-page .tgr-tree-toggle::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 1;
}

.tgr-registration-page .tgr-tree-toggle.tgr-state-collapsed::before {
    content: "\f105";
}

.tgr-registration-page .tgr-tree-toggle.tgr-state-expanded::before {
    content: "\f107";
}

.tgr-registration-page .tgr-tree-toggle:hover,
.tgr-registration-page .tgr-tree-toggle:focus-visible {
    border-color: var(--tgr-primary);
    background: var(--tgr-primary);
    color: #fff;
    outline: none;
}

.tgr-registration-page .tgr-tree-toggle.tgr-state-leaf {
    border-color: transparent;
    background: transparent;
    cursor: default;
}

.tgr-registration-page .tgr-tree-toggle.tgr-state-leaf::before {
    content: "";
}

.tgr-registration-page .tgr-tree-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border: 1.5px solid #b9c8cc;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.tgr-registration-page .tgr-tree-checkbox.tgr-state-checked,
.tgr-registration-page .tgr-tree-checkbox.tgr-state-mixed {
    border-color: var(--tgr-primary);
    background: var(--tgr-primary);
    color: #fff;
}

.tgr-registration-page .tgr-tree-checkbox.tgr-state-checked::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 10px;
}

.tgr-registration-page .tgr-tree-checkbox.tgr-state-mixed::after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 9px;
}

.tgr-registration-page .tgr-tree-checkbox:focus-visible {
    outline: 3px solid rgba(55, 139, 149, .18);
    outline-offset: 2px;
}

.tgr-registration-page .tgr-tree-label {
    min-width: 0;
}

.tgr-registration-page .tgr-tree-title-line {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.tgr-registration-page .tgr-tree-name {
    min-width: 0;
    color: #3d4b55;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 650;
}

.tgr-registration-page .tgr-tree-item.tgr-state-selected .tgr-tree-name {
    color: var(--tgr-primary-dark);
    font-weight: 800;
}

.tgr-registration-page .tgr-tree-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 20px;
    margin: 0;
    padding: 0 6px;
    border-radius: 999px;
    background: #eef2f3;
    color: #6e7c85;
    font-size: 9.5px;
    font-weight: 750;
}

.tgr-registration-page .tgr-tree-description {
    margin-top: 2px;
    color: #8b979f;
    font-size: 10px;
    line-height: 1.35;
}

.tgr-registration-page .tgr-tree-highlight {
    padding: 0 2px;
    border-radius: 3px;
    background: #fff1c7;
    color: #674b00;
}

.tgr-registration-page .tgr-empty-state {
    padding: 42px 18px;
    color: var(--tgr-muted);
    font-size: 12px;
    text-align: center;
}

.tgr-registration-page .tgr-tree-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto !important;
    padding: 11px 12px;
    border-top: 1px solid var(--tgr-border);
    background: #fafcfc;
}

.tgr-registration-page .tgr-tree-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    height: auto;
    padding: 7px 11px;
    border: 1px solid var(--tgr-border-strong);
    border-radius: 8px;
    background: #fff;
    color: #52606a;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 750;
    text-decoration: none;
}

.tgr-registration-page .tgr-select-all-button {
    border-color: var(--tgr-primary) !important;
    background: var(--tgr-primary) !important;
    color: #fff !important;
}

.tgr-registration-page .tgr-clear-btn:hover,
.tgr-registration-page .tgr-clear-btn:focus-visible {
    border-color: #c45656 !important;
    background: #fff6f6 !important;
    color: #a63838 !important;
    outline: none;
}

.tgr-registration-page .tgr-select-all-button:hover,
.tgr-registration-page .tgr-select-all-button:focus-visible {
    border-color: var(--tgr-primary-dark) !important;
    background: var(--tgr-primary-dark) !important;
    outline: none;
}

/* Mobile final action block --------------------------------------------- */
.tgr-registration-page .tgr-mobile-bottom-actions {
    display: none;
}

/* Global registration Step 2 -------------------------------------------- */
.tgr-registration-page .tgr-step2-box {
    max-width: 1040px;
    margin-inline: auto !important;
}

.tgr-registration-page .tgr-step2-title-row {
    align-items: center;
}

.tgr-registration-page .tgr-step2-title-row > .tgr-progress {
    flex: 0 0 auto;
    align-self: center;
}

.tgr-registration-page .tgr-step2-box > .form-group {
    margin: 0;
    padding: 18px 24px 0;
}

.tgr-registration-page .tgr-step2-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 24px 0;
}

.tgr-registration-page .tgr-step2-summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--tgr-border);
    border-radius: 10px;
    background: #fafcfc;
}

.tgr-registration-page .tgr-step2-summary-item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 8px;
    background: var(--tgr-primary-soft);
    color: var(--tgr-primary);
}

.tgr-registration-page .tgr-step2-summary-item > div {
    min-width: 0;
}

.tgr-registration-page .tgr-step2-summary-item small,
.tgr-registration-page .tgr-step2-summary-item strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tgr-registration-page .tgr-step2-summary-item small {
    margin-bottom: 3px;
    color: var(--tgr-muted);
    font-size: 9.5px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.tgr-registration-page .tgr-step2-summary-item strong {
    color: #36434d;
    font-size: 11.5px;
    font-weight: 750;
}

.tgr-registration-page .tgr-step2-section-head {
    margin: 24px 24px 12px;
}

.tgr-registration-page .tgr-step2-subtitle {
    margin: 0;
    color: #36434d;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 750;
}

.tgr-registration-page .tgr-region-scope-options,
.tgr-registration-page .tgr-step2-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 24px;
}

.tgr-registration-page .tgr-region-option {
    position: relative;
    display: grid;
    grid-template-columns: 22px 50px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 96px;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--tgr-border-strong);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tgr-registration-page .tgr-region-option:hover {
    border-color: #9fc2c7;
    transform: translateY(-1px);
}

.tgr-registration-page .tgr-region-option.tgr-state-selected {
    border-color: var(--tgr-primary);
    background: #f2fafb;
    box-shadow: 0 0 0 3px rgba(55, 139, 149, .11);
}

.tgr-registration-page .tgr-region-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tgr-registration-page .tgr-region-radio-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1.5px solid #b4c4c8;
    border-radius: 50%;
    background: #fff;
}

.tgr-registration-page .tgr-region-option.tgr-state-selected .tgr-region-radio-indicator {
    border: 6px solid var(--tgr-primary);
}

.tgr-registration-page .tgr-region-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e1eaec;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.tgr-registration-page .tgr-region-icon {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.tgr-registration-page .tgr-region-option-content {
    min-width: 0;
}

.tgr-registration-page .tgr-region-option-title,
.tgr-registration-page .tgr-region-option-sub {
    display: block;
}

.tgr-registration-page .tgr-region-option-title {
    color: var(--tgr-ink);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.tgr-registration-page .tgr-region-option-sub {
    margin-top: 4px;
    color: var(--tgr-muted);
    font-size: 10.5px;
    line-height: 1.4;
}

.tgr-registration-page .tgr-region-badge {
    position: absolute;
    top: 9px;
    right: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #edf2f3;
    color: #65737c;
    font-size: 9.5px;
    font-weight: 800;
}

.tgr-registration-page .tgr-region-option.tgr-state-selected .tgr-region-badge {
    background: var(--tgr-primary);
    color: #fff;
}

.tgr-registration-page .tgr-step2-actions {
    display: grid;
    grid-template-columns: minmax(130px, .32fr) minmax(220px, .68fr);
    gap: 10px;
    margin-top: 24px;
    padding: 18px 24px 24px;
    border-top: 1px solid var(--tgr-border);
    border-radius: 0 0 14px 14px;
    background: #fafcfc;
}

.tgr-registration-page .tgr-back-btn {
    width: 100%;
    border: 1px solid var(--tgr-border-strong) !important;
    background: #fff !important;
    color: #52606a !important;
}

.tgr-registration-page .tgr-back-btn:hover,
.tgr-registration-page .tgr-back-btn:focus-visible {
    border-color: #aebfc3 !important;
    background: #f2f6f7 !important;
    color: #33414b !important;
    outline: none;
}

/* Existing-account state ------------------------------------------------- */
.tgr-registration-page .tgr-existing-account-card {
    max-width: 700px;
    margin: 30px auto !important;
    padding: 32px !important;
    border: 1px solid var(--tgr-border) !important;
    border-top: 4px solid var(--tgr-accent) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--tgr-shadow) !important;
}

.tgr-registration-page .tgr-existing-account-content {
    text-align: center;
}

.tgr-registration-page .tgr-existing-account-content > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #fff4eb;
    color: var(--tgr-accent);
    font-size: 24px;
}

.tgr-registration-page .tgr-existing-account-description {
    margin: 8px 0 18px;
    color: var(--tgr-muted);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

.tgr-registration-page .tgr-existing-account-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    min-height: 48px;
    margin: 6px;
    padding: 9px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .18s ease, filter .18s ease;
}

.tgr-registration-page .tgr-existing-account-action-login {
    background: var(--tgr-primary);
}

.tgr-registration-page .tgr-existing-account-action-recovery {
    background: var(--tgr-accent);
}

.tgr-registration-page .tgr-existing-account-action:hover,
.tgr-registration-page .tgr-existing-account-action:focus-visible {
    color: #fff !important;
    filter: brightness(.94);
    transform: translateY(-1px);
    outline: none;
}

/* Failure popup ---------------------------------------------------------- */
.tgr-status-modal {
    max-width: 430px;
    padding: 28px !important;
    border-radius: 16px !important;
}

.tgr-modal-close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 38px;
    border: 1px solid #d6e0e3 !important;
    border-radius: 9px !important;
    background: #f5f8f9 !important;
    color: #46545e !important;
}

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1100px) {
    .tgr-registration-page .tgr-title-row {
        gap: 24px;
    }

    .tgr-registration-page .tgr-title-col-right {
        min-width: 295px;
    }

    .tgr-registration-page .tgr-panel,
    .tgr-registration-page .tgr-tree-wrapper {
        padding: 18px;
    }
}

@media (max-width: 991px) {
    .tgr-registration-page .tgr-page-container {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .tgr-registration-page .tgr-title-row {
        flex-direction: column;
        gap: 18px;
        padding: 24px;
    }

    .tgr-registration-page .tgr-title-col-left,
    .tgr-registration-page .tgr-title-col-right {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .tgr-registration-page .tgr-title-col-right {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }

    .tgr-registration-page .tgr-progress {
        justify-content: flex-start;
    }

    .tgr-registration-page .tgr-shell-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: start !important;
        gap: 16px;
        padding: 18px;
    }

    .tgr-registration-page .tgr-account-column,
    .tgr-registration-page .tgr-category-column {
        height: auto !important;
    }

    .tgr-registration-page .person-information,
    .tgr-registration-page .tgr-panel,
    .tgr-registration-page .tgr-tree-wrapper {
        height: auto !important;
    }

    .tgr-registration-page .tgr-account-column {
        grid-column: 1 !important;
        order: 1 !important;
    }

    .tgr-registration-page .tgr-category-column {
        grid-column: 1 !important;
        order: 2 !important;
    }

    .tgr-registration-page .tgr-terms-wrap,
    .tgr-registration-page .tgr-desktop-submit,
    .tgr-registration-page .tgr-panel > .tgr-demo-card {
        display: none !important;
    }

    .tgr-registration-page .tgr-mobile-bottom-actions {
        display: block !important;
        grid-column: 1 !important;
        order: 3 !important;
        padding: 18px;
        border: 1px solid var(--tgr-border);
        border-radius: var(--tgr-radius);
        background: #fff;
        box-shadow: var(--tgr-shadow-small);
    }

    .tgr-registration-page .tgr-mobile-bottom-actions .tgr-terms-mobile {
        margin-bottom: 12px;
    }

    .tgr-registration-page .tgr-mobile-bottom-actions .tgr-demo-card {
        margin-top: 14px;
    }

    .tgr-registration-page .tgr-tree-scroll {
        height: auto;
        min-height: 350px;
        max-height: 500px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .tgr-registration-page .tgr-step2-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tgr-registration-page .tgr-page-container {
        padding: 16px 10px 36px;
    }

    .tgr-registration-page .tgr-layout-box {
        border-radius: 14px !important;
    }

    .tgr-registration-page .tgr-title-row {
        padding: 20px 16px;
        border-radius: 10px 10px 0 0;
    }

    .tgr-registration-page .tgr-title-header-group {
        gap: 12px;
    }

    .tgr-registration-page .tgr-title-logo-wrap {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .tgr-registration-page .tgr-title-col-right {
        flex-direction: column;
        align-items: stretch;
    }

    .tgr-registration-page .tgr-top-signin {
        justify-content: space-between;
        white-space: normal;
    }

    .tgr-registration-page .tgr-progress {
        width: 100%;
        justify-content: space-between;
    }

    .tgr-registration-page .tgr-progress-step {
        gap: 5px;
        font-size: 10.5px;
    }

    .tgr-registration-page .tgr-progress-number {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .tgr-registration-page .tgr-progress-line {
        flex: 1 1 auto;
        width: auto;
        max-width: 30px;
    }

    .tgr-registration-page .tgr-layout-box > .form-group {
        padding: 14px 14px 0;
    }

    .tgr-registration-page .tgr-shell-grid {
        gap: 13px;
        padding: 14px;
    }

    .tgr-registration-page .tgr-panel,
    .tgr-registration-page .tgr-tree-wrapper,
    .tgr-registration-page .tgr-mobile-bottom-actions {
        padding: 16px;
        border-radius: 12px;
    }

    .tgr-registration-page .tgr-form-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 15px;
    }

    .tgr-registration-page .tgr-tree-head-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .tgr-registration-page .tgr-tree-head-actions {
        width: 100%;
    }

    .tgr-registration-page .tgr-tree-head-actions button {
        flex: 1 1 0;
    }

    .tgr-registration-page .tgr-tree-scroll {
        height: auto;
        min-height: 320px;
        max-height: 480px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .tgr-registration-page .tgr-tree-actions .button {
        flex: 1 1 0;
    }

    .tgr-registration-page .tgr-step2-summary,
    .tgr-registration-page .tgr-step2-section-head,
    .tgr-registration-page .tgr-region-scope-options,
    .tgr-registration-page .tgr-step2-options {
        margin-inline: 14px;
    }

    .tgr-registration-page .tgr-step2-summary {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 16px;
    }

    .tgr-registration-page .tgr-region-scope-options,
    .tgr-registration-page .tgr-step2-options {
        grid-template-columns: minmax(0, 1fr);
    }

    .tgr-registration-page .tgr-region-option {
        min-height: 82px;
    }

    .tgr-registration-page .tgr-step2-actions {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px 14px;
    }
}

@media (max-width: 479px) {
    .tgr-registration-page .tgr-page-title {
        font-size: 24px;
    }

    .tgr-registration-page .tgr-page-subtitle {
        font-size: 12.5px;
    }

    .tgr-registration-page .tgr-top-signin-label {
        font-size: 11.5px;
    }

    .tgr-registration-page .tgr-top-signin-btn {
        min-height: 36px;
        padding: 7px 11px;
        font-size: 11.5px;
    }

    .tgr-registration-page .tgr-panel,
    .tgr-registration-page .tgr-tree-wrapper,
    .tgr-registration-page .tgr-mobile-bottom-actions {
        padding: 13px;
    }

    .tgr-registration-page .tgr-demo-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tgr-registration-page .cs-cc-btn {
        min-width: 48px;
        padding-inline: 8px;
    }

    .tgr-registration-page .tgr-tree-head-actions button {
        padding-inline: 7px;
        font-size: 9.5px;
    }

    .tgr-registration-page .tgr-tree-children {
        margin-left: 10px;
        padding-left: 6px;
    }

    .tgr-registration-page .tgr-tree-item {
        grid-template-columns: 27px 19px minmax(0, 1fr);
        gap: 6px;
        padding-inline: 6px;
    }
}

@media (max-width: 359px) {
    .tgr-registration-page .tgr-progress-step > span:last-child {
        display: none;
    }

    .tgr-registration-page .tgr-demo-card-features {
        grid-template-columns: minmax(0, 1fr);
    }

    .tgr-registration-page .tgr-tree-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

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