#breadcrumbs {
  background: none;
  margin: -15px 0 10px 5px !important;
}

.list{
    color: #303030;
    font-size: 15px;
    border-width: 0 0 1px;
    padding: 8px 4px 8px;
    border-color: rgba(0,0,0,.12);
    line-height: 25px;
    background: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 1px #e1e1e1 solid;
    font: 400 14px / 1.42857143 "SourceSansPro", sans-serif;
    -webkit-appearance:none;
}

body {
  min-height: 100%;
  font: 400 16px / 1.42857143 "SourceSansPro", sans-serif;
  box-sizing: border-box;
}

.error_page{
  padding-top: 0px !important;
}

.input-soal .md-card-content{
    padding: 30px !important;
}

@font-face {
    font-family: SourceSansPro;
    src: url(../fonts/SourceSansPro-Regular.ttf);
}

audio{
    height: 38px;
}

#soal_gambar{
    background-size: 100%;
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    max-width: 100%;
    max-height: 100%;
}

#soal_mp3{
    display: block;
}

.input-soal{
    margin-top: 10px !important;
}

#sidebar_main .sidebar_main_header .sidebar_logo a {
    margin-left: 0px !important;
}

.uk-dropdown>ul>li>a {
    font-size: 15px;
}

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

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.color-red{
    color: red;
}

.tambah_materi{
    width: 35%;  
}

.form-input{
  width: 45%;  
}

.tambah_text{
    width: 55%;
    margin: 10px auto;
}

#pilih_teks{
    margin-top: 10px;
    margin-left: 40px;
}

.list_text{
    cursor: pointer;
    padding: 10px;
}

.list_text:hover{
    background: rgba(0, 0, 0, 0.04);
}

#isi_text{
    display: none;
    padding: 10px;
    border: 1px #e0e0e0 solid;
}

.input_skor{
    border: 0px solid;
    border-bottom: 1px #121212 dotted !important;
    text-align: center;
    width: 50px;
    padding: 1px;
}

.input_token{
    border: 0px solid;
    border-bottom: 1px #121212 dotted !important;
    text-align: left;
    width: 300px;
    padding: 1px 8px;
}

.pilihan_tingkat{
    margin: 0 2px 2px 0 !important;
}

/*input[type=radio]:not(old){
  font-size : 1em;
  opacity   : 0;
}

input[type=radio]:not(old) + label > span{
    cursor: pointer;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1px 10px 1px 1px;
    border: 0.0625em solid rgb(192,192,192);
    border-radius: 1.25em;
    background: rgb(224,224,224);
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align: bottom;
}

input[type=radio]:not(old):checked + label > span{
    background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=radio]:not(old):checked + label > span > span{
    display: block;
    width: 95.1%;
    height: 95.1%;
    margin: 0.3px 0.3px;
    border-radius: 100%;
    background: #4dbd86;
}

.label_radio{
    cursor: pointer;
    margin-left: -25px;
}*/

@media (max-width: 720px) {
  .tambah_materi{
    width: 80%;
  }

  .form-input{
    width: 80%;  
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ed3838;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #55bd86;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.materi_koran{
  font-size: 32px;
  color: green;
}

.soal_koran{
  font-size: 35px;
  font-weight: bold;
}

.jawaban_koran{
  font-size: 25px;
}

/*input[type="radio" i]{
  margin: 3px 3px 0px 15px !important;
}*/

.icheckbox_md.hover.checked, .icheckbox_md.checked {
  background: #164472;
  border-color: #164472;
}

.pilihan_checkbox {
  margin-top: -2px;
}

.label_checkbox {
  cursor: pointer;
  margin-left: 8px;
}

.label_radio{
  cursor: pointer;
  display: flex;
}

.label_radio_koran{
  cursor: pointer;
  display: unset !important;
}

input[type=radio]:not(old){
  font-size : 1em;
  opacity   : 0;
}

input[name=jenis_kelamin]:not(old){
  font-size : 1em;
  opacity   : 0;
  display: flex;
}

input[type=radio]:not(old) + label > span{
    cursor: pointer;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 2px 7px 2px 2px;
    border: 0.0625em solid rgb(192,192,192);
    border-radius: 1.25em;
    border: 2px solid #164472;
    background: #4fbd86;
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align: middle;
}

input[type=radio]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=radio]:not(old):checked + label > span > span{
    display: block;
    width: 93%;
    height: 93%;
    margin: 0.5px 0.6px;
    border-radius: 100%;
    background: #164472;
}

