@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}

.condensed {
  font-family: "Saira Extra Condensed", sans-serif;
}

@media (max-width: 992px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 992px) {
  .mobile-only {
    display: block !important;
  }
}

a {
  color: #205273;
  text-decoration: none;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

/* Header */
.customHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  width: 100%;
  display: flex;
  justify-content: center;
}
.customHeader .inner {
  max-width: 1200px;
  width: calc(100% - 24px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .customHeader .inner {
    gap: 0px;
    width: 100%;
  }
}
.customHeader .inner .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -webkit-fill-available;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 188px;
}
.customHeader .inner .logo-wrapper .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customHeader .inner .logo-wrapper .logo-icon img {
  height: 30px;
  width: auto;
}
.customHeader .inner .logo-wrapper .logo-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  flex-grow: 1;
}
.customHeader .inner .logo-wrapper .logo-text img {
  min-height: 10px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.customHeader .inner .links {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  font-family: "Saira Extra Condensed", sans-serif;
  gap: 0px;
}
.customHeader .inner .links .social-media {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .customHeader .inner .links .social-media {
    gap: 12px;
  }
}
.customHeader .inner .links .social-media a {
  text-decoration: none;
}
.customHeader .inner .links .social-media a i {
  color: #205273;
  font-size: 24px;
}
@media (max-width: 992px) {
  .customHeader .inner .links .social-media a i {
    font-size: 18px;
  }
}
.customHeader .inner .links .social-media a.youtube-1 i {
  color: #205273;
}
.customHeader .inner .links .social-media a.youtube-2 i {
  color: #930f0f;
}
.customHeader .inner .links .social-media a.youtube-3 i {
  color: #198E64;
}
.customHeader .inner .links .group {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  margin-right: -1px;
  padding: 0px 20px;
}
@media (max-width: 992px) {
  .customHeader .inner .links .group {
    padding: 12px 12px;
  }
}
.customHeader .inner .links .main-pages,
.customHeader .inner .links .other-pages {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 0px;
}
@media (max-width: 992px) {
  .customHeader .inner .links .main-pages,
  .customHeader .inner .links .other-pages {
    display: none;
  }
}
.customHeader .inner .links .main-pages a,
.customHeader .inner .links .other-pages a {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.customHeader .inner .links .main-pages a i,
.customHeader .inner .links .other-pages a i {
  font-size: 16px;
  color: #205273;
}
.customHeader .inner .links .main-pages a.events,
.customHeader .inner .links .other-pages a.events {
  background-color: #d6f5f6;
}
.customHeader .inner .links .main-pages a.buy,
.customHeader .inner .links .other-pages a.buy {
  background-color: #d6ffd9;
}
.customHeader .inner .links .main-pages a.win,
.customHeader .inner .links .other-pages a.win {
  background-color: #fff3c9;
}
.customHeader .inner .links .main-pages a span,
.customHeader .inner .links .other-pages a span {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.customHeader .inner .links .main-pages a:hover,
.customHeader .inner .links .other-pages a:hover {
  transition: 0.2s all;
  cursor: pointer;
  background-color: #205273;
  color: white;
}
.customHeader .inner .links .main-pages a:hover i,
.customHeader .inner .links .main-pages a:hover span,
.customHeader .inner .links .other-pages a:hover i,
.customHeader .inner .links .other-pages a:hover span {
  color: white;
}
.customHeader .inner .links .account-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
@media (max-width: 992px) {
  .customHeader .inner .links .account-links {
    display: none;
  }
}
.customHeader .inner .links .account-links a {
  padding: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customHeader .inner .links .account-links a i {
  font-size: 24px;
}
.customHeader .inner .links .account-links a:hover {
  background-color: #205273;
  color: white !important;
}
.customHeader .inner .links .account-links a:hover i {
  color: white !important;
}
.customHeader .inner .links .mobile-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customHeader .inner .links .mobile-menu-trigger i {
  font-size: 24px;
  color: #205273;
}

.extra-links-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  border-bottom: 1px solid #ededed;
}
.extra-links-mobile .main-pages,
.extra-links-mobile .other-pages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  gap: 0px;
}
.extra-links-mobile .main-pages a,
.extra-links-mobile .other-pages a {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.extra-links-mobile .main-pages a.events,
.extra-links-mobile .other-pages a.events {
  background-color: #d6f5f6;
}
.extra-links-mobile .main-pages a.buy,
.extra-links-mobile .other-pages a.buy {
  background-color: #d6ffd9;
}
.extra-links-mobile .main-pages a.win,
.extra-links-mobile .other-pages a.win {
  background-color: #fff3c9;
}
.extra-links-mobile .main-pages a i,
.extra-links-mobile .other-pages a i {
  font-size: 16px;
  color: #205273;
}
.extra-links-mobile .main-pages a span,
.extra-links-mobile .other-pages a span {
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Saira Extra Condensed", sans-serif;
}
.extra-links-mobile .main-pages a:hover,
.extra-links-mobile .other-pages a:hover {
  transition: 0.2s all;
  cursor: pointer;
  background-color: #205273;
  color: white;
}
.extra-links-mobile .main-pages a:hover i,
.extra-links-mobile .main-pages a:hover span,
.extra-links-mobile .other-pages a:hover i,
.extra-links-mobile .other-pages a:hover span {
  color: white;
}
.extra-links-mobile .account-links {
  display: flex;
  justify-content: center;
}
.extra-links-mobile .account-links a {
  padding: 8px 10px;
}
.extra-links-mobile .account-links a i {
  font-size: 20px;
}

/* End of Header */
/* Carousel Events */
#carouselEvents {
  position: relative;
  background-color: #e3e3e3;
  width: 100%;
  display: block;
  padding: 12px;
}
#carouselEvents .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px;
}
#carouselEvents .arrow-left {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #205273;
  position: absolute;
  top: calc(50% - 16px);
  left: 0px;
}
#carouselEvents .arrow-right {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #205273;
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
}
#carouselEvents .event-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
#carouselEvents .event-wrapper i {
  font-size: 22px;
  color: #205273;
}
#carouselEvents .event-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
#carouselEvents .event-wrapper .badge {
  background: #7aa1bb;
  padding: 4px 4px;
  border-radius: 2px;
  font-size: 8px;
  line-height: 10px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-left: 4px;
}
#carouselEvents .event-wrapper .badge::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #7aa1bb;
  border-bottom: 4px solid transparent;
}

