body.width-full #fContent {
	padding-left:20px;
	padding-right:20px;
}

:root {
    --brand-color-1: #3970b7;	/*Dark Blue*/
    --brand-color-2: #99daf6;	/*Light Blue*/
    --brand-color-3: #ef5c8b;	/*Dark Pink*/
    --brand-color-4: #f19ec2;	/*Light Pink*/
	--brand-color-5: #00b7b0;	/*Green*/
}

.session-people-title-40079:after {
	content: " ";
}

.coming-soon > a {
    color: grey;
    cursor: not-allowed;
}

.hint-button {
    background-color: var(--brand-color-1);
    width: fit-content;
    padding: 10px;

		a {
		    color: #fff !important;
	}
}

/**Header Color**/
header.fHeader {
  background-color: var(--brand-color-2);
}

.f-scrolled header.fHeader {
	box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
}

a.fButton,
form.fForm .buttons input,
.f-button.f-button-back,
#abstract-preview-button{
    font-weight: 600;
}

/***Main Menu***/
.menu-horizontal a{
	color: #000;
	padding: 10px 15px;
	font-weight: 600;
}

.menu-horizontal a:hover{
	color: var(--brand-color-1-text);
}
.menu-horizontal .fMenu li:hover,
.menu-horizontal .fMenu li.selected{
	background: var(--brand-color-4);
}
.menu-horizontal nav>ul>li>ul {
    position: absolute;
    top: 100%;
    width: 250px;
    display: none;
}
.menu-horizontal ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.menu-horizontal nav>ul>li>ul li a:hover {
    color: #000;
    background-color: var(--brand-color-2);
}
.menu-horizontal nav>ul>li>ul li a {
    color: #000;
    background: var(--brand-color-4);
    font-size: 0.8rem;
    padding: 10px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease 0.1s;
    box-shadow: 0px 0px 20px #00000008;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.menu-horizontal .fMenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: absolute;
    padding-top: 0;
    top: 100%;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    display: block;
    transform: perspective(600px) scale(1);
    width: 250px;
}
.menu-horizontal .fMenu li:hover>ul li{
    text-align:left;
}

/**Abstract List**/
.abstracts-list .f-list-item {
	transition: 0.2s background-color;
}
.abstracts-list .f-list .f-list-item:hover {
	background-color: #fff8ef;
}
.abstracts-list .f-list-title {
	font-weight: 800;
	font-size: 1.1rem;
}
.abstracts-list .f-list-title a {
	color: var(--brand-color-theme-1);
}
.abstracts-list .f-list-item-container {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 1rem;
	padding-left: 60px;
}
.abstracts-list .f-list .f-list-column-1 {
	flex-grow: 1;
}
.abstracts-list .f-list .f-list-column-2 {
	flex-basis: 120px;
	text-align: center;
	flex-shrink: 0;
}
.abstracts-list #f-list-node-id {
	display: block;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
}
.abstracts-list #f-list-node-id::before {
	content: "Abstract No: #";
	display: inline;
}
.abstracts-list .f-list-item {
	background:url('https://storage.unitedwebnetwork.com/files/1050/4cd33573334380041a751bba674ccbd3.png') 1rem center no-repeat;
	background-size: 32px;
	border: 2px solid var(--brand-color-2);
	background:#fff;
}
.abstracts-list .f-list-item.f-list-done {
	background:url('https://img.icons8.com/color/96/checked--v1.png') 1rem center no-repeat;
	background-size: 32px;
	background-color: #e0ffe0;
}
.abstracts-list .f-list-item.f-list-draft {
	background:url('https://img.icons8.com/color/96/000000/box-important--v1.png') 1rem center no-repeat;
	background-size: 32px;
	background-color: #fffce0;
}
.abstracts-list .f-list-item.f-list-withdrawn {
	background-size: 32px;
	background-color: #dcdcdc;
	opacity: 0.6;
}
.f-list-paid-1 #f-list-node-40077 {
	font-weight: bold;
	color: #ff1100;
}
.f-list-draft #f-list-node-40077 {
	font-weight: bold;
	color: #ff9100;
}
.f-list-done #f-list-node-40077 {
	font-weight: bold;
	color: #00cc00;
}
.abstracts-list .f-list-subtitle .f-list-node-value{
	display:block;
	color: #000;
}
.abstracts-list .f-list-item .f-list-item-container.reviewed,
.abstracts-list .f-list-item.f-list-done .f-list-item-container {
    background: #4caf5021;
}

