.cstFlashError{
    background-color: var(--cRd30);
    color: var(--cGy50);
    width: 400px;
    position: absolute;
    left: calc(50% - 200px);
    top: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 15px 10px var(--cRd40);
    display: none;
    z-index: 9999;
}

.cstFlashAlert{
    background-color: var(--cYw40);
    color: var(--cGy10);
    width: 400px;
    position: absolute;
    left: calc(50% - 200px);
    top: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 15px 10px var(--cYw20);
    display: none;
    z-index: 9999;
}

.cstFlashInfo{
    background-color: var(--cPr40);
    color: var(--cGy10);
    width: 400px;
    position: absolute;
    left: calc(50% - 200px);
    top: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 15px 10px var(--cSc20);
    display: none;
    z-index: 9999;
}
