/* COLORI
    file: backpack-custom-primary.css
        primary = #ED312D
        hover = #790000
    
    file: backpack-custom.css
        primary= #ED312D
        bg = #790000
*/
html{
    scrollbar-color: #00000050 transparent;
}
body {
    scrollbar-width: none;
}
body.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #ED312D;
}
body::selection {
    color: #fff;
    background: #ED312D;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #191919;
}
::-webkit-scrollbar-thumb {
    background: #ED312D;
}
::-webkit-scrollbar-thumb:hover {
    background: transparentize(#ED312D, 0.15);
}
/* .custom-nav-logo{
    filter: drop-shadow(0px 0px 25px #ff8a8a);
} */
.navbar-brand{
    overflow: hidden;
}
.custom-navbar{
    background: linear-gradient(90deg, #790000 0%, #ED312D 100%) !important;
    border-bottom: 1px solid #ED312D !important;
}
.custom-navbar.flyer{
    background: linear-gradient(90deg, #CD7F32 50%, #ED312D 100%) !important;
    border-bottom: 1px solid #ED312D !important;
}
.custom-navbar.granturismo{
    background: linear-gradient(90deg, #ffd311 50%, #ED312D 100%) !important;
    border-bottom: 1px solid #ED312D !important;
}
.custom-navbar.marshall{
    background: linear-gradient(90deg, #ED312D 50%, #ED312D 100%) !important;
    border-bottom: 1px solid #ED312D !important;
}
.custom-sidebar{
    background-color: #292929 !important;
}
.custom-sidebar .nav-item{
    color: #ffffff !important;
}
.custom-sidebar .navbar-filters li{
    color: #ffffff !important;
}
.custom-sidebar .nav-item .nav-link{
    color: #ffffff !important;
}
.navbar-nav .nav-link{
    color: #292929 !important;
}
.custom-sidebar .nav-item .nav-link .nav-icon{
    color: #ffffff !important;
}
.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover,.sidebar.sidebar-pills .nav-link.active .nav-icon,.sidebar.sidebar-pills .nav-link:hover .nav-icon{
    color: #e10000 !important;
font-weight: 900;
}
.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-color: #790000;
    border-color: #790000;
    color: #fff;
}
.sidebar.sidebar-pills .nav-dropdown.open .nav-link.nav-dropdown-toggle {
    font-weight: 700;
}
.app-header.bg-light .navbar-brand{
    opacity: 1;
}
.custom-login{
    background: #790000;
    height: 100vh;
    width: 100vw;
    margin: auto;
    display: flex;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-login .logo{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.custom-login .logo img{
    width: 10vw !important;
}
.custom-pass-reset a{
    color: #fff;
}
.custom-pass-reset a:hover{
    color: #fff;
}
.app-footer.sticky-footer>div{
    color: #fff !important;
}
.app-footer.sticky-footer>div>a{
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline;
}
.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='%23FFFFFF' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.app-header.bg-light .navbar-brand{
    width: auto !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #292929;
  }
  .breadcrumb-item.active {
    color: #790000;
  }
.sidebar.sidebar-pills hr{
    border-color: #fff;
}
.event.nav-dropdown.open .nav-dropdown-toggle{
    border: 1px solid white !important;
}
.event.nav-dropdown.open .nav-dropdown-items{
    border: 1px solid white !important;
    border-top: 0 !important;
}

.event.nav-dropdown .nav-dropdown-toggle{
    border: 1px solid white !important;
    transition: all 0.35s ease-in-out;
}
.event.nav-dropdown .nav-dropdown-items{
    border-bottom: 0 !important;
    transition: all 0.35s ease-in-out;
}
.text-container{
    padding: 20px 0;
}
.text-container.first{
    padding-top: 0;
}
.text-container p{
    margin-bottom: 0;
}
.text-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.text-flex h3,.text-flex h5{
  width: 45%;
}
.dashdivider{
    width: 1px;
    border-right: 1px solid #80808050;
    height: 20px;
}