.breadcrumb a:hover img {
    filter: brightness(60%);
}

/* Data table*/
.paginate_button {
    padding: unset !important;
    margin-left: unset !important;
}

/* Select-2 */
.select2-results__option[aria-selected=true] {
    display: none;
}
.select2-container--default {
    width: 100% !important;
    /* or any value that fits your needs */
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 38px !important;
}

.select2-container .select2-selection--single {
    height: unset !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: unset !important;
    padding-right: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: unset !important;
}

.select2-selection--single {
    height: unset !important;
}

.select2-selection__arrow {
    margin-top: unset !important;
}

/* Time-picker */
.bootstrap-timepicker-widget input {
    background: #e9ecef !important;
}

/* Datatable */
.dt-button span{
    font-family: "Nunito", sans-serif !important;
}

.box-comment img.img-md {
    border-radius: 50%;
    width: 50px !important;
    height: auto !important;
}

/* Datatable button */
.dt-button span {
    font-family: "Nunito" !important;
}
.text-olive {
    color: white !important;
}
.label-bold{
    font-weight: bold;
}
.required::after {
    content: "*";
    color: red;
}
.required-readonly, .required-readonly:focus {
    background: #e9ecef;
    box-shadow: none;
    caret-color: transparent;
}

.readonly {
    pointer-events: none;
}

.break-word,
.break-word > a,
.break-word > span{
    word-break: break-all !important;
}
