/* CONTAINER MOBILE */
* {
  font-family: poppins;
  text-decoration: none;
}


.container-mobile {
  width: 512px;
  position: fixed !important;
  margin: 0 auto;
  padding: 50px 10px 50px 10px;
  background-color: #f1f1f1;
}

/* header */
.header {
  z-index: 1;
  color: #4d6bb3;
  background-color: #f1f1f1;
  text-align: center;
  padding: 5px 0px 5px 0px;
  width: 100%;
  left: 0;
  position: fixed !important;
  top: 0 !important;
  margin: 0;
}

.header h1 {
  font-size: 20px;
}

.header img {
  width: 170px;
  margin-left: -30px;
}

.header .form-check {
  right: 15px;
}

/* form check connection */

/* two-column */
.two-column .card-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.two-column i {
  color: #2a8f5e;
}

.two-column img {
  width: 50px;
  margin-right: 10px;
}

/* wifi card */
.wifi-card {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wifi-body {
  background: linear-gradient(135deg, #3bb97a, #2a8f5e);
  padding: 20px;
  color: #fff;
  position: relative;
}

.wifi-icon {
  font-size: 60px;
  color: #f44336;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wifi-icon img {
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* menu card */
.menu-card {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-width: 512px;
  position: absolute !important;
  left: 50%;
  top: 320px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* menu card */
.menu-card .menu-item {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100px;
}

.menu-card .menu-item:hover {
  background-color: #f1f1f1;
  transition: all 0.3s ease-in-out;
}

.menu-card .menu-item img {
  width: 50px;
}

.menu-card .row {
  margin: auto;
  width: 100%;
  text-align: center;
}

.menu-card a {
  text-decoration: none;
}

/* information data - task card*/
.task-card {
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.task-card small,
.task-card h6 {
  margin-left: 0 !important;
  float: left;
}

.task-card .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: 15px;
}

.task-card .pink-data-icon {
  background-color: #fbd7eb;
  color: #d63384;
}

.task-card .primary-data-icon {
  background-color: #e0d9fb;
  color: #0d6efd;
}

.task-card .success-data-icon {
  background-color: #d4edda;
  color: #155724;
}

.task-card .danger-data-icon {
  background-color: #f8d7da;
  color: #721c24;
}

.task-card .progress-circle {
  width: 60px;
  height: 60px;
}

.task-card .progress-circle svg {
  width: 100%;
  height: 100%;
}

.task-card .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.task-card .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  transition: stroke-dasharray 0.3s ease;
}

.task-card .pink-progress-circle {
  stroke: #d63384;
}

.task-card .primary-progress-circle {
  stroke: #0d6efd;
}

.task-card .success-progress-circle {
  stroke: #28a745;
}

.task-card .danger-progress-circle {
  stroke: #dc3545;
}

.percentage {
  fill: #000;
  font-size: 10px;
  text-anchor: middle;
}


/* offer content */
.promo-content h6,
.offer-content h6 {
  text-align: left;
  margin-left: -10px;
  padding-bottom: 5px;
}

.slide-container {
  width: 100%;
  padding: 50px;
  margin: auto;
}

.swiper-slide {
  border-radius: 12px;
  width: 90% !important;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding-bottom: 30px;
}

.promo-container .swiper-slide {
  width: 100% !important;
}

.card-wrapper {
  font-weight: bold;
}

.swiper-pagination {
  left: 20px !important;
}

.card-wrapper img {
  border-radius: 20px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* promo-content */
/* .promo-content {
  padding-bottom: 40px !important;
} */



/* history */
.container-history {
  margin-top: 80px;
  padding-bottom: 80px;
}

/* voucher */
.container-voucher {
  margin-top: 80px;
  padding-bottom: 80px;
}

.container-voucher .option-voucher {
  margin: 0px;
}

.container-voucher .option-voucher .nav {
  overflow: auto;
  padding: 5px;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
  -ms-overflow-style: none;
}

.container-voucher .option-voucher .nav::-webkit-scrollbar {
  display: none;
}

.container-voucher .option-voucher table td {
  padding-right: 5px;
}

.container-voucher .option-voucher .nav-link {
  background-color: #3bb97a34;
  color: #1a8851;
  padding: 5px;
  min-width: 80px;
  font-size: 12px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #3bb97a !important;
  color: #fff;
  font-weight: bold;
}

.container-voucher a {
  text-decoration: none;
}

.container-voucher i {
  font-size: 20px;
  margin-bottom: 20px;
}


.voucher-container .swiper-slide {
  padding: 10px;
  width: 85% !important;
  background: linear-gradient(135deg, #4d6cb381, #4d6cb33b);
  text-align: left;
}

.voucher-container .swiper-slide i {
  font-size: 30px;
}

.voucher-container .swiper-slide h4 {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.voucher-container .swiper-slide p {
  font-size: 12px;
  font-weight: normal;
}

.voucher-container .swiper-slide button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #4d6bb3;
  color: #4d6bb3;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
}



/* buttom menu */
.bottom-nav {
  position: fixed !important;
  bottom: 0 !important;
  width: 100%;
  z-index: 1030;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.bottom-nav .active {
  color: #4d6bb3;
}

.bottom-nav .nav-link {
  font-size: 14px;
}

.bottom-nav .nav-link span {
  font-size: 10px;
}

.bottom-nav .nav-link i {
  font-size: 20px;
}

.bottom-nav .nav-link-center {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 15px;
  background-color: #4d6bb3;
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bottom-nav .nav-link-center i {
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.bottom-nav .nav-link-center span {
  margin-top: 20px;
  margin-left: -20px;
  position: absolute;
}

#bottomNav {
  transition: transform 0.5s ease-in-out;
  position: fixed;
  bottom: -2000;
  width: 100%;
  left: 0;
  z-index: 1000;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}

/* end buttom menu */


/* MODALS */
/* modal all menu */
.modal-all-menu {
  position: fixed !important;
  margin: 0 !important;
  bottom: 0 !important;
  max-height: 60vh !important;
  max-width: 600px !important;
  margin: auto !important;
  /* Ubah sesuai kebutuhan */
}

.modal-all-menu .modal-content {
  height: 100% !important;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  overflow: hidden !important;
}

/* Optional: Animasi slide up */
.modal.fade .modal-all-menu {
  transform: translateY(100%) !important;
  transition: transform 0.3s ease-out !important;
}

.modal.fade.show .modal-all-menu {
  transform: translateY(0) !important;
}