.newsletter-list {
  width: 100%;
  display: inline-block;
}
.newsletter-item {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
}
.newsletter-item.bg-light {
  background-color: #F2F7FA;
}
.newsletter-item .box-thumb {
  width: 100%;
  height: auto;
}
.newsletter-item .box-thumb img {
  filter: drop-shadow(25px 16px 24px rgba(0, 0, 0, 0.2));
}
.newsletter-item .teaser {
  width: 100%;
  display: inline-block;
}
.newsletter-item .btn-area {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.modal-content.main-color {
  background-color: #1671BA;
  color: #FFFFFF;
}
.modal-content.main-color h1,
.modal-content.main-color h2,
.modal-content.main-color h3,
.modal-content.main-color h4,
.modal-content.main-color h5,
.modal-content.main-color h6 {
  color: #FFFFFF;
}
.btn-close {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.btn-close:hover,
.btn-close:focus {
  opacity: 1;
}
.newsletter-modal {
  border-radius: 0 !important;
}
.newsletter-modal .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 100;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.newsletter-modal .modal-body {
  padding: 64px 55px !important;
}
.newsletter-modal .modal-body .title {
  margin-bottom: 20px;
}
.newsletter-modal .modal-body .information {
  width: 100%;
  display: inline-block;
}
.newsletter-modal .modal-body .btn-main {
  height: 58px;
  margin: 24px auto 0 auto;
  display: block;
}
.newsletter-modal .tabs-beam {
  width: 100%;
  display: inline-block;
}
.newsletter-modal .tabs-beam .nav-tabs {
  width: 100%;
  background: #E8E8E8;
  border-radius: 12px;
  margin-bottom: 20px;
}
.newsletter-modal .tabs-beam .nav-tabs .nav-item {
  width: 50%;
}
.newsletter-modal .tabs-beam .nav-tabs .nav-item .nav-link {
  width: 100%;
  color: #1C2433;
  font-weight: 400;
  border-radius: 12px;
  padding: 14px 24px;
}
.newsletter-modal .tabs-beam .nav-tabs .nav-item .nav-link.active {
  outline: 3px solid #234286;
}
.newsletter-modal .tabs-beam .nav-tabs .nav-item .nav-link.active:before {
  content: '';
  position: relative;
  display: inline-block;
  margin: 0px 7px -7px 0;
  width: 24px;
  height: 24px;
  background-image: url(../../assets/resources/check-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.awarded-input {
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  text-align: center;
  padding: 17px 32px !important;
  border-radius: 30px !important;
  margin-bottom: 20px;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-10px);
  }
  40%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation: shake 0.5s;
}
.fullscreen-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen-gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.fullscreen-gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen-gallery img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fullscreen-gallery .button-next,
.fullscreen-gallery .button-prev {
  top: 50%;
}
.fullscreen-gallery .button-next {
  right: 24px;
}
.fullscreen-gallery .button-prev {
  left: 24px;
}
.gallery-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
.gallery-close:hover {
  color: #ffffff;
}
.swiper-counter {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: white;
  font-size: 14px;
}
/*Min width: 1200*/
/*Min width: 992*/
/*Min width: 768*/
@media (max-width: 991px) {
  .newsletter-item .info {
    margin-bottom: 57px;
  }
}
/*Min width: 576*/
/*Min width: 425*/
@media (max-width: 575px) {
  .newsletter-modal .modal-body {
    padding: 55px 24px 24px 24px !important;
  }
}
/*Min width: 320*/
@media (max-width: 424px) {
  .newsletter-item {
    padding: 80px 0;
  }
  .newsletter-modal .tabs-beam .nav-tabs .nav-item .nav-link {
    width: 100%;
    color: #1C2433;
    font-weight: 400;
    border-radius: 12px;
    padding: 14px 8px;
  }
}
