html, body { height: 100%; }
body { margin: 0; font-family: 'Poppins', sans-serif; }

.bg-secondary {
    background-color: #202245;
    color: white;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.p-x-0 {
    padding-inline: 0 !important;
}

.p-y-4 {
    padding-block: 4px;
}

.p-b-64 {
    padding-bottom: 64px;
}


.p-t-12 {
    padding-top: 12px;
}

.p-t-16 {
    padding-top: 16px;
}

.p-t-24 {
    padding-top: 24px;
}

.p-t-32 {
    padding-top: 32px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-l-16 {
    padding-left: 16px;
}


.a-button {
    color: #FF9903;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    font-feature-settings: 'liga' off, 'clig' off;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
}

.a-button:hover {
    cursor: pointer;
}

.flat-button {
    display: flex;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    height: 42px;
    padding: 7px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #FF9903;
    color: white;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Body 14/SB */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    border-width: 0;
}

.flat-button:disabled {
    background: #2B2D4E;
    color: #97A7BE;
    cursor: unset;
}

.subtitle-2 {
    font-size: 13px;
    padding-top: 8px;
}


.error-container {
    display: flex;
    padding: 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(241, 65, 108, 0.10) 0%, rgba(241, 65, 108, 0.10) 100%), #FFF;
}

.error-text {
    color: #E4002A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.message-container {
    position: absolute;
    top: 9.55vh;
    left: 6.25vw;
    right: 67.27vw;
    min-width: 368px;
}

.telpark-logo-resize {
    width: 132.692px;
}
