
#WhatsappPanelIletisim {
    display: none;
}

    #WhatsappPanelIletisim.active {
        display: block;
    }
#WhatsappPanelIletisim .temsilciler ul{
    list-style-type: none;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}
#WhatsappPanelIletisim .temsilciler ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#WhatsappPanelIletisim .temsilciler ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    #WhatsappPanelIletisim .center {
        right: 20px;
        bottom: 85px;
        position: fixed;
        box-shadow: 0px 0px 26px #7d7d7d;
        text-align: center;
        z-index: 999;
    }


    #WhatsappPanelIletisim .Sel {
        width: 260px;
        max-width: calc(100vw - 60px);
        margin: 0 auto;
        background: white;
        padding: 10px;
        /* border-radius: 5px; */
        position: relative;
    }

        #WhatsappPanelIletisim .Sel > a {
            top: -20px;
            width: 23px;
            height: 23px;
            line-height: 23px;
            right: 0;
        }


        #WhatsappPanelIletisim .Sel .temsilciler ul a img {
            width: 40px;
            height: 40px;

            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

@media only screen and (min-width: 992px) {
    .whatsappChat {
        max-width: 170px;
    }

        .whatsappChat a {
            padding: 12px !important;
            border-radius: 10px 0 0 0 !important;
        }
}

#walink {
    border-radius: 50%;
    position: fixed;
    bottom: 14px;
    left: 14px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    font-size: 36px;
    display: flex;
    display: none;
    z-index: 999999000;
}

@media (max-width: 767px) {
    #walink {
        display: flex !important;
    }
}


