* {
    font-family: 'Poppins', sans-serif;
}
.mt-2 {
    margin-top: 20px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
/* RESPONSIVE */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-brand img{
        width: 75%;
    }
    .navbar {
        background-color: #fff !important;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar .collapse ul li a {
        font-size: 16px !important;
        color: #000 ;
        
    }
    .jumbotron img {
        width: 100%;
    }
    .jumbotron .judul {
        margin-top: 20px;
        font-size: 26px !important;
    }
    .jumbotron .sub-judul {
        font-size: 15px !important;
        margin-top: 15px !important;
    }
    .jumbotron button {
        
        font-size: 14px !important;
        font-weight: 500;
        padding: 7px 30px !important;
    }
    footer {
        font-size: 12px !important;
    }
    .detail-buku .gambar {
        width: 50%;
        margin: auto;
    }
    .detail-buku .btn-baca {
        width: 57% !important;
        
        margin: auto;
    }
    .detail-buku .kiri {
        text-align: center;
    }
    .detail-buku .kanan .judul-buku {
        margin-top: 20px;
        font-size: 18px !important;
    }
    .detail-buku .kanan .detail {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .detail-buku .kanan .row .nama {
        font-size: 14px !important;
    }.detail-buku .kanan .row .isi {
        
        font-size: 14px !important;
    }
}
/* NAVBAR  */
.navbar {
    background-color: #fff !important;
   
    padding-top: 19px;
    padding-bottom: 19px;
}
.navbar .collapse ul li a {
    font-size: 18px;
    color: #000 ;
    
}
.navbar .btn-masuk {
  
    background-color: #F00000;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 7px 25px;
    font-weight: 500;
    margin-right: 7px;
   
}
.navbar .btn-daftar {
   
    background-color: #FFC700;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 7px 25px;
    font-weight: 500;
    margin-left: 7px;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-active{
    /* border-color: #e7e7e7 !important; */
    /* border: 1px solid #e7e7e7 !important; */
    border-bottom: 1px solid  #e7e7e7 !important;
}
#navbarAtas {
    border: none ;
}
/* BREADCUM     */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #F00000;
    border-radius: 0px !important;
   
    color: #fff;
}
.breadcrumb ol li a {
    color: #fff !important;
}
.breadcrumb ol li {
    color: #fff !important;
}
/* JUMBROTON  */
.jumbotron {
    margin-top: 70px;
    background-color: #fff;
    min-height: 546px;
    padding: 80px 0;
}


.jumbotron .judul {
    color: #F00000;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.jumbotron .sub-judul {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    margin-bottom: 25px;
}
.jumbotron .btn {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #F00000;
    border-radius: 25px;
    padding: 10px 20px;
}
/* Halaman Home  */
.home .daftar-buku {
    background-color: #F9F9F9;
    margin-top: 75px;
}
.home .daftar-buku .judul {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    
    margin-top: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home .card {
    border: 2px solid #E0E0EF;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.24);
}
.home .card .gambar {
    padding: 10px 0px;
}
.home .card .pengarang {
    color: #7C8DB5;
    font-size: 12px;
    margin-top: 5px;
}
.home .card .judul {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 5px;
    color: #000;
}
.home .card .stock .tersedia {
    font-size: 11px;
    color: #1ABC9C;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;

}
.home .card .stock .habis {
    font-size: 11px;
    color: #D63031;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;

}
.home .card a:hover {
    text-decoration: none !important;
}
/* Footer  */
footer {
    background-color: #F00000;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
}
/* Halaman Daftar Buku  */
.daftar-buku {
    background-color: #fff;
}
.daftar-buku .pencarian-buku {
    margin-top: 50px;
    border: 1px solid #E0E0EF;
    border-radius: 5px;
    box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.24);
    padding: 20px;
}

.daftar-buku .pencarian-buku .judul {
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 10px; 
}
.daftar-buku .pencarian-buku input {
    height: 43px;
}
.daftar-buku .pencarian-buku select {
    height: 43px;
}
.daftar-buku .pencarian-buku button {
    height: 43px;
    background-color: #F00000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
}
.daftar-buku .card-daftar-buku {
    margin-top: 33px;
    border: 1px solid #E0E0EF;
    border-radius: 5px;
    box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.24);
    padding: 20px;
    margin-bottom: 50px;
}
.daftar-buku .card-daftar-buku .judul {
    font-size: 18px;
    font-weight: 600;
}

