/* File: resources/css/check_availability.css */

.title {
    font-size: 50px;
    text-align: left;
    color: white;
}

.calendar {
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1000;
    transform: scale(0.95);
    margin-top: -40px;

}



.legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.legend li {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.legend .color-box {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.accepted {
    background-color: green;
}

.pending {
    background-color: #FFD700;
}

/* Dark yellow */
.other {
    background-color: red;
}


body {
    /* background: url('https://wallpapers.com/images/featured/theater-background-dhb5kq69nqqd8erp.jpg'); */
    background-color: white;
    background-size: cover;
}

/* Custom styling for calendar */
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#top,
#calendar.fc-unthemed {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;

}

.fc-daygrid-day-number {
    font-size: 16px;
    /* Adjust the font size as needed */
}

#top {
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
    color: #000;
}

#top .selector {
    display: inline-block;
    margin-right: 10px;
}

.header-one .header-wrapper {
  position: relative;
  background-color: black;
  padding: 20px;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: inherit !important;
  overflow: visible;
}


/* Change color of today's cell */
.fc-day-today {
    background-color: red;
    color: white;
}

/* Change color of "more" link */
.fc-more {

    color: green;
    background-color: rgb(232, 255, 230);
    padding: 1px 2px;
    border-radius: 20px;

}

@media(max-width: 2000px) {
    .title {
        font-size: 70px;
        margin-top: 20px;
    }

    .check {
        margin-top: -300px;
    }

    .dis {
        position: relative;
        top: -80px;
    }
}

@media(max-width: 1400px) {
    .title {
        font-size: 70px;
        margin-top: 20px;
    }

    .check {
        margin-top: -125px;
    }

    .dis {
        position: relative;
        top: -80px;
    }




}

@media(max-width: 1200px) {
    .title {
        font-size: 50px;
        margin-top: 15px;
    }

    .dis {
        position: relative;
        top: -50px;
    }




}

@media(max-width: 992px) {
    .title {
        font-size: 50px;
        margin-top: 10px;
    }

    .check {
        margin-top: 200px;
    }


}

@media(max-width: 768px) {
    .title {
        font-size: 40px;
        margin-top: 5px;
    }

    .check {
        margin-top: 80px;
    }
}

@media(max-width: 576px) {
    .title {
        font-size: 40px;
        margin-top: 0;
    }


}
