﻿.regex {
    background-color: #ff9e9e;
    color: #9a2525;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.igbr {
    -ms-border-radius: 0 .75rem .75rem 0 !important;
    border-radius: 0 .75rem .75rem 0 !important;
}

.input-group-text {
    border-radius: .75rem 0 0 .75rem !important;
}

select:invalid {
    color: #C8C8C8;
}

.fs18 {
    font-size: 18px;
}

.fs40 {
    font-size: 40px;
}

/*#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin-top: 35vh;
    width: 500px;
    border-radius: 40px;
}

#toast-container {
    height: 100%;
    background-color: #ffffffa6;
}

.toast-info {
    border: 30px solid #88CEEA;
    background-color: #67B8DE;
}

.toast-title {
    font-size: 25px;
}

.toast-message {
    font-size: 15px;
}

#toast-container > :hover {
    box-shadow: none;
}

.toast-close-button {
    font-size: 30px;
}

    .toast-close-button:hover {
        color: #fff;
    }

.toast-warning {
    border: 30px solid #FCC674;
    background-color: #FBB03B;
}

.toast-error {
    border: 30px solid #D7625B;
    background-color: #bd362f;
}*/

#fuLoading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1001;
}

#fuLoadingSub {
    position: fixed;
    top: 50%;
    text-align: center;
    width: 100%;
}

#fuLoadingTxt {
    font-size: 60px;
    color: #fff;
}

#fuLoadingCompletedTxt {
    font-size: 30px;
    color: #fff;
}
