body {
    font-family: 'Quicksand', sans-serif !important;
    background-color: #f8f9fa;
}

.general-content {
    margin: 90px 0;
}

ul {
    list-style: none;
}

.form-heading {
    margin-bottom: 30px;
}

label {
    font-size: 18px;
    line-height: 26px;
}

ul li label {
    font-size: 16px;
    line-height: 24px;
}

.form-group {
    margin-bottom: 36px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1D44B8;
}

a {
    color: #1D44B8;
}

a:hover {
    color: #000;
}

.affix-left {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 90px;
}

.invalid-feedback {
    font-size: 95%;
    display: block;
}

.invalid-feedback::before {
    content: '*';
}

.white-shadow-custom {
    box-shadow: 0 0 10px 0 rgba(50,50,50,0.12);
    background-color: #fff;
}

.shadow-custom {
    box-shadow: 0 0 10px 0 rgba(50,50,50,0.12);
    margin-bottom: 30px;
    /* background-color: #f8f9fa; */
    background-color: #fff;
}

.shadow-custom-padding-sm {
    padding: 5px;
}

.shadow-custom-padding {
    padding: 22px;
    padding-bottom: 30px;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.full-width {
    width: 100%;
}

.sidenav-heading {
    padding: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

.sidenav-heading-sm {
    padding: 8px 3px 5px 3px;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

.navmenu-bg-color {
    background-color: #1D44B8;
    box-shadow: 0 2px 5px 0 rgba(50,50,50,0.35);
}

.navmenu-bg-color-st {
    background-color: #FA8072;
    box-shadow: 0 2px 5px 0 rgba(50,50,50,0.35);
}

.error-message {
    padding: 3px;
}

.error-message::before {
    color: red;
    content: "\2717";
}

.success-message {
    padding: 3px;
}

.success-message::before {
    color: green;
    content: "\2713";
}

.info-message {
    padding: 3px;
}

.info-message::before {
    color: #ffc107;
    content: "\2756";
}

.btn-outline-primary {
    background-color: #fff;
}

.security-form {
    max-width: 500px;
}

.form-group {
    margin-bottom: 24px;
}

.auth-link {
    font-size: 1.1rem;
}

.auth-link:hover {
    text-decoration: none;
}

.no-display {
    display: none;
}

.upload-preview {
    width: 100%;
    max-width: 500px;
    margin-top: 20px !important;
}

.profile-image {
    max-width: 120px;
    max-height: 200px;
    margin: 15px 0;
    border-radius: 10px;
}

#solution_image_file_1, #question_image_file_1 {
    margin-bottom: 20px;
}

.p-messages {
    margin-bottom: 6px;
}

.content-card {
    background: rgba(0,0,0,.05);
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.badge {
    font-weight: 100;
}

h5 {
    margin: 10px 0 20px;
}

table td {
    border-top-width: 0.5px !important;
}

.general-content-test {
    margin: 70px 0;
}

.test-nav {
    background-color: #000;
    color: white;
}

.test-nav .test-nav-button {
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
}

.test-nav .test-nav-button:hover, .test-nav .test-nav-button .test-nav-active {
    background-color: #d5d5d5;
    color: #fff;
}

.test-question {
    background-color: #fff;
    margin: 10px auto 30px auto;
}

.test-question, .test-question .test-question-image img {
    width: 100%;
    max-width: 450px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}




/* To be removed before deployment
.navmenu-bg-color {
    background-color: white;
} */

.selected-question-nav.attempted .nav-link, .selected-question-nav.not-attempted .nav-link,
.selected-question-nav.marked .nav-link, .question-nav.attempted .nav-link, .question-nav.not-attempted .nav-link,
.question-nav.marked .nav-link {
    padding: 5px;
    margin: 3px 6px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 40px;
    color: #000;
    border-radius: 5px;
}

.selected-question-nav.attempted .nav-link, .selected-question-nav.not-attempted .nav-link,
.selected-question-nav.marked .nav-link{
    background: #fff;
}

.selected-question-nav.not-attempted .nav-link {
    border-width: 1px;
    border-color: tomato;
    border-style: solid;
}

.selected-question-nav.attempted .nav-link {
    border-width: 1px;
    border-color: lightskyblue;
    border-style: solid;
}

.selected-question-nav.marked .nav-link {
    border-width: 1px;
    border-color: orange;
    border-style: solid;
}

.question-nav.attempted .nav-link {
    background: lightskyblue;
}

.question-nav.marked .nav-link {
    background: orange;
}

.question-nav.not-attempted .nav-link {
    background: tomato;
}

.margin-btn {
    margin-bottom: 5px;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0px;
}

.no-scrollbar {
    scrollbar-width: none;
}

.student-box {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(50,50,50,0.12);
    margin-bottom: 30px;
    background: #f8f9fa;
    padding: 20px;
}

#timer {
    font-size: 72px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.pagination::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.pagination {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}