/* CALENDAR LAYOUT */

.calendar-wrapper {
    display: flex;
    gap: 25px;
}

.calendar-box {
    width: 50%;
    background: white;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 20px;
}

/* FULLCALENDAR */

.fc {
    background: white;
}

.fc-toolbar {
    margin-bottom: 10px !important;
}

    .fc-toolbar select {
        cursor: pointer !important;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 4px 8px;
        font-size: 14px;
    }

.fc-center h2 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.fc-day-header {
    background: #f8fafc;
    padding: 12px 0 !important;
    color: #555;
    font-weight: bold;
}

.fc-day {
    transition: 0.2s;
    position: relative;
    cursor: pointer !important;
}

    .fc-day:hover {
        background: #f0fff5 !important;
        cursor: pointer;        
    }

.fc-day-number {
    padding: 10px !important;
    font-weight: bold;
}

.selected-date {
   /* background: #669900 !important;*/
}

    .selected-date .fc-day-number {
        color: #fff;
    }

    .selected-date.fc-day:hover {
        background: #669900 !important;
        cursor: pointer;
        color: #fff;
    }

/*.valid-date {
    background: #dff5e3 !important;
}
*/

.fc-today {
    /*background: #fff7d6 !important;*/
}

/* REMOVE BUTTONS */

.fc-left,
.fc-right {
    display: none;
}

/* INDICATORS */

.indicator {
    position: absolute;
    bottom: 2px;
    left: 2px;
    font-size: 11px;
    background: white;
    border-radius: 10px;
    padding: 1px 5px;
}

.selling-fast {
    color: #d32f2f;
    font-weight: bold;
}

.cheapest {
    color: #2e7d32;
    font-weight: bold;
}

/* BOTTOM BUTTON */

.bottom-area {
    margin-top: 15px;
    text-align: right;
}

.select-btn {
    background: #669900;
    border: none;
    color: white;
    padding: 14px 35px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}

    .select-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

/* CLOSE ICON */

.top-close {
    float: right;
    font-size: 24px;
    color: #888;
    cursor: pointer;
}

    .top-close:hover {
        color: #000;
    }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
   
}

.fc-other-month {
    background: #f5f5f5 !important;
    opacity: 0.5;
    cursor: not-allowed !important;
}


.calendar-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    width: 350px;
}


.fc td.selected-date,
.fc td.selected-date .fc-day-content,
.fc td.selected-date .fc-content-skeleton,
.fc td.selected-date .fc-content-skeleton table,
.fc td.selected-date .fc-content-skeleton td {
    background: #669900;
}


    /* DATE NUMBER */

    .fc td.selected-date .fc-day-number {
        /* background: #669900 !important;*/
        color: #fff !important;
    }


    /* ALL TEXT INSIDE */

  /*  .fc td.selected-date * {
        color: #fff !important;
    }*/


    /* PRICE BOX REMOVE WHITE */

    .fc td.selected-date .price-box {
        background: rgba(255,255,255,0.12) !important;
        border: 1px solid rgba(255,255,255,0.2);
    }


    /* INDICATOR */

    .fc td.selected-date .indicator {
        background: rgba(255,255,255,0.15);
        color: #fff;
    }

.fc td.fc-day {
    cursor: pointer !important;
}


    /* INNER ELEMENTS */

    .fc td.fc-day *,
    .fc-day-content,
    .fc-day-top,
    .fc-day-number,
    .price-box,
    .indicator {
        cursor: pointer !important;
    }


/* OTHER MONTH DISABLED */

.fc td.fc-other-month,
.fc td.fc-other-month * {
    cursor: not-allowed !important;
}


/* DISABLED DATES */

.fc td.disabled-date,
.fc td.disabled-date * {
    cursor: not-allowed !important;
}



/* RESPONSIVE */

@media(max-width:991px) {

    .calendar-wrapper {
        flex-direction: column;
    }

    .calendar-box {
        width: 100%;
    }
}

@media(max-width:767px) {

   /* .fc-basic-view .fc-body .fc-row {
        min-height: 95px !important;
    }

    .fc-basic-view td.fc-day {
        height: 95px !important;
    }*/

    .fc-day-number {
        width: 20px;
        height: 20px;
        font-size: 10px !important;
    }

    .adult-price,
    .child-price {
        font-size: 7px;
        line-height: 9px;
    }

    .indicator {
        font-size: 6px;
        line-height: 8px;
        padding: 1px 3px;
    }

    .title {
        font-size: 22px;
    }

    .open-calendar-btn,
    .select-btn {
        width: 100%;
    }
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
}