input[type=radio]:not(old) + label > text{
  flex: 1;
}

.premium{
  background: #164472;
  color: #fff;
}

.premium:hover{
  background: #0c3b6a;
  color: #fff;
}

.free{
  background: #dbdbdb;
  color: #212121;
  margin-top: 0px !important;
}

.free:hover{
  background: #dbdbdb;
}

.terdaftar{
  background: #dbdbdb70;
  color: #212121;
  border-radius: 10px;
  padding: 2px 16px;
  cursor: unset;
  -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 600 15px / 31px "SourceSansPro", sans-serif !important;
}

.terdaftar i{
  font-size: 18px;
    margin-right: 8px;
    vertical-align: -2px;
}

.nowrap-row{
  white-space: nowrap !important;
}

@media (min-width: 952px) {
  #lihat_rekap{
    display: none;
  }
}

@media (min-width: 600px) {
  .judul_hasil{
    font-size: 25px;
  }
}

#upload_excel {
  float: right;
  margin-left: 10px;
}

#upload_excel .uk-form-file {
  padding: 2px 15px;
}

.info_koran {
  letter-spacing: 5px;
  font-size: 22px;
}

.info_soal {
  font-size: 25px;
}

.soalnya_koran {
  letter-spacing: 10px;
  font-size: 35px;
  font-weight: bold;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.soalnya_koran span {
  border: 1px solid #444;
  padding: 10px 70px 10px 78px;
  font-size: 50px;
  letter-spacing: 40px;
}

#soal_pauli {
  font-size:35px; 
  margin: 0px auto
}

@media (max-width: 600px) {
  #soal_pauli {
    font-size:20px; 
  }
}

@media (max-width: 350px) {
  #soal_pauli {
    font-size:14px; 
  }
}

.list-number-riwayat {
  font-size: 14px;
  width: 63px; 
  padding: 8px 5px;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 30px;
}

.list-number-riwayat-mobile {
  font-size: 12px;
  padding: 3px 10px;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 30px;
}

.page-title {
  font-size: 23px;
  margin-left: 10px;
}

#saran {
  border: 1px solid #999;
  padding: 15px;
}

#saran:disabled {
  border: 1px solid rgb(212, 209, 209);
  padding: 15px;
  background: #fafafa;
}

.login_page {
  padding-top: 48px !important;
}

@media (max-width: 600px) {
  .login_page {
    padding-top: 0px !important;
  }
}

.user-info td {
  padding-right: 30px;
  font-size: 21px;
}

.user-info .material-icons {
  margin-right: 10px;
  font-size: 27px;
}

@media (max-width: 600px) {
  .user-info td {
    padding-right: 10px;
    font-size: 17px;
  }

  .user-info .material-icons {
    margin-right: 10px;
    font-size: 17px;
  }
}

@media (max-width: 475px) {
  .user-info td {
    font-size: 14px;
  }
}

#sidebar_main .menu_section ul > li {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

.current_section {
  background-color: #154473;
}

.current_section > a .menu_title, 
.current_section > a > .menu_icon .material-icons {
  color: #fff !important;
}

.menu_saldo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); 
  /* height: 70px; */
}

.show_name {
  margin-bottom: 0px;
}

.show_saldo {
  font-size: 18px;
}

.data_saldo {
  padding-top: 28px !important;
  height: 100px;
}

.logo_saldo {
  float: left; 
  margin-top: 40px;
  margin-left: 10px;
  width: 47px;
}

.logo_saldo_topup {
  width: 20px !important;
  margin-top: 0px !important;
  margin-right: 10px;
  margin-bottom: 5px;
}

.info_saldo {
  float: left;
}

.label_afiliasi {
  margin-bottom: -10px;
  margin-left: 20px;
  font-size: 27px;
  font-weight: bold;
}

.label_saldo {
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
  margin-top: 10px;
}

.value_saldo {
  color: #154473;
  font-size: 30px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .data_saldo {
    height: 100px;
  }
  
  .logo_saldo {
    width: 30px;
  }

  /* .label_saldo {
    font-size: 15px;
  } */

  /* .value_saldo {
    font-size: 20px;
    margin-top: 7px;
  } */
}

.topup {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  width: 95%;
  font-size: 20px;
}

