swiper-container {
  width: 100%;
  height: auto;
  max-height: 400px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 400px;
}

.banner {
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-bottom: 30px;
}

.banner_mobile {
  display: none;
}

.form-addBanner input, textarea, select {
  border: 1px solid silver;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
  color: #333;
  min-height: 30px;
  margin: 10px 0 10px 10px !important;
}

.add_banner_img {
  border: none !important;
}

.form-addBanner img {
  width: 100%;
  margin: 10px 0 10px 0;
}

.form-addBanner input[type=submit i] {
  width: 250px;
  background-color: #198754;
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  cursor: pointer;
  border: none;
}

form label {
  display: flex;
  align-items: center;
}

form label span {
  margin-left: 10px;
}

.form-addBanner input[type=submit i]:hover {
  background-color: #156e45;
}

.admin-banners {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  font-size: 14px;
}

.admin-banners p a:hover {
  color: black;
  transition: 0.3s ease;
}
.admin-banners p a {
  color: #6668bb;
  font-weight: 500;
}

.admin-banners p {
  text-align: start;

}

.admin-banners form input[type=submit i] {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  cursor: pointer;
}

.admin-banners form input[type=submit i]:hover {
  background-color: #c44537;
}

.admin-banners form {
  margin-top: auto;
  margin-bottom: auto;
  text-align: end;
}

@media only screen and (max-width: 800px) {
  .banner_desktop {
    display: none;
  }
  .banner_mobile {
    display: block;
  }
}

/*# sourceMappingURL=banner.css.map */
