.datepicker,
.table-condensed {
  width: 100%;
  height: 350px;
  font-weight: bold;
}


.datepicker .day {
  color: #000;
}

.theme-info {
  min-height: 500px;
}
.info {
  height: 350px;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.info::-webkit-scrollbar {
  display: none;
}

#shop-table .active td, #theme-table .active td, #slot-table .active td {
  font-weight: bold;
  background-color: gray !important;
  color: #eee !important;
}
th {
  font-size: 20px !important;
}

#slot-table .disabled td{
  color: lightgray !important;
  text-decoration: line-through;
}

.reservation-table td {
  height: 80px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#shop-table tr, #theme-table tr, #slot-table tr {
  cursor: pointer; 
}

#slot-table > .disabled {
  cursor: not-allowed !important;
}

.shop div, .theme div{
  display: flex !important;
}
