.asteriskField {
    color: red;
    padding-left: 2px;
}

form > .mb-3 {
    margin-bottom: 20px !important;
}

.img-info {
    height: 2.5rem !important;
    width: 2.5rem !important
}

.o-l {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-group {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eff2f5 !important;
}

.hover-shadow {
    transition: box-shadow 300ms ease 0s !important;
}

.hover-shadow:hover {
    transition: box-shadow 300ms ease 0s !important;
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .035) !important;
}

.cursor-help {
    cursor: help;
}

.dataTables_empty {
    text-align: left !important;
}

.tox-statusbar__text-container {
    display: none !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #fafafa !important;
}

.lh-8px {
    line-height: 8px;
}

.text-justify {
    text-align: justify;
}

.btn-xs {
    padding: .5rem .95rem !important;
    font-size: .9rem !important;
}

.scrollbar-width-none {
    @media (min-width: 992px) {
        scrollbar-width: none !important;
    }
}

.rotate-45 {
    transform: rotateZ(45deg);
}

.rotate-225 {
    transform: rotateZ(225deg);
}
