﻿.tracker-status-badge.badge-warning-soft {
    color: #b3820b;
}

.tracker-status-badge__info {
    display: inline-flex;
    align-items: center;
    cursor: default;
    color: currentColor;
}

    .tracker-status-badge__info svg {
        width: 16px;
        height: 16px;
        display: block;
    }

    .tracker-status-badge__info .tracker-status-badge__tooltip {
        position: absolute;
        bottom: calc(100% + 16px);
        left: 50%;
        transform: translateX(-50%);
        z-index: 60;
        display: none;
        width: 252px;
        padding: 8px 12px;
        background-color: #000;
        color: var(--color-content-white);
        border-radius: var(--radius-md);
        font-size: var(--text-app-body);
        font-weight: var(--text-app-body--font-weight);
        line-height: var(--text-app-body--line-height);
        letter-spacing: 0;
        text-align: center;
        white-space: pre-line;
        pointer-events: none;
    }

    .tracker-status-badge__info:hover .tracker-status-badge__tooltip,
    .tracker-status-badge__info:focus-within .tracker-status-badge__tooltip,
    .tracker-status-badge:hover .tracker-status-badge__tooltip,
    .tracker-status-badge:focus-within .tracker-status-badge__tooltip {
        display: block;
    }

    .tracker-status-badge__info .tracker-status-badge__tooltip::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 12px;
        height: 12px;
        border-radius: 1px;
        background: #000;
    }

.tracker-status-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
}

.tracker-status-row {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    padding-block: 4px;
}

.tracker-status-label {
    flex: none;
    width: 120px;
    font-family: var(--font-sans);
    font-size: var(--text-web-subheading);
    font-weight: 600;
    line-height: var(--text-web-subheading--line-height);
    letter-spacing: var(--text-web-subheading--letter-spacing);
    color: var(--color-content-primary);
}

.tracker-status-value {
    font-family: var(--font-sans);
    font-size: var(--text-web-subheading);
    font-weight: var(--text-web-subheading--font-weight);
    line-height: var(--text-web-subheading--line-height);
    letter-spacing: var(--text-web-subheading--letter-spacing);
    color: var(--color-content-primary);
}

#statusMessage {
    max-width: 492px;
}

.tracker-status-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

reg-card__title {
    font-family: var(--font-sans) !important;
    letter-spacing: .0191em;
    color: var(--color-content-action);
    flex: 1;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 28px;
}

.register-as__option {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.reg-card {
    background: var(--color-background-primary);
    border-radius: 8px 8px 0 0;
    padding: 32px;
    box-shadow: 1px 1px 4px 1px #00000014, -1px -1px 6.3px #0000001c;
}

#btnNext {
    display: inline-block !important;
}

.input-wrap {
    position: relative;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: inherit;
    color: #000;
}

.input-wrap .input {
    padding-right: 45px;
}

.hero-display {
    font-stretch: 87.5%;
}

.divider {
    width: 1px;
    background-color: #d9d9d9;
    align-self: stretch;
    margin: 0 48px;
}

.bodyWrapper {
    background: none;
}

.text-brand-primary {
    color: var(--color-brand-primary);
}

.tab-pane {
    display: none !important;
}

    .tab-pane.active {
        display: block !important;
    }
