.new-gws-agenda-session-tags-container {
  display: flex;
  justify-content: end;
}

.new-gws-agenda-session-tags-container > div {
  margin: 1px;
  background-color: #ddd;
  padding: 2px 9px;
  display: flex;
}

.new-gws-agenda-session-tags-container > div > svg {
  width: 1.5rem;
  margin-right: 5px;
}

.new-gws-agenda-sessions {
  width: 80%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #29BCE5;
}

.new-gws-agenda-time {
  width: 20%;
  font-weight: bold;
  margin-top: 1rem;
  border-bottom: 1px solid #29BCE5;
}

.new-gws-agenda-session-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2154A3;
}

.new-gws-agenda-block {
  display: flex;
  padding-top: 0.5rem;
  margin-right: -100rem;
  margin-left: -100rem;
  padding-right: 100rem;
  padding-left: 100rem;
}

.new-gws-agenda-session {
  margin-bottom: 2rem;
  padding: 0.5rem;
  position: relative;
}

.new-gws-agenda-speakers-swoogo-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.new-gws-agenda-speaker-swoogo {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
}

.new-gws-agenda-speaker-swoogo:hover {
  color: #E30052;
}

.new-gws-agenda-speaker-swoogo:has(.new-gws-agenda-speaker-swoogo-left-featured) {
  width: 50%;
}

.new-gws-agenda-speaker-swoogo-left-featured {
  display: flex;
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: clip;
}