.daftar-buku .card-daftar-buku .row .card {
    border: 2px solid #E0E0EF;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.24);
   
}
.daftar-buku .card-daftar-buku .row .card .gambar {
    padding: 10px 0px;
}
.daftar-buku .card-daftar-buku .row .card .pengarang {
    color: #7C8DB5;
    font-size: 11px;
    margin-top: 5px;
}
.daftar-buku .card-daftar-buku .row .card .judul {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.daftar-buku .card-daftar-buku .not-fund img {
    margin-top: 20px;
}
/* RESPONSIVE */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .daftar-buku .card-daftar-buku .not-fund img {
        width: 77% !important;
        margin-top: 20px;
    }
    .navbar {
        background-color: #fff !important;
       
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .breadcrumb h4{
        font-size: 12px;
    }
}
.daftar-buku .card-daftar-buku .row .card .stock .tersedia {
    font-size: 11px;
    color: #1ABC9C;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;

}
.daftar-buku .card-daftar-buku .row .card .stock .habis {
    font-size: 11px;
    color: #D63031;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;

}
.daftar-buku .card-daftar-buku .row .card a:hover {
    text-decoration: none !important;
}
.daftar-buku .pagination {
    margin-left: 15px;
}

/* HALAMAN DETAIL BUKU  */
.detail-buku .card {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #E0E0EF;
    border-radius: 5px;
    box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 9px 9px -6px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.24);
    padding: 20px;
}
.detail-buku .gambar {
    border: 1px solid #E0E0EF;
    border-radius: 5px;
    padding: 15px;
}
.detail-buku .gambar img {
    width: 100%;
}
.detail-buku .btn-baca {
    width: 100%;
    margin-top: 23px;
    background-color: #1ABC9C;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.detail-buku .kanan .judul-buku {
    font-size: 20px;
    font-weight: 500;
}
.detail-buku .kanan .pengarang {
    color: #7C8DB5;
    font-size: 16px;
    margin-top: 5px;
}
.detail-buku .kanan .detail {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.detail-buku .kanan .row .nama{
    color: #7C8DB5;
    font-size: 16px;
    margin-bottom: 5px;
}
.detail-buku .kanan .row .isi {
    color: #000;
    font-size: 16px;
}

.pagination>.active>span {
    background-color: #F00000;
    border-color: #F00000;
}
.pagination>li>a {
    color: #F00000;
}
.breadcrumb>li+li:before {
    color: #fff;
}

.polling {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}
.polling .judul {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.polling .line-3-100{
    margin-top: 15px;
    height: 3px;
    width: 151px;
    background: #4b4e53;
}
.polling .text{
    font-size: 16px;
    color: #2d3436;
    margin-top: 18px;
}
.polling .box-survei{
    border: 2px solid #eee;
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 50px;
    margin: 0px auto;
}
.polling .kirim-vote {
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    background-color: #25668e !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
.polling #rbtns input[type="radio"]:checked + .rd:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.polling .rd {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 3px;
    position: relative;
    margin-right: 7px;
    background-color: #efeded;
    float: left;
}
.polling .ads-img-cont {
    padding-top: 50px;
    padding-bottom: 45px;
}
.polling #rbtns {
    margin-top: 10px;
    width: 320px;
    margin: 0 auto;
}
.polling .color-yellow {
    color: #F1C431;
    font-size: 22px;
    margin-left: 5px;
}


.box-survei{
    border: 2px solid #eee;
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 50px;
    margin: 0px auto;
}
#pen_link{
  display:block;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  margin:0px auto;
  padding:10px;
  font-size:15.4px;
  text-align:center;
  font-weight:bold;
  color:#fff;
  background-color:#117692;
  text-decoration:none;
  z-index:125;
}
#code_cover
{
  margin-top:10px;
}

#checkboxes,
#rbtns {
  width: 320px;
  margin: 0 auto;
}

#rbtns {
  margin-top: 10px;
}

.lb {
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0px;
  color: #503830;
}

/* label {
  display: block;
  color: #000;
  cursor: pointer;
  margin-bottom: 12px;
} */
/* 
label:after {
  content: '.';
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
} */

.ch,
.rd {
  width: 18px;
  height: 18px;
  padding: 3px;
  position: relative;
  margin-right: 7px;
  background-color: #efeded;
  float: left;
}

.ch {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

.rd {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.ch:before,
.ch:after {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 4px;
}

.ch:before {
  height: 9px;
  left: 7px;
  top: 9px;
  transform: rotateZ(-40deg);
  -webkit-transform: rotateZ(-40deg);
  -moz-transform: rotateZ(-40deg);
  -o-transform: rotateZ(-40deg);
  -ms-transform: rotateZ(-40deg);
}

.ch:after {
  height: 13px;
  right: 8px;
  top: 6px;
  transform: rotateZ(50deg);
  -webkit-transform: rotateZ(50deg);
  -moz-transform: rotateZ(50deg);
  -o-transform: rotateZ(50deg);
  -ms-transform: rotateZ(50deg);
}

.ch:before,
.ch:after {
  display: none;
}

#checkboxes input[type="checkbox"]:checked + .ch:before,
#checkboxes input[type="checkbox"]:checked + .ch:after {
  display: block;
}

#checkboxes input[type="checkbox"]:checked + .ch {
  background-color: #00BCD4;
}

#checkboxes label:active input[type="checkbox"] + .ch {
  box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
  -webkit-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
  -moz-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
  -o-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
  -ms-box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
}

#checkboxes label:active input[type="checkbox"]:checked + .ch {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.rd:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 5px solid #F00000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.rd:before {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transition: 0.2s ease transform;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
  -o-transition: 0.2s ease transform;
  -ms-transition: 0.2s ease transform;
}

#rbtns input[type="radio"]:checked + .rd:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.polling [type=radio] {
    display: none;
}
.mb-10 {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
    .polling .judul {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }
    .polling {
        background-color: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}