.cursorily {
  cursor: pointer;
}
.hov:hover {
  color: var(--primary-text);
}
.ico-size {
  font-size: 16px;
}
.ico-size-month {
  font-size: 26px !important;
  line-height: 26px !important;
}
.ico-size-large {
  font-size: 40px !important;
  line-height: 1;
}
.dtp_main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.dtp_main > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 0.8rem 0;
  height: 52px;
  border-radius: 0.5rem;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.dtp_main > span:before {
  content: "Giờ";
  position: absolute;
  top: 8px;
  left: 0.8rem;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.75;
}
.dtp_main > span.is-time {
  background-color: #fff;
  color: #000;
}
.dtp_main > span.is-date:before {
  content: "Ngày";
}
.dtp_modal-win {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #eeeeee;
  opacity: 0.6;
}
.dtp_modal-content {
  max-width: 660px;
  width: 96%;
  position: fixed;
  z-index: 1000;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  background-color: #282b3a !important;
  border-radius: 1rem;
  color: #fff;
  font-size: 14px;
  padding-top: 52px;
  border: 1px solid #fff2;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.dtp_modal-content-no-time {
  background-color: #fff;
  border-radius: 10px;
  width: 312px;
  position: absolute;
  z-index: 1000;
  top: 100px;
  left: 100px;
  font-size: 16px;
  font-weight: 400;
}
.dtp_modal-title {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 1.5rem;
  border-bottom: 1px solid #fff1;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.dtp_modal-cell-date {
  align-items: center;
  justify-content: center;
}
.dtp_modal-cell-date,
.dtp_modal-cell-time {
  flex: 1 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.dtp_modal-cell-time {
  border-left: 1px solid #fff1;
}
.dtp_modal-months {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.6rem 1rem;
}
.dtp_modal-months span {
  flex-grow: 1;
  text-align: center;
  text-transform: capitalize;
}
.dtp_modal-calendar {
  margin: 0 auto;
  width: 280px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.dtp_modal-calendar-cell {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtp_modal-colored {
  color: var(--primary-text);
}
.dtp_modal-grey {
  color: #fff3;
}
.dtp_modal-cell-selected {
  border-radius: 50%;
}
.dpt_modal-button,
.dtp_modal-cell-selected {
  background-color: var(--primary-color);
  color: #000;
  font-weight: 600;
}
.dpt_modal-button {
  padding: 0.6rem 1rem;
  margin: 1rem;
  text-align: center;
  display: block;
  float: none;
  border-radius: 0.6rem;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}
.dtp_modal-time-line {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.dtp_modal-time-mechanic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.dtp_modal-append {
  color: #fff4;
}
.dtp_modal-append,
.dtp_modal-append .hov {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtp_modal-append .hov {
  width: 80px;
}
.dtp_modal-midle,
.dtp_modal-midle-dig {
  display: inline-block;
  width: 2rem;
}
.dtp_modal-midle-dig {
  text-align: center;
}
.dtp_modal-digits {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.dtp_modal-digit,
.dtp_modal-digits {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dtp_modal-digit {
  width: 80px;
  height: 80px;
}
.dtp_modal-time-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.dtp_modal-win {
  background-color: #131727;
  opacity: 0.8;
}
@media screen and (max-width: 799px) {
  .dtp_modal-content {
    flex-direction: column;
    max-width: 340px;
    padding: 0;
  }
  .dtp_modal-content .dtp_modal-cell-time {
    border: none;
  }
  .dtp_modal-calendar-cell {
    width: 32px;
    height: 32px;
  }
  .dtp_modal-calendar {
    width: 272px;
    padding: 0;
    column-gap: 8px;
    row-gap: 4px;
  }
  .dtp_modal-cell-time {
    padding-top: 0;
  }
  .dtp_modal-cell-date {
    padding-bottom: 0;
  }
  .dtp_modal-digit {
    height: 70px;
  }
  .dtp_modal-title {
    display: none;
  }
  .dtp_modal-time-line {
    margin-bottom: 1rem;
  }
  .dpt_modal-button {
    margin: 1rem 0 0;
  }
}
