
@media(min-width: 576px){
  .ponselhide a{
    display : none;
  }
  .toastpc {
    position: fixed;
    min-height: 155px;
    bottom: 1rem;
    right: 1%;
    /* transform: translateX(25%); */
    max-width: 250px;
  }
}
@media(max-width: 700px){
  .fontakusendiri{
    height: 35px;
    width: auto;
  }
  .scrollmobile {
    right: 45%;
  }
  .cobatengah {
    position: fixed;
    bottom: 1rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, .5);
    line-height: 46px;
    left: 50%;   /*change this to 85%;*/
    right: auto;
    transform: translateX(-50%);
    display: flex;
  }
  .toastmobile {
    position: fixed;
    min-height: 155px;
    bottom: 1rem;
    /* right: 1%; */
    transform: translateX(25%);
    max-width: 250px;
  }
}
@media(min-width: 700px) {
  .fontkusendiri{
    height: 45px;
    width: auto;
  }
  .scrollhide {
    display: none;
  }
}

/* Logo Logic */
@media(max-width: 700px){
  .logologichp {
    height: 30px;
    width: auto;
  }
}
@media(min-width: 700px){
  .logologic {
    height: 33px;
    width: auto;
  }
}

.warnalogic{
  background-color: #846f60;
  border-color: #846f60;
}

.mydark{
  background-color: #d8d8d8;
}

.field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3a3b45;
}
.tombol-logic{
  background-color: #8f7868;
  border-color: #8f7868;
  color: white;
}

.scrollsendiri{
    max-height: 350px;
    overflow: auto;
} ::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.fs--1 {
  font-size: .8333333333rem !important;
}

