@charset "UTF-8";
/* Adobe DITAWORLD 2025 CSS
   Build 2024-06-27-002
   Author: Stefan Gentz (Adobe)
*/

@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');

@font-face {
   font-family: fontawesome;
   font-weight: 900;
   font-style: normal;
   src: url('https://techcomm.io/adobe/ditaworld/app/fonts/fa-solid-900.woff2');
   font-display: swap;
}
        
@font-face {
   font-family: fontawesome-brands;
   font-weight: 900;
   font-style: normal;
   src: url('https://techcomm.io/adobe/ditaworld/app/fonts/fa-brands-400.woff2');
   font-display: swap;
}

/* img-responsive */
.adw-full-width {
  padding: 0px;
  margin: 0px;
}

/* FIX: main navigation drop down dissapearing */

ul.dropdown-menu {
  margin-top: 0px;
}

.attendease-block-image.block-image-full-width .attendease-block-content {
  overflow: hidden;
}

.attendease-portal-style-nav.navbar {
  z-index: 100000;
  width: 100%;
  min-height: 64px;
  background-color: #2c2c2c;
  border-color: black;
  border-radius: 0;
  margin-bottom: 0;
  max-width: 100%;
}

.attendease-portal-style-nav.navbar .navbar-nav {
  margin-left: 0;
  margin-right: 0;
  background-color: #2c2c2c;
}

.attendease-portal-style-nav.navbar .navbar-collapse li {
  border-bottom: 0;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0px;
}

.attendease-portal-style-nav.navbar .navbar-nav > li ul.dropdown-menu {
  background-color: #2C2C2C;
  border-radius: 8px;
  margin-bottom: 15px;
}

.attendease-portal-style-nav.navbar .navbar-collapse.in li,
.attendease-portal-style-nav.navbar .navbar-collapse.collapsing li {
  text-transform: none;
  border-bottom: 0px solid #404040;
}

.attendease-portal-style-nav.navbar .navbar-nav > li a {
  font-weight: bold;
}

ul.navbar-dropdown-item-list {
  background-color: #2c2c2c;
  list-style-type: none;
  padding-left: 10px;
}

.img-responsive {
  overflow: hidden;
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 2.0s ease-out, transform 1.5s ease-out;
  will-change: opacity, visibility;
}

.img-responsive.is-visible {
  overflow: hidden;
  opacity: 1;
  transform: none;
  visibility: visible;
}

.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 2.0s ease-out, transform 1.5s ease-out;
  will-change: opacity, visibility;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 130%;
  /* overwrite the stupid % values below 100%  */
}

div.attendease-event-details.col-sm-8.col-sm-pull-4.col-xs-12 > h1 {
  display: none;
}

/* hides the automatically generated h1 */

div.attendease-event-description > :first-child {
  margin-top: 0px;
  padding-top: 0px;
}

/* sets padding-top / margin-top for any possible first child element to 0  */

.popover-title {
  color: #2C2C2C;
}

.popover-content {
  color: #2C2C2C;
}

.registration-form h2,
.attendease-registration-heading {
  color: #F5F5F5;
  font-size: xxx-large;
}

.attendease-registration-form .form-group label,
.attendease-registration-form .form-group .control-label,
.legalnotice,
label {
  color: #F5F5F5 !important;
}

div.attendease-registration-forms-list form fieldset legend {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
  text-align: right !important;
  color: #f5f5f5 !important;
  font-weight: 500 !important;  
}

.attendease-registration-form .attendease-registration-forms-list .form-group legend,
.attendease-registration-forms .attendease-registration-forms-list .form-group legend {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
  text-align: right !important;
  color: #f5f5f5 !important;
  font-weight: 500 !important;
}

.attendease-registration-form h2 {
  font-size: 1.23em;
  font-weight: 300;
  margin-bottom: 8px;
  color: #F5F5F5;
}

.attendease-registration-form .attendease-registration-forms-list .form-group .control-label,
.attendease-registration-form .attendease-registration-forms-list .form-group label,
.attendease-registration-forms .attendease-registration-forms-list .form-group .control-label,
.attendease-registration-forms .attendease-registration-forms-list .form-group label {
  color: #F5F5F5 !important;
}

.attendease-registration-form .attendease-registration-country-widget .form-group.has-warning .control-label,
.attendease-registration-forms .attendease-registration-country-widget .form-group.has-warning .control-label {
  color: #F5F5F5 !important;
}

.attendease-registration-form .form-group .form-control {
  height: 40px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #252525 !important;
  border-color: #4a4a4a !important;
  color: #F5F5F5 !important;
}

.attendease-registration-form .form-group .form-control:focus {
  height: 40px;
  font-size: 18px;
  border-color: #999999 !important;
  background-color: #252525 !important;
  color: #F5F5F5 !important;
  box-shadow: none !important;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.428571429;
  background-color: #252525;
  color: #F5F5F5;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  font-size: 18px;
  color: #F5F5F5;
  text-decoration: none;
  background-color: #999999;
}

