.visaslider .slick-dots li button:before {
  font-size: 12px;
}

.visaslider .slick-dots li.slick-active button:before {
  color: #e01b22;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

.app-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}

.app-loading img {
  max-width: 200px;
}
