
.verify-code {
    display: grid;
    grid-template-columns: 200px 30px;
    align-items: center;
    row-gap: 10px;
    justify-content: center;
    margin-left: 30px;

}
.verify-code__item {
    text-align: center;
}

.verify-code input {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ced4da;
}

.verify-code__errors {
    grid-area: errors;
    color: red;
    font-size: 15px;
    text-align: center;
}
.verify-code input:focus {
    background: #fff !important;
}
.verify-code input:focus-visible {
    outline: unset;
}

.verify-code input::-webkit-outer-spin-button,
.verify-code input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#sms-verify-modal .modal-dialog {
    max-width: 300px;
}
#sms-verify-modal .modal-header {
    padding: 0;
    text-align: center;
}

#sms-verify-modal .modal-body {
    padding: 0;
}

.modal-body-sms{
    padding: 0;
    padding-bottom: 1rem;
}

#sms-verify-modal .modal-footer {
    padding: 0;
    padding-top: 20px;
}
#sms-verify-modal .modal-content {
    padding: 30px;
    border-radius: 20px;
}

#sms-verify-modal .modal-footer {
    justify-content: center;
}
.verify-code__clear {
    cursor: pointer;
}
.verify-phone {
    text-align: center;
}
.verify-code__reset-block{}
.verify-code__time-to-disabled{
    display: none;
    padding: 10px;

}
.verify-code__time-to-disabled span{}
.verify-code__reset-button{}

.timer{
    font-weight: bold;
}
.timer-min{}
.timer-sec{}