/*@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');*/

/* SOCIAL PANEL CSS */
.social-panel-container {
    position: fixed;
    right: 0;
    bottom: 80px;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1;
}

.social-panel-container.visible {
    transform: translateX(-10px);
}

.social-panel { 
    background-color: #f7f7f7;
    border-radius: 16px;
    box-shadow: 0px 5px 20px -10px rgb(0 0 0);
    border: 2px solid #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-family: 'Muli';
    position: relative;
/*    height: 170px;*/
/*    width: 355px;*/
    max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
    border: 0;
    color: #f44336;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    border-radius: 100px;
}

.social-panel button.close-btn:focus {
    outline: none;
}

.social-panel p {
    background-color: #446e53;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 17px 6px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 235px;
}

.social-panel p i {
    margin: 0 5px;
}

.social-panel p a {
    color: #FF7500;
    text-decoration: none;
}

.social-panel h4 {
    margin: 20px 0;
    color: #97A5CE; 
    font-family: 'Muli';    
    font-size: 14px;    
    line-height: 18px;
    text-transform: uppercase;
}

.social-panel ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-panel ul li {
    margin: 0 10px;
}

.social-panel ul li a {
    border: 1px solid #DCE1F2;
    border-radius: 50%;
    color: #001F61;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-decoration: none;
}

.social-panel ul li a:hover {
    border-color: #ffffff;
    box-shadow: 0 9px 12px -9px #ffffff;
}

.floating-btn {
    border-radius: 10px;
    background-color: #77a945;
    border: 1px solid #477254;
    box-shadow: 0 16px 22px -17px #03153B;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.floating-btn:hover {
    background-color: #ffffff;
    color: #001F61;
}

.floating-btn:focus {
    outline: none;
}

.floating-text {
    background-color: #001F61;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-family: 'Muli';
    padding: 7px 15px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 998;
}

.floating-text a {
    color: #FF7500;
    text-decoration: none;
}

@media screen and (max-width: 480px) {

    .social-panel-container.visible {
        transform: translateX(0px);
    }
    
    .floating-btn {
        right: 10px;
    }
}
.social-panel-container .social-panel .pembungkus-pengunjung{
    width: 75%;
    margin: 15px;
}
.social-panel-container .social-panel .pembungkus-pengunjung .pengunjung{

}
@media screen and (max-width: 480px) {

  .rating{
   transform: none !important;
 }
}
.rating{
 position: initial;
 transform: translate(-80%,0%) rotateY(180deg);
 display: flex;
}
.rating input{
  display: none;
}
.rating label{
  display: block;
  cursor: pointer;
  width: 50px;
}
.rating label:before{
  content: '\f005';
  font-family: fontAwesome;
  position: relative;
  display: block;
  font-size: 40px;
  color: #4c4c4c;
}
.rating label:after{
  content: '\f005';
  font-family: fontAwesome;
  position: absolute;
  display: block;
  font-size: 40px;
  color: #ffc107;
  top: 0px;
  opacity: 0;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.rating label:hover:after,
.rating label:hover ~ label:after,
.rating input:checked ~ label:after
{
  opacity: 1;
}
.rating-presentase{
 position: initial;
 display: flex;
}
.rating-presentase label{
  display: block;
  width: 50px;
}
.rating-presentase label ion-icon{
  position: relative;
  display: block;
  font-size: 30px;
  color: white;
}
.rating-presentase label ion-icon.rating-on{
  color: #ffc107 !important;
}

  /*  popup Aplikasi menu  */
  .pembungkus-front-topbar{
    background: #0076d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding: 4px 100px;*/
    height: 40px;
    border-bottom: 1px solid lightgrey;
  }
  .front-topbar li {
    padding: 0px 5px;
    display: inline-block;
  }
  .pembungkus-front-topbar .front-topbar .list-unstyle{
    color: white;
  }
  .carousel-inner {
    margin-top: 40px;
  }
  @media (min-width: 768px){
    .navbar-right {
      float: right!important;
      margin-right: -15px;
      margin-bottom: 10px;
    }
  }

  .lppd-link{
    text-decoration: none !important;
    transition: 0.2s;
    border-radius: 5%;

  }
  .lppd-link:hover{
    box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
  }
  .web-menu:hover .lppd-link:not(:hover){
    opacity: 0.5;
    filter: blur(1px);
    color: white !important;
    text-decoration: none !important;
  }
  .app-name{
    font-weight: 700;
    font-size: 20px;
    margin: 10px;
  }
  .deklor-link {
    color: #272727 !important;
    text-decoration: none !important;
  }
  #slider{
    opacity:1;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }

  .popup {
    margin: 140px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
  }

  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }

  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }
  .pembungkus_rating{
    width: 100%;
    display: flex;
    justify-content: center ;
  }

  .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #FC0;
    border-left: 0.3em solid transparent;
    font-size: 15px;
  }
  .star:before, .star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #FC0;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
  }
  .star:after {
    transform: rotate(35deg);
  }