.action-exam div {
    padding-right: 13px!important;
}

@media (max-width: 991px) {
    .control-label {
        text-align: left !important;
    }
}

#update-exam .control-label {
    font-weight: normal !important;
}

#update-exam {
    font-family: "Open Sans", sans-serif;
}

.select2 {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid#999999 !important
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border: 1px solid #ccc !important
}

#update-exam textarea {
    resize: none;
}

input.error {
    border-color: #db4c4a !important;
    background-color: #f2dede !important;
}

label.error {
    font-family: "Open Sans", sans-serif;
    color: #db4c4a !important;
    font-weight: normal !important;
    font-style: italic
}
.clone {
    padding-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: white;
}
.clone > input {
    border: none
}