:root {
--default-color: #EC9304;
--default-rgb-color: 236, 147, 4;
--default-light-color: #FDF4E5;
--default-intense-color: #A56602;
--default-login-color: #bd4e00;
}

.aside .aside-primary {background: linear-gradient(350deg, rgba(0,176,210,1) 24%, rgba(237,148,4,1) 90%); !important;}

.login-img .login-logo {display: none !important;}

@media screen and (max-width:800px)
    {

img.logo-default.max-h-30px.mb-2 {
    max-height: 50px !important;
    margin-top: 5px;
}
.evk-slider {
            border-radius: 50px;
        }
    
        .evk-slider::before,
        .evk-slider::after {
            border-radius: 44px;
        }
    
        #sponsor_slider_card .card {
            border-radius: 44px;
        }
    
        .carousel-item i,
        .carousel-item h3,
        .carousel-item time {
            color: white !important;
        }
    
    
.card-menu-container span {
    font-size: 10px !important;
}
    .login-aside {
       background: linear-gradient(112deg, rgba(0,176,210,1) 24%, rgba(237,148,4,1) 90%); !important;
    }
    .login-img .login-logo-mobile, .login-img .login-logo {   
     max-height: 80px !important;
    }
    #kt_header_mobile {
        background-color: #ec9304 !important;
    }
    
    #kt_header_mobile * {
        color: white !important;
    }
 
    #mobile_subheader .card {
            background-color: #ffffff1c !important;
        }     
        #mobile_subheader .btn.btn-icon-primary  {
            font-size: 11px;
        }
     #lobbyMenuCardContainer .btn.btn-light-primary {
         border-color: #ffffff !important;
     }
     #lobbyMenuCardContainer .btn.btn-light-primary i, .btn.btn-light-primary span {
         color: #ffffff !important;
     }
    button.btn.btn-fixed-height.btn-text-dark-50.btn-hover-text-primary.btn-icon-primary.font-weight-bold.font-size-sm.px-2 {
    color: #ffffff !important;
    }
    #mobile_subheader button i, #mobile_subheader a i {
    color: #ffffff !important;
    }
    }
    @media (min-width:801px) and (max-width:991px) {
    
    div#kt_header_mobile {
      background-color: #2367D3 !important;
    }
    
    #kt_header_mobile * {
        color: white !important;
    }
    
    }

@media screen and (min-width:991px) {
    .event-login-text.font-weight-bolder.my-auto.w-100.align-self-center.text-center.d-none.d-lg-block.font-size-h1 {
        display: none !important;
    }
     }
