body {
  font-family: Sans-Serif !important;
}

.view .page {
  background: #f0f0f0;
}

.logo {
  display: block;
  max-width: 140px;
  margin: 0 auto;
}

.page[data-name="home"] .row .col {
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
}

.page[data-name="home"] .row .col.col-blank {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.page[data-name="home"] .row .col a span {
  font-size: 50px;
}

.page[data-name="home"] .row .col a div {
  color: #000;
}

.page[data-name="home"] .reg {
  background-image: url("../images/rsdi.png");
  background-size: cover;
  background-position: center;
  padding: 0 15px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page[data-name="home"] .reg .block {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  padding: 10px;
}

.page[data-name="home"] .reg .row .col {
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.page .reg {
  background-size: cover;
  min-height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-title {
  color: #ccc;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.calendar-week-header .calendar-week-day:first-child,
.calendar-row .calendar-day:first-child:not(.calendar-day-disabled) {
  color: #be1919;
}

.full-textarea {
  width: 100%;
  max-width: 100%;
  height: calc(100% - 16px);
  resize: none;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 12px;
}

.page[data-name="riwayat"] .item-title-row {
  background-image: none;
}
