#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;
}*/

.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 #1a5e20;
    /* 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: #1a5e20;
}

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

.premium{
  background: #febf00;
  color: #664c00;
}

.premium:hover{
  background: #febf00;
}

.free{
  background: #dbdbdb;
  color: #212121;
}

.free:hover{
  background: #dbdbdb;
}

.terdaftar{
  background: #dbdbdb70;
  color: #212121;
  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;
}

#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: #d23336;
}

.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: 120px;
}

.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: #d23336;
  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: 18px;
  margin-left: 20px;
  padding: 6px 30px;
  font-size: 18px !important;
  font-weight: bold !important;
}

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

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

  #proses-topup {
    margin-left: 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: #d23336;
  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: #d23336;
  margin-top: 10px;
}

#selesai img {
  width: 20px !important;
  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: 8px 25px;
  font-weight: bold !important;
}

.table-koran .choice td {
  border: 1px solid #444;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 400 !important;
}

@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: 472px) {
  .table-koran td {
    padding: 5px 10px;
  }
  
  .table-koran .choice td {
    padding: 3px 15px;
    font-size: 20px;
  }

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

  .soalnya_koran {
    font-size: 25px
  }
}

@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: #d23336;
  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;
}

.card-aplus {
  width: 800px;
  margin: 0px auto;
}

@media (max-width: 840px) {
  .card-aplus {
    width: 100%;
  }
}

.list-tryout .name a {
  font-size: 20px !important;
}

.uk-tab > li > a {
  font-size: 20px;
}

.list-tryout .action {
  padding-top: 10px;
}

select.md-input, textarea.md-input, input:not([type]).md-input, input[type="text"].md-input, input[type="password"].md-input, input[type="datetime"].md-input, input[type="datetime-local"].md-input, input[type="date"].md-input, input[type="month"].md-input, input[type="time"].md-input, input[type="week"].md-input, input[type="number"].md-input, input[type="email"].md-input, input[type="url"].md-input, input[type="search"].md-input, input[type="tel"].md-input, input[type="color"].md-input {
  border-radius: 10px;
  border-width: unset;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  font: 400 15px / 18px "SourceSansPro", sans-serif;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  box-sizing: border-box;
  padding: 8px 12px;
  background: transparent;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.md-input-wrapper .md-input-bar:after, .md-input-wrapper .md-input-bar:before {
  background: unset;
}

.md-input-wrapper > label {
  top: 12px;
  left: 12px;
}

.md-input-filled > label, .md-input-focus > label {
  top: -22px;
  font-size: 16px;
}

@media (max-width: 485px) {
  .uk-navbar img {
    width: 57px !important;
  }
}

@media (max-width: 430px) {
  .jawaban {
    margin-top: 20px;
  }

  input[type=radio ]:not(old) + label > span {
    margin: 10px -25px 2px -25px;
  }
}

@media (max-width: 370px) {

  input[type=radio ]:not(old) + label > span {
    margin: 10px -35px 2px -25px;
  }
}