#mapp {min-height:400px; width: 100%; }
  .navbar-item:hover{
    color: #1DB802 !important;
  }
  .event-list{
    list-style:none;
    text-decoration: none;
  }
  .menu-list li a{
    background-color:fff !important;
  }
  .progress-hidden{
    display: none !important;
  }
  .is-active{
    color: #1DB802 !important;
  }
  .is-active-shop{
    color: #1DB802 !important;
  }
  #rqf{
    display:none
  }
  #rfq-message{
    display: none;
  }
  #follow:hover{
    cursor:pointer;
    color:#1DB802
  }
  .is-active-tab{display:block}
  .pagination-link.is-current{
    background-color: #1DB802;
    border:none;
    border-radius:50%;
  }
  .pagination-link{
    border: 0.1em solid rgba(0, 0, 0, 0.2);
    border-radius:50%;
  }  
  #tab-content p {
    display: none;
  }
  #tab-content p.is-active-tab {
    display: block;
  }
  .tabs li a .is-active-tab {
    color:red !important;
  }
  #rfq-progress, #rfq-confirm{
    display: none;
  }
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.regMessage{
  display:none;
}
.form-order{
  border: rgba(0, 0, 0, 0.4) !important;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background-color: gray;
}

::-webkit-scrollbar-thumb {
  background-color: #1DB802;
}
#scroller::-webkit-scrollbar{
  display: none;
  -webkit-overflow-scrolling:touch;
}