.green {
  background-color: #186ccc;
}

.greenbg {
  background-color: #186ccc;
  border-bottom: 1px solid #ffffff;
}

.isiscroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* font-family: candara; */
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  float: left;
  color: black;
}

.drop1 {
  width: 200px;
  height: 50px;
  padding: 10px;
  border: 1px solid #aaaaaa;
  text-align: center;
}

.bord {
  border-left: 6px solid #186ccc;
  background-color: #546bff;
  border-radius: 0px 10px 0px 10px;
  width: 70%;
  color: #fff;
  padding: 5px;
}

.bordU2 {
  border: 2px dashed #186ccc;
  padding: 10px;
  border-radius: 10px 0px 10px 0px;
  margin-left: 5px;
}

.gambartooltip {
  height: 100%;
  width: 100%;
}

.p1 {
  color: #186ccc;
}

.text-green {
  color: green;
}

.judul-green {
  color: #000000;
  /* font-weight: bold; */
  font-family: sans-serif;
  /* font-family: viga; */
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
}

.gsea {
  background-color: #186ccc;
}

.banner h4 {
  font-size: 2.7rem;
}

.banner {
  /* background: url("../img/bg2.png") no-repeat right center;
  background-size: cover; */
  width: 100%;
  /* height: 700px; */
  padding-top: 20%;
  padding-bottom: 10%;
  color: rgb(32, 32, 32);
}

.banner2 {
  background: url("../img/bg3.png") no-repeat right center;
  background-size: cover;
  width: 100%;
  margin-top: -150px;
  color: rgb(32, 32, 32);
}

.opsi {
  width: 20%;
}

.pilih .pilihan {
  background-color: #186ccc;
  border: none;
  width: 200px;
  transition: 0.3s;
  border-radius: 10px;
  color: white;
}

.pilih .pilihan:hover {
  background-color: #186ccc;
  color: white;
}

.pilih .tmblAktif {
  background-color: #186ccc;
}

.isian {
  background-color: #ffffff;
  border: 2px solid #186ccc;
  border-radius: 10px;
  padding: 3%;
  display: none;
  line-height: 1.5em;
  text-align: justify;
}

.isiAktif {
  display: block;
}

.rata {
  text-align: justify;
  text-indent: 2rem;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.justify {
  text-align: justify;
}

.komen {
  background-color: rgb(226, 226, 226);
}

.kuis input {
  text-align: center;
}

.daftar {
  text-decoration: none;
  float: left;
}

.number-btn .btn {
  width: 35px;
  height: 35px;
}

.nomor #submit,
#button-aturkkm1,
#button-aturkkm2,
#button-aturkkm3,
#button-aturkkm4,
#button-aturkkm5,
#button-aturkkmAkhir {
  background-color: #186ccc;
  color: white;
}

.nomor #submit:hover,
#button-aturkkm1:hover {
  background-color: #186ccc;
}

.keterangan .ket {
  width: 33px;
  height: 33px;
  border: solid 1px;
  border-radius: 5px;
}

.row #mulai {
  background-color: #186ccc;
  color: white;
}

.banner #mulai {
  border: 0;
}

.row #mulai:hover {
  background-color: #186ccc;
}

#tambahkelas1,
#tomboltambahkelas,
#tambahguru1 {
  background-color: #186ccc;
  color: white;
  border-color: #186ccc;
}

#tambahkelas1:hover,
#tomboltambahkelas:hover,
#tambahguru1:hover {
  background-color: #186ccc;
  color: white;
  border-color: #186ccc;
}

.compiler img {
  width: 500px;
}

.terjawab {
  background-color: #849ec0;
  color: white;
}

#waktu {
  border: 1px solid black;
}

#waktuHabis {
  opacity: 0%;
}

.nilai {
  width: 150px;
  border-radius: 7px;
  background-color: rgb(224, 224, 224);
}

.latihan input {
  text-align: center;
}

select.form-control {
  display: inline;
  width: 200px;
  margin-left: 25px;
}

#tabelSiswa th,
#tabelHasil th,
#tabelkkm th,
#tabelKelas th {
  background-color: #186ccc;
  color: white;
}

/* #tabelHasil th[aria-label="Nama"] {
	width: 200px;
} */
.swal2-confirm {
  margin-right: 10px !important;
}

.dashboard,
.siswa {
  min-height: 600px;
}

.dashboard input::-webkit-outer-spin-button,
.dashboard input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#btn-back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  opacity: 15%;
  background-color: #6c7c;
  border: 1px #6c757db3;
  color: white;
}

#btn-back-to-top:hover {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  border: 1px #6c757db3;
  opacity: 100%;
}

/* .compiler iframe{
	max-width: 100%;
	border: none;
} */
.phone {
  display: none;
}

footer {
  background-color: rgb(28, 25, 25);
  color: white;
}

@media only screen and (max-width: 700px) {
  .phone {
    display: block;
  }

  .komputer {
    display: none;
  }

  .banner h4 {
    font-size: 1.5rem;
  }

  .banner p {
    font-size: 1rem;
    margin-bottom: -30px;
  }

  .banner #mulai {
    width: fit-content;
    height: auto;
    font-size: 1rem;
    padding: 5px;
    border-radius: 5px;
  }
}