.bg-light-dark {
    background-color: #191919;
}

.bg-dark-nav {
    background-color: #0c0c0c;
}

.navbar-dark-text .dark-text {
    color: #b7b7b7;
}

.content-wrapper {
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    height: 100%;
    min-height: calc(100vh - calc(3.5rem + 1px));
}

.col-12.middle {
    flex: 1 0 100%;
}

.user-list {
    display: flex !important;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin: 12px;
}

.user-list>span {
    padding: .25rem .7rem;
    margin: 0px 5px;
    color: #b7b7b7;
    background: rgba(0, 0, 0, 0.3);
}

.stream-controls {
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    pointer-events: none;
    animation: slideIn 0.3s forwards;
}

@keyframes slideIn {
    from {
      bottom: -100px; /* Start position */
    }
    to {
      bottom: 4.5rem; /* End position */
    }
  }

.control-icon {
    margin: 0 20px;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #383838;
    pointer-events: auto;
    cursor: pointer;
}

.control-icon>svg {
    width: 30px;
    height: 30px;
    color: #c0c0c0;
}

.control-icon.red-icon {
    background-color: #772222;
}

.navbar-brand {
    padding-top: .3rem;
    padding-bottom: 0px;
}

.navbar-logo {
    display: inline-block;
}

.navbar-logo-img {
    position: relative;
    height: 35px;
    margin-right: 10px;
    top: -2px;
}

.navbar-logo-text {
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #0095ff, #baecff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-weight: 800;
}

.btn {
    background-color: #007dd6;
    color: rgb(219, 219, 219);
}

.btn-connect {
    margin: auto;
    font-weight: 600;
    padding: 20px 50px;
    border-radius: 40px;
}

.btn-header {
    margin: 0 10px;
    font-weight: 500;
    font-size: .9em;
}

.btn-gray {
    background: #424242;
}

.btn-login {
  margin: auto;
  max-width: 100%;
  font-weight: 600;
  margin-top: 3rem;
}

.login-center {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-box {
  background: #262626;
  box-shadow: 0 5px 20px #0003;
  border-radius: 10px;
  width: 470px;
}

.input-login {
  background-color: #1a1a1a !important;
  color: #b9b9b9 !important;
  border: none;
}

.label-login {
  color: rgb(219, 219, 219);
  font-weight: 500;
  font-size: .9em;
}

.title-login {
  text-align: center;
  font-size: 1.2em;
  font-weight: 800;
  color: rgb(219, 219, 219);
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.signup-text {
    color: rgb(219, 219, 219);
    margin: 35px 0;
}

input.red-border {
    border: 2px solid;
    border-color: rgb(219 0 0 / 65%) !important;
}

.label-pwcheck {
    color: rgb(219, 219, 219);
    font-weight: 500;
    font-size: .9em;
    margin-top: 1rem;
  }

.valid {
    color: rgb(0, 87, 19);
    margin-left: 1rem;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.valid:before {
    position: relative;
    left: -5px;
    content: "✓";
  }

.invalid {
    color: rgb(219 0 0 / 65%);
    margin-left: 1rem;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.invalid:before {
    position: relative;
    left: -5px;
    content: "✗";
  }

.user-hover:hover {
    color: #8b8b8b;
}

.btn-app {
    border-radius: 3px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #6c757d;
    font-size: 12px;
    height: 60px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}

.btnAdmin {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTableColor {
    color: rgb(219, 219, 219);
}

.dt-container {
    color: rgb(219, 219, 219);
}

.dt-input {
    border: 1px solid #4e4e4e !important;
}

.headerAdmin {
    color: #007dd6;
    font-weight: 600;
    margin: 0 0 10px -50px;
}

.whiteImportant {
    color: rgb(219, 219, 219) !important;
    font-weight: 600;
}

.cleanwhite {
    color: rgb(219, 219, 219) !important;
}

.admin-icon {
    margin: 0 5px;
}

.signup-error {
    text-align: center;
    color:rgb(165, 19, 0);
    font-weight: 600;
}

span.o-role {
    cursor: pointer;
}

.nav-center {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dark-input {
    width: 20rem;
    background: #111111;
    border: 0;
    border-radius: 5px;
    color: #676867;
    font-size: small;
    padding: 5px 8px 3px 8px;
}

.dark-input:focus {
    outline: none !important;
}