﻿body{
    color: #84898D;
}
.k-splitter .k-scrollable{
    overflow-x: hidden;
}

.page-title{
    font-weight: bold;
    font-size: 28px;
    color: #84898D;
}

.main-menu {
    background-color: #000000;
    color: #ffffff;
}
.magic-logo-img{
    max-width: 58px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 15px;
}

.magic-logo{
    width: 70%; 
    height: auto; 
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.menu-header{
    color: #918f8e;
    margin-left: 5px;
}

.menu-icon{
    margin-top: 5px;
    margin-right: 10px;
}

.k-menu-link-text{
    overflow: visible;
}

.report-card {
    background-color: transparent;
    border: 1px solid #C0BEBE;
    border-radius: 0.25rem;
    margin: 1.25rem;
    width: 15%;
    color: #fff;
}

.report-card-title {
    padding-top: 5px;
    font-size: 12px;
}

.report-card-body {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
}

.menu-avatar{
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.main-container{
    height: 100%;
    width: 100%;
    padding: 0;
    padding-bottom: 60px;
    padding-right: 10px;
    margin: 0;
    margin-right: 40px; 
}

.top-menu{
    height: 75px;
    width: 100%;
}