html {
    overflow: hidden;
}

body {
    background-color: #1E1E1E;
    font-family: "inter", sans-serif;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.form-container {
    max-height: 40rem;
    height: 100%;
    height: 100svh;
    width: 100%;
}

.form-step__number {
    overflow: hidden;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(5, 178, 253, 0.5) 0%, rgba(248, 5, 133, 0.50) 100%);
}

.first-digit {
    max-height: 1.5rem;
}

.digit-1 {
    transform: translateX(0.1rem);
}

.first-digit__wrapper {
transform: translateY(-75%);
}

.question {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.question-1 {
    display: flex;
}

.question__input-container {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.question__input-wrapper input {
    background-color: white;
    padding: 0.72rem 1.5rem;
    border-radius: 1.125rem;
    width: 100%;
 
}

.privacy-agreement-label {
    color: #6F6F6F;
    padding-right: 1rem;
}

.privacy-agreement-checkbox {
    transform: scale(1.3);
    cursor: pointer;
}

.question__description, .success-page__description {
    color: #B0B0B0;
}

button {
    cursor: pointer;
    filter: brightness(1);
}

.option-button {
    width: 100%;
    height: 3.12rem;
    padding: 1rem 1.5rem;
    border-radius: 1.125rem;
    font-weight: 550;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question__next-button, .question__send-button {
    padding: 0.8rem 0rem;
    width: 100%;
    background-color: white;
    border-radius: 2rem;
}

.no-select-tooltip {
    color: red;
    bottom: 100%;
    opacity: 0;
    pointer-events: none;
}

.privacy-agreement-wrapper {
    border-radius: 5px;
    outline-offset: 5px;
    opacity: 0;
}

.privacy-agreement-label {
    font-size: 0.7rem;
}

.privacy-agreement-label a {
    color: #0169FF;
}

.success-page {
    opacity: 0;
}

.success-page__description {
    max-width: 19.7rem;
}