h1 {
  font-size: 3rem !important;
  color: white;
}

h2 {
  font-size: 2.25rem !important;
  color: white;
}

h4 {
  font-size: 1.5rem !important;
  color: black;
}

.title-dates {
  padding-left: 5rem;
  padding-bottom: 1rem;
}

h5 {
  font-size: 1.5rem !important;
  color: white;
  font-style: italic;
}

h6 {
  font-size: 1.1rem !important;
  color: #eb5b73 !important;
}

.btn-papers,
.btn-papers:active,
.btn-papers:focus {
  color: black;
  border: 2px solid #999;
  background: white;
}

.std-btn-papers {
  margin-bottom: 10px;
}

.btn-papers:hover {
  color: white;
  background: #eb5b73;
  border: 2px solid #eb5b73;
}

.btn-sponsor {

}

.carousel-inner {
  height: auto;
}

.card-papers {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.card-text-papers {
  font-size: 16px;
  color: #444;
}

.fa-check {
  color: black !important;
}

.xl {
  font-size: 18px !important;
  margin-bottom: 1px !important;
}

.l {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}

.main-title {
  margin-bottom: 3rem;
}

.eswc-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}

.submission-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.secondary-title {
  margin-bottom: 3rem;
}

.navbar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.navbar-button {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .main-title {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .title-dates {
    padding-left: 0;
  }
  .eswc-image img {
    max-width: 40%;
  }
}

.container-dates {
  
  padding-bottom: 3rem;
}

.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: '';
    display: block;
    border-top: 0.25rem dotted #eb5b73;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: '';
    display: block;
    border-top: 0.25rem dotted #eb5b73;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: 0.3125rem;
  }
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eb5b73;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: '';
  background-color: #eb5b73;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 0.5;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: -400px;
  border-top: 2px solid #7c7c7c;
}
th,
td {
  padding: 15px; /* Increased padding for better spacing */
  text-align: left;
  border-bottom: 2px solid #7c7c7c; /* Thicker line between slots */
}
/* Different slot styles */
.full-paper-cat {
  background-color: #fbc8b1; /* Light red background for full paper categories */
}
/* Different slot styles as alternated hues of the category color */
.full-paper:nth-child(odd) {
  background-color: #fef1ec;
}
.full-paper:nth-child(even) {
  background-color: #fde3d8;
}

.short-paper-cat {
  background-color: #cbeaf6; /* Light peach background for short paper categories */
}
.short-paper:nth-child(odd) {
  background-color: #eef8fc;
}
.short-paper:nth-child(even) {
  background-color: #dcf1f9;
}

.keynote {
  background-color: #e6e9af; /* Light green background for keynotes */
}
.keynote-link {
  text-decoration: underline;
}
.keynote-link:visited {
  color: black;
  text-decoration: underline;
}
.short-paper {
  background-color: #ffe6cc; /* Light peach background for short paper poster sessions */
}
.hour {
  background-color: #ffffff; /* Light grey background for hours */
  /* white-space: nowrap; */
  font-style: italic;
  font-size: medium;
  text-align: center;
}
.hour-dark {
  background-color: #fef1ec; /* Dark grey background for hours */
}
.hour-intro {
  background-color: #fde3d8; /* Blue background for hours */
}


.coffee-break {
  background-color: #fef1ec; /* Dark grey background for hours */
}
.intro-cat {
  background-color: #fde3d8; /* Blue */
}
.cat {
  font-weight: bold; /* Bold font for category names */
  text-align: center;
  font-size: medium;
}
/* Add more space between sessions */
td {
  padding-top: 20px;
  padding-bottom: 20px;
}

figure {
    display: inline-block
}

.hero-content-v2-sponsor {
  margin-top: 0;
  margin-bottom: 40px; 
}

.hero-content-v2-sponsor h3 {
  font-size: 24px;
  color: #2f3542;
  font-weight: 400;
  margin-bottom: 15px; 
}

.hero-content-v2-sponsor h3 strong {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 25px;
}

.hero-content-v2-sponsor p {
  color: #444;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6; 
}

.top-slide {
  
}

.header-style-33 {
    background: url(/assets/images/dubrovnik-large-sponsor.jpg) no-repeat left center;  /* url(/assets/images/sponsor-banner-3.jpg) no-repeat left center; */
    background-size: cover;
    padding-top: 120px ;
    min-height: 600px;
}

.header-style-33 .hero-content-v2 h3 {
    color: #fff
}

.header-style-33 .hero-content-v2 p {
    color: #fff
}
