.twitter-feed {
  width: 100%;
  margin: auto;
}

@media (min-width: 480px) {
  .twitter-feed {
    width: 350px;
  }
}

@media (min-width: 1650px) {
  .twitter-feed {
    position: absolute;
    top: 0;
    left: -350px;
    overflow-y: scroll;
  }
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.twitter-feed::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.twitter-feed::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, .1);
}

.twitter-feed::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
}

.tooltipradio {position: absolute !important; left: -70px; top: 0px}


.contact-container .box-info + .box-info {
  display: none !important;
}

.bluetext {
  color: #0364ff;
  font-weight: bold;
  cursor: pointer;
}

body {
  position: relative;
}

.session-modal {
  display: none;
  position: fixed;
  width: 65%;
  top: 50%;
  right: 0%;
  transform: translate(-5px, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 9999;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: block;
}

@media (max-width: 768px) {
  .session-modal {
    width: 100%;
    height: auto;
    top: 54px;
    left: 0;
    transform: none;
  }
}

.logo_home a {
	display: flex;
	justify-content: center;
  align-items: center;
  width: 100%;
}

.logo_home a img {
	display: block;
  width: 100%;
  object-fit: contain;
  max-height: 85px;
}

.class-parallel_session_days_choice_1, .class-parallel_session_days_choice_2, .class-parallel_session_days_choice_3 {
  margin-top: 50px !important;
}

.class-parallel_session_days_choice_1 .title-input, .class-parallel_session_days_choice_2 .title-input, .class-parallel_session_days_choice_3 .title-input {
  font-weight: bold;
}

.register-block .touch-anim.register {
	background-color: #ffd201 !important;
	color: #192384 !important;
}

#banner .event-details .date span.sep {
	padding: 0 20px 0 0 !important;
}

.event-details .date-bg {
	width: 210px !important;
}

@media (max-width: 479px) {
  .logo_home {
    margin: 25px 0 !important;
  }
}
.class-parallel_session_days_choice_1 p, .class-parallel_session_days_choice_2 p, .class-parallel_session_days_choice_3 p {
  max-width: 100% !important;
}
.class-parallel_session_days_choice_1 .required, .class-parallel_session_days_choice_2 .required, .class-parallel_session_days_choice_3 .required {
  display: none !important;
}

#programme .programme-session:not(.subtitle-session) .hour-range {
	background: #192384 !important;
}

.sm-title::after {
	display: none;
}

.logo_home.eu img {
	max-height: 60px;
}