@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.btn-primary {
  color: #fff;
  background-color: rgb(109, 86, 164);
  border-color: rgb(47, 37, 71);
}
.fc-popover-title {
  color: black;
}


#stream1Placeholder, #stream2Placeholder, #stream3Placeholder, #stream4Placeholder, #stream5Placeholder, #stream6Placeholder, #streamPlaceholdfer {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlayContainerOverride {
  position: absolute !important;
  height: 100% !important;
  color: white !important;
  text-align: center !important;
  font-size: 1em !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 100% !important;
  padding: 10px 0 !important;
  z-index: 2147473647 !important;
  opacity: 1 !important;
  transition: opacity 0.4s !important;
  display: flex !important;
}

#videoStream1:hover + #overlayContainer1, #overlayContainer1:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#videoStream2:hover + #overlayContainer2, #overlayContainer2:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#videoStream3:hover + #overlayContainer3, #overlayContainer3:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#videoStream4:hover + #overlayContainer4, #overlayContainer4:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#videoStream5:hover + #overlayContainer5, #overlayContainer5:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#videoStream6:hover + #overlayContainer6, #overlayContainer6:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#videoStream:hover + #overlayContainer, #overlayContainer:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
#focusVideoStream:hover + #focusOverlayContainer, #focusOverlayContainer:hover {
  position: absolute;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 0;
  z-index: 2147473647;
  opacity: 1;
  transition: opacity 0.4s;
  display: flex;
}
.overlayContainer {
  width: 0px;
  opacity: 0;
  transition: opacity 0.6s;
}
.overlayUsername {
  margin-bottom: 0px;
  align-self: end;
}



.border-primary {
  border-radius: 8px;
  border: 2px solid rgb(109, 86, 164) !important;
}
.heavy-border-primary {
  border-radius: 8px;
  border: 6px solid rgb(109, 86, 164) !important;
}
.bg-light {
  background-color: rgb(230, 230, 230) !important;
}
.status-like, .status-message, .status-block, .status-report, .blog-like, .blog-message, .blog-report, .blog-block {
  width: 1.5rem;
}
.dropdownCloseLightMode {
  filter: invert(100%) sepia(0%) saturate(7473%) hue-rotate(123deg) brightness(109%) contrast(106%);
}
.dropdownButton {
  width: 100%;
  font-size: 3.5vh;
}
.loadingText {
  color: rgb(109, 86, 164);
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.participantObject {
  width: 100%;
  height: 100%;
}
.participantOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #222222;
}
.participantOverlay div {
  position: relative;
  display: inline-block;
  top: 1rem;
}
.participantContainer {
  position: relative;
  width: 100%;
  display: inline-block;
}
.participantContainer:hover .participantOverlay {
  opacity: 0.95 !important;
}




.participantOverlayMobile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.95 !important;
  transition: .5s ease;
  background-color: #222222;
}
.participantOverlayMobile div {
  position: relative;
  display: inline-block;
  top: 1rem;
}
  

.justify-content-space-between {
  justify-content: space-between;
}
.contact-message, .contact-username, .instant-message, .instant-timestamp, .target-message, .target-timestamp {
  color: black !important;
}
#contact-parent, #message-parent {
  width: 95%;
  margin-right: auto !important;
  margin-left: auto !important;
}
.tox-statusbar__branding {
  display: none !important;
}
#mainMenuCloseButton, #notifCloseButton, #notifCloseButtonMobile, #messageCloseButton {
  right: 2%;
  top: 2%;
  position: absolute;
  background: black url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fafafa'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#notifHolderDesktop, #messageHolder {
  position: absolute;
  top: 4.2rem;
  right: 0%;
  width: 30%;
  height: 65%;
  background-color: lightgray; 
}
#messages-back-arrow, #spam-box-button, #add-contact, #send-to-spam, #send-to-inbox, #inbox-button {
  width:48px;
  height:48px;
  color:black;
}
.topBarImages {
  width: 32px;
  height: 32px;
}
.topBarImagesMobile {
  width: 48px;
  height: 48px;
}
.themeToggleSwitch {
  margin-top: 20%;
}
hr {
  color: rgb(109, 86, 164) !important;
  height: 3px !important;
  opacity: 0.5 !important;
}
.popOutTitles {
  color: black;
}
.popOutActive {
  color: rgb(109, 86, 164) !important;
  font-weight: bolder;
}
#add-contact, #send-to-spam, #send-to-inbox, #message-bar-title-text {
  display: inline
}
#notifHolderMobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: lightgray; 
}

