.dataTables_filter {
    width: 12em !important;
    display: inline-block !important;
    overflow: hidden;
}


.topbar {
    background: linear-gradient(to right, #ed960b 0%, #c46500 100%);
}


.sidebar-nav>ul>li:hover>a, .sidebar-nav>ul>li:hover>a i {
    color: #ed960b !important;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #ed960b !important;
}

.text-themecolor {
    color: #ed960b !important;
}

.sidebar-nav>ul>li.active>a {
    color: white !important;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff;
    background: #ed960b !important;
}

.sidebar-nav>ul>li.active>a i {
    color: white !important;
}

th.dt-center, td.dt-center { 
    text-align: center;
}

th.dt-vertical-center, td.dt-vertical-center {
  vertical-align: middle;
}

a {
    color: #007bff;
}

.flatpickr-input[readonly]{
        background-color: #ffffff;
        color: #000000;
}

.hide{
        visibility: hidden
}