.calendar {
  margin-top: 50px;
  text-align: center;
}
.calendar-month {
  font-family: Lato;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  color: #1f2c32;
}
.calendar-month span {
  font-size: 20px;
}
.calendar-subheader {
  justify-content: space-between;
}
.calendar-subheader-description {
  font-family: YuGothic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #1f2c32;
}
.calendar-subheader-description-icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.calendar-subheader-description-icon:nth-child(2) {
  margin-left: 16px;
}
.calendar-subheader-buttons {
  align-items: center;
}
.calendar-subheader-button {
  height: 30px;
  width: 120px;
  padding-left: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid #c0c1c4;
  border-radius: 3px;
}
.calendar-subheader-button.disabled {
  background: #F5F5F5;
  cursor: default;
}
.calendar-subheader-button:nth-child(1) {
  margin-right: 8px;
  padding-left: 8px;
}
.calendar-subheader-button-icon {
  margin: 8px;
  width: 5px;
  height: 8px;
}
.calendar-subheader-button-text {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #707070;
}
.calendar-table {
  padding: 0;
  margin-top: 10px;
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1f2c32;
}
.calendar-table.disabled {
  padding: 0;
  margin-top: 10px;
  background: #F5F5F5;
  height: 400px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 40px;
  color: #1f2c32;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-column {
  width: 100%;
}
.calendar-cell {
  height: 40px;
  border: 1px solid #c0c1c4;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #1f2c32;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(100% + 1px);
}
.calendar-cell.saturday {
  color: #098fce;
}
.calendar-cell.sunday {
  color: #f00;
}
.calendar-cell.can-reserve {
  color: #2DA3E2;
  background: #fff;
  font-size: 20px;
}
.calendar-cell.cannot-reserve {
  font-size: 30px;
  color: #c0c1c4;
  background: #f5f5f5;
}
.calendar-notes {
  margin-top: 16px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 21px;
  text-align: left;
  color: #1f2c32;
}
.calendar-modal-card {
  width: 70%;
  margin-top: 20px;
}
.calendar-modal-background {
  background: #121212;
}
.calendar-modal-card-head {
  background: #121212;
  position: relative;
  justify-content: center;
  border: none;
}
.calendar-modal-card-title {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.15em;
  color: #fff;
}
.modal-card-icon-step {
  margin-top: 30px;
  height: 88px;
}
.calendar-modal-delete {
  height: 64px;
  width: 64px;
  max-height: 64px;
  min-width: 64px;
  background: #121212;
  position: absolute;
  right: 0;
  top: 0
}
.calendar-modal-card-body {
  padding: 0;
  border-radius: 10px;
  overflow-y: scroll;
}
.calendar-modal-body-row {
  min-height: 56px;
  border-top: 1px solid #d4d8dd;
}
.calendar-modal-body-row:first-child {
  border-top: unset;
}
.calendar-modal-body-label {
  background: #f7f7f7;
  border-right: 1px solid #d4d8dd;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #252525;
  width: 35%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.calendar-modal-body-label.pull-top {
  padding-top: 16px;
  align-items: baseline;
}
.calendar-modal-body-label span {
  border-radius: 3px;
  background: #F49E00;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 12px;
  color: #f7f7f7;
  padding: 2px 12px;
  margin-left: 20px;
}
.calendar-modal-body-text {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #1f2c32;
  width: 65%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.calendar-modal-body-text-area {
  min-height: 9em;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #1f2c32;
  width: 65%;
  padding: 8px 20px;
  display: flex;
  white-space: pre-wrap;
  align-items: center;
}
.calendar-modal-body-form {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #1f2c32;
  width: 65%;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.calendar-modal-body-form.form-text-area {
  padding: 10px;
}
.calendar-modal-body-form.has-padding {
  padding: 8px 10px;
  line-height: 32px;
}
.calendar-modal-body-checkbox-form {
  font-family: YuGothic;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #1f2c32;
  display: flex;
  flex-wrap: wrap;
}
.calendar-modal-body-checkbox-form-list {
}
.calendar-modal-card-privacy {
  color: white;
  margin-top: 16px;
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.calendar-modal-card-privacy:hover {
  color: white;
}
.calendar-modal-card-foot {
  background: #121212;
  border: none;
  justify-content: center;
  padding: 0 20px 20px;
  color: #fff;
}
.calendar-modal-card-foot button {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 29px;
  color: #fff;
}
@media screen and (max-width: 769px){
  .calendar {
    margin-top: 40px;
    text-align: center;
  }
  .calendar-month {
    font-family: Lato;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.15em;
    color: #1f2c32;
  }
  .calendar-month span {
    font-size: 14px;
  }
  .calendar-subheader {
    justify-content: unset;
    text-align: center;
  }
  .calendar-subheader-description {
    font-family: YuGothic;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #1f2c32;
    margin-top: 36px;
  }
  .calendar-subheader-description-icon {
    margin-right: 8px;
    width: 18px;
    height: 18px;
  }
  .calendar-subheader-description-icon:nth-child(2) {
    margin-left: 16px;
  }
  .calendar-subheader-buttons {
    margin-top: 24px;
    align-items: center;
    justify-content: center;
  }
  .calendar-subheader-button {
    height: 30px;
    width: 120px;
    padding-left: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid #c0c1c4;
    border-radius: 3px;
  }
  .calendar-subheader-button:nth-child(1) {
    margin-right: 8px;
    padding-left: 8px;
  }
  .calendar-subheader-button-icon {
    margin: 8px;
    width: 5px;
    height: 8px;
  }
  .calendar-subheader-button-text {
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #707070;
  }
  .calendar-table {
    margin-top: 10px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 40px;
    color: #1f2c32;
  }
  .calendar-table.disabled {
    margin-top: 10px;
    background: #F5F5F5;
    height: 400px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 40px;
    color: #1f2c32;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .calendar-column {
    width: 100%;
  }
  .calendar-cell {
    font-size: 8px;
    padding: 10px 4px;
  }
  .calendar-header {
    height: 50px;
    padding: 8px 4px;
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .calendar-cell.saturday {
    color: #098fce;
  }
  .calendar-cell.sunday {
    color: #f00;
  }
  .calendar-cell.can-reserve {
    color: #2DA3E2;
    background: #fff;
    font-size: 16px;
  }
  .calendar-cell.cannot-reserve {
    font-size: 30px;
    color: #c0c1c4;
    background: #f5f5f5;
  }
  .calendar-notes {
    font-size: 12px;
  }
  .calendar-modal-card {
    width: 90%;
    margin-top: 0;
  }
  .calendar-modal-background {
    background: #121212;
  }
  .calendar-modal-card-head {
    background: #121212;
    position: relative;
    justify-content: center;
    border: none;
    padding: 20px 0 10px;
  }
  .calendar-modal-card-title {
    font-family: YuGothic;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.07em;
    color: #fff;
  }
  .modal-card-icon-step {
    margin-top: 20px;
    height: 50px;
  }
  .calendar-modal-delete {
    height: 40px;
    width: 40px;
    max-height: 40px;
    min-width: 40px;
    background: #121212;
    position: absolute;
    right: -8px;
    top: -8px;
  }
  .calendar-modal-card-body {
    padding: 0;
    border-radius: 5px;
    overflow-y: scroll;
  }
  .calendar-modal-body-row {
    min-height: 56px;
    border-top: 1px solid #d4d8dd;
  }
  .calendar-modal-body-row:first-child {
    border-top: unset;
  }
  .calendar-modal-body-label {
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #252525;
    width: 100%;
    padding: 12px 20px;
    display: flex;
    align-items: center;
  }
  .calendar-modal-body-label.pull-top {
    padding-top: 16px;
    align-items: baseline;
  }
  .calendar-modal-body-label span {
    border-radius: 3px;
    background: #F49E00;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 12px;
    color: #f7f7f7;
    padding: 2px 12px;
    margin-left: 20px;
  }
  .calendar-modal-body-text {
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #1f2c32;
    width: 100%;
    padding: 12px 20px;
    display: flex;
    align-items: center;
  }
  .calendar-modal-body-text-area {
    min-height: 9em;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #1f2c32;
    width: 100%;
    padding: 12px 20px;
    display: flex;
    white-space: pre-wrap;
  }
  .calendar-modal-body-form {
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #1f2c32;
    width: 100%;
    padding: 6px 10px;
    display: flex;
    align-items: center;
  }
  .calendar-modal-body-form input {
    padding: 8px;
    font-size: 14px;
  }
  .calendar-modal-body-form textarea {
    font-size: 12px;
  }
  .calendar-modal-body-form.form-text-area {
    padding: 10px;
  }
  .calendar-modal-body-form.has-padding {
    padding: 8px 10px;
    line-height: 32px;
  }
  .calendar-modal-body-checkbox-form {
    font-family: YuGothic;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #1f2c32;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .calendar-modal-body-checkbox-form-list {
    width: 50%;
    flex-shrink: 0;
  }
  .calendar-modal-card-foot {
    background: #121212;
    border: none;
    justify-content: center;
    color: #fff;
    padding: 20px;
  }
  .calendar-modal-card-foot button {
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 29px;
    color: #fff;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .calendar-modal-card {
    width: 70%;
    margin-top: 0;
  }
  .calendar-modal-card-head {
    padding: 8px;
  }
  .calendar-modal-card-title {
    font-size: 16px;
  }
  .modal-card-icon-step {
    margin-top: 16px;
    height: 48px;
  }
  .calendar-modal-card-foot {
    padding: 0 20px 0;
  }
  .calendar-modal-body-row {
    min-height: 40px;
  }
  .calendar-modal-body-label {
    font-size: 12px;
  }
  .calendar-modal-body-label span {
    margin-left: 16px;
  }
  .calendar-modal-body-text {
    font-size: 12px;
  }
  .calendar-modal-body-form {
    font-size: 12px;
  }
  .calendar-modal-body-form input {
    font-size: 12px;
  }
  .calendar-modal-body-checkbox-form-list {
    font-size: 12px;
  }
  .calendar-modal-body-checkbox-form-list label {
    font-size: 12px;
  }
  .calendar-modal-body-form textarea {
    font-size: 12px;
  }
}
