.btn-primary {
  color: #fff;
  background-color: rgb(109, 86, 164);
  border-color: rgb(47, 37, 71);
}
.fc-popover-title {
  color: black;
}
.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 {
  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;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.display-image {
  width: 100%;
  animation: fadeIn 2s;
}

.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;
}
#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: #4A1942 !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;
}
/*@font-face {
  font-family: 'HelveticaThin';
  src: url(./assets/Helvetica-Thin.ttf);
}*/
.navbar-brand {
  font-family: 'Helvetica';
  font-weight: 100;
  font-style: normal;
}
.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;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
  z-index: 1500;
}