body {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'avenir-demi';
  src: url("../font/AvenirNextLTPro-Demi.otf");
}

@font-face {
  font-family: 'avenir-regular';
  src: url("../font/AvenirNextLTPro-Regular.otf");
}

@font-face {
  font-family: 'avenir-boldCn';
  src: url("../font/AvenirNextLTPro-BoldCn.otf");
}

img {
  width: 100%;
}

ion-label, p {
  font-family: 'avenir-regular';
}

p {
  margin: 0;
}

.wrapper-menu {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: 0%;
  z-index: 1;
}

.btn-overlay {
  z-index: 2;
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bttn-overlay {
  height: 65px;
  font-size: 18px;
  font-family: 'avenir-regular';
}

.bg-orange {
  height: 50%;
  background-color: #FF4400;
}

.orange {
  background-color: #FF4400;
}

.grey {
  background-color: #E6E6F0;
}

.white {
  color: white;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.input-text {
  background-color: #F0F0F6;
  border-radius: 10px;
  color: #8A8A8A;
}

ion-slides {
  height: 100%;
}

.landing-img {
  position: fixed;
  width: 100%;
}

.landing-bg {
  background-color: #000000;
  opacity: 60%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-aresto {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.landing-btn {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

ion-button.btn-mulai {
  background-color: #FF4400;
  color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 6px #A8320029;
          box-shadow: 0px 10px 6px #A8320029;
  width: 309px;
  height: 57px;
  font-size: 18px;
  font-family: 'avenir-demi';
  margin-bottom: 25px;
}

.swiper-slide {
  display: block;
}

.swiper-slide h2 {
  margin-top: 2.8rem;
}

.swiper-slide img {
  max-height: 50%;
  max-width: 80%;
  margin: 60px 0 40px;
  pointer-events: none;
}

.swiper-pagination {
  top: 3%;
}

span.swiper-pagination-bullet {
  border-radius: 5px;
  width: 40px;
  background-color: #9FA0A6;
  opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.landing-label {
  font-size: 32px;
  font-family: 'avenir-demi';
  color: #FFFFFF;
}

#slide-menu {
  height: auto;
}

.slide-menu {
  background-color: #000000;
  opacity: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-menu.menu-makanan {
  height: 100%;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  position: relative;
}

.tabs {
  padding: 18px;
}

.tab-btn {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  margin-bottom: 20px;
  padding: 8px;
  height: 40px;
}

ion-tab-button.tab-selected {
  background-color: #FF4400;
  border-radius: 19px;
  color: white;
}

.card-menu {
  padding: 16px;
  border-radius: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.detail-makanan {
  position: relative;
}

.img-makanan {
  position: relative;
}

.bg-img-makanan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.nama-makanan {
  position: absolute;
  bottom: 8%;
  left: 5%;
  color: white;
  font-size: 18px;
  font-family: 'avenir-regular';
}

.desc-makanan-orange {
  padding: 10px;
  color: #F5F5F5;
}

.desc-makanan-grey {
  padding: 10px;
  color: #2D2E37;
}

.harga-makanan-orange {
  background-color: #FF5E00;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 10px;
}

.harga-makanan {
  padding: 10px;
}

.btn-jumlah-orange {
  display: contents;
  --background: #FFFFFF;
}

.btn-jumlah-grey {
  display: contents;
  --background: #FFFFFF;
  --color: #2D2E37;
}

.total-orange {
  color: #ffffff;
  text-align: right;
  padding-right: 10px;
}

.total-grey {
  color: #2D2E37;
  text-align: right;
  padding-right: 10px;
}

.harga-makanan-grey {
  background-color: #D7D7E9;
  color: #2D2E37;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 10px;
}

.btn-ubah-makanan {
  width: 100%;
  height: 37px;
  border-radius: 10px 0px 0px 10px;
  background-color: #2D2E37;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'avenir-regular';
}

.btn-hapus-makanan {
  width: 100%;
  height: 37px;
  border-radius: 0px 10px 10px 0px;
  background-color: #FFFFFF;
  color: #FF6D18;
  font-size: 16px;
  font-family: 'avenir-regular';
}

.month-bg {
  background-color: #FF4400;
  height: 50%;
}

.img-setting {
  text-align: right;
  display: block;
  font-size: 1.6em;
  margin-right: 9px;
}

.btn-settings {
  top: 0;
  right: 0;
}

.btn-setting {
  background-color: #FF4400;
}

ion-icon.icon-setting {
  color: white;
}

.btn-list {
  width: 190px;
  position: absolute;
  right: 40%;
  top: 0;
  padding: 15px;
  background-color: #ffffff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 50px;
}

.btn {
  width: 100%;
  background-color: #EBEDF3;
  border-radius: 24px;
  color: #2D2E37;
}

.label-menu, .label-exit {
  font-size: 20px;
  text-align: left;
}

.label-syarat {
  font-size: 15px;
}

.calendar {
  color: white;
}

.btn-next-month {
  --padding-start: 10px;
  --padding-end: 10px;
  --border-radius: 50%;
  --background: #D83D05;
}

.active {
  padding: 7px;
  font-weight: bold;
  border-radius: 50%;
  background: white;
  color: black !important;
}

.wrapper-menu.test {
  padding: 17px;
  background-color: #FFFFFF;
  height: 55%;
}

.wrapper-menu.info {
  height: 85%;
  padding: 30px 20px;
}

.select-item {
  padding: 8px 15px;
  width: 100%;
  border: none;
}

.native-input, .native-textarea {
  --padding-start: 15px;
}

.label-stacked.name-item {
  font-size: 18px;
  color: #000000;
  font-family: 'avenir-regular';
  padding-bottom: 5px;
}

.label-stacked.desc-item {
  font-size: 18px;
  color: #2D2E37;
  font-family: 'avenir-demi';
}

.list-va {
  border-bottom: 1px solid #D6D6D6;
}

.icon-qris {
  width: 137px;
  height: 71px;
  margin: auto;
}

.qr-graphic {
  width: 187px;
  height: 187px;
  margin: auto;
}

.label-qris {
  font-family: 'avenir-demi';
  font-size: 18px;
}

.harga-qris {
  font-family: 'avenir-demi';
  font-size: 35px;
}

.btn-back {
  color: white;
  padding-left: 19px;
}

.bg-syarat-ketentuan {
  padding: 1px 27px;
}

.title-syarat h1 {
  color: white;
  font-size: 22px;
}

.title-syarat h2 {
  color: #FF9050;
  font-size: 18px;
}

.wrapper-menu.syarat-ketentuan {
  height: 83%;
  padding: 30px 20px;
}

.no-syarat {
  padding: 4px 8px;
  background-color: #F0F0F6;
  border-radius: 50%;
  font-size: 12px;
  color: #6F717E;
}

.detail-syarat {
  font-size: 15px;
  color: #35363F;
}
/*# sourceMappingURL=style.css.map */