




.phitanyragepicker-container,
.phitanyragepicker-container-mobile {
    font-size: 15px;
    float: left;
    font-family: "Inter", sans-serif !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
}
.phitanyragepicker-container:focus,
.phitanyragepicker-container-mobile:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.phitanyragepicker-container .phitanyragepicker-input,
.phitanyragepicker-container-mobile .phitanyragepicker-input {
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-left,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-left {
    border-right: 1px solid #ddd;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    padding-bottom: 24px;
    overflow-y: auto;
    overflow-x: hidden;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges .phitanyragepicker-range-header-container,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges .phitanyragepicker-range-header-container {
    padding: 8px 12px;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges .phitanyragepicker-range,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges .phitanyragepicker-range {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 12px;
    margin: 3px 6px;
    background: #f8f8ff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges .phitanyragepicker-range.phitanyragepicker-range-selected,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-ranges .phitanyragepicker-range.phitanyragepicker-range-selected {
    background: #1885fc;
    color: #fff;
}
.phitanyragepicker-container .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-footer,
.phitanyragepicker-container-mobile .phitanyragepicker-input.phitanyragepicker-input-vertical-range .phitanyragepicker-right .phitanyragepicker-footer {
    border-top: 1px solid #ddd;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #ddd;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-separator,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-separator {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: block;
    margin: 0;
    margin-top: -2px;
    padding: 0 16px;
    color: #f0f8ff;
    font-size: 32px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    margin-right: 10px;
    text-align: left;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-day,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-day,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-day,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-day {
    float: left;
    font-size: 2.5em;
    color: #1885fc;
    margin-top: -10px;
    margin-right: 8px;
    font-weight: 100;
    text-align: left;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-date,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-date,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-date,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-date {
    font-size: 0.9em;
    color: #a6aab3;
    display: inline-block;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-weekday,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-weekday,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-weekday,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-weekday {
    font-size: 0.7em;
    color: #c9c9d1;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars {
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector {
    position: absolute;
    display: none;
    border: 0px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled {
    background: #eee;
    height: 33.33%;
    width: 25%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    outline: 1px solid #ddd;
    text-transform: capitalize;
    word-wrap: break-word;
    word-break: break-all;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled.current {
    background: #0666cd;
    color: #fff;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled:hover {
    background: #1783ff;
    cursor: pointer;
    color: #fff;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month-disabled:hover {
    background: #eee;
    cursor: default;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev {
    margin: 0px;
    background: #eee;
    height: 33.33%;
    width: 20%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid #ddd;
    text-transform: uppercase;
    word-wrap: break-word;
    word-break: break-all;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next.current,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next.current,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev.current {
    background: #0666cd;
    color: #fff;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev:hover {
    background: #1783ff;
    cursor: pointer;
    color: #fff;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-prev {
    font-size: 2.65em;
    background: #fff;
    color: #1885fc;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year-disabled:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year-disabled:hover {
    background: #fff;
    cursor: default;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    float: left;
    padding-bottom: 8px;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar.no-border-right,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar.no-border-right {
    border-right: none;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar.phitanyragepicker-calendar-weeknumbers .phitanyragepicker-days-container,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar.phitanyragepicker-calendar-weeknumbers .phitanyragepicker-days-container {
    grid-template-columns: repeat(8, 1fr);
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title {
    text-align: center;
    font-weight: 300;
    font-size: 1.1em;
    color: #424242;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-month-switch:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-year-switch:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-month-switch:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-year-switch:hover {
    color: #1783ff;
    cursor: hand;
    cursor: pointer;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-prev,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-next {
    margin-top: -4px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(6, 1fr);
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber {
    justify-items: stretch;
    text-align: center;
    padding: 3px;
    font-size: 0.76em;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 1px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek span,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day span,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled span,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber span {
    pointer-events: none;
    display: block;
    padding: 3px 3px 3px 4px;
    /* border-radius: 4px; */
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek span.phitanyragepicker-cell-text,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day span.phitanyragepicker-cell-text,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled span.phitanyragepicker-cell-text,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber span.phitanyragepicker-cell-text {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 3px 0 0 0;
    color: #c71585;
    font-weight: 600;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek {
    
    font-size: 0.6em;
    font-weight: 500;
    color: #616161;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weeknumber {
    background-color: #f8f8ff;
    color: #568ea3;
    border-right: 1px solid #ddd;
   
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day {
    cursor: pointer;
    overflow: hidden;
    color: #212121;
    /* -webkit-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out; */
   
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day:hover:not(.phitanyragepicker-hovered):not(.phitanyragepicker-selected),
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day:hover:not(.phitanyragepicker-hovered):not(.phitanyragepicker-selected) {
    background-color: #ffffff;
    border-radius: 3px;
   
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end {
    background: #e1eaf1;
    color: #126eb7;
    border-radius: 0;
    
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-today {
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected span.phitanyragepicker-cell-text,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start span.phitanyragepicker-cell-text,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end span.phitanyragepicker-cell-text {
    color: #fff;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-disabled,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-disabled {
    background: #c6dbf0;
    color: #fff;
    opacity: 0.5;
   
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-disabled span,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-disabled span,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-disabled span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-disabled span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-disabled span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-disabled span {
    background: rgba(0, 0, 0, 0) !important;
}
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-disabled
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-disabled
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-disabled
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-selected.phitanyragepicker-disabled
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-start.phitanyragepicker-disabled
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-end.phitanyragepicker-disabled
    span.phitanyragepicker-cell-text {
    color: #ff0;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered {
    background: #c8e1ff;
    color: #000;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-disabled {
    opacity: 0.66;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-first,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-first
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-first
    span.phitanyragepicker-cell-text {
    color: #ff1493;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-last,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-last
    span.phitanyragepicker-cell-text,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-last
    span.phitanyragepicker-cell-text {
    color: #ff1493;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered),
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered) span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered) span {
    background: #126eb7;
    /* background: #e1eaf1; */
    color: #fff;
    /* color: #126eb7; */
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered),
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered) span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered) span {
    background: #126eb7;
    /* background: #e1eaf1; */
    color: #fff;
    /* color: #126eb7; */
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-today {
    /* color: #ff1493 !important; */
    font-weight: bold;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-today.phitanyragepicker-hovered,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-today.phitanyragepicker-hovered {
    color: #000;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range {
    color: #b8b8df;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end {
    background: #1783ff;
    border-radius: 0;
}
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end.phitanyragepicker-today,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end.phitanyragepicker-today {
    color: #ff1493 !important;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start span,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start
    span {
    background: #0666cd;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end span,
.phitanyragepicker-container-mobile
    .phitanyragepicker-input
    .phitanyragepicker-calendars
    .phitanyragepicker-calendar
    .phitanyragepicker-days-container
    .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end
    span {
    background: #0666cd;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled {
    color: #b8b8df !important;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-selected,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-selected,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end {
    background: #1783ff;
    color: #fff;
    border-radius: 0;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end.phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end.phitanyragepicker-today {
    color: #ff1493 !important;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-start span {
    background: #0666cd;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled.phitanyragepicker-end span {
    background: #0666cd;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weekend,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weekend {
    color: #568ea3;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-not-in-month,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-not-in-month {
    opacity: 0.65;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-next,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-prev {
    cursor: pointer;
    font-size: 1.25em;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-next:hover,
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-prev:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-next:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-prev:hover {
    text-shadow: 1px 2px 3px #eee;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-next,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-next {
    float: right;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-prev {
    float: left;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar:last-child,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar:last-child {
    border-right: none;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges {
    border-top: 1px solid #ddd;
    clear: both;
    padding: 10px;
    text-align: left;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges i,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges i {
    float: left;
    color: #6a6e71;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 1px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range-header,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range-header {
    font-size: 0.8em;
    color: #6a6e71;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range {
    display: inline-block;
    color: #1783ff;
    margin: 3px;
    font-size: 0.7em;
    cursor: pointer;
    font-weight: bold;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range:hover {
    text-decoration: underline;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range.phitanyragepicker-range-selected,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range.phitanyragepicker-range-selected {
    color: #f03a47;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range.phitanyragepicker-range-selected:hover,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range.phitanyragepicker-range-selected:hover {
    text-decoration: none;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-end,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-end {
    background-image: -o-linear-gradient(45deg, #f3f3ff 49%, transparent 50%);
    background-image: linear-gradient(45deg, #f3f3ff 49%, transparent 50%);
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start {
    background-image: -o-linear-gradient(225deg, #f3f3ff 49%, transparent 50%);
    background-image: linear-gradient(225deg, #f3f3ff 49%, transparent 50%);
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start.phitanyragepicker-disabled-range-end,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start.phitanyragepicker-disabled-range-end {
    background-image: -o-linear-gradient(45deg, #f3f3ff 49%, transparent 50%);
    background-image: linear-gradient(45deg, #f3f3ff 49%, transparent 50%);
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start.phitanyragepicker-disabled-range-end.phitanyragepicker-selected,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start.phitanyragepicker-disabled-range-end.phitanyragepicker-selected {
    background-image: none !important;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range {
    color: #b8b8df;
    background: #f3f3ff;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected,
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start,
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end {
    background: #1783ff;
    color: #fff;
    border-radius: 0;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end.phitanyragepicker-today,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-selected.phitanyragepicker-today,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start.phitanyragepicker-today,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end.phitanyragepicker-today {
    color: #ff1493 !important;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start span,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-start span {
    background: #0666cd;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end span,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled.phitanyragepicker-disabled-range.phitanyragepicker-end span {
    background: #0666cd;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start.phitanyragepicker-hovered,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-start.phitanyragepicker-hovered {
    background: -o-linear-gradient(45deg, #c8e1ff 49%, #f3f3ff 50%) !important;
    background: linear-gradient(45deg, #c8e1ff 49%, #f3f3ff 50%) !important;
    border-radius: 0 !important;
}
.phitanyragepicker-container.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-end.phitanyragepicker-hovered,
.phitanyragepicker-container-mobile.phitanyragepicker-hotel-style .phitanyragepicker-calendar .phitanyragepicker-disabled-range-end.phitanyragepicker-hovered {
    background: -o-linear-gradient(225deg, #c8e1ff 49%, #f3f3ff 50%) !important;
    background: linear-gradient(225deg, #c8e1ff 49%, #f3f3ff 50%) !important;
    border-radius: 0 !important;
}
.phitanyragepicker-popup {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}
.phitanyragepicker-box-arrow-top {
    width: 22px;
    height: 22px;
    z-index: 12;
    margin-left: 0;
    position: absolute;
    top: 0px;
}
.phitanyragepicker-box-arrow-top:after,
.phitanyragepicker-box-arrow-top:before {
    bottom: calc(100% - 6px);
    left: 27px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.phitanyragepicker-box-arrow-top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.phitanyragepicker-box-arrow-top:before {
    border-color: rgba(184, 184, 184, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.phitanyragepicker-box-arrow-bottom {
    width: 22px;
    height: 22px;
    z-index: 12;
    margin-left: 0;
    position: absolute;
    bottom: 0px;
}
.phitanyragepicker-box-arrow-bottom:after,
.phitanyragepicker-box-arrow-bottom:before {
    bottom: -15px;
    left: 27px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.phitanyragepicker-box-arrow-bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}
.phitanyragepicker-box-arrow-bottom:before {
    border-color: rgba(184, 184, 184, 0);
    border-top-color: #ddd;
    border-width: 10px;
    margin-left: -10px;
}
.phitanyragepicker-box-arrow-left {
    width: 21px;
    height: 21px;
    z-index: 12;
    margin-top: 0px;
    position: absolute;
    left: 0px;
}
.phitanyragepicker-box-arrow-left:after,
.phitanyragepicker-box-arrow-left:before {
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.phitanyragepicker-box-arrow-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    left: -18px;
    top: 29px;
}
.phitanyragepicker-box-arrow-left:before {
    border-color: rgba(184, 184, 184, 0);
    border-right-color: #ddd;
    border-width: 14px;
    left: -22px;
    top: 27px;
}
.phitanyragepicker-box-arrow-right {
    width: 22px;
    height: 22px;
    z-index: 12;
    margin-top: 0px;
    position: absolute;
    right: 0px;
}
.phitanyragepicker-box-arrow-right:after,
.phitanyragepicker-box-arrow-right:before {
    right: -15px;
    top: 27px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.phitanyragepicker-box-arrow-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-left: -12px;
    right: -17px;
    top: 30px;
}
.phitanyragepicker-box-arrow-right:before {
    border-color: rgba(184, 184, 184, 0);
    border-left-color: #ddd;
    border-width: 12px;
    margin-left: -10px;
    right: -19px;
    top: 30px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-footer {
    text-align: right;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-footer .phitanyragepicker-apply {
    background: #1783ff;
    border: none;
    padding: 6px 18px;
    color: #fff;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    margin: 6px;
    border-radius: 3px;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-footer .phitanyragepicker-apply:disabled {
    background: #c9c9d1;
    color: gray;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-footer .phitanyragepicker-cancel {
    background: #c9c9d1;
    border: none;
    padding: 6px 18px;
    color: #6a6e71;
    margin: 6px;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    margin-right: 0px;
    border-radius: 3px;
}
.phitanyragepicker-open {
    overflow: hidden;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input {
    margin: 0;
    border: 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow-y: auto;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input {
        overflow-y: scroll;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    background: #f8f8ff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header {
        width: 50%;
        float: right;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 12px 6px;
        border-left: 1px solid #ddd;
        height: 61px;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-separator {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    color: #b0c4de;
    margin-top: 2px;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end {
    margin: 0;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-day {
    font-size: 38px;
    margin: -10px;
    font-weight: 400;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-date,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-date {
    font-size: 15px;
    color: #6a6e71;
    font-weight: 500;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-end-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-start-weekday,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-weekday {
    font-size: 12px;
    color: #6a6e71;
    font-weight: 400;
    line-height: 10px;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-day {
    margin-right: 8px;
    margin-left: 0;
    float: left;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end {
    text-align: right;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-header .phitanyragepicker-header-end .phitanyragepicker-header-end-day {
    float: right;
    margin-left: 8px;
    margin-right: 0;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    background: #fff;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: scroll;
    height:100vh !important;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars {
        width: 50%;
        float: left;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector {
    border-bottom: 1px solid #ddd;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ms-month,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ms-month {
    -webkit-box-flex: 1;
    flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    height: 25%;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-month-selector .phitanyragepicker-ys-year,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-year-selector .phitanyragepicker-ys-year {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    height: 33.33%;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar {
        border: none;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title {
    padding: 20px 18px 0px 18px;
    background: #f8f8ff;
    font-size: 1.36em;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-prev,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title .phitanyragepicker-next {
    margin-top: -6px;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title i {
    font-size: 0.9em;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-title {
        height: 61px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 18px;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container {
    padding: 10px;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled {
    min-height: 30px;
    font-size: 14px !important;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek,
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day,
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled {
        min-height: calc((80vmin - 62px) / 7);
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day span,
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges {
    background: #fff;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    margin: 0px;
    padding: 4px;
    border: none;
    text-align: center;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        flex: 1 1 0;
        -ms-flex: 1 1 0;
        border-left: 1px solid #ddd;
        overflow-y: scroll;
        min-height: 50px;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges i {
    font-size: 20px;
    display: none;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range-header {
    font-size: 0.9em;
    display: none;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range {
    font-size: 0.85em;
    padding: 5px 14px;
    background: #0666cd;
    font-weight: 400;
    color: #fff;
    border-radius: 21px;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges .phitanyragepicker-range {
        border-radius: 6px;
        margin: 6px;
        display: block;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-filler {
    display: none;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-filler {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: auto;
        border-left: 1px solid #ddd;
        min-height: 100px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-ranges + .phitanyragepicker-filler {
    display: none;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    text-align: center;
    padding: 8px 8px 10px 8px;
    background: #f8f8ff;
    border-top: 1px solid #ddd;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #ddd;
        margin-top: auto;
    }
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer button {
    font-size: 15px;
    font-family: "Inter", sans-serif !important;
    padding: 8px;
    font-weight: 400;
    outline: none;
    border: none;
    border-radius: 4px;
    width: calc((100% - 10px) / 2);
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer button.phitanyragepicker-apply {
    background: #f03a47;
    color: #fff;
    margin-left: 7px;
    font-weight: 500;
    border: 1px solid #f03a47;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer button.phitanyragepicker-apply[disabled="disabled"],
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer button.phitanyragepicker-apply:disabled {
    background: #c9c9d1;
    color: #a6aab3;
    border: 1px solid #a6aab3;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-footer button.phitanyragepicker-cancel {
    background: rgba(0, 0, 0, 0);
    color: #f03a47;
    border: 1px solid #f03a47;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-header .phitanyragepicker-header-separator {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-header .phitanyragepicker-header-start {
    text-align: right;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-header .phitanyragepicker-header-start .phitanyragepicker-header-start-day {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-calendar:last-child {
    border-right: 1px solid #ddd !important;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-calendar:first-child {
    border-right: 0px solid rgba(0, 0, 0, 0);
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container .phitanyragepicker-start,
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container .phitanyragepicker-hovered-first {
    border-radius: 0 6px 6px 0 !important;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container .phitanyragepicker-end,
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container .phitanyragepicker-hovered-last {
    border-radius: 6px 0 0 6px !important;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container .phitanyragepicker-start.phitanyragepicker-end,
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-days-container .phitanyragepicker-hovered-first.phitanyragepicker-hovered-last {
    border-radius: 6px !important;
}
.phitanyragepicker-container.phitanyragepicker-rtl .phitanyragepicker-ranges {
    text-align: right;
}
.phitanyragepicker-container-mobile.phitanyragepicker-inline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-calendar {
    border-right: none;
}
@media screen and (orientation: landscape) {
    .phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-calendars {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: calc(80% - 1px);
        border-left: none;
        border-right: 1px solid #ddd;
    }
    .phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-header {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        border-left: none;
    }
    .phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-timepickers {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 50%;
        border-left: none;
    }
    .phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-timepickers .phitanyragepicker-timepicker-ampm {
        width: 7vmin;
    }
    .phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-ranges {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%;
        border-left: none;
    }
}
.phitanyragepicker-container-mobile.phitanyragepicker-inline .phitanyragepicker-input .phitanyragepicker-footer {
    display: none;
}
@media screen\0 {
    .phitanyragepicker-dayofweek,
    .phitanyragepicker-day,
    .phitanyragepicker-disabled {
        width: calc(14.2857142857% - 2px) !important;
        padding: 2px !important;
    }
    .phitanyragepicker-input-vertical-range .phitanyragepicker-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .phitanyragepicker-input-vertical-range .phitanyragepicker-ranges {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .phitanyragepicker-input-vertical-range .phitanyragepicker-range {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
        flex: 0 1 auto !important;
        line-height: 1em !important;
    }
}
.phitanyragepicker-overlay {
    z-index: 9998;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.phitanyragepicker-hovered-first {
    background: #c8e1ff !important;
    /* border-top-left-radius: 50% !important; 
    border-bottom-left-radius: 50% !important; */
}

.phitanyragepicker-day {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* custom style */
.nightcount{
	position: absolute;
    font-size: 16px;
    left: 47%;
    top: 6%;
    border: 1px solid white;
    padding: 2px 9px;
    border-radius: 50%;
    background: #1885fc;
    color: #ffff;
}
.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled{
font-size: 14px !important;
}

.phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-dayofweek, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-disabled{
	min-height:51px !important;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered), .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered){
	/* border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; */
    padding: 0;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered), .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered){
	/* border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; */
	padding: 0;
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered) span, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-start:not(.phitanyragepicker-hovered) span{
	/* border-radius: 50%; */
	
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered) span, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-end:not(.phitanyragepicker-hovered) span{
	/* border-radius: 50%; */
}
.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-last, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-day.phitanyragepicker-hovered.phitanyragepicker-hovered-last{
    /* border-radius: 50%; */
}
.phitanyragepicker-header,.phitanyragepicker-title{
	background: none !important;
}
.phitanyragepicker-input-top-reset{
	margin:0 !important;
}
.phitanyragepicker-title{
	border: none !important;
	font-size: 17px !important;
    font-weight: bold !important;
	
}
.phitanyragepicker-today,.phitanyragepicker-container .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weekend, .phitanyragepicker-container-mobile .phitanyragepicker-input .phitanyragepicker-calendars .phitanyragepicker-calendar .phitanyragepicker-days-container .phitanyragepicker-weekend{
    color: #212121 ;
}
.phitanyragepicker-not-in-month{
	visibility:hidden;
	display:none;
}
