/*              By Jahmi.sa By Ahmed           */
/* map branches */
.aali-map-branches-btns-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
  overflow-x: scroll;
  scrollbar-width: none;
  flex-direction: row;
  justify-content: flex-start;
}

.aali-map-branches-btns-wrapper .aali-map-branches-btn {
  margin-bottom: 0.8rem;
}

.aali-map-branches-btns-wrapper .aali-map-branches-btn.active button {
  background-color: var(--custom-color1);
 border-color: var(--custom-color1);
  color: var(--custom-color2);
}

@media only screen and (max-width: 430px) {
  .aali-map-branches-btns-wrapper .aali-map-branches-btn button {
      min-width: 130px;
  }
}

/*              By Jahmi.sa By Ahmed           */