/**
*
* Testing
*
**/
.navbarauth {
  height: 56px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

body {
  width: 100%;
}

main {
  width: 100%;
  display: flex;
}
main .sidebar {
  border-top: 1px solid #565656;
  left: -260px;
  width: 260px !important;
  top: 56px;
  height: calc(100vh - 56px);
  position: fixed;
  background-color: #212529 !important;
  transition: all 0.5s ease-in;
  z-index: 999;
}
main .content {
  width: 100%;
  transition: all 0.5s ease-in;
  margin-top: 56px;
  padding-bottom: 50px;
  margin-left: 0;
}

.sidebaropen .sidebar {
  left: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.sidebaropen .content {
  width: calc(100% - 260px) !important;
  margin-left: 260px;
}

#qrCode {
  border: 10px solid rgb(249, 246, 246);
  height: max-content;
  border-radius: 5px;
}

.padding {
  padding: 5rem !important;
}
@media (max-width: 576px) {
  .padding {
    padding: 2rem 0rem !important;
  }
}

.form-control:focus {
  box-shadow: 10px 0px 0px 0px #ffffff !important;
  border-color: #4ca746;
}

.testSwitchContainer {
  padding: 5px 10px;
}

.navbar-toggler {
  width: 56px !important;
  height: 40px !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.sidebar {
  display: flex;
  flex-direction: column;
}
.sidebar .sidebar-link {
  color: rgb(195, 195, 195) !important;
  padding: 10px 20px;
  margin: 5px 0px;
  text-decoration: none;
}
.sidebar .sidebar-link:first-child {
  margin-top: 0;
}
.sidebar .active {
  background-color: #4b4b4b;
  color: white !important;
}
.sidebar .sidebar-link:hover {
  background-color: #2f2f2f;
  color: white !important;
}

/*# sourceMappingURL=style.css.map */
