.notification {
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 9999;
    font-size: 14px;
}
.uploaded-file {
    color: #079BA5;
    font-size: 14px;
}
.save-btn:hover {
    color: #fff;
}
.calendar-block .free {
    color: #373435;
}

.calendar-block-horizontal div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEFEFE;
    border: 1px solid #CBCCCE;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #BDBFC1;
    padding: 10px 15px;
    cursor: pointer;
    width: 25%;
    height: 100px;
}
.calendar-date-head-horizontal {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFF;
    padding: 5px 3px;
    background: #079BA5;
}

.calendar-block-vertical div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEFEFE;
    border: 1px solid #CBCCCE;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #BDBFC1;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    height: 100px;
}
.calendar-date-head-vertical {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFF;
    padding: 5px 3px;
    background: #079BA5;
    border: 1px solid #CBCCCE;
}
.calendar-selected-date {
    border: 2px solid #079BA5!important;
}

.calendar-tab_btn {
    cursor: pointer;
}

.notif-item b {
    color: #079BA5;
    font-weight: 700;
}
