body {
    background-color: #141414;
}

.react-calendar {
    max-width: 100%;
    background: #252525;
    border: 1px solid #252525;
    border-radius: 8px;
    padding: 16px;
    font-family: Raleway;
    line-height: 1.125em;
    min-height: 280px;
}


.react-calendar__navigation {
  text-align: center;
  height: 40px;
}


.react-calendar__month-view__weekdays {
    padding: 12px 0px 12px 0px;
}

.react-calendar__month-view__weekdays__weekday {
    color: #868A92;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

.react-calendar__month-view__weekdays__weekday > abbr[title] {
    text-decoration: none !important;
}

.react-calendar__month-view__days__day {
    background: #252525;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    border-width: 0;
    height: 40px;
    font-family: Raleway;
    cursor: pointer;
}

.react-calendar__month-view__days__day:disabled {
    color: #868A92;
    font-weight: 400;
    cursor: default;
}

.react-calendar__year-view__months__month {
    background: #252525;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    border-width: 0;
    font-family: Raleway;
    cursor: pointer;
}

.react-calendar__year-view__months__month:disabled {
    color: #868A92;
    font-weight: 400;
    cursor: default;
}

.react-calendar_day_selected {
    background: #695FCF;
    border-radius: 4px;
    color: #FAFAFA !important;
}

.react-calendar_day_today {
    color: #695FCF;
    font-weight: 600;
}

.react-calendar__navigation__label {
    background: #252525;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    border-width: 0;
    height: 40px;
    font-family: Raleway;
    cursor: pointer;
}

.react-calendar__decade-view__years__year {
    background: #252525;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    border-width: 0;
    height: 40px;
    font-family: Raleway;
    cursor: pointer;
}

.react-calendar__decade-view__years__year:disabled {
    color: #868A92;
    font-weight: 400;
    cursor: default;
}

.react-calendar__navigation__arrow {
    display: none
}

.react-calendar__century-view__decades__decade {
    background: #252525;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    border-width: 0;
    height: 40px;
    font-family: Raleway;
    cursor: pointer;
}

.react-calendar__century-view__decades__decade:disabled {
    color: #868A92;
    font-weight: 400;
    cursor: default;
}
