#acf-form {
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    background-color: #fbfbfb;
    padding: 20px 14px 30px;
    border-radius: 5px;

}

#acf-form .acf-fields>.acf-field {
    padding: 15px 0px 18px;
    margin: 0 12px;
}

#acf-form .acf-field .acf-label label {
    font-size: 17px;
}

#acf-form .acf-field input[type="text"] {
    border: 1px solid #d8d8d8;
    padding: 10px;
}

#acf-form .acf-field p.description {
    margin: 0 0 8px 0;
    font-size: 15px;
    color: #818181;
}

#acf-form .acf-taxonomy-field .categorychecklist-holder {
    border: none;
}

#acf-form .acf-taxonomy-field .categorychecklist-holder ul {
    padding: 0;
}

#acf-form ul.acf-radio-list li,
#acf-form ul.acf-checkbox-list li {
    min-width: calc(25% - 10px);
    float: left;
    margin-right: 10px;
}

#acf-form .acf-taxonomy-field ul.acf-radio-list li,
#acf-form .acf-taxonomy-field ul.acf-checkbox-list li,
#acf-form .acf-field[data-name="rental_device"] ul.acf-checkbox-list li {
    min-width: calc(50% - 10px);
}

#acf-form ul.acf-radio-list li label,
#acf-form ul.acf-checkbox-list li label {
    line-height: 1.75em;
    font-size: 15px;
}

#acf-form input[type="submit"] {
    font-size: 14px;
    font-weight: 900;
    padding: 16px 16px 18px;
    width: 120px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0px 12px;
}

#acf-form input[type="submit"]:disabled {
    opacity: 0.2;
    cursor: default;
}

#acf-form .acf-field.acf-field-true-false span.message {
    margin: 0 0 8px 0;
    font-size: 15px;
}

#acf-form .acf-field[data-name="rental_space"] ul {
    opacity: 0;
    transition: opacity 0.3s;
}

#acf-form .acf-field[data-name="rental_space"] ul.show {
    opacity: 1;
}

li.disabled-item input {
    cursor: not-allowed;
}

li.disabled-item label {
    opacity: 0.25;
}


/* 달력 설정 */
#rental-calendar {
    margin-bottom: 3.5em;
}

#rental-calendar table[role="grid"] {
    border: none !important;
}

#rental-calendar table[role="presentation"] {
    border: none !important;
}

#rental-calendar thead {
    border: none;
}

#rental-calendar thead tr[role="presentation"] {
    background: #F4F4F4;
    border-top: 3px solid #00B09C;
    text-transform: uppercase;
}

#rental-calendar th.fc-col-header-cell.fc-day {
    border: 1px solid #c9c9c9;
    height: 38px;
    font-weight: bold;
    background-color: #F4F4F4;
}

#rental-calendar th.fc-col-header-cell.fc-day a {
    text-decoration: none;
    color: #404040;
    font-size: 13px;
    line-height: 35px;
}

#rental-calendar th.fc-col-header-cell.fc-day.fc-day-sat a {
    color: #4EAFD8;
}

#rental-calendar th.fc-col-header-cell.fc-day.fc-day-sun a {
    color: #C52687;
}


#rental-calendar th,
#rental-calendar td {
    border-width: 1px !important;
    border-color: #ccc !important;
    border-top: none;
}

#rental-calendar th[role="presentation"],
#rental-calendar td[role="presentation"] {
    border: none;
}

#rental-calendar .fc-daygrid-day-top {
    display: inline-block;
    padding-left: 0.5em;
}

#rental-calendar a.fc-daygrid-day-number {
    font-size: 13px;
    text-decoration: none;
    color: #404040;
    padding: 0;
}

#rental-calendar .fc-day-sat a.fc-daygrid-day-number {
    color: #4EAFD8;
}

#rental-calendar .fc-day-sun a.fc-daygrid-day-number {
    color: #C52687;
}

#rental-calendar .fc-daygrid-event-dot {
    display: none;
}

#rental-calendar .fc-daygrid-event {
    text-decoration: none;
    transition: opacity 0.3s;
}

#rental-calendar .fc-daygrid-event .fc-event-time {
    height: 13px;
    line-height: 12px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

#rental-calendar .fc-daygrid-dot-event {
    display: block;
    align-items: initial;
}

#rental-calendar .fc-daygrid-event .fc-event-title {
    color: #fff;
    border-radius: 2px;
    padding: 0 4px;
    transition: background-color 0.3s;
    font-size: 12px;
    font-weight: normal;
    text-overflow: ellipsis;
}

body .fc .fc-button-primary {
    border-color: #fff;
    background-color: #00B09C;
}

body .fc .fc-today-button {
    display: none;
}

body .fc .fc-toolbar-title {
    font-size: 2em;
    border-bottom: 2px solid #000;
}

body .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

/* 필터 설정 */
#event-fileter ul {
    margin: 0.55em 0;
}

#event-fileter ul li {
    min-width: 145px;
    list-style: none;
    margin: 0 10px 0 0;
    font-size: 13px;
    display: inline-block;
}

@media all and (min-width: 680px) {
    #event-fileter ul li {
        min-width: initial;
    }
}