#btnDraft {
    position: relative;
	font-size: 1rem;
	font-weight: 600;
	color: var(--brand-color-1-text);
	text-align: center;
	background-color: var(--brand-color-1);
	overflow: hidden;
	border-radius: 5px;
	transition: all 300ms ease;
	display: inline-block;
	border-color: var(--brand-color-1);
	padding: 1rem 1.5rem;
}

/**Registration Successful**/
.reg-success {
  max-width: 560px;
  margin: 48px auto;
  padding: 48px 40px 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(57, 112, 183, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: center;
}

/* Top gradient accent bar */
.reg-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--brand-color-1, #3970b7),
    var(--brand-color-5, #00b7b0),
    var(--brand-color-3, #ef5c8b)
  );
}

/* Success checkmark badge */
.reg-success h3::before {
  content: "✓";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-color-5, #00b7b0), var(--brand-color-1, #3970b7));
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  box-shadow: 0 8px 20px rgba(0, 183, 176, 0.3);
}

.reg-success h3 {
  font-size: 26px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.reg-success h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-color-1, #3970b7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

/* Confirmation number as a pill */
.reg-success h4 br {
  display: none;
}
.reg-success h4::after {
  content: "";
}

.reg-success p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.6);
  max-width: 420px;
  margin: 20px auto;
}

.reg-success p a {
  color: var(--brand-color-1, #3970b7);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.reg-success p a:hover {
  border-color: var(--brand-color-1, #3970b7);
}

/* Button */
.reg-success .fButton {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--brand-color-1, #3970b7), var(--brand-color-5, #00b7b0));
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(57, 112, 183, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.reg-success .fButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(57, 112, 183, 0.36);
}

@media (max-width: 600px) {
  .reg-success {
    margin: 24px 16px;
    padding: 36px 24px 32px;
    border-radius: 16px;
  }
}

/*Speaker List*/
.user-list-speaker .f-list {
  border-top: 0;
}
/* ---- Card ---- */
.user-list-speaker .f-list-item {
  margin-bottom: 1.5rem;
}
.user-list-speaker .f-list-item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.user-list-speaker .f-list-item:hover .f-list-item-container {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
/* ---- Photo: fixed ratio box, no overlay ---- */
.user-list-speaker .f-list-item-teaser-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  background: #f2f2f2;
}
.user-list-speaker .f-list-item-teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.35s ease;
}
.user-list-speaker .f-list-item:hover .f-list-item-teaser-image img {
  transform: scale(1.05);
}
/* Thin brand-colored underline beneath the photo */
.user-list-speaker .f-list-item-teaser-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brand-color-1);
}
/* ---- Name ---- */
.user-list-speaker .f-list-item-title {
  padding: 14px 16px 2px;
}
.user-list-speaker .f-list-item-title a {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3;
}
/* ---- Subtitle block: 1st = institution, 2nd = role, 3rd = country ---- */
.user-list-speaker .f-list-item-subtitle {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.user-list-speaker .f-list-item-subtitle a {
  display: contents; /* spans lay out independently of the wrapping <a> */
}
.user-list-speaker .f-list-item-subtitle span {
  display: block;
}
.user-list-speaker .f-list-item-subtitle span:empty {
  display: none;
}
/* 1st span — institution, clamped to 2 lines so long text never breaks card height */
.user-list-speaker .f-list-item-subtitle span:nth-of-type(1) {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-color-1);
  line-height: 1.35;
  margin-bottom: 5px;
}
/* 2nd span — role */
.user-list-speaker .f-list-item-subtitle span:nth-of-type(2) {
  font-size: 0.82rem;
  color: #777;
  font-style: italic;
  margin-bottom: 10px;
}
/* 3rd span — country, pill badge, always pinned to bottom of the card */
.user-list-speaker .f-list-item-subtitle span:nth-of-type(3):not(:empty) {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--brand-color-1);
  background: color-mix(in srgb, var(--brand-color-1) 10%, #fff);
  padding: 4px 10px;
  border-radius: 999px;
}