.modalRezervationForm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
    z-index: 999999;
    display: table;
    padding: 20px;
    top: 100%;
}

    .modalRezervationForm .contactForm {
        margin: 0 auto;
        width: 100%;
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    .modalRezervationForm .closeBtn {
        right: 17px;
        margin: 0px;
        top: 19px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .modalRezervationForm .contactForm form {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
        display: table;
        float: none;
        transition: all 0.3s;
        transform: scale(0.5);
        overflow: hidden;
    }


        .modalRezervationForm .contactForm form .inputs {
            display: flex;
            float: left;
            width: calc(100% + 10px);
            margin-left: -5px;
        }

            .modalRezervationForm .contactForm form .inputs > * {
                flex: calc(50% - 10px);
                width: calc(50% - 10px);
                margin-left: 5px;
                margin-right: 5px;
            }

        .modalRezervationForm .contactForm form > span:not(.closeBtn) {
            padding: 5px 0px;
        }


        .modalRezervationForm .contactForm form .inputs.dates > label input {
            height: 0px;
            border: 0px;
            margin: 0;
            padding: 0;
        }

        .modalRezervationForm .contactForm form .inputs.dates > label {
            cursor: pointer;
            height: 60px;
        }

            .modalRezervationForm .contactForm form .inputs.dates > label span {
                font-size: 12px;
                line-height: 18px;
                margin: 0px 0px 0px 0px;
                color: #5a5a5a;
                font-weight: 600;
            }


        .modalRezervationForm .contactForm form .inputs.dates > label svg {
            right: 10px;
            top: 17px;
            color: #c1c1c1;
            position: absolute;
            font-size: 24px;
        }

        .modalRezervationForm .contactForm form [type='submit'] {
            text-decoration: none;
            height: 45px;
            outline: none;
        }

        .modalRezervationForm .contactForm form .rzvStepsModalBtn {
            padding-left: 40px !important;
            margin: 3px 0px 0px 0px;
            position: relative;
            float: left;
            font-size: 12px;
            width: 100%;
        }


        .modalRezervationForm .contactForm form .successDate {
            float: left;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            margin: 0px 0px 10px 0px;
            background: #ffffff;
            border-radius: 5px;
            border: 1px solid #e4e4e4;
        }

            .modalRezervationForm .contactForm form .successDate .left {
                flex: 20%;
                text-align: center;
            }

            .modalRezervationForm .contactForm form .successDate .info {
                width: 80%;
                flex: 80%;
                color: #000;
                padding: 2px 0px 8px 15px;
                border-left: 1px solid #f1f1f1;
            }

            .modalRezervationForm .contactForm form .successDate .left i {
                font-size: 39px;
                margin: 13px 0px;
                color: #0dc152;
            }

            .modalRezervationForm .contactForm form .successDate .info > strong {
                float: left;
                width: 100%;
                font-size: 18px;
                margin: 5px 0px 0px 0px;
                color: #0dc152;
                text-align: center;
            }

            .modalRezervationForm .contactForm form .successDate .info strong .textVal {
                float: left;
                width: 100%;
            }

            .modalRezervationForm .contactForm form .successDate .info .textVal span {
                float: left;
                width: auto;
                margin: 0;
                font-size: 14px;
                font-weight: 600;
                color: #006527;
            }

            .modalRezervationForm .contactForm form .successDate .info .textVal {
                width: auto;
                margin: 0 auto;
                display: table;
                float: none;
            }

                .modalRezervationForm .contactForm form .successDate .info .textVal strong {
                    float: left;
                    font-size: 14px;
                    margin: 0px 10px 0px 10px;
                    color: #000000;
                }

        .modalRezervationForm .contactForm form .hesaplama_sonuclari tr:nth-child(2n + 1) {
            background: #f7f7f7;
        }

        .modalRezervationForm .contactForm form .rzvStepsModalBtn i {
            position: absolute;
            left: 5px;
            top: 7px;
            color: #4575cf;
            font-size: 27px;
        }

        .modalRezervationForm .contactForm form .rzvStepsModalBtn a {
            float: left;
            width: 100%;
        }

        .modalRezervationForm .contactForm form .hesaplama_sonuclari td:nth-child(2) {
            font-weight: 600;
        }

        .modalRezervationForm .contactForm form .hesaplama_sonuclari {
            float: left;
        }

            .modalRezervationForm .contactForm form .hesaplama_sonuclari .loading2 {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                background-image: url('/img/loader.gif');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                display: block;
                background-color: #fff;
            }


            .modalRezervationForm .contactForm form .hesaplama_sonuclari td {
                padding: 6px 10px;
                font-size: 15px;
            }

            .modalRezervationForm .contactForm form .hesaplama_sonuclari table {
                margin: 0px;
            }

            .modalRezervationForm .contactForm form .hesaplama_sonuclari td:first-child {
                border-right: 1px solid #ddd;
            }

            .modalRezervationForm .contactForm form .hesaplama_sonuclari tr.total td {
                font-size: 17px;
                font-weight: 600;
                color: #002b9a;
            }


        .modalRezervationForm .contactForm form [type='submit'] i {
            top: calc(50% - 13px);
        }

    .modalRezervationForm.show .contactForm form {
        transform: scale(1);
    }


    .modalRezervationForm.show {
        top: 0;
        display: table !important;
    }

#calendarModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    display: none;
    justify-content: center;
    align-items: center;
}

    #calendarModal.show {
        display: flex;
    }

    #calendarModal .villaCalendar {
        width: 1650px;
        height: auto;
        background: #fff;
        position: relative;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px #b7b7b7;
        max-width: 1020px;
    }

        #calendarModal .villaCalendar .closeBtn {
            position: absolute;
            right: -14px;
            top: -14px;
            font-size: 22px;
            cursor: pointer;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            border: 1px solid #eee;
            text-align: center;
            color: #afafaf;
            background: #fff;
        }

        #calendarModal .villaCalendar .calendarBody {
            width: 100%;
            height: calc(100vh - 170px);
            max-height: calc(100vh - 180px);
            overflow: auto;
        }

            #calendarModal .villaCalendar .calendarBody #calendar {
                margin: 20px 10px 0px;
                border-radius: 11px;
                /* max-width: 1030px; */
            }

        #calendarModal .villaCalendar .loading {
            width: 100%;
            float: left;
            height: 100%;
            background-size: 10%;
            background-position: center;
            background-repeat: no-repeat;
        }

        #calendarModal .villaCalendar .calendarInfo {
            width: 100%;
            margin: 0;
            padding: 4px 13px 0px;
        }

            #calendarModal .villaCalendar .calendarInfo .villaName {
                font-size: 18px;
                float: left;
                line-height: 34px;
                font-weight: 700;
                color: #2e2175;
            }

            #calendarModal .villaCalendar .calendarInfo .calendarTitle {
                font-size: 15px;
                float: left;
                line-height: 11px;
                font-weight: 400;
            }

            #calendarModal .villaCalendar .calendarInfo .calendarIcons {
                display: flex;
                text-align: center;
                flex-wrap: wrap;
                margin-top: 5px;
                margin-bottom: 5px;
                font-size: 12px;
            }

                #calendarModal .villaCalendar .calendarInfo .calendarIcons .item {
                    margin: 3px 0px;
                }

                    #calendarModal .villaCalendar .calendarInfo .calendarIcons .item img {
                        float: left;
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                        border: 1px solid #eee;
                    }

                    #calendarModal .villaCalendar .calendarInfo .calendarIcons .item span {
                        float: left;
                    }

                    #calendarModal .villaCalendar .calendarInfo .calendarIcons .item.musait img {
                        background: #d4d4d7;
                    }

                    #calendarModal .villaCalendar .calendarInfo .calendarIcons .item.dolu img {
                        background: #305589;
                    }

                    #calendarModal .villaCalendar .calendarInfo .calendarIcons .item.bekliyor img {
                        background: #ff7000;
                    }


.ui-datepicker-inline .ui-datepicker-calendar thead tr {
    border-bottom: 1px solid #eee;
}

.calendarBody #calendar .ui-datepicker-inline {
    width: 100% !important;
}

#calendarModal .ui-widget.ui-widget-content {
    border: 0px;
}

#calendarModal .ui-datepicker-inline .ui-state-default {
    padding: 2px 0px;
    border: 1px solid #f9f9f9;
    margin: -1px;
}

#calendarModal .ui-datepicker-inline .ui-datepicker-next, #calendarModal .ui-datepicker-inline .ui-datepicker-prev {
    display: block !important;
}

    #calendarModal .ui-datepicker-inline .ui-datepicker-prev span {
        background: url("../../img/icons/prev.svg") no-repeat center center;
        background-size: contain;
    }

    #calendarModal .ui-datepicker-inline .ui-datepicker-next span {
        background: url("../../img/icons/next.svg") no-repeat center center;
        background-size: contain;
    }

@media screen and (max-width: 666px) {
    .modalRezervationForm .contactForm {
        vertical-align: initial;
        display: block;
    }

        .modalRezervationForm .contactForm form {
            width: 100%;
            display: block;
        }

    .modalRezervationForm.show {
        display: block !important;
    }
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}
.calculate-modal .detaytakvimlegends .m_degil {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #e54400;
    display: inline-block;
}
.calculate-modal .detaytakvimlegends .o_bekliyor {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #e59f00;
    display: inline-block;
}
.calculate-modal .detaytakvimlegends span {
    margin-right: 15px;
}