* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  background: #fcfcfc;
  padding:0px !important;
}
.mock-up-link {
  display: none;
}
@media (min-width: 768px) {
  .mock-up-link {
    display: block;
 }
}
.main-container-wrapper {
  background-color: #f8fafa;
  min-width: 320px;
  min-height: 568px;
  max-width: 414px;
  overflow-y: auto;
}
@media (min-width: 415px) {
  .main-container-wrapper {
    -moz-box-shadow: 0px 32px 47px rgba(32, 23, 23, 0.09);
    -webkit-box-shadow: 0px 32px 47px rgba(32, 23, 23, 0.09);
    box-shadow: 0px 32px 47px rgba(32, 23, 23, 0.09);
    margin: 24px auto;
 }
}
header {
  background-color: #fff;
  display: flex;
  height: 58px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.header__btn {
  background-color: #86d8c9;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-box-shadow: 0px 2px 2px #86d8c9;
  -webkit-box-shadow: 0px 2px 2px #86d8c9;
  box-shadow: 0px 2px 2px #86d8c9;
  cursor: pointer;
  height: 80px;
  padding-top: 18px;
  position: absolute;
  top: -25px;
  width: 80px;
}
.menu:hover, .menu:focus {
  background: #67cebb;
  transition: all 0.3s ease-in;
  outline: none;
}
.header__btn .icon {
  display: inline-block;
}
.header__btn--left {
  left: -25px;
  padding-left: 38px;
  text-align: left;
}
.header__btn--right {
  right: -25px;
  text-align: right;
  width: 175px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  background-image: url(https://pms.megagroup.co.id/images/company_logos/darul_inayah.png);
  background-size: cover;
  background-position-y: -12px;
  background-position-x: -10px;
}
.reservation-btn {
  width: 215px !important;
  margin-left: 0px !important;
  font-size: 18px !important;
  height: 35px;
  background:#86d8c9 !important;
  cursor: pointer;
}
.reservation-btn:hover, .reservation-btn:focus {
  background: #67cebb !important;
  transition: all 0.3s ease-in;
  outline: none;
}
.approval-btn {
  width: 125px !important;
  margin-left: 0px !important;
  font-size: 10px !important;
  background:#fdca40 !important;
  cursor: pointer;
}
.approval-btn:hover, .approval-btn:focus {
  background: #b4902b !important;
  transition: all 0.3s ease-in;
  outline: none;
}
.calendar-container {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 20px;
}
.calendar-container__header {
  display: flex;
  justify-content: space-evenly;
}
.calendar-container__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  color: #e9e8e8;
}
.calendar-container__btn:hover, .calendar-container__btn:focus {
  color: #9faab7;
  transition: all 0.3s ease-in;
}
.calendar-container__title {
  color: #222741;
  font-size: 20px;
  font-weight: 700;
}
.calendar-table {
  margin-top: 12px;
  width: 100%;
}
.calendar-table__item {
  border: 2px solid transparent;
  border-radius: 50%;
  color: #424588;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.calendar-table__item:hover {
  background: #f8fafa;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in;
}
.calendar-table__row {
  display: flex;
  justify-content: center;
}
.calendar-table__header {
  border-bottom: 2px solid #f2f6f8;
  margin-bottom: 4px;
}
.calendar-table__header .calendar-table__col {
  display: inline-block;
  color: #99a4ae;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 3px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  height: 38px;
}
@media (min-width: 360px) {
  .calendar-table__header .calendar-table__col {
    width: 46px;
 }
}
@media (min-width: 410px) {
  .calendar-table__header .calendar-table__col {
    width: 54px;
 }
}
.calendar-table__body .calendar-table__col {
  width: 40px;
  height: 42px;
  padding-bottom: 2px;
}
@media (min-width: 360px) {
  .calendar-table__body .calendar-table__col {
    width: 46px;
    height: 48px;
 }
}
@media (min-width: 410px) {
  .calendar-table__body .calendar-table__col {
    width: 54px;
    height: 56px;
 }
}

.calendar-table__body {
  position: relative;
  background-image: url(https://pms.megagroup.co.id/images/company_logos/supergraphic.png);
  background-size: cover;
}

.calendar-table__today .calendar-table__item {
  border-color: #fefefe;
  background-color: #f2f6f8;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.calendar-table__event .calendar-table__item {
  background-color: #66dcec;
  border-color: #fefefe;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.calendar-table__event--long {
  overflow-x: hidden;
}
.calendar-table__event--long .calendar-table__item {
  border-radius: 0;
  border-width: 2px 0;
}
.calendar-table__event--start .calendar-table__item {
  border-left: 2px solid #fff;
  border-radius: 50% 0 0 50%;
}
.calendar-table__event--start.calendar-table__col:last-child .calendar-table__item {
  border-width: 2px;
}
.calendar-table__event--end .calendar-table__item {
  border-right: 2px solid #fff;
  border-radius: 0 50% 50% 0;
}
.calendar-table__event--end.calendar-table__col:first-child .calendar-table__item {
  border-width: 2px;
}
.calendar-table__inactive .calendar-table__item {
  color: #a7a7a7;
  cursor: default;
}
.calendar-table__inactive .calendar-table__item:hover {
  background: transparent;
  box-shadow: none;
}
.calendar-table__inactive.calendar-table__event .calendar-table__item {
  color: #fff;
  opacity: 0.25;
}
.calendar-table__inactive.calendar-table__event .calendar-table__item:hover {
  background: #66dcec;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.events-container {
  padding: 0 15px;
}
.events__title {
  color: #bec1ca;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.events__tag {
  background: #66dcec;
  border: 2px solid #fefefe;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 60px;
  margin-left: 16px;
  padding: 5px 2px;
  text-align: center;
}
.events__tag--highlighted {
  background: #fdca40;
}
.events__list {
  min-height: 200px;
}
.events__item {
  background: #fff;
  border-left: 8px solid #86d8c9;
  border-radius: 2px;
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.events__item--left {
  width: calc(100% - 76px);
}
.events__name {
  font-size: 12px;
  font-weight: 700;
  color: #222741;
  display: block;
  margin-bottom: 6px;
}
.events__date {
  font-size: 12px;
  color: #9faab7;
  display: inline-block;
}

.calendar-container__btn--left {
  color: #222741;
}

.calendar-container__btn--right {
  color: #222741;
}

/* .swal2-popup {
  height: 700px !important;
} */

.container form .form-row{
  display: flex;
  margin: 32px 0;
}
form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}
form .form-row .textarea{
  height: 70px;
}
.input-data input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-25px);
  font-size: 14px;
  color: #3498db;
}
.textarea textarea{
  resize: none;
  padding-top: 10px;
}
.input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  left: 0;
}
.textarea label{
  width: 100%;
  bottom: 40px;
  background: #fff;
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  left: 0;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}

