#kc-content-wrapper {
    width: 520px;
    max-width: 100vw;
}

.headline {
    font-size: 1.25rem;
}

.hide {
    display: none;
}

label {
    font-size: 1rem;
    margin-bottom: 0;
}

/*noinspection CssUnresolvedCustomProperty*/
.divider {
    height: 40px;
    border-bottom-left-radius: var(--sui-sheet-border-radius);
    border-bottom-right-radius: var(--sui-sheet-border-radius);
    box-shadow: 0 4px 10px var(--sui-sheet-shadow-color);
    margin-bottom: 30px;
    margin-left: calc(-1 * var(--sui-sheet-padding-x));
    margin-right: calc(-1 * var(--sui-sheet-padding-x));
    clip-path: polygon(0% 10%, 100% 10%, 100% 10000%, 0% 10000%);
}

/*noinspection CssUnresolvedCustomProperty*/
input[type=text],
input[type=password] {
    /*noinspection CssInvalidFunction*/
    border: 2px solid rgba(from #7575D6 r g b / 40%);
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(9, 134, 208, 0.1);
    padding: 12px 16px;
    box-sizing: border-box;
    color: var(--sui-color-night);
    height: unset;
    font-size: 1.125rem;
}

.input-with-action {
    background-image: none !important;
    padding: 12px 40px 12px 16px !important;
}

.input-action {
    background-color: transparent;
    border: none;
    margin-top: 2px;
    margin-right: 8px;
    position: absolute;
}

#showPasswordButton i {
    color: rgb(32, 32, 63, 0.56);
    width: 23px;
}

/*noinspection CssUnresolvedCustomProperty*/
.text-white {
    color: var(--sui-color-white)
}

.subtext {
    font-size: 12px;
    line-height: 160%;
    color: #464680;
}

.pre-wrap {
    white-space: pre-wrap
}

.big-radio {
    width: 1.6rem;
    border: 0;
    height: 100%;
}

.big-checkbox {
    width: 1.3rem;
    border: 0;
    height: 100%;
    margin-top: 0 !important;
}

.sst-logo-header {
    width: 580px;
    max-width: 90%;
    height: auto;
}

.gap-3 {
    gap: 1.0rem;
}

/* XS */
@media (min-width: 0) {
    .w-xs-100 {
        width: 100% !important;
    }
}

/* LG */
@media only screen and (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

/* < SM */
@media only screen and (max-width: 547px) {
    #main-sheet:before {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
@media (max-width: 768px) {
    .flex-column-reverse-undo {
        flex-direction: column !important;
    }
}

#render-wait-mask {

    --indicator-size: 250px;
    --ring-width: 16px;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);

}

#render-wait-mask-content {
    position: absolute;
    top: calc(50% - var(--indicator-size) / 2);
    left: calc(50% - var(--indicator-size) / 2);
    width: var(--indicator-size);
    height: var(--indicator-size);

    & > img {
        position: absolute;
        height: 80%;
        width: 80%;
        top: 10%;
        left: 10%;
    }
}

#render-wait-mask-circle-bg {
    position: absolute;
    top: var(--ring-width);
    left: var(--ring-width);
    width: calc(100% - 2 * var(--ring-width));
    height: calc(100% - 2 * var(--ring-width));
    border: var(--ring-width) solid transparent;
    background-color: white;
    border-radius: 999px;
    background-clip: content-box;
}

#render-wait-mask-ring,
#render-wait-mask-ring div {
    box-sizing: border-box;
}

#render-wait-mask-ring {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*noinspection CssUnresolvedCustomProperty*/
#render-wait-mask-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: calc(100% - 2 * var(--ring-width));
    height: calc(100% - 2 * var(--ring-width));
    margin: var(--ring-width);
    border: var(--ring-width) solid var(--sui-color-electric);
    border-radius: 50%;
    animation: wait-mask-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--sui-color-electric) transparent transparent transparent;
}

#render-wait-mask-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

#render-wait-mask-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

#render-wait-mask-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes wait-mask-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.password-strength-indicator {
    height: 0.3rem;
    border-radius: 0.1rem;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

#password-strength-info-button, #password-strength-info-close-button {
    background: transparent;
    border: none;
}

#newsletterSubscriptionFieldName, #showPasswordButton {
    cursor: pointer;
}

#password-strength-info-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#password-strength-info {
    position: fixed;
    z-index: 998;
    --indicator-size: 250px;
    --ring-width: 16px;
}

/*noinspection CssUnresolvedCustomProperty*/
#password-strength-info-icon {
    color: var(--sui-color-electric);
}

#password-strength-info-content {
    max-height: 100vh;
    overflow-y: auto;
    color: black;
    z-index: 999;
}

#newsletterSubscriptionFieldName, #showPasswordCheckbox {
    cursor: pointer;
}
