
.fc-holidays{
    background-color: #b7f1ec;
}

.float-right{
    float: right;
}
.fc-time{
    display: none;
}
.fc-demi-journe-1{
    width: 100%;

}
.fc-demi-journe-2{
    width: 100%;
    float: right;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    color: #2B3674;
    font-family: 'Mulish';
font-style: normal;

}
.fc-button-primary {
    color: #fff;
    background-color: #2B3674;
    border-color: #2B3674;
}
.fc-head-container .fc-widget-header{
color: #2B3674;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 14px;
}
.fc-toolbar h2{
color: #2B3674;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size:25px;
text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .fc-toolbar h2{
        font-size:16px;
    }

    .delete-button{
        position: relative;
        bottom: 45px;
        z-index: 9999;
    }
    .confirmation-button{
        position: relative;
     bottom: 45px;
     font-size: 9px;
     z-index: 9999;

    }

}
@media screen and (min-width: 767px) {

.delete-button{
    position: relative;
   top: 2px;

}
.confirmation-button{
    position: relative;
    top: 2px;



}}
.fc-button-primary:hover {
    color: #fff;
    background-color: #13227c;
    border-color: #13227c;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-demi-journe-1 {
    position: relative;
  }

  .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-demi-journe-1 .fc-title {
 /*   position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6px; */
  }