.penarikan {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  width: 95%;
  font-size: 20px;
}

.referal {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  width: 95%;
  font-size: 16px;
}

.title-fitur {
  font-size: 21px;
}

.title-riwayat-afiliasi {
  font-size: 21px;
  margin-bottom: 0px;
}

.table-riwayat-afiliasi {
  margin-top: -45px;
}

.button-express-topup {
  padding: 10px 13px;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.penarikan-express {
  width: 90%;
}

.button-penarikan-loading {
  margin-top: 35px;
}

.button-express-penarikan {
  padding: 10px 13px;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 10px;
}

@media (max-width: 740px) {
  .button-express-penarikan {
    margin-top: 20px;
  }
}

.upload-bukti {
  padding: 5px 28px !important;
  font-weight: bold !important;
}

#proses-topup {
  margin-top: 65px;
  padding: 6px 30px;
  font-size: 18px !important;
  font-weight: bold !important;
}

.button-topup-loading {
  margin-top: 65px;
}

.saldo-action {
  padding-left: 80px;
}

.select2-container--default .select2-selection--single {
  border-radius: 5px !important;
}

.select-fast-number {
  width: 160px;
}

@media (min-width: 959px) {
  .select-fast-number {
    display: none;
  }
}

@media (max-width: 959px) {
  .title-fitur {
    font-size: 16px;
  }
  
  .button-fast-number {
    display: none;
  }
}

@media (max-width: 852px) {
  .saldo-action {
    padding-left: 30px;
  }
}

@media (max-width: 770px) {
  .button-topup {
    text-align: right;
  }

  #proses-topup {
    margin-top: 0px;
  }
}

#proses-penarikan {
  margin-top: 25px;
  margin-left: 0px;
  padding: 6px 30px;
  font-size: 18px !important;
  font-weight: bold !important;
}

.penarikan-action {
  padding-left: 30px;
}

.md-btn-disabled {
  background: #efefef;
}

table.dataTable thead th {
  padding: 8px 8px !important;
}

.md-card-list-wrapper {
  margin-top: -10px !important;
}

.logo-question img {
  width: 185px !important;
  margin-top: 0px !important;
  margin-left: -26px;
}

#kategori {
  margin: 0px !important;
}

.header-question {
  padding-bottom: 0px !important;
}

.title-question {
  flex: 2;
  margin-top: 10px;
}

.title-question h2 {
  font-size: 30px !important;
  margin-bottom: 5px !important;
}

.time-question {
  flex: 1;
  text-align: right;
  color: #154473;
  font-weight: bold;
  font-size: 36px;
  margin-right: 10px;
}

.body-question {
  padding-top: 0px !important;
}

.isi-jawaban {
  /* margin-left: -27px; */
  margin-bottom: 3px;
}

#selesai{
  width: auto;
  color: #fff;
  font-weight: bold;
  background: #154473;
  margin-top: 10px;
}

#selesai img {
  width: 20px;
  margin-top: -3px;
  margin-right: 5px;
}

.time-icon {
  width: 35px;
  margin-right: 5px;
  margin-top: -5px;
}

.info-soal {
  font-weight: 500 !important;
  font-size: 25px;
}

.info-soal td {
  padding: 0px 10px 0px 0px;
}

.soal {
  font-size: 20px;
  font-weight: 400;
}

.jawaban {
  font-size: 20px;
  font-weight: 400;
}

.body-koran {
  padding-bottom: 40px !important;
}

.table-koran {
  margin: 0px auto !important;
  /* border: 1px solid #444; */
}

.table-koran td {
  border: 1px solid #444;
  padding: 0px 40px;
  font-weight: bold !important;
  font-size: 80px;
}

.table-koran .choice td {
  border: 1px solid #444;
  padding: 0px 30px;
  font-size: 35px;
  font-weight: bold !important;
  text-align: center;
}

.aksi_koran {
  background: #fff;
  padding: 5px 45px;
  border: 1px solid;
  font-size: 35px;
  cursor: pointer;
}

@media (max-width: 760px) {
  #proses-penarikan {
    margin-top: 5px;
    margin-left: -5px;
  }

  .title-question h2 {
    font-size: 20px !important;
    margin-bottom: 0px;
  }

  .time-question {
    font-size: 24px !important;
    margin-top: 20px;
  }

  .soal{
    font-size: 16px;
  }

  .jawaban{
    font-size: 16px;
  }
}

