body {
  background: black;
  color: rgba(255, 255, 255, 0.5647058824);
  font-family: "Inter", sans-serif;
  letter-spacing: -0.3px;
  font-size: 14px;
}

.section-container {
  display: flex;
  padding: 10px;
  height: 100vh;
  overflow: hidden;
  gap: 10px;
}

a {
  color: rgba(255, 255, 255, 0.5647058824) !important;
  text-decoration: none;
}
a.active, a:hover {
  color: #5172FD !important;
}

.stream-container {
  width: 80%;
  height: 100%;
  gap: 10px;
}
.stream-container .header {
  background: #242526;
  border-radius: 10px;
  height: 65px;
}
.stream-container .header .puls-logo-container {
  padding: 10px;
}
.stream-container .header .puls-logo-container img {
  width: 30px;
  margin: 0 10px;
}
.stream-container .header .webinar-live-title {
  line-height: 1.2;
  border-left: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.stream-container .video-container {
  position: relative;
  height: calc(100% - 105px);
  margin: 10px 0;
}
.stream-container .video-container #video_image {
  width: auto !important;
  height: auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.stream-container #video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.puls-copy {
  height: 20px;
  font-size: 10px;
  align-items: center;
  gap: 5px;
}
.puls-copy img {
  height: 16px;
}

.footer-mobile {
  display: none;
}

.tools-container {
  width: 25%;
  height: 100%;
  background: #242526;
  border-radius: 10px;
  display: flex;
}
.tools-container .tool-content-container {
  width: 100%;
  padding: 10px;
}
.tools-container .tool-content-container .tab-header {
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding-bottom: 10px;
  gap: 10px;
  margin-bottom: 15px;
}
.tools-container .tool-content-container .tab-content,
.tools-container .tool-content-container .tab-pane {
  height: 100%;
}
.tools-container .tool-content-container .messages-container,
.tools-container .tool-content-container .sc-wrapper {
  position: relative;
  height: calc(100% - 70px) !important;
}
.tools-container .tool-content-container .scrollable-content {
  overflow: scroll;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.tools-container .tool-content-container .messages-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tools-container .tool-content-container .messages-container .messages-wrapper {
  height: 100%;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .sc-wrapper {
  height: calc(100% - 190px);
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages .message {
  border-radius: 10px;
  padding: 5px 10px;
  background: #1a1a1a;
  min-width: 40%;
  max-width: 90%;
  position: relative;
  word-break: break-word;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages .message .sender {
  opacity: 0.6;
  font-size: 12px;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages .message.question {
  margin-left: auto;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages .message.answer {
  background: #343434;
  margin-right: auto;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages .message .events {
  position: absolute;
  top: 0;
  right: 0px;
  display: none;
}
.tools-container .tool-content-container .messages-container .messages-wrapper .messages .message:hover .events {
  display: block;
}
.tools-container .tool-content-container .message-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.tools-container .tool-content-container .message-wrapper .message-box {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.5647058824);
  resize: none;
  font-size: 14px;
}
.tools-container .tool-content-container .message-wrapper button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
}
.tools-container #resourcesTab .nav-link {
  padding-left: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5647058824);
  text-decoration: none;
}
.tools-container #resourcesTab .nav-link i {
  min-width: 20px;
  text-align: center;
}

.tools-nav {
  border-left: 1px solid #1a1a1a;
}
.tools-nav .nav {
  display: flex;
  flex-direction: column;
}
.tools-nav .nav .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 5px;
  line-height: 1;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5647058824);
  text-transform: uppercase;
  -webkit-appearance: none;
}
.tools-nav .nav .nav-item .nav-link i {
  font-size: 18px;
  margin-bottom: 5px;
}
.tools-nav .nav .nav-item .nav-link.active {
  color: #5172FD;
}
.tools-nav .nav .nav-item .nav-link.active i {
  font-weight: 600;
}
.tools-nav .nav .nav-item .tools-nav-toggle {
  padding: 23px 0;
  cursor: pointer;
  border-bottom: 1px solid #1a1a1a;
}
.tools-nav .nav .nav-item .tools-nav-toggle i {
  margin: 0;
}
.tools-nav .tools-nav-inner {
  height: calc(100% - 75px);
}

.page-lang-btns a {
  cursor: pointer;
}

.fullscreen .stream-container {
  width: calc(100% - 64px);
}
.fullscreen .tools-container {
  width: auto;
}
.fullscreen .tools-container .tools-nav {
  border-left: 0;
}
.fullscreen .tools-container .tool-content-container {
  display: none;
  opacity: 0;
}

