.toast-message{
    color: white !important;
}

.redirect__main {
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}
.redirect__main .bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
}
.redirect__field-modal {
    z-index: 9999998;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    border-radius: 12px;
    width: 380px;
    position: fixed;
}

.redirect__main .redirect__field-modal h1 {
    margin: 0;
}
.redirect__main .redirect__field-modal p {
    text-align: center;
}
.redirect__main .redirect__field-modal input {
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
    outline: none;
    border: 1px solid black;
    border-radius: 8px;
}
.redirect__main .redirect__field-modal input:focus {
    border: 1px solid rgb(149, 149, 255);
}
.redirect__main .redirect__field-modal label {
    display: block;
    opacity: 0.85;
    /* margin: 14px 0 0 2px; */
}
.redirect__main .redirect__field-modal button {
    width: 90%;
    margin-top: 24px;
    /* margin-left: 8px; */
    /* padding: 8px; */
    padding: 16px 0px;
    border-radius: 8px;
    border: none;
    color: white;
    /* float: right; */
    cursor: pointer;
    background-color: rgb(149, 149, 255);
}
.redirect__main .redirect__field-modal img {
    width: 100%;
}
.redirect__center {
    z-index: 1000;
    position: relative;
    margin-top: 20px;
}


.spinner-border {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #dadada;
    border-bottom-color: #344066;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}











/* .swal2-popup.swal2-modal.swal2-show{
    border-radius: 15px !important;
} */






#contentModal{
    font-size: 16px !important;
}

#titleFieldModal{
    font-size: 2em;
    font-weight: bold;
}
#titleModal{
    font-size: 1.3rem;
    font-weight: bold;
}
.redirect__main .redirect__field-modal p {
    text-align: center;
    margin-top: 33px;
}
.redirect__main .redirect__field-modal button {
    background-color: #344066;
    font-weight: bold;
}
.redirect__main .redirect__field-modal {
z-index: 9999998;
background-color: white;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 24px;
border-radius: 12px;
width: 380px;
position: fixed;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
text-align: center;
animation: fadeIn 0.3s ease-out;
/* font-family: Arial, sans-serif; */
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translate(-50%, -40%);
}
to {
opacity: 1;
transform: translate(-50%, -50%);
}
}

#titleFieldModal {
font-size: 24px;
margin-bottom: 10px;
color: #333;
}

#contentFieldModal {
font-size: 16px;
margin-bottom: 20px;
color: #666;
}

/* label {
display: block;
font-size: 14px;
margin-bottom: 8px;
color: #333;
} */

/* #smsCode {
width: 100%;
padding: 12px;
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 16px;
} */

#smsCode {
    width: 90%;
    padding: 0;  /* Убираем внутренние отступы */
    /* margin-bottom: 20px; */
    border: none;  /* Убираем все границы */
    border-bottom: 1px solid #818181;
    border-radius: 0;  /* Убираем скругления углов */
    font-size: 16px;
    text-align: center;  /* Центрируем текст по горизонтали */
    line-height: 48px;  /* Делаем высоту строки равной высоте поля для вертикального центрирования */
    height: 48px;  /* Фиксированная высота поля */
    outline: none;  /* Убираем подсветку при фокусе */
    transition: border-color 0.3s ease;  /* Плавное изменение цвета границы */
}

#submitBtn {
width: 100%;
padding: 12px;
background-color: #413535;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

#submitBtn:hover {
background-color: #331616;
}

#submitBtn:active {
background-color: #312c2c;
}

div:where(.swal2-container) .swal2-html-container {
font-size: 1.525em;
}

.redirect__main .redirect__field-modal {
border-radius: 15px;
}
/* .redirect__main .redirect__field-modal {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

@media (max-width: 402px) {
    .redirect__main .redirect__field-modal {
        width: 290px !important;
    }
}

@media (max-width: 284px) {
    .redirect__main .redirect__field-modal {
        width: 257px !important;
        padding: 14px;
    }

    #titleFieldModal {
        font-size: 19px !important;
    }

}

/* @media (max-width: 602px) {
    .redirect__main .redirect__field-modal {
        width: 290px !important;
    }
} */