body {
    padding: 0;
    margin: 0;
    background-color: #e7e7e6;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Roboto', sans-serif;
}

.kam-start-screen {
    height: 100vh;
    position: fixed;
    width: 100vw;
    background-image: url(/assets/img/KAMEON-Intro-Start.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e7e7e6;
}
.kam-start-screen-loading-status {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    font-size: 14px;
}
.kam-app-logo{
    height: 100%;
    position: relative;
    width: 100%;
    background-image: url(/assets/img/kameon_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.kaml-application-frame-content {
    background-color: #cccccc;
}

.kaml-page-frame-details .mat-tab-body-content .kaml-page-frame-sidenav-container {
    background-color: #cccccc;
}
