* {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    background: #000000;
}
#bg-div {
    margin: 0;
    margin-top: 100px;
    margin-bottom: 100px;
}
#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;
    height: 30px;
    background-color: #ffecb3;
}
.active1 {
    color: #00c853 !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: red;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 5px;
}
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
    width: 15rem;
}
#page-content-wrapper {
    min-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
}
#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fff !important;
    border-color: #fff !important;
}
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
        display: none;
    }
}
.card0 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-highlight {
    color: #00c853;
    font-weight: bold;
    font-size: 20px;
}
.form-card input,
.form-card textarea, 
.form-card select {
    padding: 10px 15px 5px 15px;
    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;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-card button {
    padding: 10px 15px 5px 15px;
    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;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus {
    -moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
    -webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
    box-shadow: 0px 0px 0px 1.5px skyblue !important;
    font-weight: bold;
    border: 1px solid skyblue;
    outline-width: 0;
}
.form-card select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
}
/*.form-card select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}*/
input.btn-success {
    height: 50px;
    color: #ffffff;
    opacity: 0.9;
    background-color: #28a745;
}
#below-btn a {
    font-weight: bold;
    color: #000000;
}
.input-group {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.input-group input,
.input-group textarea,
.input-group select {
    position: relative;
    height: 90px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 6px;
    padding-top: 30px;
    padding-left: 25px;
}
.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: 25px;
    pointer-events: none; /* Allows clicking through label to select */
}
input:focus + label {
    color: #1e88e5;
}
#qr {
    margin-bottom: 150px;
    margin-top: 50px;
}
.avatar {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .avatar img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  /* Size Modifiers */
  .avatar-sm {
    width: 40px;
    height: 40px;
  }
  
  .avatar-md {
    width: 80px;
    height: 80px;
  }
  
  .avatar-lg {
    width: 120px;
    height: 120px;
  }
  
  .avatar-xl {
    width: 160px;
    height: 160px;
  }
  
.red-text {
    color: red !important;
}