﻿html, body {
    font-family: 'Satoshi', sans-serif !important;
}
/**/
.mud-drawer{
    background-color: #2F3471 !important;
}
.mud-drawer-header{
    justify-content: center;
}
.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled){
    color: #2F3471 !important;
    background-color: white !important;
}
/**/
.page-title{
    text-align: center;
}
/**/
.resumation-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 150px;
    border-radius: 30px;
    margin-top: 20px;
    padding: 30px;
    background-color: #b53622;
    text-align: center;
    color: white;
    cursor: pointer;
}
.resumation-card > .resumation-card-data{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
    color: white;
}
.resumation-card:hover{
    animation: 0.3s in-out-clickable forwards;
}
.resumation-card-data > p{
    font-size: xxx-large;
}
.resumation-card-data > img {
    height: 50px;
    margin: 5px;
}
/**/
.floating-add-button-container{
    text-align: right;
}
.mud-button {
    border-radius: 360px !important;
}
.mud-table{
    border-radius: 20px !important;
}
/**/
#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    animation: 0.3s loading forwards;
}
#loader > img{
    height: 50px;
}
@keyframes loading{
    0%{
        opacity: 0.1;
    }
    100%{
        opacity: 1.0;
    }
}
/**/
.fixed-action-button {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
}
.cs-flex-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/**/
.calendar-nav-button{
    border-radius: 20px !important;
}
.monthly-calendar {
    grid-template-columns: auto !important;
}
.selected-team-row{
    background-color: #eaffff !important;
}
/**/
img.cursor-pointer:hover{
    border: 0.5px;
    border-style: outset;
    border-color: black;
    animation: 0.3s in-out-clickable forwards;
}
@keyframes in-out-clickable {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.02);
    }
}
/**/
.div-instruction{
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.div-table-placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px !important;
}
.div-table-placeholder > img{
    width: 400px;
    margin-top: 20px;
}
/**/
.mud-dialog{
    background-color: #eff4fb !important;
}
input{
    padding-left: 10px !important;
    background-color: white !important;
}
/* .mud-input-control{
    margin-top: -5px !important;
    margin-bottom: 10px !important;
} */
.mud-input{
    background-color: white !important;
    margin: 0px !important;
}

.mud-grid-item{
    padding-bottom: 3px !important;
}