.modal-content {
    background-color: #30353c;
}

.modal-header {
    border-bottom-color: #5e5f60;
}

.modal-footer {
    border-top-color: #5e5f60;
}

.close {
    padding: 0px 14px;
    height: 40px;
    line-height: 30px;
}

.close::before {
    background-color: #c04b4b;
}

.save {
    padding: 0px 14px;
    height: 40px;
    line-height: 30px;
}

.modal-body input {
    height: 40px;
}

.footer input {
    height: 40px;
}

/* .footer-subscribe {
    flex: 1;
    margin-top: 10px;
}
.footer-subscribe+.subscribe-btn {
    margin-top: 10px;
} */

.error-message {
    display: none;
    font-size: 12px;
    font-weight: 800;
    color: #c04b4b;
    margin-top: 5px;
    padding-left: 15px;
}

.invalid-input+.error-message {
    display: block;
}

@media screen and (max-width: 767px) {
    .footer-subscribe {
        flex: 1;
        margin-top: 10px;
    }
    .footer-subscribe+.subscribe-btn {
        margin-top: 10px;
    }
}

/* .iziToast {
    border-radius: 10px;
} */