[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #acbefd;
}
[type=range]:focus::-ms-fill-lower {
  background: #93aafd;
}
[type=range]:focus::-ms-fill-upper {
  background: #acbefd;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px #93aafd, 0 0 1px #acbefd;
  background: #93aafd;
  border: 2px solid #93aafd;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
  background: #2d5bff;
  border: 2px solid transparent;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}
[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px #93aafd, 0 0 1px #acbefd;
  cursor: default;
  height: 8px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #93aafd;
  border: 2px solid #93aafd;
  border-radius: 5px;
  height: 4px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
  background: #2d5bff;
  border: 2px solid transparent;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 8px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px #93aafd, 0 0 1px #acbefd;
  background: #7a96fd;
  border: 2px solid #93aafd;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px #93aafd, 0 0 1px #acbefd;
  background: #93aafd;
  border: 2px solid #93aafd;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
  background: #2d5bff;
  border: 2px solid transparent;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 2px;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: none;
}

ul {
  list-style: none;
}

button {
  color: inherit;
  background: none;
  border: 0px solid transparent;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  min-height: 100vh;
  background-color: #f3f6ff;
}

header,
main,
footer {
  padding-left: 2em;
  padding-right: 2em;
}

header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

main {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #213fa9;
}

* {
  font-family: "DM Sans", sans-serif;
}

.header {
  z-index: 200;
  position: relative;
  background: #FFFFFF;
  color: #2D5BFF;
  font-size: 1.1rem;
}
.header-logo {
  font-weight: 900;
  line-height: 150%;
}
.header-item,
.header .active {
  padding: 0 !important;
  padding-bottom: 1.1rem;
  /* determining the distance between text and line(sort of text underline)*/
  color: #2D5BFF !important;
}
.header-item:hover {
  color: #002AC3 !important;
}

.active {
  border-bottom: 2px solid #2D5BFF;
  /*line below text*/
}
.active :hover {
  border-bottom: 3px solid #002AC3;
}

.navbar-toggler-icon,
.navbar-toggler {
  font-size: 1.32rem;
  color: #2D5BFF;
  outline: none !important;
  background: none !important;
  border: none !important;
}

.preload {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #213fa9;
  background-color: #f3f6ff;
}
.preload h1 {
  font-size: clamp(3.3rem, 4vw, 5.5rem);
  font-weight: bolder;
}
.preload h3 {
  font-size: clamp(2rem, 2vw, 3rem);
}
.preload-icon {
  font-size: clamp(3rem, 3vw, 4rem);
}

.pagination {
  -moz-column-gap: clamp(5px, 3rem, 60px);
       column-gap: clamp(5px, 3rem, 60px);
  font-size: clamp(8px, 1.5rem, 1.8rem);
  font-weight: 500;
}
.pagination-page-link {
  color: #181249 !important;
}
.pagination-page-link:hover {
  color: #2d5bff !important;
}
.pagination .navigation-container {
  display: flex;
  align-items: center;
  gap: clamp(5px, 1vw, 10px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination .navigation-container.disabled {
  pointer-events: none !important;
  color: grey !important;
}

.modal {
  color: #213fa9 !important;
}
.modal-content {
  margin: 0 auto;
  background-color: #c6d2fd;
}
.modal-footer {
  display: flex;
  justify-content: stretch !important;
  border-top: 0px solid transparent !important;
}
.modal-footer .buttons {
  margin-left: auto;
}
.modal-header {
  border-bottom: 1px solid #2d5bff;
}

@media (max-width: small) {
  .extractedImage {
    transform: scale(2rem);
  }
}
.extractedImage-container {
  margin: 2rem 0;
  display: grid;
  justify-content: center;
  align-items: center;
}

.confidence-range-container {
  padding: 0.3rem;
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
}
@media (max-width: small) {
  .confidence-range-container {
    grid-template-columns: 1fr;
  }
}

.error-message-box {
  background-color: #FFCDD2;
  color: #ef5350;
  font-weight: bolder;
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.close-btn:hover {
  filter: brightness(85%) !important;
}

.non-submit-btn,
.submit-btn {
  padding: 0.5rem 1.2rem;
  font-weight: bold;
  color: white;
  border: none !important;
  border-radius: 15px;
}
.non-submit-btn:hover,
.submit-btn:hover {
  filter: brightness(85%) !important;
}

.non-submit-btn {
  background-color: #93aafd !important;
}
.non-submit-btn:hover, .non-submit-btn:active, .non-submit-btn:focus {
  background-color: #93aafd;
}

.submit-btn {
  background-color: #2d5bff !important;
}

.tracker-table {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: clamp(10px, 1rem, 1.2rem);
  height: 100%;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.62));
  border-radius: 15px;
  background: #ffffff;
}
.tracker-table-header {
  background-color: #2d5bff !important;
  color: #f3f6ff !important;
  font-weight: bolder;
}
.tracker-table-header td:first-child {
  border-top-left-radius: 15px;
}
.tracker-table-header td:last-child {
  border-top-right-radius: 15px;
}
.tracker-table tr {
  border-color: #F3F3F2;
}
.tracker-table .pagination {
  font-size: clamp(10px, 1rem, 1.2rem) !important;
  color: #2e2e2e;
  border: none !important;
}
.tracker-table .status {
  font-weight: bolder;
}
.tracker-table .status.pending {
  color: #2d5bff;
}
.tracker-table .status.pending span {
  background-color: rgba(45, 91, 255, 0.2);
}
.tracker-table .status.pending + .editBtn:hover {
  background-color: rgba(45, 91, 255, 0.2);
}
.tracker-table .status.completed {
  color: #15d13e;
}
.tracker-table .status.completed span {
  background-color: rgba(21, 209, 62, 0.2);
}
.tracker-table .status.completed + .editBtn:hover {
  background-color: rgba(21, 209, 62, 0.2);
}
.tracker-table .status span {
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 0.2rem 0.5rem;
}

.tracking-question td {
  text-align: center;
}

#submitImage, #returnHome {
  font-size: 1.2rem;
}

