:root{
    --fc-today-bg-color:#FDFFD0;
    --fc-border-color:lightblue;
    --fc-button-active-bg-color:#278E58;
    --fc-button-bg-color:#707070;
    --fc-button-hover-bg-color:#278E58;
    --fc-small-font-size:0.8em;
}
.shop-enter-active,
.shop-leave-active {
    transition: all 1s ease;
}

.shop-enter-from,
.shop-leave-to {
    opacity: 0;
}

.list-week-view table{
    width: 100%;
}
.list-week-view thead th {
    padding: 10px;
    text-align: left;
}
.list-week-view tbody th,
.list-week-view tbody td {
    padding: 10px;
    text-align: left;
    border-width: 1px 0;
}
.list-week-today-title{
    background-color: #278E58;
    padding-left: 50px;
    width: 100%;
    height: 100px;
    color: white;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50px;
}
.list-week-today-wrapper{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.list-week-today-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.today-container-img{
    width: 20%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dddddd;
}
.today-container-img img{
    display: block;
    width: 180px;
    height: 180px;
    object-fit: contain;
}
.today-container-text{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.today-container-time{
    font-size: 2em;
    border-bottom: #707070 solid 1px;
}
.today-container-title{
    font-size: 2.4em;
}
.today-container-status{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    width: 20%;
    height: 180px;
}
.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px;
    background: #d0d0d04d;
    border: 1px solid #ddd;
}
.fc .fc-toolbar-title{
    font-size:2.4em !important;
    line-height: 1em !important;
}
.fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 4.5em !important;
}
.fc-daygrid-event{
    white-space: normal !important;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.fc-toolbar-chunk{
    min-width: 172px;
    height: 3em;
}
.fc .fc-daygrid-day-number{
    font-weight: normal;
}