/* 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-dashboard{
    height: 80vh;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-dashboard .dashboard-card{
    height: fit-content;
    width: fit-content;
    padding: 100px 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    /* border: 5px solid #ED312D; */
    /* border-radius: 30px; */
    /* filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); */
    /* background: #f1f4f8; */
}
.custom-dashboard .logo img{
    width: 40vw !important;
}
.custom-dashboard .text{
    font-size: 2vw !important;
    text-align: center;
}
.custom-dashboard .text b{
    text-transform: uppercase;
    color: #ED312D;
}
.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;
}