.datepicker__inner {
    overflow: hidden
}

.datepicker__month {
    border-collapse: collapse;
    text-align: center;
    width: 100%
}

.datepicker__month--month2 {
    display: none
}

.datepicker__month-day--valid {
    cursor: pointer
}

.datepicker__month-day--lastMonth,
.datepicker__month-day--nextMonth {
    visibility: hidden
}

.datepicker__month-button {
    cursor: pointer
}

.datepicker__info--feedback {
    display: none
}

.datepicker__info--error,
.datepicker__info--help {
    display: block
}

.datepicker__close-button {
    cursor: pointer
}

.datepicker__tooltip {
    position: absolute
}

.datepicker {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 8px 8px 40px 5px rgb(0 0 0 / 8%);
    box-shadow: 8px 8px 40px 5px rgb(0 0 0 / 8%);
    color: #484c55;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: auto;
}

.datepicker__inner {
    padding: 20px
}

.datepicker__month {
    font-size: 1rem;
    font-weight: 600
}

.datepicker__month-caption {
    height: 2.5em;
    vertical-align: middle
}

.datepicker__month-name {
    text-transform: uppercase;
    color: #29323F;
}

.datepicker__week-days {
    height: 2em;
    vertical-align: middle
}

.datepicker__week-name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e64420;
}

.datepicker__month-day {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: #29323F;
    padding: 10px 7px;
    border-width: thin
}

.datepicker__month-day--no-checkin {
    position: relative
}

.datepicker__month-day--no-checkin:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: url(../../../../front/plugins/datepicker/img/giris.svg) center center no-repeat;
    border-radius: 7px;
}

.datepicker__week-row {
    border: 1px solid #fff
}

.datepicker__month-day--no-checkout {
    position: relative
}

.datepicker__month-day--no-checkout:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: url(../../../../front/plugins/datepicker/img/cikis.svg) center center no-repeat;
    border-radius: 7px
}

.datepicker__month-day--invalid {
    color: #29323F;
    background: repeating-linear-gradient(-45deg, white, white 3px, #ebebeb 3px, #ebebeb 4px);
    cursor: not-allowed
}

.datepicker__month-day--disabled {
    color: #fff;
    position: relative;
    background-image: url(../../../../front/plugins/datepicker/img/dolu.svg);
    border-radius: 7px;
}

.datepicker__month-day--opsiyon {
    color: #29323F;
    position: relative;
    background-image: url(../../../../front/plugins/datepicker/img/opsiyon.svg);
    border-radius: 7px;
}

.datepicker__month-day--opsiyon:after {
    left: 50%;
    position: absolute;
    background-image: url(../../../../front/plugins/datepicker/img/opsiyon.svg);
    font-size: 16px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 7px;
}

.datepicker__month-day--disabled:after {
    left: 50%;
    position: absolute;
    color: red;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.datepicker__month-day--day-of-week-disabled {
    background-color: rgba(232, 235, 244, .5)
}

.datepicker__month-day--selected {
    background-color: #FF8551;
    color: #ffffff;
    border-radius: 7px;
}

.datepicker__month-day--selected:after {
    display: none
}

.datepicker__month-day--hovering {
    background-color: #FF8551;
    color: #ffffff;
    border-radius: 7px;
}

.datepicker__month-day--today {
    background-color: #fff;
    color: #29323F
}

.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
    background-color: #FF8551;
    color: #ffffff;
    border-radius: 7px;
}

.datepicker__month-day--last-day-selected:after {
    content: none
}

.datepicker__month-button {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    color: #303236;
    display: inline-block;
    padding: 8px 10px;
    font-size: 25px;
}

.datepicker__month-button:hover {
    color: #646161;
}

.datepicker__topbar {
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.datepicker__info-text {
    font-size: 13px
}

.datepicker__info--selected {
    font-size: 11px;
    text-transform: uppercase
}

.datepicker__info--selected-label {
    color: #acb2c1
}

.datepicker__info-text--selected-days {
    font-size: 11px;
    font-style: normal
}

.datepicker__info--error {
    color: red;
    font-size: 13px;
    font-style: italic
}

.datepicker__close-button {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #f7b733;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    color: #29323F;
    margin-top: 20px;
    padding: 7px 13px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase
}

.datepicker__close-button:hover {
    background-color: #484c55;
    color: #fff
}

.datepicker__tooltip {
    background-color: #FF8551;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin-top: -5px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.datepicker__tooltip:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffe684;
    bottom: -4px;
    content: '';
    left: 50%;
    margin-left: -4px;
    position: absolute
}
.datepicker {
    z-index: 11 !important
}

.datepicker-center .datepicker {
    transform: translateX(-50%);
    left: 50%
}

.datepicker-center .datepicker-dropUp {
    transform: translateX(-50%) translateY(-100%)
}