.full-width {
    width: 100%;
}
.modal-dialog {
    font-size: 16px;
}

.modal-dialog .header_modal {
    display: flex;
    background: #0b559b;
    margin-bottom: 10px;
}
.modal-dialog .modal-title {
    background: #0b559b;
    color: white;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.modal-dialog .modal-title p {
    margin: 0;
}
.modal-dialog input[name="feedback"] {
    margin-right: 10px;
}
.modal-dialog .col-sm-12 {
    margin: 10px 0;
}

.modal-dialog .close {
    background: white;
    width: auto;
    height: auto;
    margin-bottom: 0;
    align-self: flex-end;
    border: none;
    display: none;
}
.modal-dialog .btn-footer-quiz {
    background: #0b559b;
    color: white;
    padding: 10px;
    margin-right: 10px;
}

.report-quiz-bottom {
    display: flex;
    justify-content: center;
}

.modal-title {
    border: none;
}