.SingleDatePicker {
    width: 245px;
    z-index: 3;
}

.SingleDatePickerInput {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    height: 40px;
    border: 1px solid white;
}

.SingleDatePickerInput:focus,
.SingleDatePickerInput:active,
.SingleDatePickerInput:focus-within {
    border: solid 1px #bca292;
}

.DateInput {
    background-color: transparent;
    cursor: pointer;
    width: 245px;
    height: 100%;
    z-index: 1;
}

.DateInput_input {
    padding: 0;
    position: relative;
    font-family: 'pangram-regular';
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    color: white;
    cursor: pointer;
    width: 50%;
    height: 100%;
    text-align: left;
    padding-left: 38%;
    z-index: 1;
}

.DateInput_input__focused {
    border: none;
}

.DateInput_fang_1 {
    display: none;
}

.SingleDatePicker_picker__directionLeft_2 {
    top: -390px !important;
    left: -13px !important;
    padding-top: 100px;
    background-color: transparent;
}

.SingleDatePicker_picker__directionLeft_2:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

@media (max-width: 46.24em) {
    .SingleDatePicker_picker__directionLeft_2 {
        top: -379px !important;
    }
}

@media (max-width: 46.24em) {
    .DayPicker_transitionContainer {
        height: 268px !important;
    }
}

.CalendarMonth_caption {
    font-family: 'pangram-regular';
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 6px;
}

.CalendarMonthGrid {
    font-family: 'pangram-regular';
}

.CalendarDay {
    border: none;
}

.CalendarDay:hover {
    border-radius: 50%;
    border: none;
}

.CalendarDay__selected {
    background-color: #2f2063;
    border-radius: 50%;
}

.CalendarDay__selected:hover {
    border-radius: 50%;
    background-color: #2f2063;
}

.DayPicker_weekHeader {
    font-family: 'pangram-regular';
    text-transform: uppercase;
}

.DayPicker__withBorder {
    height: 280px;
}

@media (max-width: 46.24em) {
    .DayPicker__withBorder {
        height: 268px;
    }
}

.DayPickerNavigation_button {
    width: 24px;
    height: 24px;
    border: none;
}

.DayPickerNavigation_button:hover {
    border: none;
}

.DayPickerNavigation_svg__horizontal {
    display: none;
}

.DayPickerNavigation_button__horizontal:after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    position: absolute;
    top: 5px;
    left: 5px;
}

.DayPickerNavigation_rightButton__horizontal:after {
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg);
}

.date-picker-week-of {
    color: white;
    font-size: 14px;
    font-family: 'pangram-regular';
    font-weight: bold;
    position: absolute;
    top: 13px;
    left: 22px;
    z-index: 0;
    text-align: right;
    min-width: 81px;
}

@-moz-document url-prefix() {
    .date-picker-week-of {
        left: 18px;
    }
}

.date-picker-day-of {
    width: 70px;
    text-align: right;
    left: 12px;
    top: 31%;
}

.CalendarDay {
    font-size: 12px;
}

// WEBPACK FOOTER //
// ./src/styles/ReactDates.css