﻿@font-face {
    font-family: DFBStencilWeb;
    src: url("DFBStencilWeb.ttf");
}
@font-face {
    font-family: DFBSansWeb-Regular;
    src: url("DFBSansWeb-Regular.ttf");
}


* {
    font-family: DFBStencilWeb !important;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0;
    padding: 5px;    
    min-height: 1920px;
}


#room {
    font-size: 60px;
    height: 185px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    transition: background-color 0.3s;
    display: flex;
}


.header {
    display: flex;
    padding: 0 20px;
    background-color: #52A13F !important;
    margin-bottom: 25px;
    max-width: 100% !important;
}

#eventDisplay {
    font-size: 28px;
    font-family: DFBSansWeb-Regular !important;
}

.image {
    height: 100px;
    border: 3px solid #52A13F;
}

.ter_time {
    font-family: DFBSansWeb-Regular !important;
    font-size: 40px;
}

.small_card {
    height: 300px;
    color: #fff;
}

.big_card {
    height: 255px;
    color: #fff;
}

.mud-card-content {
    padding: 0 16px !important;
}

.ava {
    background-color: transparent;
    width: 75px !important;
    height: 90px !important;
    border-radius: 0;
}

.card_text {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ava_head {
    height: 100px !important;
    padding: 5px 0 !important;
    background: #52a13f;
}
.mud-card-header .mud-card-header-avatar {
    margin-right: 0 !important;
    margin-inline-end: 0 !important;
}

.ongoing {
    color: #fff;
    border: 2px solid #52a13f;
}

.ongoing_head {
    padding: 5px 0 !important;
    background: #52a13f;
    height: 60px !important
}
.ongoing_body {
    color: #52a13f;
    height: 46px;
    margin: 5px auto;
    align-content: center;
}
.notification-container {
    height: 90px;
}

.main-container {
    padding-right: 0;
}

.item-padding {
    padding: 3px !important;
}

.image-center {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    Style ="border: 2px solid #52a13f"
}

.default-image {
    height: 161px;
    background-size: contain;
    margin: 15px;
}

.stairs_img {
    width: 65px !important;
    height: 70px !important;
    border: 3px solid #FFF;
    padding: 5px;
}