#userDropdownUsername {
  color: white !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgb(65, 47, 107);
  border-color: rgb(44, 31, 74);
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 1);
  color: white;
}
.mainMenuDiv {
  animation: 750ms 1 forwards ani;
  position: absolute;
  z-index: 99;
}
@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  scroll-behavior: smooth;
}
.color-scheme-dark .bd-aside a,
[data-bs-color-scheme="dark"] .bd-aside a
html.dark .bd-aside a {
  color: rgba(255, 255, 255, .65);
}

.color-scheme-dark .bd-aside a:hover,
.color-scheme-dark .bd-aside a:focus,
html.dark .bd-aside a:hover,
html.dark .bd-aside a:focus,
[data-bs-color-scheme="dark"] .bd-aside a:hover,
[data-bs-color-scheme="dark"] .bd-aside a:focus {
  color: rgba(255, 255, 255, .85);
  background-color: rgba(140, 179, 82, .1);
}
.color-scheme-dark .bd-aside .active,
html.dark .bd-aside .active,
[data-bs-color-scheme="dark"] .bd-aside .active {
    color: rgba(255, 255, 255, .85);
}
.color-scheme-dark .bd-aside .btn,
html.dark .bd-aside .btn,
[data-bs-color-scheme="dark"] .bd-aside .btn {
    color: rgba(255, 255, 255, .65);
}
.color-scheme-dark .bd-aside .btn:hover,
.color-scheme-dark .bd-aside .btn:focus,
html.dark .bd-aside .btn:hover,
html.dark .bd-aside .btn:focus,
[data-bs-color-scheme="dark"] .bd-aside .btn:hover,
[data-bs-color-scheme="dark"] .bd-aside .btn:focus {
    color: rgba(255, 255, 255, .85);
  background-color: rgba(140, 179, 82, .1);
}
.color-scheme-dark .bd-aside .btn:focus,
html.dark .bd-aside .btn:focus,
[data-bs-color-scheme="dark"] .bd-aside .btn:focus {
    box-shadow: 0 0 0 1px rgba(140, 179, 82, .7);
}
.bd-aside .btn[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}
[id="modal"] .bd-example .btn,
[id="buttons"] .bd-example .btn,
[id="tooltips"] .bd-example .btn,
[id="popovers"] .bd-example .btn,
[id="dropdowns"] .bd-example .btn-group,
[id="dropdowns"] .bd-example .dropdown,
[id="dropdowns"] .bd-example .dropup,
[id="dropdowns"] .bd-example .dropend,
[id="dropdowns"] .bd-example .dropstart {
  margin: 0 1rem 1rem 0;
}
#__bs_notify__ {
  position: fixed;
  top: calc(100% - 50px) !important;
  opacity: .5;
  border-radius: 0 !important;
  background-color: deepskyblue !important;
  color: black !important;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.watermark {
  display: none !important;
}
.statusContainer {
  animation: fadeIn 0.6s;
}
.photoContainer {
  animation: fadeIn 0.7s;
}
.personContainer {
  animation: fadeIn 0.4s;
}
.contactContainer {
  animation: fadeIn 0.3s;
  text-decoration: none;
  color: unset;
}
.notificationContainer {
  animation: fadeIn 0.3s;
}
.messageContainer {
  animation: fadeIn 0.1s;
}
.comment-container {
  animation: fadeIn 0.4s;
}
.likeDisplays {
  color: blue !important;
}