.container{
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

header{
    background: white;
    border-bottom: 2px dashed #29B6F6;
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 3;
}

.wrapper{
    display: flex;
    justify-content: space-between;
}

.logo{
    margin-left: 20px;
}

.logo > a > img{
    height: 50px;
    margin: 10px 20px;
}

.profile{
    justify-content: end;
    height: 50px;
    margin: 10px 20px;
}

.profile p{
    font-size: 24px;
    margin: 7px auto;
}

.main-container{
    width: 90%;
    position: relative;
    margin: auto;
    padding: 70px 20px 100px 240px;
}

.nav-main{
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    padding: 90px 0 20px 0;
    z-index: 2;
    background: #f5f5f5;
}

.nav-main-contents{
    padding: 0;
}

.space-content{
    margin-top: 50px;
}

.nav-main-contents li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.nav-main-contents li a{
    display: block;
    text-decoration: none;
    color: #333;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-main-contents li a:hover{
    background: #cff;
}

.nav-main-contents li a i{
    margin: 0 10px 0 0;
}

.messages{
    padding: 20px 30px;
    background: #9f9;
    border-radius: 10px;
}

.messages li{
    list-style: none;
    font-size: 22px;
}

.fc .fc-daygrid-day-number{
    text-decoration: none;
    color: #333;
}

.fc .fc-col-header-cell-cushion{
    text-decoration: none;
    color: #333;
}

@media screen and (min-width: 800px){
    .mobile-btn{
        display: none;
    }
}
