.modal .playlist {
  display: flex;
  flex-direction: column;
}

.modal .video-sharing-container {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.modal .video-sharing {
  cursor: pointer;
  display: inline-flex;
  text-decoration: none !important;
  outline: none !important;
  color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 13px;
  margin-right: 13px;
}

.modal .video-sharing img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}

.modal + .modal-backdrop {
  z-index: 16000 !important;
}

.modal.custom-domain .modal-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal.custom-domain .modal-body {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.modal.custom-domain .modal-body p {
  align-self: flex-start;
}

.modal.custom-domain .modal-body img {
  width: 140px;
  margin-bottom: 45px;
}
.orion-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 40px;
}#peertube-plugin-chat-container {
    position: relative;
    width: 20em;
    height: 66vh;
    padding: 0.5em;
    padding-bottom: 5em;
    background-color: var(--mainBackgroundColor);
    color: var(--mainForegroundColor);
}
#peertube-plugin-chat-messages {
    max-height: 100%;
    overflow-y: scroll;
}
#peertube-plugin-chat-user-area {
    width: 19em;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1100px) {
    #peertube-plugin-chat-container {
        position: relative;
        width: inherit;
        height: 20em;
    }
    #peertube-plugin-chat-user-area {
        width: inherit;
    }
}
