:root {
  --mp-color-one: #e09c43;
  --mp-color-two: #f8d98a;
  --mp-default-color: #16B2BC;
  --mp-success-color: #649A23;
  --mp-warning-color: #F3750F;
  --mp-failed-color: #F64E60;
}
.gambar {
  width: 100% !important;
}
.card-warna-warni {
  background-color: #85FFBD;
  background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
  border-radius: 10px;
}
.krimson{
  background-color: bisque;
}
.total_cart {
  font-size: 14px;
}
 .badge_khusus {
  position: absolute;
  top: 1px;
  right: 3px;
  padding: 5px 10px;
  border-radius: 40%;
  background: red;
  color: white;
  z-index: 999999999;
  font-size: 12px;
}

.judul_cart {
  width: 265px !important;
}

@media only screen and (max-width: 400px) {
  .judul_cart {
    width: 160px !important;
  }
}

body {
  background-color: #f7f7f7 !important;
  font-weight: 300;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.container {
  max-width: 480px !important;
  background-color: white;
  width: 100% !important;
}

.icon-bar {
  z-index: 9999999;
  width: 100%;
  background-color: #279e59;
  overflow: auto;
  position: fixed;
  bottom: 0px;
  line-height: 1;
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.menu_aktif {
  background-color: #555;
  /* rgb(80, 131, 151);*/
}

.p_menu {
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

.card-title {
  position: inherit !important;
  font-size: 15px !important;
  color: black !important;
  padding: 0px !important;
}

.untuk_logo {
  padding-left: 60px !important;
  left: auto !important;
  transform: none !important;
  font-size: 19px !important;
}

.row {
  margin-bottom: 7px !important;
}

.kontainer_bawah {
  background-color: #f7f7f7;
}

.i_khusus {
  margin-left: 0px !important;
}

.card-action {
  text-align: center;
}

.judul_kontainer {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 600;
}

.active .collapsible-header {
  background-color: #e3e5e1;
}

.modal-content {
  padding: 10px !important;
}

.modal-footer {
  height: auto !important;
}

.baris_faq {
  margin: 15px;
}

.batas_atas_kecil {
  box-shadow: 0 0 100px #ddd;
  padding: 10px ;
  ;
  background-image: linear-gradient(123deg, #83602a1a  1%, #ffffff 100%);
  margin-top: 5px;
}

.padding_kecil {
  padding: 10px;
}

.huruf_kategori {
  font-size: 12px;
}

.ukuran_gambar_kategori {
  height: 60px !important;
  width: 60px !important;
  margin: auto;
}

.icon-size-20 {
  width: 30px;
}

.book {
  background: #d3ebff;
}

.like {
  background: coral;
  float: right;
}

.like, .book, .favorite {
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
}

.img_warna {
  height: 50px;
  width: 50px;
  margin: 2px;
  border: 1px solid rgb(41, 148, 41);
  border-radius: 50px;
}

.judul_produk {
  color: crimson !important;
  font-size: 13px;
  font-weight: bold;
}

.notification {
  /*background-color: #555;*/
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
}

.notification .badge_khusus {
  position: absolute;
  top: 1px;
  right: 3px;
  padding: 5px 10px;
  border-radius: 40%;
  background: red;
  color: white;
  z-index: 999999999;
  font-size: 12px;
}

.toast_container {
  z-index: 99999999999999999999999 !important;
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 300px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 300px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 300px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 300px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 300px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.text_cart {
  width: 50px !important;
  border: 0px !important;
  text-align: center !important;
  outline: none !important;
  box-shadow: none !important;
}

.gambar_cart {
  position: absolute !important;
  top: 20px;
  width: 45px !important;
  height: auto !important;
  left: 10px !important;
}

.trend-img img {
  width: 100% !important;
}

.img_kategori {
  height: 100px;
  vertical-align: middle !important;
  padding-top: 20px;
}

.MERAH {
  color: red;
}

.gambar_header_blog {
  padding-left: 4px;
  padding-right: 4px;
}

.isi_blog {
  padding-left: 15px;
  padding-right: 15px;
}

.tanggal_blog {
  font-size: 14px;
  font-weight: 400;
  color: rgb(170, 165, 165);
}

.keterangan_blog {
  font-size: 16px;
  font-weight: 400;
}

.gambar_user {
  width: 100%;
  height: auto;
}

.floral {
  background-color: floralwhite;
}

.logo_atas {
  height: 63px;
  padding: 5px;
}

.pencarian {
  color: brown;
  font-size: 35px !important;
}

.restaurant-card {
  background-color: gainsboro;
}

.penuh {
  width: 100% !important;
  height: auto !important;
}

.restaurant-card-img {
  padding-bottom: 10px;
}

.gambar_keranjang {
  cursor: pointer;
}

.gambar_keranjang:hover {
  background-color: greenyellow;
}

.navbar-fixed {
  max-width: 480px;
  margin-left: auto !important;
  margin-right: auto !important;
}

nav {
  max-width: 480px;
}

.pageapp-timeline-1 {
  margin: 2px;
  padding: 10px;
}

.kartu_siswa_2 {
  padding-top: 10px;
  ;
}
.card-identitas {
  background: linear-gradient(118deg, var(--mp-color-one) 38%, rgba(255, 255, 255, 1) 24%);
  padding: 10px !important;
  border-radius: 10px;
}
.menu-atas {
  background: linear-gradient(70deg, var(--mp-color-two) 26%, var(--mp-color-one) 24%) !important;
}

.gambar_menu {
  height: 50px;
  width: auto;
}

.background {
  text-align: center;
  margin: 10px;
}

.huruf3d {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#id_supervisor {
  font-size: 22px;
}

.gambar_siswa_diampu {
  max-width: 20% !important;
  padding: 5px !important;
  
}

#id_gambar_presensi {
  height: 35px !important;
}

.modal {
  max-height: 100% !important;
  max-width: 4000px !important;
  background-color: initial !important;
  /* border-radius: 0px !important; */
  /* border-color: red !important; */
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  width: initial !important;
}

.container {
  padding-left: initial !important;
  padding-right: initial !important;
}

.kartu_siswa {
  padding-top: 10px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block;
  min-height: 230px;
}

.rata_tengah {
  text-align: center !important;
  padding-top: 10px !important;
}

.spp_kosong {
  font-size: 35px !important;
  margin-top: 10px;
  color: white;
}

.spp_ada_tapi_belum_waktunya {
  font-size: 35px !important;
  margin-top: 10px;
  color: rgb(233, 230, 230);
}

.spp_cek_lunas {
  font-size: 35px !important;
  margin-top: 10px;
  color: greenyellow;
}

.spp_cek_terlambat {
  font-size: 35px !important;
  margin-top: 10px;
  color: red;
}

.judul_bulan {
  font-size: 11px !important;
}

.tengah_vertikal {
  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding-left: 5px !important;
  border-radius: 15px !important;
}

.chat_wa {
  background-color: #2abb67!important;
  color: #FFFFFF;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  /* position: absolute;
  top: 6px;
  right: 0px; */
  /* border-radius: 30px; */
  font-size: 15px;
  padding: 5px;
}

.table-bordered {
  font-size: 11px !important;
}

.badge-keranjang {
  position: absolute;
  /* top: -10px; */
  right: -10px;
  /* padding: 5px 10px; */
  border-radius: 50%;
  background-color: red;
  color: white;
  min-width: initial !important;
  top: 1px;
  width: 22px;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#id_menu_bawah{
  border-top-left-radius:8px;
  border-top-right-radius:8px
}