.user-list-speaker .f-list-item-subtitle span:nth-of-type(3):not(:empty)::before {
  content: "\f3c5"; /* fa-location-dot */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* required for solid-style icons to render */
  margin-right: 5px;
}

/* ---- Filters as modern pills ---- */
.f-list-filter a {
  display: inline-block;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #333;
  padding: 6px 16px;
  margin: 4px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.f-list-filter a:hover {
  border-color: var(--brand-color-1);
  color: var(--brand-color-1);
}
.f-list-filter a.selected {
  border: 1.5px solid var(--brand-color-1);
  background: var(--brand-color-1);
  color: #fff;
  font-weight: 600;
}
/* ---- Header search (full width, no flex) ---- */
.user-list-speaker .f-list-header {
  width: 100%;
  margin-bottom: 1.5rem;
}
.user-list-speaker .f-list-header-item-search,
.user-list-speaker .f-list-header-item-go {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.user-list-speaker .f-list-header-item-search {
  width: calc(100% - 70px);
}
.user-list-speaker .f-list-header-item-go {
  width: 56px;
}
.user-list-speaker .f-list-header-item-search input {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.9rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.user-list-speaker .f-list-header-item-search input:focus {
  outline: none;
  border-color: var(--brand-color-1);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-color-1) 15%, transparent);
}
.user-list-speaker .f-list-header-item-go input {
  width: 100%;
  border: none;
  background: var(--brand-color-1);
  color: #fff;
  border-radius: 999px;
  padding: 10px 0;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.user-list-speaker .f-list-header-item-go input:hover {
  opacity: 0.88;
}
/* ---- Hide the empty teaser-content block ---- */
.user-list-speaker .f-list-item-teaser-content {
  display: none;
}
/* ---- Mobile: horizontal row layout ---- */
@media (max-width: 767px) {
  .user-list-speaker .f-list-item {
    margin-bottom: 0.75rem;
  }
  .user-list-speaker .f-list-item-container {
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-template-areas:
      "image title"
      "image subtitle";
    align-items: start;
    column-gap: 14px;
    row-gap: 2px;
    padding: 12px 14px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  }
  .user-list-speaker .f-list-item:hover .f-list-item-container {
    transform: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  }
  .user-list-speaker .f-list-item-teaser-image {
    grid-area: image;
    width: 72px;
    aspect-ratio: 1;
  }
  .user-list-speaker .f-list-item-teaser-image::after {
    display: none;
  }
  .user-list-speaker .f-list-item-teaser-image a {
    display: block;
    width: 72px;
    height: 72px;
  }
  .user-list-speaker .f-list-item-teaser-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
  }
  .user-list-speaker .f-list-item:hover .f-list-item-teaser-image img {
    transform: none;
  }
  .user-list-speaker .f-list-item-title {
    grid-area: title;
    padding: 0;
    font-size: 0.98rem;
  }
  .user-list-speaker .f-list-item-title a {
    font-size: 0.98rem;
  }
  .user-list-speaker .f-list-item-subtitle {
    grid-area: subtitle;
    padding: 0;
    display: block;
  }
  .user-list-speaker .f-list-item-subtitle span:nth-of-type(1) {
    -webkit-line-clamp: 2;
    font-size: 0.8rem;
  }
  .user-list-speaker .f-list-item-subtitle span:nth-of-type(3):not(:empty) {
    margin-top: 6px;
  }
}

/*Programme Speaker**/
.session-people-subtitle-40099:empty {
	display: none;
}
.session-people-subtitle-40099:before {
	content: ", ";
}