body,
html {
  font-family: 'Baloo Paaji 2', sans-serif;
}

#myContainer {
  margin-top: 10px;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0px !important;
}

.col-sm {
  margin-top: 10px;
}

#submissions th,
#submissions td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px;
  border: 1px solid black;
  vertical-align: middle !important;
}

#submissions {
  border: 1px solid black;
  table-layout: fixed;
  width: 0px;
  margin: auto;
}

#trophy-div {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 400px;
  margin: auto;
}

#trophy-div-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drop-shadow-box {
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.49) -3px 3px 3px -1px;
  border: 1px solid black;
  padding: 10px;
  max-width: 800px;
  margin: auto;
}

.correct {
  opacity: 0.5;
}

.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background-color: black;
  color: white;
  font-size: 30px;
  z-index: 999;
  text-align: left;
  display: flex;
  align-content: center;
  align-items: center;
}

.main-nav a {
  color: white !important;
}

#submissions td,
#submissions th {
  text-align: center;
  vertical-align: top;
}

#custom-set-container {
  height: 200px;
  border: 2px solid lightgray;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.imgSearchResult {
  width: 64px;
  height: auto;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}

.scroll-list {
  height: 500px;
  overflow-y: scroll;
  border: 2px solid lightgray;
}

.swal2-popup {
  width: 800px !important;
}

.studentRecordDiv {
  max-height: 300px;
  border: 2px solid darkgray;
  overflow-y: auto;
  font-size: 16px;
  text-align: left;
}

#importTextContainer {
  border: 2px solid darkgray;
  height: 500px;
  overflow: hidden;
}

.blurred {
  filter: blur(4px);
}

.tracker-header th {
  vertical-align: top;
}

.btn-light {
  border: 1px solid lightgray !important;
}

.manage-tests th,
.manage-tests td {
  vertical-align: middle !important;
}

.nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: black black #fff !important;
}

.nav-tabs {
  border-bottom: 1px solid black !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.was-incorrect{
  background-color:#dc3545 !important;
}