.new-gws-agenda-speaker-swoogo-left-featured > img {
  object-position: 50% top !important;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.new-gws-agenda-speaker-swoogo-left {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: clip;
}

.new-gws-agenda-speaker-swoogo-left > img {
  object-position: 50% top !important;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.new-gws-agenda-speaker-swoogo-right {
  padding-left: 5px;
  max-width: 50%;
}

.new-gws-agenda-speaker-swoogo-name-div {
  font-weight: bold;
  color: #2154A3;
}

.new-gws-agenda-speaker-swoogo-name-a {
  text-decoration: underline;
  font-weight: bold;
  color: #E30052;
}

.new-gws-agenda-speaker-swoogo-company-a {
  font-size: 0.8rem;
}

.new-gws-agenda-speaker-swoogo-company-a:hover {
  color: #E30052;
}

.new-gws-agenda-speaker-swoogo-company-div {
  font-size: 0.8rem;
  color: grey;
}

.new-gws-agenda-speaker-swoogo-company-div:hover {
  color: grey;
}

.new-gws-agenda-speaker-swoogo-roundtable {
  display: flex;
  margin-bottom: 10px;
}

.new-gws-agenda-swoogo-speaker-tag {
  font-weight: bold;
  color: #29BCE5;
  border-top: 1px solid #8d9194;
  margin-bottom: 10px;
}

.gdlr-speaker-info-wrapper {
  max-width: 250px !important;
}

.gdlr-speaker-info-inner {
  color: black!important;
  background-color: #E8F2FF!important;

  h4 {
    color: #E30052!important;
  }
}

.new-gws-agenda-session-wrapper {
  display: flex;
  justify-content: space-between;
}

.new-gws-agenda-session-wrapper-text {
  display: flex;
  flex-direction: column;
}

.new-gws-agenda-session-button {
  margin-top: 2rem;
}

.new-gws-agenda-sponsors-container-wrapper {
  display: flex;
  align-items: self-start;
  margin-left: 10px;
}

.new-gws-agenda-sponsor-label {
  color: #29BCE5;
  font-size: 0.8rem;
}

.new-gws-agenda-sponsors-container-outer {}

.new-gws-agenda-sponsors-title {
  font-weight: bold;
}

.new-gws-agenda-sponsors-container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.new-gws-agenda-sponsors-container-inner>a {
  margin-right: 1rem;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-gws-agenda-sponsors-container-inner>a>img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
}

.new-gws-agenda-swoogo-round-speakers {
  display: flex;
  flex-wrap: wrap;
}

.new-gws-agenda-roundtable {
  background-color: #fff;
  border: 1px solid #888;
}

.new-gws-agenda-roundtables-container-outer {
  border-top: 1px solid #8d9194;
  padding-top: 10px;
}

.new-gws-agenda-roundtable-title {
  margin-bottom: 10px;
}

.new-gws-agenda-swoogo-banner {
  background-color: #05142B;
  padding: 2rem 100rem;
  margin: 0rem -100rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.new-gws-agenda-swoogo-banner-left {
}

.new-gws-agenda-swoogo-banner-title {
  color: #29BCE5;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}

.new-gws-agenda-swoogo-banner-subtitle {
  color: #29BCE5;
  text-transform: uppercase;
}

.new-gws-agenda-swoogo-banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-gws-agenda-swoogo-banner-button {
  background-color: #2154A3;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
  padding: 10px 25px;
  margin: 5px;
  color: white;
}

.new-gws-agenda-swoogo-banner-button:hover {
  color: #29BCE5;
}

.new-gws-agenda-swoogo-banner-button-highlighted {
  background-color: #29BCE5 !important;
  color: #fff !important;
}

@media only screen and (max-width: 900px) {
  .new-gws-agenda-speaker-swoogo {
    width: 49%;
  }
}

@media only screen and (max-width: 550px) {
  .new-gws-agenda-speaker-swoogo {
    width: 99%;
  }
}

.new-gws-agenda-swoogo-round-speakers > .new-gws-agenda-speaker-swoogo {
  width: 99% !important;
}


@media only screen and (max-width: 900px) {
  .new-gws-agenda-block {
    flex-direction: column;
  }

  .new-gws-agenda-time {
    width: 100%;
  }

  .new-gws-agenda-sessions {
    width: 100%;
  }

  .new-gws-agenda-roundtable {
    width: 98%;
  }

  .new-gws-agenda-session-title {
    margin-top: 1rem;
  }

  .new-gws-agenda-session-wrapper {
    flex-direction: column;
  }

  .new-gws-agenda-swoogo-banner {
    flex-direction: column;
  }
}


.uf-agenda-roundtables-columns-2>.uf-agenda-roundtables-column {
  display: none;
}

.uf-agenda-roundtables-columns-1>.uf-agenda-roundtables-column {
  display: flex;
}


.uf-agenda-roundtables-container {
  padding-top: 5px;
}

.uf-agenda-roundtables-columns {
  display: flex;
  justify-content: space-evenly;
}

.uf-agenda-roundtables-columns-3>.uf-agenda-roundtables-column {
  width: 32%;
  display: flex;
}

.uf-agenda-roundtables-columns-2>.uf-agenda-roundtables-column {
  width: 49%;
  display: none;
}

.uf-agenda-roundtables-columns-1>.uf-agenda-roundtables-column {
  width: 98%;
  display: none;
}

.uf-agenda-roundtables-column {
  flex-direction: column;
}

.uf-agenda-roundtables-column>div {
  flex-direction: column;
}

.uf-agenda-roundtables-column-visible {
  display: flex;
}

.uf-agenda-roundtables-column-hidden {
  display: none;
}

.uf-agenda-roundtable-container {
  border-width: 1px;
  border-style: solid;
  margin: 5px 0px;
}

.uf-agenda-roundtable-title {
  margin: 5px;
  font-weight: bold;
}

.uf-agenda-roundtable-container>.uf-agenda-speakers-grid-container {
  margin: 5px;
}

@media only screen and (max-width: 1000px) {
  .uf-agenda-roundtables-columns-3>.uf-agenda-roundtables-column {
    display: none;
  }

  .uf-agenda-roundtables-columns-2>.uf-agenda-roundtables-column {
    display: flex;
  }
}

.uf-agenda-big-button-row {
  padding: 12px 0px;
}

.uf-agenda-big-button-row>a,
.uf-agenda-big-button-row>div {
  background-color: #E30053;
  font-weight: bold;
  border-radius: 50px;
  padding: 7px 12px;
  color: #fff;
  display: inline;
  cursor: pointer;
}

.uf-agenda-speaker-regular-left {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: clip;
}

.uf-agenda-speaker-regular-left>img {
  object-position: 50% top !important;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.uf-agenda-speakers-grid-container>.uf-agenda-label {
  margin-bottom: 5px;
}

.uf-agenda-speakers-grid {
  display: flex;
  flex-wrap: wrap;
}


.uf-agenda-tag-row {
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0px 5px;
}


.uf-agenda-border-technology {
  border: 3px solid #00B1EE;
}
.uf-agenda-border-industrial {
  border: 3px solid #EFA724;
}

.uf-agenda-border-climate {
  border: 3px solid #1E9555;
}

.uf-agenda-border-finance {
  border: 3px solid #18524E;
}

.uf-agenda-border-utilities {
  border: 3px solid #7D1777;
}

.uf-agenda-border-desal-and-reuse {
  border: 3px solid #C3262C;
}

.uf-agenda-background-technology {
  background-color: #00B1EE;
  padding: 0px 5px;
}

.uf-agenda-background-industrial {
  background-color: #EFA724;
}

.uf-agenda-background-climate {
  background-color: #1E9555;
}

.uf-agenda-background-finance {
  background-color: #18524E;
}

.uf-agenda-background-utilities {
  background-color: #7D1777;
}

.uf-agenda-background-desal-and-reuse {
  background-color: #C3262C;
}

.uf-agenda-tag-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-right: 5px;
}