.registration-form h2,
.attendease-registration-heading {
  color: #ffffff;
  font-size: xx-large !important;
}

section.adw-section {
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 20px;
}

section.adw-section-2025 {
  margin-left: 0px;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 28px;
  background-color: #161617;
  border-radius: 28px;
  padding: 80px;
}

section.adw-section-speaker-nav {
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 20px;
  text-align: center;
}

figure.adw-speaker-nav-card {
  display: inline-block;
  background-color: #000000;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  margin: 2px;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

figure.adw-speaker-nav-card img {
  -webkit-filter: grayscale(100%) opacity(85%);
  filter: grayscale(100%) opacity(85%);
  width: 50px;
  height: 50px;
  background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .25s ease-in-out;
}

figure.adw-speaker-nav-card img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all .25s ease-in-out;
  transform: scale(1.25);
}

/* CELEB CARD START -------------------------------------------------------------------- */

section.adw-celeb-card {
  display: block;
  position: relative;
  background-color: #2C2C2C;
  border-style: solid;
  border-width: 0px;
  border-radius: 8px;
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 50px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  transition: all .25s ease-in-out;
  transform: scale(0.975);
}

section.adw-celeb-card h2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #777;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  text-align: center;
  color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
}

section.adw-celeb-card h3 {
  margin-bottom: 30px;
  text-align: center;
  background-color: #777;
  margin-left: 0px;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  color: #F5F5F5;
}

p.adw-celeb-card-session-cat {
  margin-top: -1px;
  margin-left: 0px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
}

section.adw-celeb-card-body {
  margin-top: 0px;
  margin-bottom: 00px;
}

figure.adw-celeb-card-photo {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
  margin-block-start: 0em;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

img.adw-celeb-card-speaker-image {
  width: 45%;
  background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 8px;
}

figure.adw-celeb-card-photo figcaption {
  margin-left: 20px;
  padding-right: 20px;
}

/* CELEB CARD END ---------------------------------------------------------------------- */

input#adw-speaker-search {
  width: 80%;
  background-color: #2C2C2C;
  text-align: center;
  font-size: x-large;
  border-style: none;
  border-radius: 8px;
  padding: 5px;
}

section.adw-info-card {
  display: block;
  position: relative;
  background-color: #2C2C2C;
  border-color: #2C2C2C;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  transition: all .25s ease-in-out;
  transform: scale(0.975);
}

section.adw-info-card h2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #777;
  border: 1px solid #777;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-top: 0px;
  margin-right: -15px;
  text-align: center;
  color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
}

section.adw-info-card h3 {
  margin-bottom: 30px;
  text-align: center;
  background-color: #777;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  color: #F5F5F5;
}

section.adw-mini-info-card {
  display: inline-grid;
  background-color: #2C2C2C;
  border-width: 1px;
  border-color: #2C2C2C;
  border-style: solid;
  border-radius: 8px;
  margin: 7px;
  padding: 5px;
  width: 200px;
  min-height: 330px;
  text-align: center;
  transition: all .25s ease-in-out;
}

section.adw-mini-info-card:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.05);
}

section.adw-mini-info-card figure {
  margin: 0px;
  padding: 0px;
}

section.adw-mini-info-card figure img {
  max-width: 190px;
  max-height: 190px;
  background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b99fd299-c48f-4adb-9cdc-8977baf8d22c/Speaker-Headset-Laptop-600x600.png');
  background-repeat: no-repeat;
  background-size: cover;
}