@media (max-width: 682px) {
  .table-koran td {
    padding: 5px 10px;
    font-size: 50px;
  }
  
  .table-koran .choice td {
    padding: 3px 15px;
    font-size: 15px;
  }

  .info_soal {
    font-size: 15px;
    margin-top: 10px !important;
  }

  .soalnya_koran {
    font-size: 25px
  }

  .soalnya_koran span {
    font-size: 30px;
    letter-spacing: unset;
  }

  .aksi_koran {
    font-size: 20px;
    padding: 5px 20px;
  }
}

@media (max-width: 472px) {
  .aksi_koran {
    font-size: 20px;
    padding: 5px 15px;
  }
}

@media (max-width: 312px) {
  .table-koran td {
    font-size: 20px;
    padding: 5px 5px;
  }
  
  .table-koran .choice td {
    padding: 3px 10px;
    font-size: 14px;
  }

  .soalnya_koran {
    font-size: 20px
  }
}

@media (max-width: 417px) {
  #selesai{
    margin-bottom: 5px;
  }
}

.icon-afliasi {
  margin-top: 20px;
  width: 50px;
}

.afiliasi-pre-title {
  margin-top: 5px;
  margin-bottom: 0px;
}

.afiliasi-title {
  margin-top: 5px;
  color: #154473;
  font-weight: bold;
}

#proses-kode-akses {
  margin-top: 25px;
  margin-left: 0px;
  padding: 6px 30px;
  font-size: 18px !important;
  font-weight: bold !important;
}

#proses-kode-akses-disabled {
  margin-top: 25px;
  margin-left: 0px;
  padding: 6px 30px;
  font-size: 18px !important;
  font-weight: bold !important;
}

/* .view-number {
  height: 420px;
  overflow: scroll;
} */

.afiliasi-syarat {
  height: 300px;
  overflow: scroll;
}

#copy-link {
  padding: 5px 25px;
  font-size: 18px !important;
}

#soal-menghitung {
  margin-top: 10px;
  list-style: none;
}

.soal-menghitung {
  font-size: 25px;
  font-weight: 500;
  margin-left: 20%;
}

@media (max-width: 417px) {
  .soal-menghitung {
    margin-left: 15%;
  }
}

@media (min-width: 1111px) {
  .soal-menghitung {
    margin-left: 25%;
  }
}

.jawab-menghitung {
  margin-left: 80px;
  height: 30px;
  font-size: 20px;
  width: 70px;
  border: 1px solid;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.md-card .md-card-toolbar-heading-text {
  font-size: 16px !important;
  font-weight: bold;
}

.ket-bimbingan {
  font-size: 12px !important;
}

.doc-content {
  height: 400px;
  overflow: scroll;
}

.mdToolbar_fixed .doc-content {
  height: auto;
}

.popup-video {
  width: 50%;
}

.popup-pdf {
  width: 80%;
  height: 600px;
}

@media (max-width: 1000px) {
  .popup-video {
    width: 70%;
  }
}

@media (max-width: 700px) {
  .popup-video {
    width: 90%;
  }

  .popup-pdf {
    width: 90%;
    height: 450px;
  }
}

.bimbingan-name {
  white-space: unset !important;
  line-height: 20px !important;
  margin-bottom: 10px !important;
}

.bimbingan-status {
    float: none !important;
    width: max-content;
    border-radius: 5px;
}

.list-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.list-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #164472;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.list-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.list-checkbox input:checked ~ .checkmark {
  background-color: #164472;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.list-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.list-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#loading-riwayat {
  text-align: center;
  margin-top: 150px;
}

@media (max-width: 768px) {
  .login_page {
    margin: 10px 20px;
  }
}

.img-fitur {
  padding: 10px 10px;
  background: #C6D2E0;
  width: 25px;
}

.img-paket {
  padding: 10px 10px;
  background: #D5E0EA;
  width: 25px;
}

.img-paket {
  width: 25px;
  height: 25px;
}

.label-paket {
  margin-top: 8px;
}

.label-paket h4, .label-sub-paket h4 {
  color: #154374;
}

@media (max-width: 820px) {
  .label-fitur {
    margin-left: 10px;
  }
}

@media (max-width: 860px) {
  .label-paket h4 {
    font-size: 16px;
  }

  .label-sub-paket h4 {
    font-size: 16px;
  }
}

