body {
  background-color: #FAFAFA;
}

label {
  font-family: 'Open Sans', sans-serif;
}

.header-bold {
  font-weight: 350;
  font-size: 40px;
}

.user-profile {
  font-weight: 500;
  font-size: 44px;
}

.user-border {
  border-bottom: 2px #eeeeee solid;
}

.side-text {
  margin-top: 2rem;
}

.side-menu {
  /* padding: 27px 18px; */
}

.side-bar {
  gap: 4rem;
  padding: 1rem;
  border-left: 1px solid #9a9a9c;
  margin: 2rem;
  justify-content: center;
}

.btn-side {
  border: none;
  background: none;
  font-weight: 325;
  font-size: 22.1222px;
  color: #545559;
  text-decoration: none;
  margin-left: 24px;
}

.btn-side:hover {
  font-weight: 350;
  color: #36373c;
}

.btn-light {
  background-color: transparent;
  color: #0057EE;
  border: 1px solid #0057EE;
}

.btn-light:hover {
  background-color: #ffffff;
  color: #0057EE;
  border: 1px solid #0057EE;
}

#bg-splash {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#card-splash {
  background-color: rgba(255, 255, 255, 0.35);
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 38px 29px;
}

.container.home {
  background-color: #FAFAFA;
  padding-top: 24px;
  height: 100%;
}

.card.home {
  background-color: #FFFFFF;
  box-shadow: 0px 53.9767px 103.046px 7.36046px #D8D9DB;
  border: 0px;
  border-radius: 36px 36px 0px 0px;
  border-bottom: none;
  height: 100%;
}

#generated-link {
  display: none;
}

#generated-link-card {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-selection--single {
  height: 38px !important;
  padding: 0.3rem 0.4rem;
  font-size: 1rem;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
}

#myVideo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
}