.btn-light.active {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
    color: white !important;
}

/*fix lighthouse*/
.btn-success,
.badge-success {
    background-color: #16880a;
    border-color: #16880a;
}
.btn-success:hover {
    background-color: #00b700;
    border-color: #00b700;
}
.dropdown-menu {
    border-radius: 15px;
    border: none;
    padding: 10px;
    float: none;
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 36%);
}

.dropdown-item {
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    color: #000000;
    background-color: #eeeeee;
    text-decoration: none;
}

.course-image {
    padding-bottom: 45% !important;
}
.course-add-image {
    margin-top: -65% !important;
    margin-left: 25%;
}
.fs-7 {
    font-size: 0.875rem;
}
.search {
    background-color: #f9f9f9;
}
.card-design-job {
    width: 170px !important;
    transition: all 0.2s ease-out;
}
.card-design-job:hover {
    z-index: 1000;
}

/* switch */
.form-check-input,
.form-check-input:focus,
.form-check-input:checked {
    outline: 0;
    box-shadow: none;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    border-color: rgba(0,0,0,.25);
}


.mt-6 {
    margin-top: 6rem !important;
}
#imagePreview .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: rgba(255,255,255,0.5);
}
.resize-none{
    resize: none;
}

.card-upload-img {
    height: 222px;
}

.light-shadow {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.light-shadow:hover {
    transition: all 0.1s ease-in-out;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

#open-companyLogo > * {
    height: 200px !important;
    width: 200px !important;
}

#open-companyLogo img {
    object-fit: cover;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-content .form-control:not([multiple-input] .form-control) {
    padding: 0.775rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection {
    padding: 0.6rem;
}

.select2-container--bootstrap-5 .select2-selection ul {
    margin-bottom: -0.35em !important;
}

.select2-container--bootstrap-5
.select2-selection--multiple
.select2-selection__rendered
.select2-selection__choice {
    flex-direction: row-reverse;
}

.select2-container--bootstrap-5
.select2-selection--multiple
.select2-selection__rendered
.select2-selection__choice
.select2-selection__choice__remove {
    margin-right: 0;
    margin-left: 0.75rem;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
}

.select2-container--bootstrap-5
.select2-selection--multiple
.select2-search
.select2-search__field {
    width: 100% !important;
    padding-bottom: 0.35em !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    width: auto;
    margin: 0.35em 0.65em;
}

@media (max-width: 992px) {
    #form-create-company {
        flex-direction: column !important;
    }
}
