#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: #1A602F !important;
  font-weight: bold;
}

.is-active-shop {
  color: black !important;
}

#rqf {
  display: none
}

#rfq-message {
  display: none;
}

#follow:hover {
  cursor: pointer;
  color: #1A602F
}

.is-active-tab {
  display: block
}

.pagination-link.is-current {
  background-color: #F6C90E;
  border: #1A602F;
  border-radius: 50%;
}

.pagination-link {
  border: 0.1em solid #1A602F;
  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: #1A602F;
}

#scroller::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch;
}