html {
  scroll-behavior: smooth;
}

.carousel-item,
.inner-banner,
.welcome-bg,
.image-country,
[style*="background-image"] {
  background-color: #0f3347;
  background-size: cover;
  background-position: center;
}

.carousel-item:not([style*=".jpg"]):not([style*=".png"]):not([style*=".jpeg"]):not([style*=".webp"]),
.inner-banner:not([style*=".jpg"]):not([style*=".png"]):not([style*=".jpeg"]):not([style*=".webp"]),
.welcome-bg:not([style*=".jpg"]):not([style*=".png"]):not([style*=".jpeg"]):not([style*=".webp"]),
.image-country:not([style*=".jpg"]):not([style*=".png"]):not([style*=".jpeg"]):not([style*=".webp"]) {
  background-image: url("offline-image.svg");
}

img {
  max-width: 100%;
  height: auto;
}

.static-form-message {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #c7d2fe;
  border-radius: 4px;
  background: #eef2ff;
  color: #1e3a8a;
  font-size: 14px;
}