.btn {
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.btn.btn-primary {
  background-color: #5172FD;
  border-color: #5172FD;
  color: #FFFFFF !important;
}
.btn.btn-primary:hover {
  background-color: #1f49fc;
  border-color: #1f49fc;
}
.btn.btn-secondary {
  background-color: #323333;
  border-color: #323333;
  color: rgba(255, 255, 255, 0.5647058824);
}
.btn.btn-secondary.active, .btn.btn-secondary:hover {
  background-color: #191919;
  border-color: #191919;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
}

.form-control {
  background: #1a1a1a;
  border: #1a1a1a;
  color: rgba(255, 255, 255, 0.5647058824);
  font-size: 14px;
}
.form-control:focus {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.5647058824);
}

input[type=text] {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.5647058824);
}

@media (max-width: 820px) and (orientation: portrait) {
  .puls-copy {
    display: none;
  }
  .section-container {
    flex-direction: column;
    height: auto;
  }
  .stream-container,
  .tools-container {
    width: 100%;
  }
  .stream-container .video-container {
    height: auto;
    padding-top: 56.25%;
  }
  .stream-container #video {
    top: 0;
    bottom: 0;
  }
  .tools-container {
    flex-direction: column-reverse;
  }
  .tools-container .tools-nav {
    border-bottom: 1px solid #1a1a1a;
    border-left: 0;
  }
  .tools-container .tools-nav .tools-nav-toggle {
    display: none !important;
  }
  .tools-container .tools-nav .nav {
    flex-direction: row;
    justify-content: space-around;
  }
  .tools-container .tool-content-container .sc-wrapper {
    min-height: 300px;
  }
  .tab-header {
    display: none !important;
  }
  .footer-mobile {
    display: flex;
  }
}
.section-title {
  font-size: 12px;
  margin-bottom: 15px !important;
}

.stream-lang-btns .lang-btn {
  border-color: rgba(255, 255, 255, 0.5647058824);
}
.stream-lang-btns .lang-btn .icon-headphones {
  display: none;
}
.stream-lang-btns .lang-btn.active {
  background: rgba(255, 255, 255, 0.5647058824);
  border-color: rgba(255, 255, 255, 0.5647058824);
}
.stream-lang-btns .lang-btn.active .icon-headphones {
  display: inline-block;
}

.modal-content {
  background-color: #242526;
}
.modal-content .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}
.modal-content .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
}

#survey .nav-link {
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.5647058824);
}
#survey .nav-link label {
  display: flex;
  gap: 10px;
  align-items: center;
}
#survey .btn {
  text-transform: uppercase;
}
#survey .questions-wrapper {
  margin-bottom: 10px;
}
#survey .questions-wrapper .survey-question {
  font-weight: bold;
  margin-bottom: 5px;
}
#survey .questions-wrapper [type=text] {
  margin-top: 5px;
  width: 100%;
  border: 1px solid #3b3b3b;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
#survey .questions-wrapper [type=radio] {
  min-width: 15px;
  max-width: 15px;
}

@media (max-width: 576px) and (orientation: portrait) {
  .stream-container .header {
    height: auto;
  }
}
@media (max-width: 896px) and (orientation: landscape) {
  .puls-copy {
    display: none;
  }
  .section-container {
    flex-direction: column;
    height: auto;
  }
  .stream-container,
  .tools-container {
    width: 100% !important;
  }
  .stream-container .video-container {
    height: auto;
    padding-top: 56.25%;
  }
  .stream-container #video {
    top: 0;
    bottom: 0;
  }
  .tools-container {
    flex-direction: column-reverse;
  }
  .tools-container .tools-nav {
    border-bottom: 1px solid #1a1a1a;
  }
  .tools-container .tools-nav .tools-nav-toggle {
    display: none !important;
  }
  .tools-container .tools-nav .nav {
    flex-direction: row;
    justify-content: space-around;
  }
  .tools-container .tool-content-container .sc-wrapper {
    min-height: 300px;
  }
  .tab-header {
    display: none !important;
  }
  .footer-mobile {
    display: flex;
  }
}
@media (max-width: 1280px) and (orientation: landscape) {
  .tools-container {
    width: 35%;
  }
}
@media (min-width: 1920.5px) and (orientation: landscape) {
  .tools-container {
    width: 20%;
  }
}
.poll-result {
  background: #1B1B1B;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.poll-option {
  position: relative;
  padding: 10px;
}

.poll-title {
  margin-bottom: 10px;
}

.option-title {
  position: relative;
  z-index: 2;
}

.option-title .option-percent {
  font-weight: bold;
  min-width: 40px;
  display: inline-block;
}

.poll-options {
  margin-bottom: 10px;
}

.percent-bd {
  background: #3b3b3b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
}

.poll-sub-desc {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5019607843);
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 5px;
}

#survey .questions-wrapper {
  background: #1a1a1a;
  padding: 15px;
  border-radius: 10px;
}

#survey .nav-link label {
  background: #3b3b3b;
  padding: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b3b3b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*# sourceMappingURL=style.css.map */
