.error {
    border-color: red !important;
}
.error-message {
    color: red !important;
    font-size: 12px !important;
}
.success-message {
    color: green !important;
    display: none !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #8ac5ff;
    box-shadow: 0 4px 8px rgba(44, 130, 201, 0.2);
    padding: 20px;
    max-width: 380px;
    max-height: 240px;
    width: 80%;
}

.modal-content {
    text-align: center;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -13px;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #5FAEFC;
    text-decoration: none;
    cursor: pointer;
}

#modal-background {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 900;
}

.modal-message-text {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
}


.lang_tumbler {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.lang_tumbler_content {
    font-size: 17px;
    font-weight: 500;
}

.lang_tumbler_content a {
    text-decoration: none;
}

.lang_tumbler_content span {
    width: 2px;
    height: 30px;
    background-color: #0964ad;
    display: inline-block;
    margin: -9px 10px;
}

