
@import url("https://use.typekit.net/zzc8fmd.css");

body, html, #app {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: #F2F2F2;
    font-family: 'din-2014' !important;
    overflow: hidden;
    user-select: none;
}
    #app{
    display: flex;
    flex-direction: column;
   
}
.loader {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    color: white;

}
.text-leave {
    color: #81BC34;
}

.text-time {
    color: #418dc5;
}

.text-sick {
    color: #d85a81;
}

.text-options {
    color: #767676;
}

.bg-sick {
    background-color: #d85a815c;
}

.bg-leave {
    background-color: #81bc345c
}

.bg-time {
    background-color: rgba(65, 141, 197, .25)
}