div.header-row {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

span.heading {
  font-weight: 600;
  margin-left: 30px;
  margin-right: auto;
}

i.fas.fa-plus {
  margin-right: 30px;
}

div.expense-row {
  color: #f9ffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  padding-bottom: 70px;

  padding-left: 30px;
  padding-right: 30px;
}

div.swipe-icon {
  display: flex;

  width: 30px;
  height: 30px;

  justify-content: center;
  align-items: center;
}

div.expense-amount-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.top {
  padding-top: 5px;
  padding-bottom: 70px;

  background: linear-gradient(to bottom, #435ebe 0%, #435ebe 30%, #435ebe 100%);
}

div.middle {
  background: #ffffff;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: -30px;
  padding-right: 30px;
}

span.budget-label {
  font-weight: 700;
  font-size: 12px;
  color: #24355b;
}

span.budget-amount {
  font-size: 12px;
  margin-left: 10px;
  color: #9ca3c2;
  margin-right: auto;
}

.bottom-kiri {
  background: white;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -160px;
  border: 0px solid #fff;
}

.bottom-kanan {
  background: white;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -160px;

  color: #000 !important;
}

.alert {
  position: relative;
  top: 33%;
  display: flex;
  justify-content: center;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #435ebe;
  color: #fff;
}

/*------------------ HALAMAN UJIAN ---------------- */

/*Menyembunyikan semua blok soal*/
.blok-soal {
  display: none;
}

/*Menyembunyikan soal yang memiliki class active*/
.blok-soal.active {
  display: block;
}

/*Mengatur nomor soal dan huruf pada pilihan agar berbentuk lingkaran*/
.nomor,
.huruf {
  display: block;
  width: 35px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}

/*Mengatur warna background dan teks nomor soal*/
.nomor {
  background: #435ebe !important;
  color: #fff;
}

/*Menyembunyikan input radio*/
input[type="radio"] {
  display: none;
}

/*Mengganti warna background huruf ketika input radio dicentang*/

/*Mengatur tampilan soal*/
.soal {
  padding-top: 0px;
}

/*Mengatur tampilan pilihan*/
.pilihan {
  margin-bottom: 20px;
}

.pilihan .teks {
  padding-top: 1px;
}

/*Mengatur konten ujian dan nomor ujian*/
.konten-ujian {
  border: 0px solid #eee;
  padding: 10px;
  height: 100%;
}

.nomor-ujian {
  border: 0px solid #eee;
  padding: 10px;
  height: 100%;
  color: #000;
}

.blok-soal .box {
  /*height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    */
}

/*Mengatur lebar tombol nomor soal*/
.blok-nomor {
  
  display: inline-block;
}

.blok-nomor .box {
  /*padding: 5px;*/
}

/*Mengatur desain tombol nomor soal*/
.tombol-nomor {
  display: block;
  width: 100%;

  text-align: center;

  cursor: pointer;
}

/*Mengatur warna tombol nomor soal*/
.pilsoalA {
  background-image: url("mesin/pilA.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalB {
  background-image: url("mesin/pilB.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalC {
  background-image: url("mesin/pilC.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalD {
  background-image: url("mesin/pilD.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalE {
  background-image: url("mesin/pilE.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalcheckA {
  background-image: url("mesin/pilcheckA.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalcheckB {
  background-image: url("mesin/pilcheckB.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalcheckC {
  background-image: url("mesin/pilcheckC.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalcheckD {
  background-image: url("mesin/pilcheckD.png") !important;
  background-size: cover;
  color: white !important;
}

.pilsoalcheckE {
  background-image: url("mesin/pilcheckE.png") !important;
  background-size: cover;
  color: white !important;
}

.tombol-nomor.green {
  background-image: url("mesin/e.jpg") !important;
  background-size: cover;
  color: white !important;
  scale: 1.2;
  transition: ease all .3s;
 
}

.tombol-nomor.X1 {
  background-image: url("mesin/pilihanA.jpg") !important;
  background-size: cover;
  color: white !important;
  scale: 1.2;
  transition: ease all .3s;
}

.tombol-nomor.X1 > a {
  color: white !important;
}

.tombol-nomor.X2 {
  background-image: url("mesin/pilihanB.jpg") !important;
  background-size: cover;
  color: white !important;
  scale: 1.2;
  transition: ease all .3s;
}

.tombol-nomor.X2 > a {
  color: white !important;
}

.tombol-nomor.X3 {
  background-image: url("mesin/pilihanC.jpg") !important;
  background-size: cover;
  color: white !important;
  scale: 1.2;
  transition: ease all .3s;
}

.tombol-nomor.X3 > a {
  color: white !important;
}

.tombol-nomor.X4 {
  background-image: url("mesin/pilihanD.jpg") !important;
  background-size: cover;
  color: white !important;
  scale: 1.2;
  transition: ease all .3s;
}

.tombol-nomor.X4 > a {
  color: white !important;
}

.tombol-nomor.X5 {
  background-image: url("mesin/pilihanE.jpg") !important;
  background-size: cover;
  color: white !important;
  scale: 1.2;
  transition: ease all .3s;
}

.tombol-nomor.X5 > a {
  color: white !important;
}

.tombol-nomor.yellow {
  background: #ffc107;
  color: #000;
}

.timer-jalan {
  color: #f00;
}

/* MODIVE */
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.btn-cat-con {
  position: fixed;
  top: 3%;
  right: -236px;
  z-index: 6;
  width: 500px;
  height: 40px;
}

#brands-slider {
  display: none;
  z-index: 1060;
  height: 610px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 540px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 10px 10px;
}

#brands-list {
  max-height: 585px;
  overflow: auto;
  position: absolute;
}

.font16 {
  font-size: 16px;
  font-weight: bold;
}

.open-brands {
  position: relative;
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #435ebe;
  margin: 0px 0px;
  cursor: pointer;
}

.open-brands .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.open-brands:hover .tooltiptext {
  visibility: visible;
}
.navbar {
  background-color: #f9ffff;
}

@media only screen and (max-width: 1200px) {
    #hm {
        display: none;
    }   
}


@media only screen and (max-width: 992px) {
  .miniti {
        display:none!important;
    }
    
    #hm {
        display: none;
    }
    .tombol-nomor.X1 {
        scale: 1;
    }
    
    .tombol-nomor.X2 {
        scale: 1;    
    }
 
    .tombol-nomor.X3 {
        scale: 1;
    }   
     
    .tombol-nomor.X4 {
        scale: 1;
    }
    .tombol-nomor.X5 {
        scale:1;
    }
    .box.tombol-nomor > .p3 {
        padding: 0.04rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .miniti {
        display:none!important;
    }
    
    #hm {
        display: block;
    }
    .tombol-nomor.X1 {
        scale: 1;
    }
    
    .tombol-nomor.X2 {
        scale: 1
    }
    
        
    .tombol-nomor.X3 {
        scale: 1;
    }
    
    .tombol-nomor.X4 {
        scale: 1;
    }
    .tombol-nomor.X5 {
        scale:1;
    }
    
    .box.tombol-nomor > .p3 {
      padding: 0.04rem !important;
    }
}



@media only screen and (max-width: 480px) {
 .miniti {
    display:none!important;
  }
  
  .box.tombol-nomor > .p3 {
      padding: 0.04rem !important;
  }
  
  #hm {
        display: block;
  }
  .tombol-nomor.X1 {
      scale: 1;
  }
  
  .tombol-nomor.X2 {
      scale: 1;
  }
  
  .tombol-nomor.X3 {
      scale: 1;
  }
  
  .tombol-nomor.X4 {
      scale: 1;
  }
  .tombol-nomor.X5 {
      scale:1;
  }
}
