.serachBox {
    padding: 6px;
}

.contentBox {
    margin-top: 10px;
}

.pagecheck {
    background-image: url(../images/ic_pagecheck_off.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    height: 100%;
}

.pagecheck:hover {
    background-image: url(../images/ic_pagecheck_hover.png);
}

.pagecheck.active {
    background-image: url(../images/ic_pagecheck_active.png);
}

.favorite {
    background-image: url(../images/icon_func_favorite_off.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 100%;
}

.favorite:hover {
    background-image: url(../images/ic_favorite_hover.png);
}

.favorite.active {
    background-image: url(../images/icon_func_favorite_active.png);
}

.arrow-active {
    display: none;
}

/* daterpicker CSS */
.date-range-picker {
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 8px;
    width: 250px;
    background-image: url('assets/images/icon-date.png');
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
}

.month-buttons {
    margin: 10px 0;
}

.month-btn {
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
}

.daterangepicker {
    font-family: 'Noto Sans KR', sans-serif;
    width: 430px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.ranges ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ranges li {
    display: inline-block;
    background: #f3f4f6;
    color: #374151;
    padding: 4px 8px;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.ranges li:hover {
    background: #1c90fb;
    color: #fff;
}

.month-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.month-buttons button {
    background: #f3f4f6;
    color: #374151;
    padding: 4px 8px;
    margin: 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.month-buttons button:hover {
    background: #1c90fb;
    color: #fff;
}

.applyBtn {
    background: #1c90fb;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.applyBtn:hover {
    background: #1b82e6;
}

.cancelBtn {
    background: #e5e7eb;
    color: #374151;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cancelBtn:hover {
    background: #d1d5db;
}

.calendar-table th {
    color: #6b7280;
    font-weight: normal;
    font-size: 12px;
}

.calendar-table td.available {
    cursor: pointer;
}

.calendar-table td.available:hover {
    background: #e6f3ff;
}

.calendar-table td.active {
    background: #1c90fb !important;
    color: #fff !important;
}

.calendar-table td.in-range {
    background: #e6f3ff !important;
}

.calendar-table td.off {
    color: #9ca3af;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 27px !important;
    width: 27px !important;
}

.tb-2 {
    margin-left: 482px;
}

th.checkbox {
    width: 2%;
}

td {
    height: 31px;
}

.w-178 {
    width: 178px !important;
}

.hidden1 {
    display: none !important;
  }

.select-type-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 13px;
    background-position-x: 97%;
}

.select-type-option {
    display: none;
}

.select-type li {
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.select-type li input {
    vertical-align: middle;
}

@media (min-width: 564px) {
    .daterangepicker {
        width: 430px !important;
    }

    .daterangepicker .ranges ul {
        width: 100% !important;
    }

    .daterangepicker .ranges ul li {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: 100%;
    }
}