/* #event-fileter ul li:first-child {
    min-width: calc(100% - 10px);
} */

/* 줄바꿈 */
#event-fileter ul li.divide {
    display: block;
    clear: both;
}

#event-fileter ul li i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    position: relative;
}

#event-fileter ul li i::before {
    content: '';
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    background-color: #a5ac4d;

    transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s;
}


#event-fileter ul li.checked i::before {
    top: 7px;
    left: 7px;
    width: 0px;
    height: 0px;
}

#event-fileter ul li#filter-pending i::before {
    display: none !important;
}

#rental-calendar .fc-daygrid-event.pending-event .fc-event-title {
    background-color: #aaa !important;
}

#rental-calendar .fc-daygrid-event.pending-event .fc-event-title::before {
    content: "\f251";
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: yellow;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#event-fileter ul li#filter-space01 i,
#rental-calendar .fc-daygrid-event.event-space01 .fc-event-title {
    background-color: #3333b1;
}

#event-fileter ul li#filter-space02 i,
#rental-calendar .fc-daygrid-event.event-space02 .fc-event-title {
    background-color: #19bdd2;
}

#event-fileter ul li#filter-space03 i,
#rental-calendar .fc-daygrid-event.event-space03 .fc-event-title {
    background-color: #2196f3;
}

#event-fileter ul li#filter-space04 i,
#rental-calendar .fc-daygrid-event.event-space04 .fc-event-title {
    background-color: #0075bf;
}

#event-fileter ul li#filter-space05 i,
#rental-calendar .fc-daygrid-event.event-space05 .fc-event-title {
    background-color: #41b319;
}

#event-fileter ul li#filter-space06 i,
#rental-calendar .fc-daygrid-event.event-space06 .fc-event-title {
    background-color: #b78a01;
}

#event-fileter ul li#filter-space07 i,
#rental-calendar .fc-daygrid-event.event-space07 .fc-event-title {
    background-color: #ce4c4c;
}

#event-fileter ul li#filter-space08 i,
#rental-calendar .fc-daygrid-event.event-space08 .fc-event-title {
    background-color: #b8d358;
}


#rental-calendar .fc-daygrid-event.hoilyday_test .fc-event-title {
    background-color: #ff002a;
    width: 100%;
    height: 100%;

    line-height: 21px;
}

#event-fileter ul li#filter-pending i,
#rental-calendar .fc-daygrid-event.pending-event .fc-event-title {
    background-color: #aaa;
}

#rental-calendar .fc-daygrid-event.fc-event.hidden-shadow {
    opacity: 0.3 !important;
}

#rental-calendar .fc-daygrid-event.fc-event.hidden-shadow .fc-event-title {
    background-color: #ccc !important;
}


/* 팝업 설정 */
#rental-space-popup-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);

    transition: opacity 0.6s;
}

body.popup-rental-space #rental-space-popup-container {
    z-index: 99999;
    opacity: 1;
    display: flex;
}

.rental-space-popup-content {
    margin: auto;
    width: calc(100% - 130px);
    max-height: calc(100% - 130px);
    background-color: #fff;
    padding: 40px 25px;
    position: relative;
}

.rental-space-popup-content ul {
    list-style: none;
    font-size: 17px;
    line-height: 1.55em;
    color: #636161;
}

.rental-space-popup-content li {
    margin: 0.75em;
}

.rental-space-popup-content h4 {
    font-size: 1.5em;
    color: #00B09C;
    margin: 0 0 0.75em;
    padding-bottom: 0.5em;
    border-bottom: 5px solid #00B09C;
}

.rental-space-popup-content li label {
    width: 100px;
    display: inline-block;
    font-weight: bold;
}

.rental-space-popup-content li a {
    font-size: 13px;
    margin-left: 0.5em;
}

.rental-space-popup-content .popup-close-x {
    width: 41px;
    height: 41px;
    z-index: 999;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.popup-close-x::before,
.popup-close-x::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0px;
    top: 50%;
    display: block;
    position: absolute;
}

.popup-close-x::before {
    transform: rotate(45deg);
}

.popup-close-x::after {
    transform: rotate(-45deg);
}



td[data-date='2024-09-16'] a,
td[data-date='2024-09-17'] a,
td[data-date='2024-09-18'] a,
td[data-date='2024-10-01'] a,
td[data-date='2024-10-03'] a,
td[data-date='2024-10-05'] a,
td[data-date='2024-10-09'] a,
td[data-date='2024-12-25'] a,
td[data-date='2025-01-01'] a,
td[data-date='2025-01-28'] a,
td[data-date='2025-01-29'] a,
td[data-date='2025-01-30'] a,
td[data-date='2025-03-03'] a,
td[data-date='2025-01-27'] a,
td[data-date='2025-05-05'] a,
td[data-date='2025-05-06'] a,
td[data-date='2025-06-06'] a,
td[data-date='2025-06-03'] a,
td[data-date='2025-08-15'] a,
td[data-date='2025-10-03'] a,
td[data-date='2025-10-06'] a,
td[data-date='2025-10-07'] a,
td[data-date='2025-10-08'] a,
td[data-date='2025-10-09'] a,
td[data-date='2025-12-25'] a {
    border: none;
}