.date-datepicker-wrapper {
    width: 450px;
    margin: 0 auto;
}

.date-datepicker-wrapper .ui-widget-content, .custom-datepicker-dropdown .ui-widget-content {
    width: 100%;
    background: transparent;
    border: none !important;
}

.custom-datepicker-dropdown .ui-widget-content {
    background: #fff;
}

.date-datepicker-wrapper .ui-widget-header, .custom-datepicker-dropdown .ui-widget-header {
    background: #F0F5FD;
    border-radius: 20px;
    padding: 12px 0;
}

.date-datepicker-wrapper .ui-widget-header a, .custom-datepicker-dropdown .ui-widget-header a {
    top: 0 !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-datepicker-wrapper .ui-widget-header a.ui-datepicker-prev, .custom-datepicker-dropdown .ui-widget-header a.ui-datepicker-prev {
    left: 10px !important;
}

.date-datepicker-wrapper .ui-widget-header a.ui-datepicker-next.custom-datepicker-dropdown, .custom-datepicker-dropdown .ui-widget-header a.ui-datepicker-next.custom-datepicker-dropdown {
    right: 10px !important;
}

.date-datepicker-wrapper .ui-widget-header a span, .custom-datepicker-dropdown .ui-widget-header a span {
    position: initial !important;
    margin: 0 !important;
    background-position: center !important;
}

.date-datepicker-wrapper .ui-widget-header a:hover, .custom-datepicker-dropdown .ui-widget-header a:hover {
    background: transparent !important;
    border: none !important;
    top: 0 !important;
    opacity: .7;
    cursor: pointer;
}

.ui-datepicker-prev span {
    background-image: url(../icons/calender-arrow-left.svg) !important;
    background-position: 0 0 !important;
    color: transparent !important;
}

.ui-datepicker-next span {
    background-image: url(../icons/calender-arrow-right.svg) !important;
    background-position: 0 0 !important;
    color: transparent !important;
}

.ui-datepicker-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    color: #244170;
}

.ui-datepicker th {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #9B9B9B;
}

.ui-datepicker td {
    cursor: not-allowed !important;
}

.ui-datepicker td.available {
    position: relative;
    cursor: pointer !important;
}

.ui-datepicker td a, .ui-datepicker-unselectable .ui-state-default {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 22px;
    color: #C6C6C6 !important;
    background: none !important;
    border: none !important;
    font-family: frutiger, sans-serif !important;
}

.ui-datepicker td.available a {
    color: #000000 !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px;
    position: relative;
    padding-bottom: 10px;
}

#modalVisitDatepicker .ui-datepicker td.available span.ui-state-default {
    color: #000000 !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px;
    position: relative;
    padding-bottom: 10px;
}

#modalVisitDatepicker .ui-datepicker td.available {
    cursor: not-allowed !important;
}

.ui-datepicker td.available.selected a {
    color: #fff !important;
    /*background:  #159B18 !important*/
}

.ui-datepicker td .price {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
}

.ui-datepicker td.available.selected .price {
    color: #fff !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
}

#availableDaysModal .available-week-days .ui-datepicker td a,
#availableDaysModal .available-week-days .ui-datepicker td span.ui-state-default {
    height: 45px !important;
    width: 45px !important;
    background: #F0F5FD !important;
    border-radius: 50% !important;
    margin-bottom: 10px !important;
}

.ui-datepicker td a:hover, .ui-datepicker td span.ui-state-default:hover {
    opacity: .5;
}

#availableDaysModal .available-week-days .ui-datepicker td.active a {
    background: #B68047 !important;
    color: #fff !important;
}

.dropdown-toggle:after {
    display: none;
    padding: 10px 0;
}

.custom-datepicker-dropdown .dropdown-menu .dates div {
    color: #244170;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.custom-datepicker-dropdown .dropdown-menu .dates div:hover {
    background: rgb(36, 65, 112, .1);
}

.custom-datepicker-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 97%;
}

.custom-datepicker-dropdown .title {
    margin-bottom: 6px;
}

.custom-datepicker-dropdown .date {
    font-size: 14px;
}

.top-filters .custom-datepicker-dropdown .dropdown-menu {
    min-width: 400px;
}
.priceWithRiyal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 200;
}

@media (max-width: 768px) {
    .top-filters .custom-datepicker-dropdown .dropdown-menu {
        width: 100%;
        min-width: initial;
    }
}
