.mf-calend__cel__header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;

}
.mf-day__info__label{
    font-size: 14px;
    font-family: var( --app-default-font-2);
    font-weight: 400;
    line-height: 1;
}
.mf-day__section{
    border-bottom: solid 1px rgb(235, 235, 235);
    padding-bottom: 3px;
    padding-top: 3px;
}
.mf-day__section--prev{
    border-bottom: solid 1px rgb(235, 235, 235);
    padding-bottom: 3px;
    padding-top: 3px;
}
.mf-day__info__value{
    font-size: 14px;
    font-family: var( --app-default-font-2);
    font-weight: 500;
    line-height: 1; 
}
.mf-day__revenue{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    height: 22px;
    align-items: center;
    line-height: 1;
    top: -12px;
    border-radius: 150px;
    background-color: #4c8793;
    position: absolute;
    right: 0px;
    color: white;
}
.si-calend__cel_day--mf{
    font-size: 25px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.14);
    font-family: var( --app-default-font-2);
    font-weight: 500;
    line-height: 1;
    top: -14px;
    left: -29px;
    position: absolute;
    border-radius: 150px;
    background-color: rgb(255, 255, 255);
}
.si-calend__cel--mf{
    border-top: solid 1px #949494;
    position: relative;
    background-color: rgb(255, 255, 255) ;
    transition: 0.6s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.082);
    border-radius: 5px;
}
.si-calend__cel--mf-OffDay{
    background-color: #f3f1f1 !important;
    color: #cbcbcb !important;
}
.si-calend__cel--mf-OffDay .mf-day__section--prev {
    background-color: #e5e5e5 !important;

}
.si-calend__cel--mf-OffDay  .mf-day__revenue {
    background-color: #dbdbdb;
    color: #bdbdbd;
}
.si-calend__cel--mf-OffDay .mf-day__info__label{
    color: #cbcbcb !important;
}
.si-calend__cel--mf-OffDay .mf-day__info__value{
    color: #cbcbcb !important;
}
.si-calend__cel--mf:hover{
    background-color: rgb(249, 248, 255) ;
    cursor: pointer;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.288);
    position: absolute;
    scale: 1.6;
    max-width: 300px;
    z-index: 100;
    min-height: 180px;
}

.si-calend__cel--mf-last:hover{
    right: 25px;
}
.si-calend__cel--mf:hover.mf-day__section{
    padding-top: 8px;
    padding-bottom: 8px;
}
.mf-recipe__day{
    font-size: 13px;
    font-family: var( --app-default-font-2);
    font-weight: 600;
    line-height: 1; 
    text-transform: uppercase;
}

.si-calendar__cols--mf{
    display: grid;
}

.si-calendar__cols--mf>div{
    padding: 8px;
    margin-bottom: 0px !important;
    padding-bottom: 9px !important;
    padding-left: 30px;
    box-sizing: border-box;
}

.si-calend__current--mf{
    border-top-color:orange;
    background-color: rgb(255, 246, 230);
}
.si-calend__current--mf .mf-day__revenue{
    background-color: orange;
}
.si-calend__current--mf .si-calend__cel_day--mf{
    background-color: orange;
    color: white;
}
.si-calend__current__day__week--mf{
    background-color: rgb(255, 246, 230) !important;
    border: solid 2px orange;
}
.mf-day__section:hover{
    background-color: #e8eeff;
    border-radius: 2px;

    border-bottom: 0px ;
}
.mf-day__section--prev{
    background-color: #e8eeff;
    border-radius: 2px;

    border-bottom: 0px ;
}
.si-calendar__day__label--mf{
    font-family: var(--app-default-font-2);
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    transition: 0.6s;
}
.si-calendar__day__label--mf:hover{
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.082);
    scale: 1.5;

    
}
.si-calendar__day__label-day{
    font-size: 16px;
}
.si-calendar__header--mf {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;

}
.si-calendar__header--mf>div{
    padding-top: 8px !important;
    padding-left: 30px;
}
.mf-calend__arrow{
    font-size: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    
    background-color: rgba(105, 90, 205, 0);
}
.mf-calend__arrow-left{
    left: -10px;
    top: 0px;
}
.mf-calend__arrow-right{
    right: -10px;
    top: 0px;
}
.mf-calend__resume{
    cursor: pointer;
}
.mf-calend__resume__label{
    font-family: var(--app-default-font-2);
    font-size: 14px;
    font-weight: 500;
}
.mf-calend__resume__value{
    font-family: var(--app-default-font-2);
    font-size: 14px;
    font-weight: 700;
}

.mf-day__revenue__objective{
    display: flex;
    position: absolute;
    width: 12px;
    height: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.082);
    text-transform: uppercase;
    scale: 1;
    font-weight: 700;
    font-stretch: inherit;
    font-feature-settings: inherit;
    text-indent: inherit;
    border-radius: 150px;
    bottom: -20px;
    left: 10px;
}
.mf-day__revenue__online__day{
    display: flex;
    position: absolute;
    width: 12px;
    height: 12px;
    text-transform: uppercase;
    scale: 1;
    font-weight: 700;
    font-stretch: inherit;
    font-feature-settings: inherit;
    text-indent: inherit;
    border-radius: 150px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ce68f;
    left: 10px;
}
.mf-day__comment__day{
    display: flex;
    position: absolute;
    width: 12px;
    height: 12px;
    text-transform: uppercase;
    scale: 1;
    font-weight: 700;
    font-stretch: inherit;
    font-feature-settings: inherit;
    text-indent: inherit;
    border-radius: 150px;
    bottom: -65px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
}
.mf-calend__resume__section{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px rgb(218, 218, 218);
    font-family: var(--app-default-font-2);
    font-size: 14px;
    font-weight: 400;
}
.mf-calend__fast__years{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    padding: 5px;
    box-sizing: border-box;
    
}
.mf-calend__fast__years--grid{
    grid-template-columns: repeat(4, 1fr);
}
.mf-calend__fast__years__list{
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    border: solid 1px rgb(228, 228, 228);
    cursor: pointer;
    font-family: var(--app-default-font-2);
    

}
.mf-calend__fast__years__list:hover{
    background-color: rgb(224, 222, 253);
}
.mf-calend__fast__mont__list{
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    border: solid 1px rgb(228, 228, 228);
    cursor: pointer;
    font-family: var(--app-default-font-2);
}
.mf-calend__fast__mont__list:hover{
    background-color: rgb(224, 222, 253);
}
.mf-calend__fast__mont{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    padding: 5px;
    box-sizing: border-box;
}
.mf-calend__fast__mont--grid{
    grid-template-columns: repeat(4, 1fr);
}
.mf-calend__fast__nav{
    border: none;
    cursor: pointer;
}

.si-calend__day__image{
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 150px;
}
.si-calend__day__comment__list{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}
.si-calend__day__content{
    margin-left: 10px;
}
.si-calend__day__comment__title{
    font-family: var(--app-default-font-2);
    font-weight: 700;
    color: black;
    font-size: 12px;
}
.si-calend__day__comment__item{
    margin-bottom: 30px;
}
.si-calend__day__comment{
    font-family: var(--app-default-font-2);
    font-weight: 400;
    font-size: 16px;
}