.action div {
    padding-right: 20px!important;
}

#update-exam-campaign .control-label {
    font-weight: normal !important;
}

@media (max-width: 991px) {
    .control-label {
        text-align: left !important;
    }
}

#update-exam-campaign {
    font-family: "Open Sans", sans-serif;
}

#update-exam-campaign textarea {
    resize: none;
}

#modal-choose-examinations {
    padding-right: 0!important;
}

#modal-choose-examinations .exam-search-box {
    width: 100%;
    padding: 15px!important;
}

#modal-choose-students .student-search-box {
    width: 100%;
    padding: 15px!important;
}

#modal-choose-students {
    padding-right: 0!important;
}
.clone {
    padding-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: white;
}
.clone > input {
    border: none
}