section.adw-mini-info-card figure figcaption {
  text-align: center;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

section.adw-mini-info-card figure p.adw-mini-info-card-speaker-name {
  font-size: 100%;
  text-align: center;
  margin-bottom: 10px;
}

section.adw-mini-info-card figure p.adw-mini-info-card-job-title {
  font-size: 90%;
  color: #8e8e8e;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
}

section.adw-mini-info-card figure p.adw-mini-info-card-company-name {
  font-size: 90%;
  color: #8e8e8e;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

section.adw-mini-toc {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

section.adw-info-card-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

section.adw-info-card-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.adw-info-card-body-headshots {
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
}

figure.adw-info-card-photo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

img.adw-info-card-speaker-image {
  width: 150px;
  min-width: 150px;
  height: 150px;
  background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
  background-repeat: no-repeat;
  background-size: cover;
}

figure.adw-info-card-photo figcaption {
  margin-left: 20px;
}

section.adw-info-card-speaker-bio {
  margin-top: 30px;
  margin-bottom: 20px;
}

section.adw-info-card-session-description {
  margin-top: 30px;
  margin-bottom: 20px;
}

section.adw-info-card-session-takeaways {
  margin-top: 30px;
  margin-bottom: 20px;
}

section.adw-info-card-related-links {
  margin-top: 30px;
  margin-bottom: 0px;
}

p.adw-session-cat {
  margin-top: -1px;
  margin-left: -15px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
}

span.adw-session-cat {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  color: #ffffff;
  border-top-left-radius: 8px;
}

span.adw-session-cat.welcome-note {
  background-color: #ff0000;
}

span.adw-session-cat.keynote {
  background-color: #ff0000;
}

span.adw-session-cat.adobe {
  background-color: #ff0000;
}

span.adw-session-cat.customer {
  background-color: #2b9af3;
}

span.adw-session-cat.partner {
  background-color: #2d6490;
}

span.adw-session-cat.oasis {
  background-color: #3f0071;
  color: #f5a308;
}

p {
  text-align: left;
}

p.adw-jumptotop {
  text-align: center;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
}

nav.main-menu,
nav.inline-menu {
  margin-left: auto;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
}

nav.mini-toc {
  margin-top: 15px;
  margin-bottom: 0px;
}

nav.mini-toc ul {
  text-align: left;
  font-size: 0.9em;
  list-style-type: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 15px;
}

nav.main-menu ul,
nav.inline-menu ul {
  text-align: center;
  list-style: none;
  font-size: 0.9em;
  text-align: center !important;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

nav.main-menu li,
nav.inline-menu li {
  display: inline-block;
  line-height: 250%;
}

nav.main-menu p,
nav.inline-menu p {
  display: inline-block;
}

nav.main-menu li ul,
nav.inline-menu li ul {
  display: inline-block;
  line-height: 250%;
}

nav.main-menu li ul li,
nav.inline-menu li ul li {
  display: inline-block;
  line-height: 250%;
}

nav.main-menu li ul li p,
nav.inline-menu li ul li p {
  display: inline-block;
  line-height: 250%;
}

a.nav-button {
  background-color: #2C2C2C;
  border-color: #8e8e8e;
  color: #8e8e8e;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  margin: 5px;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

nav.main-menu ul li a:hover,
a.nav-button:hover {
  background-color: #8e8e8e;
  color: #ffffff;
  transition: 2s;
}

a.nav-button-register {
  background-color: #4f98ec;
  border-color: #f5f5f5;
  color: #f5f5f5;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  margin: 5px;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

nav.main-menu ul li a:hover,
a.nav-button-register:hover {
  background-color: #437ec0;
  border-color: #f5f5f5;
  color: #f5f5f5;
  transition: 2s;
}


section.company-logos {
  margin-left: 0px;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 28px;
  background-color: #161617;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: start;
}

section.company-logos figure {
  display: flex;
  margin: 10px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  height: 100px;
  max-height: 100px;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  text-align: center;
  transition: all .25s ease-in-out;
  align-items: center;
  justify-content: center;
}

section.company-logos figure:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.05);
}

section.company-logos figure img {
  max-height: 85px;
  max-width: 270px;
}



section.sponsors {
  margin-left: 20px;
  margin-top: 50px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 0px;
  text-align: center;
}

section.sponsors p {
  text-align: center;
}

section.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: start;
}

section.sponsor-logos figure {
  display: flex;
  background-color: #2C2C2C;
  border-width: 1px;
  border-color: #2C2C2C;
  border-style: solid;
  border-radius: 8px;
  margin: 10px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  height: 115px;
  max-height: 115px;
  width: 330px;
  min-width: 330px;
  max-width: 350px;
  text-align: center;
  transition: all .25s ease-in-out;
  align-items: center;
  justify-content: center;
}

section.sponsor-logos figure:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.05);
}

section.sponsor-logos figure img {
  max-height: 70px;
  max-width: 270px;
}

/* Sponsor Page */

section.sponsor {
  background-color: #2C2C2C;
  border-width: 1px;
  border-color: #2C2C2C;
  border-style: solid;
  border-radius: 8px;
  margin: 20px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  /*  height: 160px; */
  text-align: center;
  position: relative;
  cursor: pointer;
}

section.sponsor figure {
  display: block;
  background-color: #2C2C2C;
  border-width: 1px;
  border-color: #2C2C2C;
  border-style: solid;
  border-radius: 8px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  height: 115px;
  max-height: 115px;
  width: 350px;
  max-width: 100%;
  text-align: center;
}

section.sponsor figure img {
  max-height: 70px;
  max-width: 100%;
}

section.sponsor .sponsor-body {
  width: 100%;
  /* height: 1px;  */
  /* opacity: 0; */
  overflow: hidden;
  /*  visibility: hidden;  */
  text-align: left;
  transition: all 1s ease-in-out;
}
/* 

section.sponsor:hover {
   height: auto;
   transition: all 1s ease-in-out;
}

section.sponsor:hover .sponsor-body {
   height: auto;
   display: block;
   visibility: visible;
   opacity: 1;
   transition: all 1s ease-in-out;
}
*/

section.sponsors .sponsor-body p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

section.sponsors .sponsor-body ul {
  margin-left: 15px;
  transition: all 1s ease-in-out;
}

section.sponsor:hover .sponsor-body p {
  height: auto;
  display: block;
  visibility: visible;
  transition: all 1s ease-in-out;
}



section.adw-products-info-card {
  display: inline-grid;
  background-color: #2C2C2C;
  border-width: 1px;
  border-color: #2C2C2C;
  border-style: solid;
  border-radius: 8px;
  margin: 15px;
  padding: 10px;
  width: 310px;
  min-height: 430px;
  text-align: center;
  transition: all .25s ease-in-out;
}

section.adw-products-info-card:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.05);
}


