#mapp {
  min-height: 400px;
  width: 100%;
}
.navbar-item:hover {
  color: black !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: black !important;
}
.is-active-shop {
  color: black !important;
}
#rqf {
  display: none;
}
#rfq-message {
  display: none;
}
#follow:hover {
  cursor: pointer;
  color: #FF6600;
}
.is-active-tab {
  display: block;
}
.pagination-link.is-current {
  background-color: #FF6600;
  border: none;
  border-radius: 50%;
}
.pagination-link {
  border: 0.1em solid black;
  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: #FF6600;
}
#scroller::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch;
}
