
/*     Takvim Css Kodları Başlangıç     */

.ui-widget-content {
    display: block;
    width: 100% !important;
    border: none !important;
}

.ui-widget-header {
    border: none;
    background: transparent;
    color: black;
    border-radius: 0;
}

/*.ui-corner-all {*/
/*    display: none;*/
/*}*/

.ui-state-default {
    border: 2px solid #aeaeae !important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    display: block;
    padding: 0.5em;
    min-width: 40px;
    min-height: 45px;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
}


.ui-datepicker-calendar td {
    position: relative;
    overflow: visible;
}

.ui-datepicker-calendar td a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    font-weight: 600;
}

.price-info {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.ui-datepicker-calendar tbody td a::after {
    content: attr(data-custom);
    font-size: 10px;
}

.ui-state-active {
    background: #C4B0FF;
}

.takvim_dolu {
    opacity: 1 !important;
}

.takvim_dolu span {
    background: #5143d9 !important;
    text-decoration: unset !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_giris a {
    background: linear-gradient(136deg, #EBEFF2 50%, #5143d9 50%) !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_cikis a {
    background: linear-gradient(136deg, #5143d9 50%, #EBEFF2 50%) !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_onceki_gun {
    opacity: 1 !important;
}

.takvim_onceki_gun span {
    background: #0f1f42 !important;
    text-decoration: unset !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_firsat_giris a {
    background: linear-gradient(136deg, #EBEFF2 50%, #fe06f2 50%) !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_firsat_cikis a {
    background: linear-gradient(136deg, #fe06f2 50%, #EBEFF2 50%) !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_firsat_dolu a {
    background: #fe06f2 !important;
    text-decoration: unset !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}

.takvim_giris_cikis span {
    background: linear-gradient(136deg, #5143d9 50%, #ff7600 50%) !important;
}


.ui-datepicker-current-day a {
    background: rgb(12, 188, 135) !important;
}


.takvim_bilgi {
    display: flex;
    justify-content: space-evenly;
}

.nokta {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5143d9;
    margin-right: 15px;
}

.buton-musait {
    background: #f6f6f6 !important;
}

.buton_bugun {
    background: rgb(12, 188, 135) !important;
}

.buton_firsat {
    background: #fe06f2 !important;
}

@media only screen and (max-width: 768px) {
    .ui-datepicker-multi-2 {
        display: flex !important;
        flex-direction: column;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }

    .takvim_bilgi {
        display: flex;
        flex-wrap: wrap;
    }

    .mesafe-listesi {
        margin-left: 10px;
    }
}


.takvim_yeni_secim a {
    background: #f7c32e !important;
    color: #fff !important;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0 !important;
}
.takvim_butonlar {
    display: flex;
    justify-content: space-evenly;
}


/*     Takvim Css Kodları Bitiş     */
