body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 350;
  -webkit-font-smoothing: subpixel-antialiased;
}

body *::selection {
  background: #e74c3c;
  color: #fff;
}

.header-box {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  background: #f8f9fa;
  padding: 16px 20px;
  border-radius: 10px;
  border-left: 5px solid #007bff;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.header-box h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}
.header-box p {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.header-box a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
.header-box a:hover {
  text-decoration: underline;
}




.container {
  max-width: 980px;
}

.top-strip {
  background-color: #333;
  height: 0.25em;
  width: 100%;
}

h1,
h2,
h3 {
  /* font-weight: 300; */
}

h1 {
  margin: 0 0 10px;
  font-size: 2em;
  line-height: 35px;
}

h2 {
  margin: 0 0 10px;
  font-size: 1em;
  line-height: 30px;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}

.page-header {
  margin-top: 20px;
}

#conf-title.page-header {
  border-bottom: none;
}

p.authors {
  margin-bottom: 5px;
  color: #808080;
  font-size: 20px;
}

p.authors a {
  border-color: #dedede;
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: inherit;
}

p.lead.authors a {
  border-bottom: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.thumb {
  margin: 20px 0;
  border: 1px solid #808080;
}

pre {
  color: #333;
  font-size: 12px;
  line-height: 17px;
}

footer {
  font-size: 13px;
}

.conf-row {
  margin-bottom: 5px;
}

.conf-title {
  font-size: 16px;
  font-weight: 500;
}

.tagtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #007bff;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.past-deadlines {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #007bff;
  margin-bottom: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}


.mytitle {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  padding: 8px 0;
  display: inline-block;
}

.spinning-icon {
  display: inline-block;
  animation: spin 2s linear infinite;
  margin-right: 8px; /* Adjust the spacing between the icon and the title */
}

/* Keyframes for the spinning effect */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.conf-date i, .conf-place i {
  margin-right: 2px; 
  color: #007bff;
}

.conf-place {
  margin-left: 10px; 
}

.conf-place a {
  color: #007bff; 
}

.footer-text {
  color: #007bff;
}


.deadline,
.meta {
  font-size: 13px;
}

.note {
  font-size: 13px;
  margin-bottom: 5px;
}

.timer {
  font-size: 18px;
  font-weight: 500;
}

#conf-timer {
  font-size: 72px;
  color: #444;
}

.conf-sub {
  color: rgb(36, 101, 191);
  background: rgba(236, 240, 241, 0.7);
  font-size: 13px;
  padding: 3px 5px;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 300;
}

.conf-sub::selection {
  background: #0097e6;
}

.checkbox input[type="checkbox"]:checked:after {
  background-color: #0097e6;
  border-color: #0097e6;
}

.checkbox input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:focus:after {
  border-color: #0097e6;
}

.pwc-link {
  color: #1198b2;
  text-decoration: none;
  border: none;
  vertical-align: middle;
}

.pwc-link:hover {
  color: #1198b2;
  border-bottom: 1px solid #1198b2;
}

.icon-inner {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  fill: currentColor;
}

.pwc-icon {
  top: -2px;
}

#past-events-section {
  margin-top: 5px; 
  margin-bottom: 5px; 
  border-bottom: 2px solid #ddd;
}

#past-events-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #bb2d3b;
}

.badge-danger {
  background-color: #bb2d3b;
}

.abstractdeadline {
  color: crimson;    
}

@media only screen and (max-width: 780px) {
  #conf-timer {
    font-size: 64px;
  }
  .calendar {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 450px) {
  #conf-timer {
    font-size: 36px;
  }
  .note {
    display: none;
  }
  .conf-row {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 375px) {
  #conf-timer {
    font-size: 28px;
  }
}

.checkbox {
  font-size: 14px;
}

.calendar {
  font-size: 12px;
  margin-top: 3px;
}

.calendar img {
  margin-right: 5px;
}

.ind-cal {
  margin: 0 5px;
}

.calendar img {
  height: 20px;
}

.conf {
  transition: background-color 0.3s ease;
  border-radius: 15px;             /* Rounded corners */
  padding: 20px;                   /* Padding inside the blocks */
  margin-bottom: 20px;             /* Space between blocks */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  border: none;                    /* Remove border */
}

.conf-container {
  padding: 0;                      /* Remove padding from the container */
}

.conf hr {
  border: none;                    /* Remove the default border */
  margin: 0;                       /* Remove margin to eliminate space */
}

.conf:nth-child(odd) {
  background-color: #f0f8ff; /* Alice Blue */
}

.conf:nth-child(even) {
  background-color: #e6f7ff; /* Light Cyan */
}

.conf.past {
  background-color: #ffe6e6; /* Light Coral for past deadlines */
}

.conf:hover {
  background-color: #d1e7dd; /* Light Green on hover */
  transform: scale(1.02);     /* Slightly enlarge on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
}