/* =========================
   COMPONENTS
========================= */

.detail-content{
    margin:10px 0px;
}

.detail-content {
    white-space: pre-line;
}


.btn {
  border-radius: 5px;
  height: 34px;
  font-weight: 600;
  padding: 0 12px;
  font-size: 13px;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn.primary {
  background: #6d28d9;
  color: #ffffff;
  border: none;
}

.btn.primary:hover {
  background: #5b21b6;
}

.btn.secondary {
  background: #3DA86D;
  color: #ffffff;
  border: none;
}

.btn.secondary:hover {
  background: #2f8f5c;
}

.btn.clean {
  color: #6d28d9;
  border: 1px solid #6d28d9;
}

.btn.clean:hover {
  background: #6d28d9;
  color: #ffffff;
  transform: translateY(-1px);
}

.btn.danger {
  background: #ef4444;
  color: #ffffff;
  border: none;
}

.btn.danger:hover {
  background: #dc2626;
}
/* YELLOW – 연장 */
.btn.yellow {
  background: #f59e0b;
  color: #ffffff;
  border: none;
}

.btn.yellow:hover {
  background: #d97706;
}

/* GRAY – 수정 */
.btn.gray {
  background: #6b7280;
  color: #ffffff;
  border: none;
}

.btn.gray:hover {
  background: #4b5563;
}
/* ===== 검색 ===== */
.search-box input {
  height: 34px;
  border-radius: 5px;
}
.slot-date {
  background: #18181b;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 6px 10px;
  display: flex;
  gap: 6px;
  color: #fff;
}
/* 날짜 선택 박스 */
.slot-date {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 8px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}
#current-date {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  padding: 0 6px;
  white-space: nowrap;
}
.slot-date button {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: none;
    background: #f3f4f6;
    color: #374151;
    font-weight: 700;
    cursor: pointer;
}

.detail-card{
    color:#111111;
}
.page-title{
    margin:0 0 20px 0;
}
.search-box {
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.checked-count{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box input {
  height: 34px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 13px;
}
.select-box {
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid #eee;
    color: #111111;
    font-size: 15px;
    height:34px;
}
#slot-date-range{
        text-align: center;
        color:#111111;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 4px 8px;
}


.page-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding-top: 12px;
  font-size: 13px;
  flex-wrap: wrap;
  gap:10px;
}
/* 배지 */
.badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 2px;
    font-weight: 700;
    display: inline-block;
}