/* End of Carousel Events */
/* Custom Page Title */
.custom-page-title {
  width: 100%;
  padding: 32px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.custom-page-title h2 {
  font-size: 32px;
  line-height: 1.6;
  color: #205273;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}
.custom-page-title p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

/* End of Custom Page Title */
/* Listing Blog */
.listing-blog {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-blog .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0px 12px;
}
.listing-blog .inner .search-and-filters {
  background-color: #ededed;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.listing-blog .inner .search-and-filters .extra-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.listing-blog .inner .search-and-filters .extra-filters ng-multiselect-dropdown{
  min-width: 150px;
  width: 100%;
  font-size: 14px;
}

.listing-blog .inner .search-and-filters .main-icon-button {
  padding: 0px 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 2px;
  background-color: #205273;
  border: 1px solid #205273;
  cursor: pointer;
}
.listing-blog .inner .search-and-filters .main-icon-button i {
  color: white;
  font-size: 16px;
}
.listing-blog .inner .search-and-filters .main-icon-button span {
  color: white;
  font-size: 12px;
}
.listing-blog .inner .search-and-filters .main-icon-button:hover {
  transition: 0.2s all;
  background-color: white;
}
.listing-blog .inner .search-and-filters .main-icon-button:hover i {
  color: #205273;
}
.listing-blog .inner .search-and-filters .main-icon-button:hover span {
  color: #205273;
}
@media (max-width: 992px) {
  .listing-blog .inner .search-and-filters {
    flex-direction: column;
    gap: 6px;
  }
}
.listing-blog .inner .search-and-filters .filters {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .listing-blog .inner .search-and-filters .filters {
    justify-content: center;
  }
}
.listing-blog .inner .search-and-filters .filters .item {
  padding: 4px 8px;
  border-radius: 2px;
  color: black;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.listing-blog .inner .search-and-filters .filters .item.selected,
.listing-blog .inner .search-and-filters .filters .item:hover {
  background-color: #205273;
  color: white;
}
.listing-blog .inner .search-and-filters .search-wrapper {
  flex: 1;
  background-color: white;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  height: 32px;
}
@media (max-width: 992px) {
  .listing-blog .inner .search-and-filters .search-wrapper {
    flex: auto;
  }
}
.listing-blog .inner .search-and-filters .search-wrapper input {
  background-color: white;
  border: none;
  color: black;
  font-size: 16px;
  padding-left: 8px;
  width: 100%;
  height: 100%;
  /* placeholder */
}
.listing-blog .inner .search-and-filters .search-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.listing-blog
  .inner
  .search-and-filters
  .search-wrapper
  .search-button-wrapper {
  background-color: #205273;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 2px;
}
.listing-blog
  .inner
  .search-and-filters
  .search-wrapper
  .search-button-wrapper
  i {
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.listing-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 24px;
}

.blog-post-page h3.story-articles-header {
  margin-bottom: 20px;
}

.blog-post-page .story-articles-link {
  text-decoration: dotted underline;
  text-underline-offset: 5px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-post-page .article-story {
  border-top: 2px solid darkgray;
  border-bottom: 2px solid darkgray; 
  padding: 10px 0;
}

.blog-post-page .article-story-link {
  text-decoration: dotted underline;
  text-underline-offset: 5px;
}

.blog-post-page .article-story-header {
  font-weight: bold;
  color: #205273
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.pagination-wrapper a {
  padding: 8px 12px;
  background-color: #205273;
  border: 1px solid #205273;
  border-radius: 0px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.pagination-wrapper a:hover {
  transition: 0.2s all;
  background-color: white;
  color: #205273;
}

.post-card {
  width: calc(25% - 18px);
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1294117647);
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .post-card {
    width: calc(33.3333333333% - 18px);
  }
}
@media (max-width: 1060px) {
  .post-card {
    width: calc(50% - 18px);
  }
}
@media (max-width: 992px) {
  .post-card {
    width: 100%;
  }

  .post-card .details .title {
    height: auto !important;
  }
}

.post-card .post-card-inner
{
  height: 100%;
}

.post-card .ad {
  border-top: 4px solid #50b0ee;
}
.post-card:hover {
  transition: 0.2s all;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2549019608);
}
.post-card .image-wrapper, .blog-post-page .left .post-card .image-wrapper {
  width: 100%;
  height: 200px;
  min-height: auto;
  overflow: hidden;
  position: relative;
}
.post-card .image-wrapper img, .blog-post-page .left .post-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card .image-wrapper.event img, .blog-post-page .left .post-card .image-wrapper.event img, .post-card .image-wrapper.ad img, .blog-post-page .left .post-card .image-wrapper.ad img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}


.post-card .image-wrapper .post-meta-items {
  display: flex;
  z-index: 3;
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(32, 82, 115, 0.5019607843);
  padding: 4px 12px;
  border-radius: 4px;
  align-items: center;
  gap: 12px;
}
.post-card .image-wrapper .post-meta-items:hover {
  transition: 0.2s all;
  background: #205273;
}
.post-card .image-wrapper .post-meta-items .group {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-card .image-wrapper .post-meta-items .group i {
  font-size: 12px;
  color: white;
}
.post-card .image-wrapper .post-meta-items .group span {
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.post-card .details {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  flex: 1;
  height: calc(100% - 200px);
}
.post-card .details .title, .blog-post-page .left .post-card .details .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #205273;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.post-card .details .meta {
}

.post-card .details .meta .item {
  display: flex;
  gap: 4px;
  align-items: center;
}

.post-card .details .meta .item i {
  color: #205273;
  font-size: 14px;
}
.post-card .details .meta .item span {
  font-size: 12px;
  font-weight: 400;
}
.post-card .details .meta .item .linkedin {
  display: flex;
  gap: 4px;
  align-items: center;
}
.post-card .details .meta .item .linkedin i {
  color: black;
  font-size: 14px;
}
.post-card .details .excerpt {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card .details .action {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-card .details .action .read-more, .blog-post-page .action .read-more {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #205273;
  padding: 4px 8px;
  color: white;
  border-radius: 2px;
  border: 1px solid #205273;
  font-size: 12px;
  font-weight: 600;
}
.post-card .details .action .read-more:hover, .blog-post-page .action .read-more:hover {
  transition: 0.2s all;
  background-color: white;
  color: #205273;
}
.post-card .details .action .read-more:hover i,
.post-card .details .action .read-more:hover span,
.blog-post-page .action .read-more:hover i,
.blog-post-page .action .read-more:hover span
{
  color: #205273;
}

/* End of Listing Blog */
/* Custom Footer */
.customFooter {
  background-color: #205273;
  padding: 30px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.customFooter p {
  margin: 0;
  padding: 0;
  color: white;
}
.customFooter .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* it has a .logo-comp where we have 1 image for icon and 1 for text */
}
.customFooter .logo-wrapper img {
  height: 40px;
  width: auto;
}
.customFooter .copyright {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.customFooter .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 8px;
}
.customFooter .links a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
.customFooter .contact-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.customFooter .contact-wrapper span {
  color: white;
}
.customFooter .contact-wrapper .email-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.customFooter .contact-wrapper .email-item i {
  color: white;
  font-size: 18px;
}
.customFooter .contact-wrapper .email-item span {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.customFooter .designed-by {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.customFooter .designed-by span {
  font-size: 12px;
  color: white;
}
.customFooter .designed-by a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

/* End of Custom Footer */
/* Hero Section */
.heroSection {
  background-color: #ededed;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroSection .inner {
  max-width: 1200px;
  width: calc(100% - 12px);
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 992px) {
  .heroSection .inner {
    flex-direction: column;
    gap: 12px;
  }
}
.heroSection .inner .left {
  background-color: #205273;
  width: calc(60% - 16px);
}
@media (max-width: 992px) {
  .heroSection .inner .left {
    width: 100%;
  }
}
.heroSection .inner .right {
  width: calc(40% - 16px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 992px) {
  .heroSection .inner .right {
    width: 100%;
  }
}

.post-type-hero-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .post-type-hero-1 {
    min-height: 400px;
  }
}
.post-type-hero-1 .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
}
.post-type-hero-1 .details {
  position: absolute;
  z-index: 3;
  width: calc(100% - 64px);
  bottom: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.post-type-hero-1 .details h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: white;
}
.post-type-hero-1 .details .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.post-type-hero-1 .details .meta .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-type-hero-1 .details .meta .item i {
  font-size: 16px;
  color: white;
}
.post-type-hero-1 .details .meta .item span {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.post-type-hero-1 .details .excerpt {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}

.post-type-hero-2 {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: white;
}
.post-type-hero-2 .image-wrapper {
  width: calc(50% - 16px);
  height: 200px;
  overflow: hidden;
}
.post-type-hero-2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-type-hero-2 .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0 18px;
}
.post-type-hero-2 .details h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #205273;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-type-hero-2 .details .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.post-type-hero-2 .details .meta .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-type-hero-2 .details .meta .item i {
  font-size: 16px;
  color: #205273;
}
.post-type-hero-2 .details .meta .item span {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.post-type-hero-2 .details .excerpt {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

/* End of Hero Section */
/* Contest Area */
.pulse-animation {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.contest-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
}
.contest-area .contest-area-inner {
  max-width: 500px;
  margin: 0 auto;
  width: calc(100% - 24px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: white;
  padding: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1215686275);
}
.contest-area .contest-area-inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contest-area .contest-area-inner .title i {
  font-size: 24px;
  color: #205273;
}
.contest-area .contest-area-inner .title h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.contest-area .contest-area-inner .title h3 strong {
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.contest-area .contest-area-inner .content-wrapper {
  border: 1px solid #ededed;
  position: relative;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  height: 100px;
}
.contest-area .contest-area-inner .content-wrapper .image-wrapper {
  width: 140px;
  position: relative;
  min-height: auto;
}
.contest-area .contest-area-inner .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contest-area .contest-area-inner .content-wrapper .details {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.contest-area .contest-area-inner .content-wrapper .details p {
  margin: 0;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #205273;
  text-align: center;
}
.contest-area .contest-area-inner .content-wrapper .details p strong {
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.ad-badge {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 8px;
  padding: 4px 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #50b0ee;
}
.ad-badge i {
  font-size: 12px;
  color: white;
}
.ad-badge span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: white;
}

/* End of Contest Area */
/* Sticky Buttons */
.sticky-buttons {
  position: fixed;
  z-index: 11;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sticky-buttons .item {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #205273;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .sticky-buttons .item {
    width: 32px;
    height: 32px;
  }
}
.sticky-buttons .item i {
  font-size: 22px;
  color: white;
}
@media (max-width: 992px) {
  .sticky-buttons .item i {
    font-size: 18px;
  }
}

/* End of Sticky Buttons */
/* Buttons */

button {
  cursor: pointer;
}

.button {
  padding: 12px 16px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

button:disabled {
  opacity: 0.4;
}

.button i {
  font-size: 18px;
}
.button span {
  font-size: 16px;
}
.button.primary {
  background-color: #205273;
  color: white;
  border-color: #205273;
}
.button.primary:not([disabled]):hover {
  transition: 0.2s;
  cursor: pointer;
  background-color: white;
  color: #205273;
}
.button.secondary {
  background-color: white;
  color: #205273;
  border-color: #205273;
}
.button.secondary:not([disabled]):hover {
  transition: 0.2s;
  cursor: pointer;
  background-color: #205273;
  color: white;
}
.button.full {
  justify-content: center;
  width: 100%;
}

/* End of Buttons */
/* Custom Modal */
.hidden {
  display: none !important;
}

.center {
  text-align: center;
}

.float-right {
  float: right;
}

.invisible {
  visibility: hidden;
}

.modals-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0px;
}
.modals-wrapper .inner {
  max-width: calc(100% - 24px);
  margin: 0 auto;
  width: 1200px;
}

.customModal {
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customModal .wrapper {
  background-color: white;
  max-width: 90%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.customModal .wrapper h4 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.5;
}
.customModal .wrapper p {
  margin: 0;
  padding: 0;
}
.customModal .wrapper .shade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.788);
  z-index: 2;
}
.customModal .wrapper #content {
  position: relative;
  z-index: 3;
}
.customModal .wrapper .close {
  z-index: 3;
}
.customModal .wrapper .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.customModal.small .wrapper {
  width: 700px;
  max-width: calc(100% - 30px);
}
.customModal.modalFull .wrapper {
  max-width: calc(100% - 12px);
  height: 100%;
}

.customModal.modalFull .wrapper .content {
  height: 100%;
}

.customModal .hardToClose .close {
  position: fixed !important;
}

.customModal .largeModal .wrapper {
  max-width: 90%;
  width: 90%;
}

.customModal h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.customModal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #205273;
  color: white;
  font-size: 24px;
  z-index: 1001;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.customModal .close:hover {
  cursor: pointer !important;
}

.toFillWrapper {
  display: block;
  position: relative;
}

#toFill #overlay {
  background-color: rgb(255, 255, 255);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

.customModal .modal-section-title {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.customModal .modal-section-title i {
  font-size: 22px;
  background: linear-gradient(180deg, #812ffe 0%, #38d5f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.customModal .modal-section-title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: black;
}

/* End of Custom Modal */
/* Events Page */
.custom-select-wrapper {
  background-color: white;
  border: none;
  color: black;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 8px;
  height: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-select-wrapper.category {
  padding-right: 0;
}

@media (max-width: 992px) {
  .custom-select-wrapper {
    flex: 1;
  }
}
.custom-select-wrapper select {
  padding: 0;
  border: 0;
  height: 100%;
  outline: none;
  width: 100%;
}
.custom-select-wrapper select:focus,
.custom-select-wrapper select:active {
  outline: none;
}

/* End of Events Page */
/* Blog Post Page */
.blog-post-page {
  padding: 32px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: calc(100% - 24px);
  width: 1200px;
  margin: 0 auto;
}
.blog-post-page h1,
.blog-post-page h2,
.blog-post-page h3,
.blog-post-page h4,
.blog-post-page span,
.blog-post-page p {
  margin: 0px;
  padding: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
@media (max-width: 992px) {
  .blog-post-page {
    flex-direction: column;
  }
}
.blog-post-page .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .blog-post-page .left {
    width: 100%;
  }

  .blog-post-page .left .image-wrapper {
    height: auto !important;
  }
}
.blog-post-page .left .title {
  font-size: 30px;
  line-height: 1.4;
}
.blog-post-page .left .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post-page .left .image-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.blog-post-page .image-credits {
  font-style: italic;
  text-align: center;
}

.blog-post-page .left .image-wrapper.ad, .blog-post-page .left .image-wrapper.event {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-post-page .left .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-post-page .left .image-wrapper.ad a, .blog-post-page .left .image-wrapper.event a {
  width: 100%;
  height: 100%;
}


.blog-post-page .left .image-wrapper.ad img, .blog-post-page .left .image-wrapper.event img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.blog-post-page .left .meta-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 8px;
  justify-content: space-between;
  padding: 8px 16px;
  background: #ededed;
}
.blog-post-page .left .meta-wrapper .post-meta-items {
  display: flex;
  column-gap: 24px;
  row-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.blog-post-page .left .meta-wrapper .post-meta-items .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-post-page .left .meta-wrapper .post-meta-items .item i {
  font-size: 16px;
  color: #205273;
}
.blog-post-page .left .meta-wrapper .post-meta-items .item span {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.blog-post-page .left .content p {
  margin: initial;
  padding: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.blog-post-page .left .content img {
  width: 100%;
}

.blog-post-page .left .comments {
  position: relative;
  margin-top: 32px;
}
.blog-post-page .left .comments .title-wrapper {
  padding: 8px 16px;
  background-color: #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.blog-post-page .left .comments .title-wrapper p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
}
.blog-post-page .left .comments .comments-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-post-page .left .comments .comments-wrapper .comment-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .meta-wrapper-comment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .meta-wrapper-comment
  .group {
  display: flex;
  gap: 4px;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .meta-wrapper-comment
  .group
  i {
  font-size: 14px;
  color: #205273;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .meta-wrapper-comment
  .group
  span {
  font-size: 12px;
  font-weight: 400;
}
.blog-post-page .left .comments .comments-wrapper .comment-box .comment {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.blog-post-page .left .comments .comments-wrapper .comment-box .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.blog-post-page .left .comments .comments-wrapper .comment-box .actions button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border: 1px solid #205273;
  background-color: white;
}

.blog-post-page .left .comments .comments-wrapper .comment-box .reply-to {
  font-size: 0.8em;
  font-style: italic;
  background-color: #205273;
  color: white;
  padding: 2px 5px;
  margin-left: -10px;
  margin-top: -4px;
}

.blog-post-page .left .comments .comments-wrapper .comment-box .reply-to .reply-to-content, .blog-post-page .left .comments .comments-wrapper .comment-box .reply-to .reply-to-user {
  font-weight: bold;
}

.blog-post-page .left .comments .comments-wrapper .comment-box .reply-to .reply-to-content {
  max-width: 20px;
}

.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button
  i,
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button
  span {
  font-size: 12px;
  color: #205273;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button:hover {
  transition: 0.2s all;
  background-color: #205273;
  color: white;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button:hover
  i,
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button:hover
  span {
  color: white;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button.danger {
  border: 1px solid #bd0000;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button.danger
  i,
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button.danger
  span {
  color: #bd0000;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button.danger:hover {
  background-color: #bd0000;
  color: white;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button.danger:hover
  i,
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .actions
  button.danger:hover
  span {
  color: white;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .children
  .comment-box {
  margin-left: 24px;
  padding-left: 8px;
  border-left: 4px solid #205273;
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.blog-post-page
  .left
  .comments
  .comments-wrapper
  .comment-box
  .children
  .comment-box
  .comment {
  font-size: 16px;
}

.blog-post-page
  .left
  .comments 
  .article-comment-report {
    cursor: pointer;
}

.blog-post-page .left .videos-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-post-page .left .videos-wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid #ededed;
}
.blog-post-page .left .videos-wrapper .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #205273;
}
.blog-post-page .left .videos-wrapper .item .video-wrapper {
  text-align: center;
}

.blog-post-page .left .videos-wrapper .item .video-wrapper iframe {
  max-width: 100%;
  margin-bottom: 10px;
}

.blog-post-page .left .videos-wrapper .item .video-wrapper .instagram-media {
  display: inline-block;
  margin-bottom: 10px !important;
}

.blog-post-page .left .videos-wrapper .item button {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.blog-post-page .sidebar {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .blog-post-page .sidebar {
    width: 100%;
  }
}
.blog-post-page .sidebar .group .title-wrapper {
  padding: 8px 16px;
  background-color: #ededed;
}
.blog-post-page .sidebar .group .title-wrapper p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.blog-post-page .sidebar .wrapper {
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-post-page .sidebar .wrapper .post-card {
  width: 100%;
}

/* End of Blog Post Page */
/* Event Page */
.blog-post-page .event-main-details-wrapper {
  padding: 24px;
  border: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-post-page .event-main-details-wrapper .group-with-button {
  display: flex;
  gap: 24px;
  align-items: center;
}
.blog-post-page .event-main-details-wrapper .group {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.blog-post-page .event-main-details-wrapper .group i {
  font-size: 24px;
  color: #50b0ee;
}
@media (max-width: 992px) {
  .blog-post-page .event-main-details-wrapper .group i {
    font-size: 18px;
    line-height: 1.4;
  }
}
.blog-post-page .event-main-details-wrapper .group span,
.blog-post-page .event-main-details-wrapper .group p {
  font-size: 22px;
  font-weight: bold;
  color: black;
}
@media (max-width: 992px) {
  .blog-post-page .event-main-details-wrapper .group span,
  .blog-post-page .event-main-details-wrapper .group p {
    font-size: 18px;
    line-height: 1.4;
  }
}
.blog-post-page .event-main-details-wrapper .group .address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blog-post-page .event-main-details-wrapper .group .address .address-line {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}

/* End of Event Page */
/* Listing Contests */
.listing-contests {
  display: flex;
  align-items: center;
  justify-content: left;
}
.listing-contests .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0px 12px;
}
.listing-contests .inner .group .title-wrapper {
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  background-color: #ededed;
}
.listing-contests .inner .group .title-wrapper i {
  font-size: 24px;
  color: #205273;
}
.listing-contests .inner .group .title-wrapper span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: black;
}
.listing-contests .inner .group .title-wrapper.ongoing {
  background-color: rgb(202, 174, 47);
}
.listing-contests .inner .group .title-wrapper.ongoing i,
.listing-contests .inner .group .title-wrapper.ongoing span {
  color: white;
}
.listing-contests .inner .group .items-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.listing-contests .inner .group .items-listing .contest-card,
.listing-contests .inner .group .items-listing .post-card {
  width: calc(25% - 18px);
}
@media (max-width: 1200px) {
  .listing-contests .inner .group .items-listing .contest-card,
  .listing-contests .inner .group .items-listing .post-card {
    width: calc(33.3333333333% - 18px);
  }
}
@media (max-width: 1060px) {
  .listing-contests .inner .group .items-listing .contest-card,
  .listing-contests .inner .group .items-listing .post-card {
    width: calc(50% - 18px);
  }
}
@media (max-width: 992px) {
  .listing-contests .inner .group .items-listing .contest-card,
  .listing-contests .inner .group .items-listing .post-card {
    width: 100%;
  }
}

.items-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.items-listing .contest-card,
.items-listing .post-card {
  width: calc(25% - 18px);
}
@media (max-width: 1200px) {
  .items-listing .contest-card,
  .items-listing .post-card {
    width: calc(33.3333333333% - 18px);
  }
}
@media (max-width: 1060px) {
  .items-listing .contest-card,
  .items-listing .post-card {
    width: calc(50% - 18px);
  }
}
@media (max-width: 992px) {
  .items-listing .contest-card,
  .items-listing .post-card {
    width: 100%;
  }
}

.contest-card {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1294117647);
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contest-card.active {
  padding-bottom: 15px;
}

.contest-card.registered {
  border: 1px solid #ededed;
}
.contest-card.registered .status {
  background-color: #ededed;
}
.contest-card.cancelled {
  background: #ffeaea;
  border: 1px solid #d2c1c1;
}
.contest-card.cancelled .status {
  background-color: #ffc4c4;
}
.contest-card.won {
  background: #eafff0;
  border: 1px solid #c1d2c6;
}
.contest-card.won .status {
  background-color: #aaf3bf;
}
.contest-card.ad {
  border-top: 4px solid #50b0ee;
}
.contest-card:hover {
  transition: 0.2s all;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2549019608);
}
.contest-card .title {
  background-color: #d2e2ef;
  padding: 8px 12px;
  text-align: center;
}
.contest-card .title h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.contest-card .description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  flex: 1;
}
.contest-card .description .info {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.contest-card .description .info i {
  font-size: 16px;
  color: #205273;
}
.contest-card .description .info .right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contest-card .description .info .right p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contest-card .description .info .right button {
  background-color: white;
  border: 1px solid #205273;
  padding: 2px 6px;
  font-size: 12px;
  width: fit-content;
}
.contest-card .description .info .right button:hover {
  background-color: #205273;
  color: white;
  transition: 0.2s all;
}
.contest-card .description .date {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.contest-card .description .date i {
  font-size: 16px;
  color: #205273;
}
.contest-card .description .date p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.contest-card .countdown {
  background-color: #4d96ca;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 12px;
}
.contest-card .countdown i {
  font-size: 16px;
  color: white;
}
.contest-card .countdown p {
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin: 0;
  padding: 0;
}
.contest-card .prizes {
  padding: 12px;
  height: 129px;
}
.contest-card .prizes p {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.contest-card .prizes .items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 80px;
  overflow-y: auto;
}
.contest-card .prizes .items .item {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.contest-card .prizes .items .item i {
  font-size: 16px;
  color: #205273;
}
.contest-card .prizes .items .item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: none;
  font-weight: 500;
}
.contest-card .prizes .items .with-winner {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.contest-card .prizes .items .winner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contest-card .prizes .items .winner .flag-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contest-card .prizes .item .winner .flag-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.contest-card .prizes .items .with-winner .winner span {
  font-size: 14px;
  font-weight: 500;
}
.contest-card .participants {
  display: flex;
  align-items: center;
  padding: 12px;
  justify-content: center;
  gap: 8px;
  background-color: #f0f0f0;
}
.contest-card .participants i {
  font-size: 16px;
  color: #205273;
}
.contest-card .participants p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.contest-card .status {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contest-card .status p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.contest-card .status .reason {
  font-weight: bold;
}
.contest-card .status .winner-prize {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contest-card .status .winner-prize i {
  font-size: 16px;
  color: rgb(8, 162, 67);
}
.contest-card .status .winner-prize p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.contest-card .status .action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contest-card .status .action a {
  color: #205273;
  font-size: 14px;
  font-weight: bold;
}
.contest-card .joined {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
}
.contest-card .joined p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: black;
  opacity: 0.7;
  margin: 0;
  padding: 0;
}
.contest-card .action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contest-card .action button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #205273;
  padding: 4px 8px;
  color: white;
  border-radius: 2px;
  border: 1px solid #205273;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.contest-card .action button i,
.contest-card .action button span {
  line-height: 18px;
}
.contest-card .action button:hover {
  transition: 0.2s all;
  background-color: white;
  color: #205273;
}
.contest-card .action button:hover i,
.contest-card .action button:hover span {
  color: #205273;
}

.contest-modal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contest-modal .contest-modal-description {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contest-modal .contest-modal-description i {
  font-size: 22px;
  color: #205273;
}
.contest-modal .contest-modal-description p {
  margin: 0;
  padding: 0;
}
.contest-modal .contest-modal-rules-check-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper i {
  font-size: 22px;
  color: #205273;
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper.success i,
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper.success p {
  color: rgb(21, 154, 105);
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper.danger i,
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-title-wrapper.danger p {
  color: rgb(154, 21, 21);
}
.contest-modal .contest-modal-rules-check-items .contest-modal-item .contest-modal-explanation {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* End of Listing Contests */
/* Account Page */
.account-page {
  width: 100%;
  display: flex;
  gap: 0px;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .account-page {
    flex-direction: column;
  }
}
.account-page .mobile-button-trigger-menu {
  width: 100%;
  background-color: #1a303d;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #1a303d;
  cursor: pointer;
}
@media (min-width: 992px) {
  .account-page .mobile-button-trigger-menu {
    display: none;
  }
}
.account-page .account-sidebar {
  width: 300px;
  display: flex;
  flex: none;
  flex-direction: column;
  background-color: #1a2f3d;
  padding: 4px;
  height: 100%;
}
@media (max-width: 992px) {
  .account-page .account-sidebar {
    width: 100%;
    display: none;
  }
}
.account-page .account-sidebar.show-mobile {
  display: flex;
}
.account-page .account-sidebar .links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-page .account-sidebar .links a {
  background-color: #ededed;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px;
}
.account-page .account-sidebar .links a:hover,
.account-page .account-sidebar .links a.active {
  background-color: #205273;
  color: white;
  transition: 0.2s all;
}
.account-page .main-content {
  width: calc(100% - 300px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 992px) {
  .account-page .main-content {
    width: 100%;
  }
}
.account-page .main-content .inner {
  max-width: 100%;
  width: 1200px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 0px;
}

/* End of Account Page */
/* Form Elements */
.form-elements-page {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}
.form-elements-page .inner, .account-page .main-content .form-elements-page .inner {
  margin: 0 auto;
  max-width: calc(100% - 24px);
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.input-group label {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: black;
  margin: 0;
  padding: 0;
  display: block;
}
.input-group label.switch {
  display: inline-block;
}
.input-group input,
.input-group select,
.input-group textarea {
  border: 1px solid #ededed;
  padding: 8px 12px;
  background-color: white;
  outline: none;
  font-size: 16px;
  font-weight: 600;
}
.input-group input:focus,
.input-group input:active,
.input-group select:focus,
.input-group select:active,
.input-group textarea:focus,
.input-group textarea:active {
  border: 1px solid #205273;
}
.input-group .checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-group .checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.input-group.error input,
.input-group.error select,
.input-group.error textarea {
  border: 1px solid rgb(160, 0, 0);
}
.input-group.error label {
  color: rgb(160, 0, 0);
}
.input-group.error .error-message {
  font-size: 14px;
  font-weight: bold;
  color: rgb(154, 21, 21);
  margin: 0;
  padding: 0;
}
.input-group.good input,
.input-group.good select,
.input-group.good textarea {
  border: 1px solid rgb(0, 160, 72);
}
.input-group.good label {
  color: rgb(0, 160, 72);
}
.input-group.good .message {
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 160, 72);
  margin: 0;
  padding: 0;
}
.input-group .info {
  display: flex;
  gap: 6px;
}
.input-group .info i {
  font-size: 16px;
  color: #205273;
}
.input-group .info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

/* End of Form Elements */



.alert  {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  padding: 2rem;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  transition:  all 0.2s ease-in-out;
  z-index: 1003;
}

.alert.info {
  background: green;
  color: white;
}

.alert.error {
  background: #f65656;
  color: white;
}

.alert.visible {
  transform: translate(-50%, -120%);
}

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

.waiting-loader-area {
  height: 950px;
}

.loader
{
    position: fixed;
    z-index: 1004;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

#loader i {
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #205273;
}

@keyframes loader-rotate {
    to {
      transform: translate(-50%, -50%) rotate(360deg)
    }
  }


  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .switch  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch  input:checked + .slider {
    background-color: #205273;
  }
  
  .switch  input:focus + .slider {
    box-shadow: 0 0 1px #205273;
  }
  
  .switch  input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
  }
  
  /* Rounded sliders */
  .switch  .slider.round {
    border-radius: 34px;
  }
  
  .switch  .slider.round:before {
    border-radius: 50%;
  }
  
  .switch-content .switch-label {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
  }

  .notification-unsubscribe-panel {
    width: 350px;
    margin: 0 auto 50px auto;
    border: 1px solid lightgray;
    padding: 10px;
    font-size: 15px;
  }

  .login-panel {
    width: 350px;
    margin: 0 auto 50px auto;
    border: 1px solid lightgray;
    padding: 10px;
    font-size: 20px;
  }

  .login-panel .signup-username-free {
    color:green;
  }
  
  .login-panel .signup-username-taken {
    color:red;
  }

  .login-panel input[type=text].signup-username {
    width: calc(100% - 40px);
  }

  .login-panel .signup-username-result {
    margin: 0 10px;
  }

  .login-panel .info-username{
    font-weight: bold;
    font-size: 1.2em;
    color: gray;
    border: 1px solid darkgray;
    padding: 5px;
  }

  .account-validation-error {
    text-align: center;
    margin: 50px;
    font-size: 12pt;
    color:red;
  }
  
  .account-validation-ok {
    text-align: center;
    margin: 50px;
    font-size: 12pt;
  }
  
  .account-validation-ok-container {
    text-align: center;
    margin-bottom: 50px;
  }

  .account-validation-ok-container button {
    display: inline-block;
  }

  .terms-panel {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
  }


  .p-carousel-item-list {
    align-items: center;
  }

  .p-carousel-item {
    padding: 0 5px;
  }


  .cookies-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  
  .cookies-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
  }
  
  .cookies-banner button:hover {
    background: #fff;
    color: #222;
  }

  .no-contests {
    text-align: center;
    color: #4d96ca;
    height: 200px;
    margin-top: 200px
  }