body {
    font-family: "Helvetica Neue", "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    margin: 0px;
}

h1 {
    width: 100%;
    color: var(--text-dark);
    font-weight: 600;
    line-height: normal;
    font-size: 28px;
}

.support-footer {
    text-align: center;
    font-size: 12;
    padding: 16px 0;
    color: var(--text-medium);
}

.custom-buttons-new, .custom-buttons-link {
    font-family: "Helvetica Neue", "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: 400;
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.custom-buttons-link {
    color: var(--link-color);
}

h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    text-align: center;
    color: var(--text-dark);
    margin: 0;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

::-webkit-scrollbar {
    width: 8px;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #5d6a74;
}

::-ms-reveal {
    display: none;
}

.main-content {
    overflow-x: auto;
}

*:focus-visible {
    outline: 2px solid black;
    backdrop-filter: blur(20%)
}

.form-error {
    display: flex;
    align-items: center;
}

.form-error-icon {
    width: 1rem;
    height: 1rem;
    fill: var(--error-color);
    margin-right: 0.25rem;
}

.screen-reader-text {
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
}
