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

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

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

    /*padding-top: 2rem !important;*/ /**probleme scrolling**/
}

.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: rgb(171, 185, 232) !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: 250px;
    }
}

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

.sidebar .sidebar-nav,
.sidebar .sidebar-scroll {
    background-image: linear-gradient(238deg, rgba(4, 4, 4, .05), rgba(4, 4, 4, .05) 56%, hsla(0, 0%, 82.7%, .05) 0, hsla(0, 0%, 82.7%, .05)), linear-gradient(223deg, rgba(96, 96, 96, .05), rgba(96, 96, 96, .05) 58%, hsla(0, 0%, 63.1%, .05) 0, hsla(0, 0%, 63.1%, .05)), linear-gradient(263deg, hsla(0, 0%, 91%, .05), hsla(0, 0%, 91%, .05) 65%, hsla(0, 0%, 95.3%, .05) 0, hsla(0, 0%, 95.3%, .05)), linear-gradient(90deg, #3845DF, #3845DF);
}

.sidebar-pills {
    padding: 0;
}

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

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

.sidebar .nav {
    width: 250px;
    padding-top: 25px;
    padding-bottom: 110px;
}

.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 #ff8941;
}

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

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #fff !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: 250px;
    background-image: linear-gradient(135deg, rgba(29, 29, 29, .05), rgba(29, 29, 29, .05) 17%, rgba(27, 27, 27, .05) 0, rgba(27, 27, 27, .05) 34%, rgba(31, 31, 31, .05) 0, rgba(31, 31, 31, .05) 93%, hsla(0, 0%, 94.9%, .05) 0, hsla(0, 0%, 94.9%, .05)), linear-gradient(135deg, hsla(0, 0%, 50.6%, .05), hsla(0, 0%, 50.6%, .05) 66%, hsla(0, 0%, 45.9%, .05) 0, hsla(0, 0%, 45.9%, .05) 91%, hsla(0, 0%, 78%, .05) 0, hsla(0, 0%, 78%, .05)), linear-gradient(135deg, rgba(31, 31, 31, .07), rgba(31, 31, 31, .07) 15%, hsla(0, 0%, 54.5%, .07) 0, hsla(0, 0%, 54.5%, .07) 23%, hsla(0, 0%, 78.4%, .07) 0, hsla(0, 0%, 78.4%, .07) 29%, hsla(0, 0%, 40%, .07) 0, hsla(0, 0%, 40%, .07)), linear-gradient(90deg, #3845DC, #3845DC);
    height: 65px;
    transform: 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: rgb(171, 185, 232);
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: rgb(171, 185, 232);
    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);
    }
}

.bar-item {
    cursor: pointer;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    border-bottom: transparent solid 3px;
}

.bar-item:hover {
    background: rgba(255, 137, 65, 0.1);
    border-color: #ff8941;
}

.bar-active {
    background: rgba(255, 137, 65, 0.1);
    border-color: #ff8941;
}

.bar-active .nav-link {
    color: #ff8941 !important;
}

.bar-item:hover > .nav-link {
    color: #ff8941 !important;
}

.hidden-block {
    display: none;
}

.show-block {
    display: block;
}

:focus-visible, :focus {
    outline: none !important;
}

.backstrap-file {
    border: 1px solid rgba(0, 40, 100, .12);
    padding: .375rem .75rem;
    border-radius: 3px
}

.backstrap-file-label {
    display: none;
}

.bg-primary {
    background-color: #4048F5 !important;
}

.bg-success {
    background-color: #3AD14F !important;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #4048F5 !important;
    border-color: #4048F5 !important;
}

.btn-link {
    color: #4048F5 !important;
    background: #4048F50D;
    border-radius: 5px;
}

.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: #d3d2ff !important;
}

.sidebar .nav-link .nav-icon {
    color: #d3d2ff !important;
}

@media (max-width: 993px) {
    body:not(.header_fixed) .app-header {
        position: fixed !important;
    }

    .sidebar.sidebar-color.sidebar-pills {
        margin-top: unset !important;
    }

    body:not(.header_fixed) .app-body {
        margin-top: 65px !important;
    }

    .aside-account-settings-nav {
        margin-bottom: 90px !important
    }
}


.app-header .nav-item {
    margin: 1px;
}

.app-header {
    height: 65px;
}

#crudTable_wrapper #crudTable .details-control {
    font-size: 22px;
    color: #f58a48;
    margin-right: 15px;
    cursor: pointer;
}


.link {
    color: #f58a48;
    position: relative;
}

.link:hover {
    color: #f58a48;
    text-decoration: none;
}

.link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #f58a48;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: rgba(0, 0, 0, .38) !important;
}

.dropdown-menu {
    color: rgba(0, 0, 0, .87) !important;
}

.btn-outline-primary:hover {
    background-color: #4048F5;
    border-color: #4048F5;
    color: #fff;
}

.btn-outline-primary {
    border-color: #4048F5;
    color: #4048F5;
}

.stack-btn .btn {
    margin-right: 5px;
}

.table-image {
    max-height: 25px;
    width: auto;
    border-radius: 3px
}

.v-overlay--active .v-overlay__scrim {
    opacity: 0.5 !important;
    background-color: #161c2d !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

.swal-overlay {
    background-color: rgba(22, 28, 45, 0.85);
}

.btn:disabled,
.btn.disabled {
    color: #737575;
    border-color: #e1dede;
    cursor: not-allowed;
    background-color: #e1dede;
}

.btn:disabled:hover,
.btn:disabled:focus,
.btn.disabled:hover,
.btn.disabled:focus {
    color: #737575 !important;
    border-color: #e1dede;
    background-color: #e1dede;
    transform: none;
}

.taged {
    background: #42ba96;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    user-select: none;
    cursor: unset;
}

.theme--light.v-text-field > .v-input__control > .v-input__slot::before {
    border-color: rgba(62, 62, 62, 0.3) !important;
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
    border-color: rgba(62, 62, 62, 0.2) !important;
}

.note-btn-primary {
    color: #fff !important;
}

.note-btn-primary.btn:disabled:hover {
    color: #fff !important;
}


.aside-account-settings {
    position: absolute;
    bottom: 0;
    height: 90px;
    background-color: #ccc;
    width: 250px;
    left: 0;
}

.table_row_slider .card .card-body tr td:last-child {
    white-space: normal !important;
}

.bar-item-1 {
    cursor: pointer;
    padding: 0.094rem;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 137, 65, 0.1);
    font-weight: 500;

}

.bar-item-1 a {
    color: rgba(255, 137, 65) !important;
}


.bar-item-2 {
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    background: rgba(64, 72, 245, 0.1);

}

.bar-item-2 a {
    color: #4048F5 !important;
}

.bar-item-3 {
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    background: rgba(66, 186, 150, 0.1);

}

.bar-item-3 a {
    color: #42ba96 !important;
}


.bar-item-4 {
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    background: rgba(30, 136, 229, 0.1);

}

.bar-item-3 a {
    color: #1e88e5 !important;
}
