﻿/* start of DateCarousel css*/

.slick-prev {
    left: -55px !important;
}

.slick-next {
    right: -38px !important;
}


.item.active {
    border: 1px solid red;
}

/* End of DateCarousel css*/


/* Start of DatePicker css*/


.date-top-section {
    display: flex;
    justify-content: space-between;
}

.dateheader {
    margin: 0 auto;
}

.react-calendar {
    width: 335px !important;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9 !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    padding-top: 20px;
}

.react-calendar__navigation button[disabled] {
    display: none;
}

.react-calendar__navigation__arrow {
    color: #d74100 !important;
}

.react-calendar__month-view__days__day--weekend {
    color: #000 !important;
}

.react-calendar__month-view__weekdays__weekday abbr {
    text-decoration: none !important;
    cursor: auto !important;
}

.react-calendar__tile:disabled {
    background-color: transparent !important;
    color: #1010104D !important;
}

.react-calendar__tile--active {
    color: #000 !important;
    background-color: #fff !important;
    border: 3px solid #87D1E7 !important;
}

.react-calendar__tile--now {
    color: #000 !important;
    background-color: #fff !important;
    border: 2px solid #87D1E7 !important;
}

.react-calendar__month-view__days__day--neighboringMonth {
    color: #000 !important;
}

.modalClose {
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 1500;
    color: #fff;
    font-size: 18pt;
    cursor: pointer;
}

/* end of DatePicker css*/

/*new carousel*/

.date-selector-module .day {
    font-size: 17px;
}

.date-selector-module .date {
    font-size: 22px;
    font-weight: 500;
    line-height: 24pt
}

.date-selector-module .month {
    font-size: 14px;
    background-color: #f3f3f3;
    line-height: 15pt;
}

.date-selector-module .item {
    border: 2px solid #d9d9d9;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px 0 #00000015;
    display: Block;
    justify-content: center;
    align-items: center;
    height: 88px;
    width: 90px !important;
    background-color: #fff;
}

.date-selector-module .slick-list .item.active {
    border: 3px solid #87D1E7;
}

.date-selector-module .slick-slide.slick-active {
    text-align: center;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgba(0,0,0,0.5) !important;
}

.ReactModal__Content.ReactModal__Content--after-open {
    overflow: visible !important;
    max-width: 800px;
    margin: 7px auto auto auto;
    width: 100%;
}

.inputradio {
    width: 30px;
    height: 30px;
    pointer-events: none;
    vertical-align: middle;
}

.react-datepicker__input-container .cal-icon {
    float: right;
    margin-top: 16px;
    /* margin-right: -91px; */
    z-index: 2 !important;
    position: absolute;
}


.react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
    display: block;
    width: 100%;
}

    .react-datepicker__input-container input[type="text"] {
        width: 100% !important;
    }

.react-datepicker__input_container:after {
    color: red;
    content: 'X';
    display: inline-block;
    padding: 0 5px;
    width: 40px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 20%;
    right: 0;
}