.fc-basic-view .fc-body .fc-row {
  /*  min-height: 70px !important;*/
}


/* CELL */

.fc-basic-view td.fc-day {
   /* height: 70px !important;*/
    vertical-align: middle !important;
    position: relative;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center;
   
}


/* REMOVE FLOAT */

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;

}


/* TOP */

.fc-day-top {
    text-align: center !important;
    padding-top: 6px !important;
}


/* DATE */

.fc-day-number {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
   /* border-radius: 50%;*/
    margin: 0 auto 6px auto !important;
    font-size: 15px !important;
    font-weight: bold;
    color: #222 !important;
    text-decoration: none !important;
}

  

/* SELECTED DATE */

.fc td.selected-date,
.fc td.selected-date .fc-content-skeleton,
.fc td.selected-date .fc-content-skeleton table,
.fc td.selected-date .fc-content-skeleton td {
    background: #669900;
}


    /* SELECTED TEXT */

    .fc td.selected-date * {
        color: #fff;
    }


    /* SELECTED CIRCLE */

    .fc td.selected-date .fc-day-number {
        /*background: rgba(255,255,255,0.15) !important;*/
    }


/* VALID RANGE */

.fc td.valid-date {
    background: #dff5e3;
}


/* MOBILE */

@media(max-width:767px) {

    .fc-basic-view .fc-body .fc-row {
       /* min-height: 70px !important;*/
    }

    .fc-basic-view td.fc-day {
       /* height: 70px !important;*/
    }

    .fc-day-number {
        width: 22px;
        height: 22px;
        font-size: 11px !important;
        margin-bottom: 3px !important;
    }

    .indicator {
        font-size: 7px;
        line-height: 8px;
        padding: 1px 4px;
        border-radius: 10px;
        max-width: 96%;
    }

    .day-content {
        gap: 2px;
    }
}

@media(max-width:767px) {

    .calendar-wrapper {
        flex-direction: column;
    }

    .calendar-box {
        width: 100%;
    }
}



.disabled-date {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background: #f5f5f5 !important;
    opacity: .5 !important;
}


    /* REMOVE POINTER */

    .disabled-date *,
    .fc-other-month,
    .fc-other-month * {
        pointer-events: none !important;
        cursor: not-allowed !important;
        opacity: .5 !important;
    }

.fc td.disabled-date .fc-day-number {
    opacity: .5 !important;
    background: #f5f5f5 !important;
}


/* OTHER MONTH */

.fc td.fc-other-month .fc-day-number {
    opacity: .5 !important;
    background: #f5f5f5 !important;
}




.fc-past {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background: #f5f5f5;
    opacity: .5 !important;
}


    /* DATE NUMBER */

    .fc-past .fc-day-number {
        color: #bdbdbd !important;
        opacity: .5;
    }


    /* REMOVE HOVER */

    .fc-past:hover {
        background: #f5f5f5;
    }


/* OTHER MONTH */

.fc-other-month {
    pointer-events: none !important;
    cursor: not-allowed;
    background: #f5f5f5;
}

    .fc-other-month .fc-day-number {
        background: #f5f5f5;
        opacity: .5;
    }


.modal-header .close {
    margin-top: -18px;
}

.modalcalendar .form-control {
    width: auto !important;
    margin-right: 5px;
}

.modalcalendar .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border: 1px dashed #cccccc;
    text-align: center;
}

.modal-footer {
    padding: 0;
    border-top: none;
}

.modalcalendar .modal-body {
    padding: 0;
}

.modalcalendar h5#exampleModalLabel {
    font-size: 25px;
    font-weight: 600;
    color: #669900;
}

.modal-footer button.btn.btn-secondary {
    outline: none !important;
    box-shadow: none;
    border: 1px dashed #cccccc;
    background: #669900;
    color: #fff !important;
}

.border-dotted {
    border: 1px dashed #cccccc;
    margin: 15px;
    padding: 10px;
}

.btn-secondary {
    border: 1px dashed #cccccc;
    background: #669900;
    color: #fff !important;
}
.fc-scroller,
.fc-day-grid-container {
    overflow: hidden !important;
    height: auto !important;
}

@media (max-width: 430px) {
    .fc-center h2 {
        font-size: 13px;
    }

    .fc td.fc-day {
        font-size: 12px;
    }

    .fc-day-header {
        font-size: 13px;
    }
    .calendar-box {
        padding: 8px 10px !important;
    }

    .fc-toolbar {
        margin-bottom: 4px !important;
    }
}