.input-data label {
  transform: translateY(-25px);
  font-size: 14px;
}

.input-data:has(.picker__input--active) label {
  color: #3498db; 
}

.picker__footer {
  display: none;
}

@media (max-width: 700px) {
  .container .text{
    font-size: 30px;
  }
  .container form{
    padding: 10px 0 0 0;
  }
  .container form .form-row{
    display: block;
  }
  form .form-row .input-data{
    margin: 35px 0!important;
  }
  .submit-btn .input-data{
    width: 40%!important;
  }
}

form input:focus {
  outline: none;
  box-shadow: none;
  border:none;
}

.scrollbar-activity {
  overflow-y: scroll;
  height: 100vh;
}

.scrollbar-activity::-webkit-scrollbar {
  padding: 5px;
  width: 0px; /* Adjust the width as needed */
  height: 0px;
}

.scrollbar-activity::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.65); /* Light grey track color */
  border-radius: 10px; /* Rounded corners for the track */
}

.scrollbar-activity::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* Grey thumb color */
  border-radius: 10px; /* Rounded corners for the thumb */
  padding: 5px;
}

.scrollbar-activity::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3); /* Darker background on hover */
}

.scrollbar-activity::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5); /* Even darker background on click */
}

.swal2-html-container::-webkit-scrollbar {
  padding: 5px;
  width: 5px; /* Adjust the width as needed */
  height: 5px;
}

.swal2-html-container::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.65); /* Light grey track color */
  border-radius: 10px; /* Rounded corners for the track */
}

.swal2-html-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* Grey thumb color */
  border-radius: 10px; /* Rounded corners for the thumb */
  padding: 5px;
}

.swal2-html-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3); /* Darker background on hover */
}

.swal2-html-container::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5); /* Even darker background on click */
}