.select2-container--default .select2-selection--multiple[class*="bg-"] .select2-selection__choice {
    background-color: #024941 !important;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    background-color: #024941 !important;
    color: #ffffff !important;
}
.form-group {
    width: 100% !important;
}
.form-control {
    font-size: 14px;
}
#course-content {
    padding: 0 0 10px 0px !important;
}