html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  background-color: #000;
}

body {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #000;
  overflow: hidden;
  font-family: "Inter", sans-serif !important;
  min-height: 100%;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

.client-container {
  position: absolute;
  top: 64px;
  /* height of the navbar */
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.guest-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#unity-canvas {
  width: 100%;
  height: auto;
}

.text-lavender {
    color: #9183CA !important;
}

.border-bottom-lavender {
  border-bottom: 1px solid #9183CA;
}

.border-top-lavender {
  border-top: 1px solid #9183CA;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar {
  padding: 10px 20px !important;
}

@media (min-width: 1024px) {
  .navbar {
    padding: 10px 40px !important;
  }
}

#dropdown-user {
  width: 40px;
  height: 40px;
  letter-spacing: .025em;
  font-weight: 500;
  font-size:16px !important;
}

#dropdown-user:hover {
  background-color: #9183CA !important;
}

#dropdown-user:hover span {
  color: #fff !important;
}

.dropdown-menu {
  padding: 4px 0px !important;
}

.dropdown-title {
  cursor: default;
  display: block;
  width: 100%;
  font-weight: 500;
  color: rgb(55 65 81 / 1) !important;
  padding: 8px 16px !important;
}

.dropdown-item {
  color: rgb(55 65 81 / 1) !important;
  padding: 8px 16px !important;
}

.dropdown-item:hover {
  background-color: rgb(243 244 246 / 1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgb(243 244 246 / 1) !important;
}

.dropdown-divider {
  margin: 4px 0px !important;
  background-color: rgb(243 244 246 / 1) !important;
}

.btn-portalis {
  background: #9183CA;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: 16px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  cursor: pointer;
  border: none !important;
  align-content: center;
}

  .btn-portalis:hover {
    background: rgba(145, 131, 202, 0.5) !important;
  }

.btn-portalis:active,
.btn-portalis:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
