.datepicker {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.datepicker table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.datepicker table th,
.datepicker table td {
    width: calc(100% / 7);
    padding: 0;
}

.datepicker table th {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 4;
    font-weight: 400;
    text-align: center;
}

.datepicker__wrapper {
    color: #333;
    border-radius: 0.125rem;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: Gilroy;
    padding: 0.5rem;
    position: relative;
    z-index: 1;
    background: white;
    width: 16rem;
}

.datepicker__wrapper::after {
    content: '';
    display: table;
    clear: both;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0.25rem 0;
}

.datepicker__header {
    position: relative;
    text-align: center;
    background: #fff!important;
    padding: 0.25rem;
    margin: -0.5rem -0.5rem 0;
}

.datepicker__title {
    display: inline-block;
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #000;
    font-family: Gilroy;
}

.datepicker__prev,
.datepicker__next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    width: 2rem;
    height: 2rem;
    display: flex;
    border-radius: 50%;
    background: no-repeat center / 60%;
    font-size: 0em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    justify-content: center;
}

.datepicker__prev:hover,
.datepicker__next:hover {
    /* background-color: #1E88E5; */
}

.datepicker__prev {
    float: left;
    content: "\f105";
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z" fill="#ACACAC"/></svg>'); */
}

.datepicker__next:before {
    content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    color: #767676;
}

.datepicker__prev:before {
    content: "\f104";
    color: #767676;
    font: normal normal normal 18px/1 FontAwesome;
}

.datepicker__next {
    float: right;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M7.81106 7.43614L1.02225 13.8336C0.908975 13.9404 0.758482 14 0.601984 14C0.445486 14 0.294993 13.9404 0.181719 13.8336L0.174409 13.8264C0.119306 13.7746 0.075428 13.7123 0.0454445 13.6432C0.015461 13.5741 -9.31808e-07 13.4998 -9.28522e-07 13.4246C-9.25237e-07 13.3494 0.015461 13.275 0.0454445 13.206C0.075428 13.1369 0.119306 13.0746 0.174409 13.0228L6.56732 6.9988L0.17441 0.977208C0.119306 0.925434 0.0754286 0.863114 0.0454451 0.794038C0.0154615 0.724964 -3.70153e-07 0.650579 -3.66867e-07 0.575408C-3.63581e-07 0.500236 0.0154616 0.425851 0.0454451 0.356776C0.0754286 0.287701 0.119306 0.225382 0.17441 0.173607L0.181719 0.166378C0.294994 0.0595786 0.445486 -3.30218e-07 0.601984 -3.23378e-07C0.758482 -3.16537e-07 0.908976 0.0595786 1.02225 0.166378L7.81106 6.56386C7.87077 6.62012 7.9183 6.68779 7.95078 6.76276C7.98325 6.83773 8 6.91844 8 7C8 7.08156 7.98325 7.16227 7.95078 7.23724C7.9183 7.31221 7.87077 7.37988 7.81106 7.43614Z" fill="#767676"/></svg>');
}

.datepicker__prev.is-disabled,
.datepicker__next.is-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 1;
    color: #ACACAC;
}

.datepicker__time {
    padding: 0.5rem 1rem;
    margin: 0 -0.5rem;
    font-size: 0.75rem;
    text-align: right;
    background: #E3F2FD;
    border-bottom: 1px solid #BBDEFB;
}

.datepicker__label {
    margin-right: 1rem;
    color: rgba(0, 0, 0, 0.4);
    float: left;
}

.datepicker__field {
    display: inline-block;
    margin: 0 0.125rem;
    color: #333;
    width: 2ch;
}

.datepicker__field span {
    display: block;
    width: 100%;
}

.datepicker__day {
    color: #333;
}

.datepicker__day div {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    background: transparent;
    position: relative;
    border-radius: 50%;
}

.datepicker__day div::after {
    content: '';
    display: block;
    border-radius: 50%;
    padding-top: 100%;
    position: relative;
    background: inherit;
    z-index: 1;
}

.datepicker__day div:hover,
.datepicker__day.is-highlighted div {
    background: #767676;
    color: #fff;
}

.datepicker__day.is-today {
    color: #000;
}

.datepicker__day.is-today div::after {
    box-shadow: inset 0 0 0 1px #d4d4d4;
}

.datepicker__day.is-today.is-disabled.is-selected div::after,
.datepicker__day.is-today.is-otherMonth.is-selected div::after {
    box-shadow: none;
}

.datepicker__day.is-selected div {
    background: #767676;
}

.datepicker__day.is-selected:hover div::after {
    background: #767676;
}

.datepicker__day.is-selected .datepicker__daynum {
    font-weight: bold;
    color: white;
}

.datepicker__day.is-selected+.is-selected div::before,
.datepicker__day.is-highlighted+.is-highlighted div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 0;
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
    cursor: default;
    pointer-events: none;
    color: #ACACAC;
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
    color: rgba(0, 0, 0, 0.2);
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div,
.datepicker__day.is-disabled.is-selected+.is-selected div::before,
.datepicker__day.is-otherMonth.is-selected+.is-selected div::before {
    background: #none;
}

.datepicker__daynum {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: -0.5rem;
    text-align: center;
    z-index: 2;
}