body {
    font-family: 'Saira', sans-serif !important;
    font-size: 0.95rem !important;
}

.app-header.navbar.navbar-color.bg-primary{
    background-color: #255461 !important;
}

.pace .pace-progress {
    background: #009688;
    height: 3px;
}

.app-body .main {
    margin-bottom: 40px;
}

.sidebar-pills {
    width: 200px;
}
.sidebar-pills a:not(.active),
.sidebar-pills a:not(.open),
.sidebar-pills a:not(:active),
.sidebar-pills a:not(:focus),
.sidebar-pills a:not(:hover),
.sidebar-pills li {
    color: #000000 !important
}

@media (min-width: 992px) {
    html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
    html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
    html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer,
    html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main {
        margin-left: 200px;
    }
}

html:not([dir="rtl"]) .sidebar {
    margin-left: -250px;
}

.sidebar .sidebar-nav,
.sidebar .sidebar-scroll {
    background: #ffffff !important;
}

.sidebar-pills {
    padding: 0;
}

.sidebar .sidebar-nav,
.sidebar .sidebar-scroll {
    width: 200px;
}

.sidebar.sidebar-pills .nav-link,
.sidebar.sidebar-pills .nav-title {
    padding: 0.8rem .25rem .8rem 0.75rem;
}

.sidebar .nav {
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar.sidebar-pills .nav-link {
    transition: all .2s;
    border-left: 3px solid transparent;
    border-radius: 0;
}

.sidebar.sidebar-pills .nav-dropdown.open {
    background: rgba(0, 0, 0, .07);
    border-radius: 0;
    border-left: solid 3px #009688 !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    background-color: rgba(0, 0, 0, .07);
    color: #009688!important;
    border-color: #009688 !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #009688 !important
}

.sidebar .nav-dropdown-toggle::before {
    height: 9px;
    width: 9px;
}

.border-xs {
    border: none;
}

.card, .shadow-xs {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.card {
    border: none;
}

.app-header .navbar-brand {
    width: 200px;
    background: #ffffff !important;
    transform: none;
    color: #000000 !important;
}
.app-header .navbar-toggler:hover .navbar-toggler-icon,
.app-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23869AB8' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    height: 23px
}

.app-header .navbar-toggler-icon:focus-visible{
    outline: none !important;
}

.navbar-color .navbar-toggler:hover,
.navbar-color .navbar-toggler:focus,
.navbar-color .navbar-toggler:focus-visible{
    outline: none;
}

.navbar-color .navbar-toggler {
    border-color: transparent;
    color: white;
}

.btn {
    transition: .28s all ease;
}

.btn:hover {
    transform: translateY(-0.20em);
}

.sorting_disabled {
    height: 15px !important;
}

.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
    background-color: transparent !important;
}

.ps__thumb-y {
    background-color: #01968845 !important;
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #01968845 !important;
    width: 9px;
}

/***Veutify***/
.v-application {
    font-family: inherit !important;
}

.v-btn {
    transition: .28s all ease;
}

.v-btn:hover {
    transform: translateY(-0.20em);
}

/** Loading (lds-ellipsis) */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.navbar-color .navbar-nav .nav-link{
    color: #ffffff !important;
}
#crudTable_wrapper #crudTable .details-control {
    font-size: 22px;
    color: #009688;
    margin-right: 15px;
    cursor: pointer;
}
@media (max-width: 991.98px) {
    .app-header .navbar-brand{
        background-color: unset !important;
        width: unset !important;
    }
}
