.email-input .osui-bottom-sheet__content {
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* IE and Edge */
    padding-bottom: 16px !important;
    padding-top: unset !important;
    max-height: 65vh !important;
    min-height: 65vh;
    text-align: start;
}

.email-input .osui-bottom-sheet__header::after {
    display: none !important;
}

.email-input .osui-bottom-sheet__content::-webkit-scrollbar {
    display: none;                 /* Webkit browsers */
}

input.form-control {
    margin-bottom: 0 !important;
}
.input-with-icon-content-icon {
    padding-bottom: 0 !important;
}
.input-with-icon.input-with-icon-right .input-with-icon-content-icon:not(:empty) + .input-with-icon-input input {
    padding-inline-end: 24px !important;
}

span.text-info.info-email {
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.72);
    border-radius: 96px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email-info-container {
    margin-top: 15px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone .form-control,
.tablet .form-control {
    scroll-margin-top: 100px;
}

.dummy-input {
    display: none;
    border: none;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.24);
}

.form-control::-webkit-input-placeholder  {
    color: rgba(0, 0, 0, 0.24);
}


.no-auto-keyboard {
    caret-color: transparent;
}

.no-auto-keyboard:focus {
    caret-color: auto;
}

.text-error__link {
    padding: 0px 3px;
    color: var(--color-error);
    font-size: var(--font-size-xs);
    margin-left: var(--space-none);
    text-underline-offset: 2px;
    text-decoration: underline;
    text-decoration-color: var(--color-error);
}

.text-error__link:hover {
    cursor: pointer;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    text-decoration-color: var(--color-error) !important;
}

.form-control[data-input]:not(.not-valid).error-border, .form-control[data-textarea]:not(.not-valid).error-border, .vscomp-toggle-button {
    border: 1px solid var(--color-error) !important;
}

.form-control[data-input]:not(.not-valid):focus.error-border,
.form-control[data-textarea]:focus.error-border {
    border: 1px solid var(--color-error) !important;
}