.react-calendar {
    width: 372px;
    max-width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 10px;
    right: 0;
    position: absolute;
    z-index: 1111;
}
 
.react-calendar--doubleView {
    width: 700px;
}
 
.react-calendar--doubleView .react-calendar__viewContainer {
    display: flex;
    margin: -0.5em;
}
 
.react-calendar--doubleView .react-calendar__viewContainer>* {
    width: 50%;
    margin: 0.5em;
}
 
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.react-calendar button {
    margin: 0;
    border: 0;
    outline: none;
}
 
.react-calendar button:enabled:hover {
    cursor: pointer;
}
 
.react-calendar__navigation {
    display: flex;
    height: 44px;
    margin-bottom: 1em;
}
 
.react-calendar__navigation button {
    color: #f68c42;
    min-width: 35px;
    background: none;
    font-size: 16px;
    margin-top: 8px;
    font-weight: bold;
}
 
.react-calendar__navigation__prev-button,
.react-calendar__navigation__next-button {
    border-radius: 10px;
    border: 2px solid #f68c42 !important;
    color: #f68c42 !important;
    font-size: 18px !important;
}
 
.react-calendar__navigation button:disabled {
    background-color: #f0f0f0;
}
 
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
    background-color: none;
}
 
.react-calendar__month-view__weekdays {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
}
 
.react-calendar__month-view__weekdays__weekday {
    padding: 0.5em;
}
 
.react-calendar__month-view__weekNumbers .react-calendar__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    font-weight: bold;
}
 
.react-calendar__month-view__days__day--weekend {
    color: #024594;
}
 
.react-calendar__month-view__days__day--neighboringMonth {
    color: #757575;
}
 
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
    padding: 2em 0.5em;
}
 
.react-calendar__tile {
    max-width: 100%;
    padding: 10px 6.6667px;
    background: none;
    text-align: center;
    line-height: 17px;
    font-size: 0.75rem;
}
 
.slot-indicator span {
    font-size: 0.65rem;
}
 
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
    background: #f8f8fa;
    color: #6f48eb;
    border-radius: 6px;
}
 
.react-calendar__tile--now {
    background: #646269;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
}
 
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
    background: #6f48eb33;
    border-radius: 6px;
    font-weight: bold;
    color: #6f48eb;
}
 
.react-calendar__tile--hasActive {
    background: #6f48eb;
}
 
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
    background: #f8f8fa;
}
 
.react-calendar__tile--active {
    background: #6f48eb;
    border-radius: 6px;
    font-weight: bold;
    color: white;
}
 
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
    background: #6f48eb;
    color: white;
}
 
.react-calendar--selectRange .react-calendar__tile--hover {
    background-color: #f8f8fa;
}
 
.react-calendar__tile--range {
    background: #bfb3e8;
    color: #6f48eb;
    border-radius: 0;
}
 
.react-calendar__tile--rangeStart {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #6f48eb;
    color: white;
}
 
.react-calendar__tile--rangeEnd {
    background: transparent linear-gradient(5deg, #F68C42 0%, #F68C42 45%, #FDAD75 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    color: white;
}
 
abbr[data-original-title],
abbr[title] {
    text-decoration: none;
}
 
.react-calendar__navigation__prev-button,
.react-calendar__navigation__next-button {
    border-radius: 20px!important;
   
}
 
.react-calendar__month-view__weekdays__weekday {
   color: #A4A4A4;
   text-transform: capitalize;
}
 
.react-calendar__tile{
    font: normal normal normal 14px / 17px Roboto;
}
 
.react-calendar__navigation button {
    /* display: none; */
    color: #f68c42;
    min-width: 30px;
    background: none;
    font-size: 16px;
    margin: 10px;
    font-weight: bold;
    min-height: 30px;
}
 
.react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button{
 
    display: none;
}
 
.react-calendar__navigation__label__labelText--from{
    color: #024594;
}
 
.reactCalendarWraper{
    overflow: hidden;
    min-height: 335px;
    float: right;
    width: 372px;
    max-width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 10px;
 
}
 
.react-calendar{
    position: relative;
    right: 0;
    top: 0;
    float: right;
}
 
.legend{
    display: flex;
    margin: 0 5%;
    font-size: 12px;
    text-align: center;
}
 
.legend-item{
    margin: 10px 15px 5px 0px;
}