#modalReview .modal-header {
    background-color: #0e325d;
    color: #fff;
    border-radius: 25px;
}
#modalReview .modal-content {
    border-radius: 25px;
}
#modalReview .modal-header img {
    width: 32px;
    margin-right: 10px;
}
.modal-close {
    border: 0;
    padding: 5px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
        position: absolute;
    right: 10px;
}
.modal-close svg {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 24px;
}
ul.review-icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
ul.review-icons-list li {
    width: 20%;
    font-size: 11px;
    text-align: center;
}
ul.review-icons-list li img {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
}
.modal-qr > svg {
    border: 4px solid #7eaf63;
}
.modal-footer {
    background-color: #0e325d;
    color: #fff;
    border-radius: 25px;
}
.modal-name-officer {
    font-size: 20px;
    color: #ff0000;
    font-weight: bold;
}
#swal2-html-container {
    padding: 0;
}
.swal2-actions .swal2-confirm {
    border-radius: 30px;
    min-width: 180px;
    background: #0e325d;
}
.swal2-title {
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
}
#login-form input {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: initial;
    margin: 10px 0;
    width: 85%;
}
