/* ---- */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

.hidden {
  display: none;
}

.basic-page {
  text-align: center;
  line-height: 30px;
  font-family: Pretendard;
}

.text-input {
  text-align: center;
  padding: 3px;
  margin: 11px;
  max-width: 420px;
  width: 100%;
}

.cleaning-num-input {
  text-align: center;
  padding: 3px;
  margin: 11px;
  max-width: 100px;
  width: 100%;
}

.startend-input {
  width: 130px;
}

table {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 820px;
  text-align: center;
}

th {
  background: #e31b20;
  color: #fff;
  border-radius: 10px;
}

td {
  background: #f5f6fa;
  text-align: center;
  border-radius: 10px;
}

.checkbox {
  margin: 3px;
}

#yearmonth-form {
  text-align: center;
  margin-bottom: 20px;
}

.dateHead div {
  background: #e31b20;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px;
}

.grid div {
  padding: 0.6rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.dateBoard div {
  color: #222;
  font-weight: bold;
  min-height: 6rem;
  padding: 0.6rem 0.8rem;
  border-radius: 5px;
  border: 1px solid #eee;
}

.red {
  color: red !important;
}

.blue {
  color: blue !important;
}

.noColor {
  background: #eee;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.btn {
  padding: 7px;
  margin: 5px;
  border: none;
  border-radius: 10px;
  background-color: #f5f6fa;
}

.btn:hover {
  background-color: #dcdde1;
}

.btn:active {
  transform: scale(0.9);
  background-color: #dcdde1;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: Pretendard;
  font-size: 20px;
}

.rap {
  max-width: 820px;
  padding: 0 1.4rem;
  margin: 0 auto;
  margin-bottom: 50px;
}

.dateTitle {
  line-height: 48px;
}

.dateHead {
  margin: 0.4rem 0;
}

li {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

#student-num {
  clear: left;
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

#cleaning-num {
  text-align: center;
  line-height: 30px;
}

#all-delete {
  margin-bottom: 50px;
}
