﻿.text-start.has-error .help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 75%;
    color: #e63757;
    font-family: var(--falcon-font-sans-serif);
}

.text-start.has-error label {
    color: #e63757;
}

.text-start.has-error .form-control {
    border-color: #e63757;
    box-shadow: none;
}

.text-start.has-error .input-group-addon {
    border-color: #e63757;
    box-shadow: none;
}
.tox-promotion {
    display:none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payout-container {
    max-width: 95%;
}
.about__text h2 {
    font-size: 22px !important;
}
.white-space-nowrap {
    width: 1px;
    white-space: nowrap;
}