section.adw-products-info-card figure {
  margin: 0px;
  padding: 0px;
}

section.adw-products-info-card figure img {
  max-width: 290px;
  background-repeat: no-repeat;
  background-size: cover;
}

section.adw-products-info-card figure figcaption {
  text-align: center;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

section.adw-products-info-card figure p.adw-products-info-card-product-name {
  font-size: 100%;
  text-align: center;
  margin-bottom: 10px;
}

section.adw-products-info-card figure p.adw-products-info-card-product-title {
  font-size: 90%;
  color: #8e8e8e;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
}

section.adw-products-info-card figure p.adw-products-info-card-product-link {
  font-size: 90%;
  color: #8e8e8e;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}


table.adw-agenda {
  width: 100%;
  background-color: transparent;
  border-collapse: separate;
  /*test*/
  -webkit-border-horizontal-spacing: 0px;
  /*test*/
  -webkit-border-vertical-spacing: 30px;
  /*test*/
}

table.adw-agenda thead {
  vertical-align: middle;
  height: 50px;
  transition: all .25s ease-in-out;
  transform: scale(0.975);
}

table.adw-agenda thead tr {
  background-color: #2C2C2C;
  border-bottom: 30px solid #000000;
}

table.adw-agenda thead tr th {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

table.adw-agenda > thead > tr > :nth-child(1) {
  width: 70px;
  border-top-left-radius: 8px;
}

table.adw-agenda > thead > tr > :nth-child(2) {
  width: 75px;
}

table.adw-agenda > thead > tr > :nth-child(3) {
  border-top-right-radius: 8px;
}

table.adw-agenda tbody {
  vertical-align: top;
}

table.adw-agenda tbody tr {
  background-color: #2C2C2C;
  border-bottom: 30px solid #000000;
  transition: all .25s ease-in-out;
  transform: scale(0.975);
}

table.adw-agenda tbody tr:hover {
  transition: all .25s ease-in-out;
  transform: scale(1.00);
}

table.adw-agenda tbody tr td {
  background-color: #2C2C2C;
  font-size: 95%;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

table.adw-agenda > tbody > tr > :nth-child(1) {
  width: 70px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

table.adw-agenda > tbody > tr > :nth-child(2) {
  width: 75px;
}

table.adw-agenda > tbody > tr > :nth-child(3) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

table.adw-agenda p.timezone-mobile {
  display: none;
}

table.adw-agenda figure {
  margin-block-start: 0px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

table.adw-agenda figure img {
  width: 50px;
  height: 50px;
}

table.adw-agenda figure figcaption {
  display: none;
}

table.adw-agenda tbody tr td span.adw-session-cat {
  font-size: 90%;
}

span.timezone {
  background-color: #777;
  color: #F5F5F5;
  font-size: 80%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 5px;
  white-space: nowrap;
  border-radius: 5px
}

table.adw-agenda p.adw-agenda-speaker {
  margin-top: 10px;
  margin-bottom: 10px;
}

table.adw-agenda p.adw-agenda-session-info-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

table.adw-agenda tbody tr td .adw-agenda-session-detail {
  display: none;
  font-size: 95%;
  margin-top: -20px;
  margin-right: 25px;
  margin-bottom: 15px;
  margin-left: 21px;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}


.attendease-registration-form .registration-message {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.attendease-registration-form .registration-message p {
  color: rgb(245, 245, 245);
  text-align: left;
}

div.registration-message section.adw-info-card {
  border-color: #2C2C2C;
}

/* table recordings */

table.adw-recordings {
  width: 100%;
}

table.adw-recordings thead {
  vertical-align: middle;
  height: 50px;
}

table.adw-recordings thead tr {
  background-color: #f5f5f5;
}

table.adw-recordings thead tr th {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

table.adw-recordings tbody {
  vertical-align: top;
}

table.adw-recordings tbody tr {
  border-bottom: 2px solid #777;
}

table.adw-recordings tbody tr td {
  font-size: 95%;
  padding-left: 5px;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 20px;
  vertical-align: top;
  text-align: center;
}

table.adw-recordings > tbody > tr > :nth-child(1) {
  width: 70px;
}

table.adw-recordings > tbody > tr > :nth-child(2) {
  width: auto;
}

table.adw-recordings figure {
  margin-block-start: 0px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

table.adw-recordings figure img {
  width: 50px;
  height: 50px;
}

table.adw-recordings figure figcaption {
  display: none;
}

table.adw-recordings tbody tr td span.adw-session-cat {
  font-size: 90%;
}

table.adw-recordings h3 {
  background-color: transparent;
  text-align: left;
  margin-bottom: 0px;
  font-size: xxx-large;
}

table.adw-recordings h4 {
  background-color: transparent;
  text-align: left;
  margin-top: 00px;
  margin-bottom: 20px;
  font-size: x-large;
}

table.adw-recordings iframe {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  width: 1280px;
  height: 600px;
  max-width: 100%;
  border-left-width: 0px;
  padding-left: 0px;
}

/* table recordings end*/

ol.pagetoc {
  list-style-type: none;
  margin-top: 25px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-indent: -29px;
  padding-left: 40px;
}

ol.pagetoc li {
  margin-top: 5px;
  margin-bottom: 5px;
}

ol.pagetoc li::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  padding: 0 15px 0 0;
  font-weight: bold;
}

ol.pagetoc li a {
  text-decoration: none;
  color: #F5F5F5;
}

/*  
<i class="fas fa-file-alt" aria-hidden="true"></i>
*/

@media screen and (max-width : 599px) {

  section.adw-section-2025 {
    margin-left: 0px;
    margin-top: 28px;
    margin-right: 0px;
    margin-bottom: 28px;
    background-color: #161617;
    border-radius: 28px;
    padding: 28px;
  }
  section.adw-info-card * {
    text-align: center;
  }

  section.adw-info-card-body-headshots {
    display: flex;
    flex-direction: column;
  }

  igure.adw-info-card-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  img.adw-info-card-speaker-image {
    margin-left: auto;
    margin-right: auto;
  }

  figure.adw-info-card-photo figcaption {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  figure.adw-info-card-photo figcaption > p {
    margin-left: 0px;
    min-height: 5px;
    text-align: center;
  }

  section.adw-info-card-body p {
    text-align: left;
  }

  /* CELEB CARD START -------------------------------------------------------------------- */

  section.adw-celeb-card {
  }

  section.adw-celeb-card-body {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  section.adw-celeb-card h2 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #777;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
    color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  p.adw-celeb-card-session-cat {
    margin-top: -1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ff0000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
  }

  figure.adw-celeb-card-photo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
    margin-block-start: 0em;
    margin-block-end: 20px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  img.adw-celeb-card-speaker-image {
    width: 100%;
    background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 0px;
  }

  figure.adw-celeb-card-photo figcaption {
    margin-left: 20px;
    padding-right: 20px;
  }

  /* CELEB CARD END ---------------------------------------------------------------------- */

  section.adw-mini-info-card {
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 0px;
    width: 125px;
    min-height: 230px;
    overflow: hidden;
  }

  section.adw-mini-info-card figure {
    margin: 0px;
    padding: 0px;
    width: 125px;
  }

  section.adw-mini-info-card figure img {
    max-width: unset;
    max-height: unset;
    width: 165px;
    height: 110px;
    margin-left: -20px;
    margin-top: 0px;
    object-fit: cover;
  }

  section.adw-mini-info-card figure figcaption {
    font-size: 75%;
    font-style: normal;
    text-align: left;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  section.adw-mini-info-card figure p.adw-mini-info-card-speaker-name {
    text-align: left;
    font-weight: 600;
    margin-bottom: 0px;
  }

  section.adw-mini-info-card figure p.adw-mini-info-card-job-title {
    text-align: left;
    font-weight: 500;
  }

  section.adw-mini-info-card figure p.adw-mini-info-card-company-name {
    text-align: left;
    color: #8e8e8e;
    font-weight: 500;
  }

  section.adw-products-info-card {
    display: inline-grid;
    background-color: #2C2C2C;
    border-width: 1px;
    border-color: #2C2C2C;
    border-style: solid;
    border-radius: 8px;
    margin: 15px;
    padding: 10px;
    width: 290px;
    min-height: 430px;
    text-align: center;
    transition: all .25s ease-in-out;
  }

  section.adw-products-info-card:hover {
    transition: all .25s ease-in-out;
    transform: scale(1.05);
  }

  section.adw-products-info-card figure {
    margin: 0px;
    padding: 0px;
  }

  section.adw-products-info-card figure img {
    max-width: 270px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section.adw-products-info-card figure figcaption {
    text-align: center;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  section.adw-products-info-card figure p.adw-products-info-card-product-name {
    font-size: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  section.adw-products-info-card figure p.adw-products-info-card-product-title {
    font-size: 90%;
    color: #8e8e8e;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
  }

  section.adw-products-info-card figure p.adw-products-info-card-product-link {
    font-size: 90%;
    color: #8e8e8e;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
  }

  table.adw-agenda {
    border-collapse: separate;
    border-spacing: 0 20px;
    background-color: transparent;
  }

  table.adw-agenda > thead {
    display: none;
  }

  table.adw-agenda > tbody > tr {
    background-color: transparent;
    text-align: center;
  }

  table.adw-agenda > tbody > tr > td {
    background-color: #2C2C2C;
    display: block;
    width: 100%;
    text-align: center;
  }

  table.adw-agenda > tbody > tr > :nth-child(1) {
    width: 100%;
    background-color: #777;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  table.adw-agenda > tbody > tr > :nth-child(2) {
    width: 100%;
    text-align: center;
  }

  table.adw-agenda > tbody > tr > :nth-child(3) {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  table.adw-agenda > tbody > tr > td > p {
    text-align: center;
  }

  table.adw-agenda p.timezone-desktop {
    display: none;
  }

  table.adw-agenda p.timezone-mobile {
    display: block;
  }

  table.adw-agenda p.timezone-mobile span.timezone {
    background-color: #777;
    color: white;
    font-size: 80%;
    margin-left: 5px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0px;
    white-space: nowrap;
  }

  table.adw-agenda > tbody > tr > td > figure {
    display: inline-block;
    text-align: center;
    max-width: 75%;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
  }

  table.adw-agenda > tbody > tr > td > figure > img {
    width: 50%;
    height: auto;
  }

  table.adw-agenda figure figcaption {
    display: block;
    margin-top: 10px;
  }

  table.adw-agenda p.adw-agenda-speaker {
    display: none;
  }

  table.adw-agenda p.adw-agenda-session-info-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  table.adw-agenda tbody tr td .adw-agenda-session-detail {
    display: none;
    font-size: 95%;
    margin-top: -20px;
    margin-right: 25px;
    margin-bottom: 15px;
    margin-left: 21px;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: top;
  }

  table.adw-agenda tbody tr td .adw-agenda-session-detail p,
  ul {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  table.adw-agenda p.adw-agenda-tweet-this {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /* ---------------------------- */

  .attendease-registration-form .registration-message p {
    color: rgb(245, 245, 245);
    text-align: center;
  }

  table.adw-recordings {
    border-collapse: separate;
    border-spacing: 0 20px
  }

  table.adw-recordings > tbody > tr {
    border-width: 1px;
    border-color: #E6E6E6;
    border-style: solid;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
  }

  table.adw-recordings > tbody > tr > td {
    display: block;
    width: 100%;
    text-align: center;
  }

  table.adw-recordings > tbody > tr > td > p {
    text-align: center;
  }

  table.adw-recordings > tbody > tr > :nth-child(1) {
    width: 100%;
    border-left: 1px #E6E6E6 solid;
    border-top: 1px #E6E6E6 solid;
    border-right: 1px #E6E6E6 solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  table.adw-recordings > tbody > tr > :nth-child(2) {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-left: 1px #E6E6E6 solid;
    border-right: 1px #E6E6E6 solid;
    border-bottom: 1px #E6E6E6 solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  table.adw-recordings > tbody > tr > td > figure {
    display: inline-block;
    text-align: center;
    max-width: 75%;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
  }

  table.adw-recordings > tbody > tr > td > figure > img {
    width: 50%;
    height: auto;
  }

  table.adw-recordings figure figcaption {
    display: block;
    margin-top: 10px;
    color: rgb(245, 245, 245);
  }

  table.adw-recordings p.adw-agenda-speaker {
    display: none;
  }

  table.adw-recordings p.adw-agenda-session-info-link {
    margin-top: 20px;
    margin-bottom: 5px;
    color: rgb(245, 245, 245);
  }

  table.adw-recordings h3 {
    background-color: transparent;
    text-align: center;
    margin-bottom: 0px;
    color: rgb(245, 245, 245);
    font-size: xxx-large;
  }

  table.adw-recordings h4 {
    background-color: transparent;
    text-align: center;
    margin-top: 00px;
    margin-bottom: 20px;
    font-size: x-large;
  }

  table.adw-recordings iframe {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    max-height: 270px;
    border-left-width: 0px;
    padding-left: 0px;
  }
}

/* ------------ ACCOUNT PAGE ----------------------------------------------------------------------------------- */

.account-styles .attendease-my-account-wrapper {
    width: 100%;
    opacity: 1;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    background: #000 !important;
    text-align: initial;
    transition: all .25s ease-in-out;
    color: #f5f5f5 !important;
}

.account-styles .attendease-attendee-header {
    top: 0 !important;
    font-size: 1.5rem !important;
    color: #f5f5f5 !important;
    background: #000 !important;
    display: block !important;
    padding: 25px 0 !important;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.11);
    flex: none;
}

.account-styles .attendease-attendee-header * {
    font-size: 1.5rem !important;
    color: #f5f5f5 !important;
}

.account-styles .attendease-my-account-container {
    width: 100%;
    padding: 50px;
    background: #000 !important;
    min-height: calc(100vh - 100px);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.11);
    margin-top: 30px;
    color: #f5f5f5 !important;
    font-size: 2rem !important;
}

.account-styles .attendease-account-title {
    font-size: 4rem;
    margin-bottom: 30px;
    color: #f5f5f5;
}

.account-styles .attendease-registration-page .attendease-account-registration-form {
    font-size: 2rem !important;
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #f5f5f5 !important;
}
.account-styles .attendease-registration-page .attendease-account-registration-form * {
    font-size: 2rem !important;
    color: #f5f5f5 !important;
}

.account-styles .attendease-registration-page .help-block {
    text-align: left;
    font-size: 1.5rem !important;
    color: #8e8e8e !important;
}

.account-styles .attendease-registration-page .attendease-account-registration-form input {
    background-color: #2C2C2C !important;
    color: #f5f5f5 !important;
    font-size: 2rem !important;
    border-color: #2C2C2C !important;
    border-radius: 10px;
    border-style: none !important;
    padding: 10px;
    min-width: 100%;
}

.account-styles .attendease-registration-page .attendease-account-registration-form .required-text span {
    background-color: #c72003 !important;
    font-size: 1rem !important;
    color: #f5f5f5 !important;
}

.account-styles .attendease-registration-page .attendease-account-registration-form select {
    background-color: #2C2C2C !important;
    color: #f5f5f5 !important;
    font-size: 2rem;
    border-color: #2C2C2C !important;
    border-radius: 10px;
    border-style: none !important;
    padding: 10px;
}

.attendease-upload-file .attendease-custom-form-file-wrapper .input-group button {
    font-size: 2rem;
    color: #333 !important;
}

.attendease-social-media-footer .attendease-legal-notice {
    text-align: center;
    color: #999999;
    font-size: 0.75em;
    margin-top: 18px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.attendease-social-media-footer .attendease-legal-notice p {
    text-align: center !important;
}

/* --------- LIVE EVENT VIDEO PLAYER ------------------- */

#livevideoplayer {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background-color: rgba(44, 44, 44, 0.8);
  border-radius: 10px;
  padding: 0px;
  backdrop-filter: blur(10px);
  z-index: 5000;
}

#player-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 1.5em; /* Größe des Icons */
}

#player-close-button i.fa-solid {
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}

#player-close-button:hover i.fa-solid {
  transform: rotate(90deg);
}

#stage {
  flex: 3; /* Weist stage einen größeren Teil des Raumes zu als liveChat */
  display: flex;
  flex-direction: column; /* Ordne die Inhalte vertikal an */
  justify-content: flex-start;
  overflow: hidden; /* Verhindert Überlaufen des Inhalts */
  padding: 20px;
  max-height:100%;
}

#session-info {
  max-height:100px;
}

#liveVideo {
  max-height: calc(100% - 200px);
}

#currentVideo {
  max-width: 100%;
  border-radius: 10px;
  max-height: 100%;
}

#livevideoplayer-videoControls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

#volumeControl {
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s ease, visibility 0.75s;
  cursor: pointer;
  margin-right: 10px;
}

#volumeControl:focus {
    outline: none !important;
}

#muteToggle:hover + #volumeControl,
#volumeControl:hover {
  width: 200px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

#muteToggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#muteToggle:focus {
    outline: none !important;
}


/* ------------ LIVE CHAT ----------------------------------------------------------------------------------- */

section#liveChat {
    /* background-color: rgba(44, 44, 44, 0.8); */
    margin-left: 0px;
    /* margin-top: 40px; */
    margin-right: 0px;
    min-height: 100%;
    max-height: 100vh;
    min-width: 450px;
    padding-left: 10px;
    padding-top: 19px;
    padding-right: 10px;
    padding-bottom: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #f5f5f5;
    /* backdrop-filter: blur(10px); */
}

section#liveChat a {
    color: #1473e6
}

section#liveChat p.chatTitle {
    margin-bottom: 10px;
}

section#liveChat div#chatHistory {
    background-color: #1e1e1e;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    border-radius: 10px;
    margin-top: 35px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

section#liveChat div#chatHistory div.message {
    background-color: transparent;
    margin-left: 5px;
    margin-top: 9px;
    margin-right: 100px;
    margin-bottom: 9px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: clip;
}

@media only screen
    and (max-device-width: 667px) 
    and (-webkit-device-pixel-ratio: 2) {
       section#liveChat div#chatHistory div.message {
         font-size: var(--base-font-size);
         margin-right: 50px;
       }
    }

@media only screen
    and (max-width: 1000px)
    and (-webkit-min-device-pixel-ratio: 3) {
       section#liveChat div#chatHistory div.message {
         font-size: var(--base-font-size);
         margin-right: 50px;
       }
}

section#liveChat div#chatHistory div.message.my-message {
    flex-direction: row-reverse;
    margin-left: 20%;
    margin-right: 0px;
}

section#liveChat div#chatHistory div.message div.message-sender {
    background-color: #3d3d3f;
    color: rgb(245, 245, 245);
    height: 20pt;
    min-height: 20pt;
    max-height: 20pt;
    width: 20pt;
    min-width: 20pt;
    max-width: 20pt;
    border-radius: calc(1rem* 2);
    cursor: default;
    text-align: center !important;
    font-size: var(--base-font-size);
    margin-left: 0px !important;
    margin-right: 10px !important;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media only screen
    and (max-device-width: 667px) 
    and (-webkit-device-pixel-ratio: 2) {
       section#liveChat div#chatHistory div.message div.message-sender {
         display: none;
       }
    }

@media only screen
    and (max-width: 1000px)
    and (-webkit-min-device-pixel-ratio: 3) {
       section#liveChat div#chatHistory div.message div.message-sender {
         display: none;
       }
}

section#liveChat div#chatHistory div.message.my-message div.message-sender {
    margin-left: 10px !important;
    margin-right: 7px !important;
}

section#liveChat div#chatHistory div.message div.message-container {
    background-color: #363638;
    color: rgb(245, 245, 245);
    min-height: fit-content;
    min-width: 30%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
        
section#liveChat div#chatHistory div.message div.message-container p.message-author {
    font-size: small;
    text-transform: uppercase;
    color: #8e8e8e;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px
}

section#liveChat div#chatHistory div.message div.message-container div.message-quote {
    background-color: #262626;
    color: #8e8e8e;
    white-space: pre-wrap;
    padding-left: 9px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-radius: 5px;
    border-left: #8e8e8e 5px solid;
    font-size: small;
}

section#liveChat form#messageComposer div#textMessageReply div.message-quote {
    background-color: #262626;
    color: #8e8e8e;
    white-space: pre-wrap;
    padding-left: 9px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-radius: 5px;
    border-left: #8e8e8e 5px solid;
    font-size: small;
    float: left;
    width: calc(100% - 30px);
    min-height: 20px;
}

section#liveChat form#messageComposer div#textMessageReply div#close-reply {
    float: right;
    font-family:fontawesome;
    font-size: 20px;
    background-color: transparent;
    cursor: default;
}

section#liveChat div#chatHistory div.message div.message-container div.message-content {
    background-color: #363638;
    color: #f5f5f5;
    white-space: pre-wrap;
    font-size: 12pt;
}

section#liveChat div#chatHistory div.message.my-message div.message-container {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
}

section#liveChat div#chatHistory div.message div.message-container p.message-meta {
    font-size: x-small;
    text-transform: uppercase;
    color: #8e8e8e;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0px;
}

section#liveChat div#chatHistory div.message div.message-container p.message-meta .reply-link {
    color:#8e8e8e;
    text-decoration:none
}

section#liveChat div#chatHistory div.message div.message-container a.social-link,
section#liveChat form#messageComposer div#textMessageReply a.social-link {
    color:#8e8e8e;
    text-decoration:none;
    font-family: fontawesome-brands;
}

#scrollDownArea {
    background-color: #262626;
    height: 32pt;
    margin-top: -42px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-shadow: 0px -4px 10px 2px rgb(44 44 44 / 80%);
    opacity: 0.95;
}

@media only screen
    and (max-width: 1000px)
    and (-webkit-min-device-pixel-ratio: 3) {
       #scrollDownArea {
         height: 3rem;
         min-height: 3rem;
       }
}

#scrollDownArea #scrollDownButton {
    background-color: #1473e6;
    color: #f5f5f5;
    font-family: fontawesome;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    cursor: default;
    text-align: center;
    height: 20pt;
    min-height: 20pt !important;
    width: 40pt;
    min-width: 40pt !important;
    border-radius: 10pt;
    font-size: 14pt;
}

section#liveChat form#messageComposer {
    display: grid;
    grid-template-columns: auto 22pt;
    grid-gap: 10px;
    align-items: start;
    grid-template-areas: 
      "textMessageReply textMessageReply"
      "textMessage submit"; 
    background-color: #1e1e1e;
    border-radius: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
}

section#liveChat form#messageComposer #textMessageReply {
    grid-area: textMessageReply;
    grid-column: 1;
    background-color: #3d3d3f;
    color: #8e8e8e;
    min-height: fit-content;
    min-width: 30%;
    margin-left: 5px;
    margin-top: 10px;
    padding-left: 8px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

section#liveChat form#messageComposer textarea {
    grid-area: textMessage;
    grid-column: 1 / 2;
    background-color: #3d3d3f;
    color: #f5f5f5;
    padding: 10px;
    margin-left: 5px;
    resize: none;
    border-color: #3d3d3f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 12pt;
}

section#liveChat form#messageComposer textarea:focus {
    outline: none !important;
}

@media only screen
    and (max-width: 1000px)
    and (-webkit-min-device-pixel-ratio: 3) {
       form#messageComposer textarea {
         margin-left: 20px;
         font-size: var(--base-font-size);
       }
}


section#liveChat form#messageComposer button {
    grid-area: submit;
    grid-column: 2 / 3;
    background-color: #1473e6;
    border: 0;
    color: #f5f5f5;
    font-family: fontawesome;
    padding-left: 1px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-top: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    height: 22pt;
    min-height: 22pt;
    max-height: 22pt;
    width: 22pt;
    min-width: 22pt;
    max-width: 22pt;
    border-radius: 11pt;
    cursor: default;
    text-align: center;
    font-size: 12pt;
}

section#liveChat form#messageComposer button:focus {
    outline: none !important;
}

section#liveChat p.help {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: calc(12pt * 0.9);
    color: #646464
}

