.desc ul {
    list-style-type: disc !important;
    padding-left: 2rem !important;
    list-style: disc !important;
}

.desc ul li {
    list-style-type: disc !important;
}

.bilgilendirici {
    margin-top: 10px;
}

.w-100 {
    width: 100%;
}

.mapFilter__grid iframe {
    height: 100% !important;
}

.mapFilter__grid {
    grid-template-columns: none;
    padding-left: 0px !important;
}

.js-header {
    background-color: var(--color-dark-1) !important;
}

.detay-iletisim {
    display: flex;
    flex-direction: column;
    align-items: center
}

.detay-adres {
    font-size: 20px;
    color: black;
}

.detay-adres i {
    margin-right: 10px;
}

.mask {
    overflow: hidden;
    max-height: 300px;
}

.desc.mask {
    position: relative;
}

.desc.mask::after {
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 60%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.icon-item {
    display: flex;
}

.mesafe-icon-box svg {
    fill: var(--color-blue-1);
}

.mesafe-right-bar {
    margin-left: 25px;
}

.mesafe-content {
    font-family: var(--font-primary);
""
}

.mesafe-title {
    font-weight: 900;
    font-size: 18px;
    font-family: var(--font-primary);
}

.takvim_butonlar {
    display: flex;
    justify-content: space-evenly;
}


/*     Takvim Css Kodları Başlangıç     */

#takvim .ui-widget-content {
    display: block;
    width: 100% !important;
    border: none !important;
}

#takvim .ui-widget-header {
    border: none;
    background: transparent;
    color: black;
    border-radius: 0;
}

/*.ui-corner-all {*/
/*    display: none;*/
/*}*/

#takvim .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: 55px;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
}


#takvim .ui-datepicker-calendar td {
    position: relative;
    overflow: visible;
}

#takvim .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;
}

#takvim .ui-datepicker-calendar tbody td a::after {
    content: attr(data-custom);
    font-size: 10px;
}

@media only screen and (max-width: 768px) {

    #takvim .ui-datepicker-calendar tbody td a::after {
        font-size: 8px;
    }
}

#takvim .ui-state-active {
    background: #C4B0FF;
}

#takvim .takvim_dolu {
    opacity: 1 !important;
}

#takvim .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 .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 .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 .takvim_onceki_gun {
    opacity: 1 !important;
}

#takvim .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 .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 .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 .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 .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) {
    #takvim .ui-datepicker-multi-2 {
        display: flex !important;
        flex-direction: column;
    }

    #takvim .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }

    .takvim_bilgi {
        display: flex;
        flex-wrap: wrap;
    }

    .mesafe-listesi {
        margin-left: 10px;
    }
}


#takvim .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;
}

.flatpickr-calendar .startRange{
    background: rgb(12, 188, 135)!important;
    border-color: rgb(12, 188, 135)!important;
}

.flatpickr-calendar .endRange{
    background: rgb(12, 188, 135)!important;
    border-color: rgb(12, 188, 135)!important;
}

span.flatpickr-day.today:not(.selected):hover{
    border: 1px solid #f5841f!important;
}

.flatpickr-day.today:hover{
    background: #f5841f!important;
}


/*     Takvim Css Kodları Bitiş     */


/*       Modal Css Kodları Başlangıç     */

.modal-tarih {
    margin-top: -1.2rem;
    padding-top: 1rem !important;
    padding-bottom: 0.8rem !important;
    color: var(--bs-gray-900) !important;
}

.icon-img {
    width: 75px
}

@media screen and (max-width: 768px) {
    .mobile-closed {
        display: none !important;
    }

    .important-notes {
        padding-top: 0 !important;
        margin-top: -175px;
    }
}

@media screen and (min-width: 768px) {
    .mobile-tum-fotolar {
        display: none !important;

    }
}

.madde svg {
    min-width: 25px;
}

.detay-adres {
    font-size: 20px;
}
.takvim_dolu_flatpicker{
    background: #5143d9 !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_flatpicker{
    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_flatpicker{
    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_giriscikis_flatpicker{
    background: #5143d9 !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_flatpicker{
    background: #0f1f42 !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_opsiyon_flatpicker{
    background: #FEAA0A !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_opsiyon_giris_flatpicker{
    background: linear-gradient(136deg, #EBEFF2 50%, #FEAA0A 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_opsiyon_cikis_flatpicker{
    background: linear-gradient(136deg, #FEAA0A 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_opsiyon_giriscikis_flatpicker{
    background: #FEAA0A !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_dolu_yeni a{
    background: #f70000 !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_yeni a{
    background: linear-gradient(136deg, #EBEFF2 50%, #f70000 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_yeni a{
    background: linear-gradient(136deg, #f70000 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_giris_secili a{
    background: linear-gradient(136deg, #5143d9 50%, #f70000 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_secili a{
    background: linear-gradient(136deg, #f70000 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;
}