#extractedImage {
  height: var(--height);
  width: var(--width);
  background-image: var(--imagePath);
  background-position: var(--xMin) var(--yMin);
  transform: scale(var(--scaling));
}

.image-container-svg .guessBox:hover,
.image-container-svg .guessID circle,
.image-container-svg .guessBoxHover {
  stroke: #2d5bff !important;
  stroke-width: 3;
  display: block;
}
.image-container-svg .guessBox {
  cursor: pointer;
  fill: transparent;
  stroke: #000000;
  stroke-width: 1.5;
  fill-rule: nonzero;
}
.image-container-svg .guessBox.complete {
  stroke: #15d13e;
  stroke-width: 3;
}
.image-container-svg .guessID circle {
  stroke: #000000;
  stroke-width: 3px;
  fill: #000000;
}
.image-container-svg .guessID text {
  font: bold 1.3rem sans-serif;
  fill: #2d5bff;
}
.image-container-svg .guessID.complete circle {
  stroke: #15d13e !important;
  fill: #2d5bff !important;
}
.image-container-svg .guessID.complete text {
  fill: #15d13e;
}

.titles h1,
.titles h3 {
  margin: 0;
}
.titles h1 {
  font-size: 4rem !important;
  color: #213fa9;
}
.titles h2 {
  font-size: 2rem !important;
  color: #181249;
}

.menu-main {
  display: grid;
  grid-template-rows: 1fr 2fr 0.1fr;
}
@media (min-width: 43.75em) {
  .menu-main {
    grid-template-rows: 1fr 4.6fr 0.1fr;
  }
}

.images-completed {
  color: #15d13e;
}
.images-pending {
  color: #2d5bff;
}
.images-to-complete {
  color: #2e2e2e;
}
.images-legend {
  display: flex;
  flex-grow: 3;
  gap: clamp(1rem, 1rem + 1vw, 5rem);
  justify-content: start;
}
.images-legend span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.images-filtering {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.3rem;
}
.images-legend-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: clamp(0.8rem, 0.8rem + 2vw, 1.3rem);
  font-weight: bolder;
}
.images-gallery {
  display: grid;
  height: 95%;
  grid-template-rows: repeat(2, 20vh);
  grid-template-columns: 1fr;
}
@media (min-width: 43.75em) {
  .images-gallery {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 56.25em) {
  .images-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.images-gallery .image-link {
  align-self: center;
  justify-self: center;
  height: 80%;
  width: 80%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.images-gallery .image-link-bg {
  padding: 2.2rem;
  height: 100%;
  width: 100%;
  background-image: var(--imagePath);
  background-size: cover;
  display: flex;
  align-items: end;
}
.images-gallery .image-link.images-pending::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 91, 255, 0.22);
}
.images-gallery .image-link.images-pending:hover::after {
  background-color: rgba(45, 91, 255, 0.44);
}
.images-gallery .image-link.images-completed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 209, 62, 0.22);
}
.images-gallery .image-link.images-completed:hover::after {
  background-color: rgba(21, 209, 62, 0.44);
}
.images-gallery .image-link.images-to-complete::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.22);
}
.images-gallery .image-link.images-to-complete:hover::after {
  background-color: rgba(46, 46, 46, 0.44);
}
.images-gallery .image-link-icon {
  font-size: 2.7rem;
}

.filter-btn {
  font-size: 1.1rem;
  border: none !important;
  font-weight: normal;
}
.filter-btn:hover {
  text-decoration: underline;
  font-size: 110%;
}
.filter-btn.selected {
  font-weight: bolder !important;
  font-size: 120%;
}
.filter-btn.completed {
  color: #15d13e !important;
}
.filter-btn.pending {
  color: #2d5bff !important;
}
.filter-btn.to-complete {
  color: #2e2e2e !important;
}

.instructions {
  display: grid;
  grid-template-columns: 1fr 8fr;
}

.image-main {
  height: 80vh;
  padding: 1rem;
  display: grid;
  grid-template-rows: 14fr 1fr;
  grid-gap: 2rem;
}
.image-main-form-container {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 700px) {
  .image-main-form-container {
    grid-gap: 0rem;
  }
}
@media (max-width: 1023.99px) {
  .image-main-form-container {
    grid-template-columns: 1fr;
  }
}

.image {
  width: 80%;
  border-radius: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
@media (max-width: 1023.99px) {
  .image {
    display: none;
  }
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.image-container-svg {
  position: absolute;
}
.image-information {
  display: flex;
  justify-content: space-around;
  text-align: start;
  font-size: 1.2rem;
  padding: clamp(2px, 1rem, 1.2rem);
}

.login-form {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.3em;
  border-radius: 15px;
  padding: 1em 2em;
  min-height: 50vh;
  background-color: #c6d2fd;
}
.login-form-inputfield {
  color: #213fa9;
  margin-bottom: 1rem;
}
.login-form-inputfield input {
  color: #213788;
}
.login-form-errorbox {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: clamp(0.2rem, 0.5rem + 1vw, 1rem);
  padding: clamp(0.2rem, 0.5rem + 1vw, 1rem);
  border-radius: 15px;
  background-color: #ef5350;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */