body,
html {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

pre {
  font-family: "Montserrat", sans-serif !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
}

hr {
  border: 1px solid red;
  border-color: red;
  background-color: red;
  color: red;
}

.footer-links-link a {
  text-decoration: none;
  color: white;
}

.footer-links-link a:hover {
  text-decoration: none;
  color: white;
}

.body-background-form {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  background: url("/img/bg.png") no-repeat bottom right;
  background-size: cover;
}

.body-form {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
}

.body-background-event {
  background: url("/img/bg-event.jpg") no-repeat bottom right;
  background-size: cover;
  width: 100%;
  height: 85vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.body-event {
  overflow: hidden;
  color: black;
  width: 100vw;
  height: 100vh;
}

input[type="radio"] {
  margin-left: -1.4rem !important;
  padding-left: 1.8rem !important;
}

input[type="checkbox"] {
  margin-left: -1.35rem !important;
}

.main-form {
  background-color: rgba(85, 113, 241, 0.8);
  border-radius: 30px;
  border: white 1px;
  padding: 10px 30px;
}

.thanks-form {
  background-color: black;
  border-radius: 30px;
  padding: 40px 30px;
}

.register_label {
  color: white;
  font-weight: 400;
}

.register-button {
  opacity: 1;
  background: #fc4497 0 0 no-repeat padding-box;
  width: 227px;
  height: 62px;
  color: white;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: -10%;
}

@media (max-width: 900px) {
  .register-button {
    margin-bottom: 0;
  }
}

.register-button:hover {
  color: white;
}

.vodiapicker {
  display: none;
}

#a {
  padding-left: 0px;
}

#a img,
.btn-select img {
  width: 90%;
  height: 100%;
  margin-left: 2px;
}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 30px;
}

#a li img {
  width: 80%;
  margin-left: 4px;
}

#a li:hover {
  background-color: #f4f3f3;
}

#a li span,
.btn-select li span {
  margin-left: 30px;
}

/* item list */

.b {
  display: none;
  width: 100%;
  max-width: 47px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: white;
  position: relative;
  z-index: 999;
}

.open {
  display: show !important;
}

.btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 47px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:hover {
  background-color: #f4f3f3;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0px 0px 1px #ccc;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

.lang-select {
  height: 40px;
  width: 50px;
}

.main-date {
  color: #383838;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-left: 30px;
}

@media (max-width: 900px) {
  .main-date {
    text-align: center;
    margin-left: 0;
  }
}

.main-city {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: bold;
  margin-top: -12px;
  margin-left: 30px;
}

@media (max-width: 900px) {
  .main-city {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .towards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}

.towards-container .towards {
  width: 100%;
}

@media (max-width: 900px) {
  .towards-container .towards {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-color {
  color: #e6ff03;
  font-weight: 900;
}

.menu-m-div {
  display: none;
  color: white;
  background-color: #383838;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.menu-m-header-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-m-header-logo {
  width: 40%;
}

.menu-m-time {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.menu-m-settings-div {
  height: 20%;
  width: 100%;
}

.menu-m-settings-1 {
  width: 50%;
}

.menu-m-settings-1-hello {
  font-size: 25px;
  font-weight: 600;
}

.menu-m-settings-2 {
  width: 50%;
}

.menu-m-settings-2-btn {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  font-size: 8px;
  font-weight: 900;
  background-color: #e6ff03;
  padding: 3px;
  border-radius: 10px;
}

.menu-m-settings-2-btn a {
  color: black;
  text-decoration: none;
}

.menu-m-settings-2-btn a:hover {
  color: #383838;
  text-decoration: none;
}

.menu-m-menu-div {
  width: 100%;
  height: 60%;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-m-menu-btn:after {
  content: "";
  position: absolute;
  background: #e6ff03;
  width: 50px;
  height: 30px;
  left: -30px;
  bottom: 0px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: 5;
}

.menu-m-menu-btn:before {
  content: "";
  position: absolute;
  background: #e6ff03;
  width: 50px;
  height: 30px;
  right: -30px;
  bottom: 0px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: 5;
}

.menu-m-menu-btn {
  margin-bottom: 10px;
  display: block;
  color: black;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  width: 50%;
  height: 30px;
  background: #e6ff03;
  z-index: 10;
}

.menu-m-menu-btn:hover {
  color: #383838;
  text-decoration: none;
}

.iti {
  width: 100%;
}

.menu-m-menu-btn-small:after {
  content: "";
  position: absolute;
  background: #e6ff03;
  width: 30px;
  height: 30px;
  left: -20px;
  bottom: 0px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: 5;
}

.menu-m-menu-btn-small:before {
  content: "";
  position: absolute;
  background: #e6ff03;
  width: 30px;
  height: 30px;
  right: -20px;
  bottom: 0px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: 5;
}

.menu-m-menu-btn-small {
  margin-bottom: 10px;
  display: block;
  color: black;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  width: 33%;
  height: 30px;
  background: #e6ff03;
  z-index: 10;
}

.menu-m-menu-btn-small:hover {
  color: #383838;
  text-decoration: none;
}

.header-m-menu {
  width: 30px;
}

.header-m-div {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-m-logo {
  width: 33%;
}

.header-div {
  height: 10vh;
}

.header-div .row {
  height: 75%;
  background-color: black;
}

.header-logo {
  height: 8vh;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  background-color: black;
  min-width: 100px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: darkgray;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #c6ff03;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-link {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-link-a {
  color: white;
  font-size: 18px;
  font-weight: 900;
}

.header-link-a:hover {
  color: #c6ff03;
  text-decoration: none;
}

.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-time {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  color: white;
}

.footer-div {
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.15);
  width: 100vw;
  height: 15vh;
  position: absolute;
  bottom: 0px;
}

.footer-partners-div {
  background-color: white;
  width: 100%;
  height: 75%;
}

.footer-partners-pertners {
  font-size: 25px;
  font-weight: 500;
}

.owl-carousel {
  height: 100%;
}

.owl-stage-outer {
  height: 100%;
}

.owl-stage {
  height: 100%;
}

.owl-item {
  height: 100%;
}

.item {
  height: 100%;
}

.footer-partner-logo-div {
  height: 100%;
  width: 90%;
}

.footer-partner-logo {
  max-height: 80%;
  max-width: 80%;
}

.footer-partners {
  overflow-x: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.footer-links-div {
  background-color: #383838;
  width: 100%;
  height: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-m-div {
  display: none;
  background-color: #383838;
  width: 100%;
  height: 25%;
}

.footer-links-link {
  font-weight: 600;
  color: white;
}

.scene-agenda-div {
  height: 74vh;
  color: black;
  padding-top: 20px;
}

.scene-agenda-div .scene-agenda-time {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.scroll-style {
  overflow-y: auto;
}

.scroll-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0);
}

.scroll-style::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.scroll-style::-webkit-scrollbar-thumb {
  border-radius: 15px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #383838;
}

.scene-agenda-div .scene-agenda-topic {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 8px;
}

.scene-agenda-div .scene-agenda-speakers {
  font-size: 12px;
}

.scene-titles {
  font-size: 18px;
  font-weight: 700;
}

.scene-content-div {
  height: 74vh;
  border: solid #c6ff03 10px;
  overflow-y: auto;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scene-content-question-title {
  font-size: 20px;
  font-weight: 700;
}

.scene-content-question-div {
  border-radius: 20px;
  background-color: #383838;
  padding: 5px;
}

.scene-content-question-qestion {
  color: white;
  width: 90%;
  border: none;
  outline: none;
  resize: none;
  background-color: rgba(0, 0, 0, 0);
}

.scene-content-question-qestion::-webkit-input-placeholder {
  color: white;
}

.scene-content-question-qestion::-ms-input-placeholder {
  color: white;
}

.scene-content-question-qestion::placeholder {
  color: white;
}

.scene-content-question-send {
  min-width: 50px;
  width: 10%;
  float: right;
}

.scene-chat-div {
  border: solid #c6ff03 10px;
  border-radius: 20px;
  padding: 20px;
  height: 74vh;
}

#pl_lang_big:hover {
  cursor: pointer;
}

#en_lang_big:hover {
  cursor: pointer;
}

.scene-chat-chat {
  color: white;
  overflow-y: auto;
  background-color: #383838;
  height: 95%;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scene-agenda-m-div {
  display: none;
  max-height: 74vh;
  color: black;
  padding-top: 20px;
  margin-bottom: 10px;
}

.scene-agenda-m-div .scene-agenda-div-div {
  padding: 10px;
}

.scene-agenda-m-div .scene-agenda-topic {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 8px;
}

.scene-agenda-m-div .scene-agenda-time {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.scene-ankieta-btn {
  height: 50px;
  border-radius: 5px;
  background-color: #383838;
  border: none;
  width: 100px;
  color: #e6ff03;
}

.scene-ankieta-btn:hover {
  cursor: pointer;
}

.agenda-agenda-div {
  color: black;
  padding: 20px;
  height: 70vh;
}

.agenda-agenda-div-div {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.agenda-agenda-div .agenda-agenda-time {
  font-size: 15px;
  font-weight: 900;
}

.agenda-agenda-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0);
}

.agenda-agenda-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}

.agenda-agenda-scroll::-webkit-scrollbar-thumb {
  background-color: #383838;
}

.agenda-agenda-div .agenda-agenda-topic {
  font-size: 12px;
}

.agenda-chat-div {
  background-color: white;
  padding: 20px;
}

.agenda-chat-chat {
  color: white;
  padding: 30px;
  overflow-y: auto;
  background-color: #383838;
}

.agenda-m-div {
  display: none;
}

.agenda-m-title {
  padding: 10px;
  color: black;
  font-size: 20px;
  font-weight: 700;
}

.agenda-m-agenda-row {
  width: 100%;
}

.agenda-m-agenda-titles {
  font-size: 12px;
  font-weight: 900;
  color: white;
  background-color: #383838;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda-m-agenda-time {
  width: 34%;
}

.agenda-m-agenda-title {
  width: 66%;
}

.agenda-m-agenda-content {
  padding: 15px;
}

.agenda-title {
  color: black;
  font-size: 20px;
  font-weight: 700;
}

.agenda-titles {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
}

.item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mobile-padding-zero {
    padding: 0 !important;
  }

  .menu-m-div {
    display: none;
    opacity: 0;
  }

  .header-m-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .body-background-form {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    background: url("/img/bg.png") no-repeat bottom center;
    background-size: cover;
  }

  .body-form {
    background: url("/img/bg.png") no-repeat bottom center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-size: cover;
  }

  .body-background-event {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 85vh;
    background: url("/img/bg2-m.jpg") no-repeat bottom right;
    background-size: cover;
  }

  .body-event {
    width: 100%;
  }

  .header-div {
    display: none;
  }

  .footer-div {
    position: relative;
  }

  .footer-partners-pertners {
    font-size: 14px;
  }

  .footer-partner-logo-div {
    height: 50%;
    width: 26%;
  }

  .footer-links-div {
    display: none;
  }

  .footer-links-m-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-links-link {
    margin: 0;
  }

  .scene-titles {
    font-size: 14px;
  }

  .scene-agenda-div {
    display: none;
  }

  .scene-titles-content {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    left: 0;
    color: white;
    background-color: #383838;
  }

  .scene-content-div {
    width: 100vw;
    height: auto;
    background-color: rgba(230, 255, 3, 0.6);
    border-radius: 10px;
    padding: 0;
  }

  .scene-content-list {
    padding: 20px;
  }

  .scene-content-list-list.form-control {
    border-radius: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  }

  .scene-content-video {
    width: 100%;
  }

  .scene-content-question {
    padding: 10px;
  }

  .scene-content-question-div {
    background-color: white;
    width: 100%;
  }

  .scene-content-question-qestion {
    color: black;
  }

  .scene-chat-div {
    background-color: rgba(230, 255, 3, 0.6);
    border-radius: 10px;
    padding: 0;
  }

  .scene-chat-chat {
    height: 70vh;
  }

  .scene-titles-chat {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    left: 0;
    color: white;
    background-color: #383838;
  }

  .messages-window {
    overflow-y: auto;
    height: 80%;
  }

  .messages-window::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0);
  }

  .messages-window::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
  }

  .messages-window::-webkit-scrollbar-thumb {
    border-radius: 15px;
    border: 3px solid transparent;
    background-clip: content-box;
    background-color: #383838;
  }

  .panel-footer {
    height: 20%;
  }

  .scene-agenda-m-div {
    display: block;
  }

  .scene-titles-agenda {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    left: 0;
    color: white;
    background-color: #383838;
  }

  .agenda-m-div {
    display: block;
  }
}

.partners-speakers-container {
  cursor: pointer;
}

.modal-dialog {
  max-width: 800px !important;
}

.modal-content {
  background-color: #383838 !important;
  padding-bottom: 50px;
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-content .close {
  color: white;
}

.modal-content .close:hover {
  color: white;
}

.send-message-button {
  background-color: transparent;
  border: none;
}

#message {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

#message::-webkit-input-placeholder {
  color: white;
}

#message::-ms-input-placeholder {
  color: white;
}

#message::placeholder {
  color: white;
}

.partner-name {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}

.chat-btn {
  border: none !important;
  background: none !important;
}

.questions-box {
  min-height: 90vh;
  overflow-y: hidden;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 100px;
}

.question-item {
  overflow: hidden;
  border-top: 1px solid #383838;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.dummy_plug {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