.cari-paket {
  border: 1.5px solid #164472;
  padding: 1px 10px;
}

.judul-paket {
  font-weight: bold;
  color: #164474;
  font-size: 25px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0px !important;
}

.md-input-wrapper .md-input-bar:before, .md-input-wrapper .md-input-bar:after {
  background: none !important;
}

.riwayat-keterangan {
  font-size: 12px;
  color: #333333d6;
}

.riwayat-nama-paket {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: #154473;
}

table.dataTable thead th, table.dataTable thead td {
  border-top: 2px solid rgba(0, 0, 0, 0.12) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}

table.dataTable.no-footer {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
}

#table-data_filter .md-input {
  width: 300px;
  border-radius: 5px;
  padding: 6px 10px;
}

.uk-pagination > li.uk-active > a, .uk-pagination > li.uk-active > span {
  background: #164472;
}

.md-btn-outlined {
  border: 1.5px solid #164472;
  color: #164472;
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px 8px;
}

.md-btn-outlined [class*="uk-icon-"] {
  color: #164472 !important;
}

.soal-materi {
  border: #bbb8b8 1.5px solid;
  padding: 0px 10px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
}

.md-input:read-only {
  background: #f2f1f1 !important;
}

.menu-new {
  margin-left: 7px;
  background: green;
  padding: 3px 5px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.soal-pengurangan {
  text-align: center;
}

.menjawab-pengurangan span {
  font-size: 40px;
  margin-right: 20px;
}

.menjawab-pengurangan input {
  width: 35px;
  height: 35px;
  margin-top: -30px;
  font-size: 40px;
  padding: 0px 10px;
}

.soal-koran-simbol {
  padding: 10px 30px 10px 45px !important;
  font-size: 30px !important;
  letter-spacing: 30px !important;
}

.jawaban-soal-koran-simbol {
  padding: 0px 80px;
}

@media (max-width: 600px) {
  .jawaban-soal-koran-simbol {
    padding: 0px 20px;
  }
}

@media (max-width: 830px) {
  .table-koran-simbol .choice td {
    padding: 5px 20px;
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .table-koran-simbol .choice td {
    padding: 3px 15px;
    font-size: 15px;
  }
}

@media (max-width: 449px) {
  .table-koran-simbol .choice td {
    padding: 2px 10px;
    font-size: 12px;
  }

  .soal-koran-simbol {
    font-size: 18px !important;
  }
}

.aksi-koran-simbol {
  width: 100%;
}

.result-table th {
  border-top: 1.5px solid #555;
  border-bottom: 1.5px solid #555;
}

.total-table {
  border-top: 1.5px solid #555;
}

.result-table td, .result-table th {
  font-size: 20px;
}

@media (max-width: 650px) {
  .result-table td, .result-table th {
    font-size: 15px;
  }
}

.current_section > a > .menu_icon svg path {
  fill: #fff !important;
}

.calc_heading {
  padding: 10px;
  text-align: center;
}

.calc-test > .content {
        padding: 30px;
}
.calc-test .form-group {
    margin-bottom: 20px;
}
.calc-test label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.calc-test .weight-info {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.calc-test input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}
.calc-test input[type="number"]:focus {
    border-color: #1f4e79;
    outline: none;
}
.calculate-btn {
    background: #1f4e79;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}
.calculate-btn:hover {
    background: #2d5a87;
}
.calc-test .reset-btn {
    background: #dc3545;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.reset-btn:hover {
    background: #c82333;
}
.calc-test .result {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #1f4e79;
}
.calc-test .result h3 {
    margin-top: 0;
    color: #1f4e79;
}
.calc-test .result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.calc-test .result-item:last-child {
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    color: #1f4e79;
    border-top: 2px solid #1f4e79;
    padding-top: 15px;
    margin-top: 15px;
}
.calc-test .grid {
    display: column;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
.calc-test .error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}
.calc-test .info-box {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}
.calc-test .info-box h4 {
    margin-top: 0;
    color: #1f4e79;
}
.calc-test .info-box ul {
    margin: 10px 0;
    padding-left: 20px;
}

.uk-subnav-pill > * > * {
  font-size: 18px;
}

.img-icon {
  width: 18px;
  margin-top: -3px;
}

.icon-riwayat-web {
  margin-top: 5px;
  background: #D5E0EA;
  padding: 5px;
}