body {
    /*background-color: skyblue;*/
}

div.alert {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

div.alert.hidden {
    opacity: 0;
}

div.dt-scroll-body {
    overflow-y: hidden !important;
}

div.rotate90 {
    transform: rotate(90deg);
}

div.rotate270 {
    transform: rotate(270deg);
}

.form-control-plaintext:disabled, .form-control:disabled {
    opacity: 1 !important;
    background-color: white !important;
    color: black !important;
    /*border: 0 solid #ffffff !important;*/
}

form fieldset.row {
    padding-right: 0 !important;

    & > div.row {
        padding-right: 0 !important;
    }
}

div.form-floating .form-control-color {
    width: 100%;
}

.sb--unite .sidebar .list-group-item-action {
    cursor: pointer;
}

.sb--unite .sidebar .list-group-item-action.active {
    background-color: var(--nf-sidebar-unite-active-bg);
    color: var(--nf-sidebar-unite-active-color)
}
