.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid white;
    background: white;
    font-weight: normal;
    color: black;
}

.ui-datepicker td {
    padding: 0px;
}

.ui-datepicker table {
    background-color: white;
}

.ui-datepicker th {
    color: black;
}

.ui-state-hover {
    background-color: red !important;
    border-radius: 20px !important;
}

.ui-state-active,
.ui-widget-content .ui-widget-header {
    /* background-color:#6bbaa7; */
    border-radius: 20px;
    color: black;
}

.ui-widget-content {
    border: 0px;
    background: white;
    color: #6bbaa7;
    text-align: center;
}

.ui-widget-header {
    background: white;
    /* background-color: #6bbaa7; */
    border: 0px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px;
    background: transparent;
    font-weight: bold;
    color: #ffffff;
}

.ui-datepicker-title {
    height: 27px;
}

.ui-range-selected a {
    background-color: red !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: normal !important;
}

.ui-datepicker-close,
.ui-datepicker-current {
    background-color: #6bbaa7 !important;
    border-radius: 20px !important;
    color: white !important;
}

.ui-datepicker-inline {
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.ui-datepicker-prev {
    border-radius: 15px;
    background-color: #6bbaa7 !important;
    color: black;
}

.ui-datepicker-next {
    border-radius: 15px;
    background-color: #6bbaa7 !important;
    color: black;
}

.ui-datepicker a:hover {
    color: white !important;
}
