/* width */
::-webkit-scrollbar {
  width: 10px;
}

body {
  background: #000000;
  /* overflow-x: hidden; */
  background-image: url("images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.content-container {
  min-height: 100vh;
}

#border-btm {
  padding-bottom: 20px;
  margin-bottom: 0px;
  box-shadow: 0px 35px 2px -35px lightgray;
}

#test {
  margin-top: 0px;
  margin-bottom: 40px;
  border: 1px solid #ffe082;
  border-radius: 0.25rem;
  width: 60px;
  height: 30px;
  background-color: #ffecb3;
}

.active1 {
  color: #ffab00 !important;
  font-weight: bold;
}

.bar4 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
}

.list-group .tabs {
  color: #000000;
}

#menu-toggle {
  height: 50px;
}

#new-label {
  padding: 2px;
  font-size: 10px;
  font-weight: bold;
  background-color: green;
  color: #ffffff;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
}

#sidebar-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  #sidebar-wrapper {
    min-height: 100vh;
    width: 0;
    transition: 0.7s;
  }

  #sidebar-wrapper .sidebar-heading {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  #page-content-wrapper {
    min-width: 100vw;
    width: 55vw;
    background-color: #ffffff;
  }

  #sidebar-wrapper.toggled {
    width: 200px;
  }

  #page-content-wrapper.toggled {
    min-width: 10vw;
  }
}

@media (min-width: 600px) {
  #sidebar-wrapper {
    width: 250px;
    transition: 0.7s;
  }

  #page-content-wrapper {
    min-width: 60vw;
    width: 60vw;
    background-color: #ffffff;
  }

  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }

  #sidebar-wrapper.toggled {
    width: 0;
  }

  #page-content-wrapper.toggled {
    min-width: 60vw;
  }
}

.top-highlight {
  color: #00c853;
  font-weight: bold;
  font-size: 20px;
}

.form-card input,
.form-card textarea {
  padding: 10px 15px 5px 15px;
  border: none;
  border: 1px solid lightgrey;
  border-radius: 6px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: arial;
  color: #2c3e50;
  font-size: 14px;
  letter-spacing: 1px;
}

.form-card select {
  padding: 7px 15px 7px 15px;
  border: none;
  border: 1px solid lightgrey;
  border-radius: 6px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #ffffff;
}

.form-card select option {
  background-color: #ffffff;
}

.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
  -moz-box-shadow: 0px 0px 0px 1.5px #ffd684 !important;
  -webkit-box-shadow: 0px 0px 0px 1.5px #ffd684 !important;
  box-shadow: 0px 0px 0px 1.5px #ffd684 !important;
  font-weight: normal;
  border: 1px solid #ffd684;
  outline-width: 0;
}

.btn-orange {
  height: 50px;
  color: orange;
  opacity: 0.9;
}

input.btn-success {
  height: 50px;
  color: #ffffff;
  opacity: 0.9;
}

#below-btn a {
  font-weight: bold;
  color: #000000;
}

.input-group input {
  position: relative;
  height: 60px;
  border-radius: 6px;
  padding-top: 30px;
  padding-left: 20px;
}

.input-group select {
  position: relative;
  height: 60px;
  border-radius: 6px;
  padding-top: 35px;
  /* padding-left: 20px; */
}

.input-group label {
  position: absolute;
  height: 24px;
  background: none;
  border-radius: 6px;
  line-height: 48px;
  font-size: 15px;
  color: gray;
  width: 100%;
  font-weight: 100;
  padding-left: 20px;
}

input:focus-visible,
select:focus-visible {
  color: #495057;
  background-color: #fff;
  border-color: #ffc146;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 70, 0.5);
}

#qr {
  margin-bottom: 150px;
  margin-top: 50px;
}

.table {
  table-layout: auto;
}

.table td,
.table th {
  white-space: nowrap;
}

.table td {
  text-align: center;
}

.table th {
  text-align: center;
}

#logo {
  width: 100%;
}

.card-content table tr {
  cursor: pointer;
}
