body {
  font-family: "DM Sans", sans-serif;
}
:root {
  --color1: rgb(255, 99, 132);
  --color2: rgb(54, 162, 235);
  --color3: rgb(255, 206, 86);
  --color4: rgb(75, 192, 192);
  --color5: rgb(153, 102, 255);
  --color6: rgb(255, 159, 64);
  --gray: rgb(128, 128, 128);
  --font1: "DM Sans", sans-serif;
  --light: #fbfbfb;
}
/* best for colorblind */
/* :root {
  --color1: rgb(51, 34, 136);
  --color2: rgb(17, 119, 51);
  --color3: rgb(68, 170, 153);
  --color4: rgb(136, 204, 238);
  --color5: rgb(221, 204, 119);
  --color6: rgb(204, 102, 119);
  --gray: rgb(128, 128, 128);
} */
:root {
  /* pRESURVEYS */
  /* --color3: rgb(75, 192, 192);
  /* tOTAL PARTICIPANTS */
  --color2: rgb(153, 102, 255);
  /* tOTAL MATCHED */
  --color4: rgb(54, 162, 235);
  --color4: rgb(0, 114, 178);
  --color7: rgb(153, 0, 255);
  --color4: #cc00a5;
  --color4: #0048e2;
  --color4: #0a0aff;
  --color7: #522fff;
  --color6: rgb(0, 98, 0);
  /* TABLE HEADINGS #332288*/
  --color1: rgb(51, 34, 136);
  /* TEACHING ARTIST #2b7d1f*/
  --color2: rgb(42, 124, 30);
  --color2: #2A7C1E;
  --color3: #ae008a;
  --color11: #005fff;
  --color4: rgb(0, 114, 178);
  --color5: rgb(221, 204, 119);
  --color6: rgb(75, 192, 192);
  --color7: rgb(153, 102, 255);
  --color8: rgb(68, 170, 153);
  --color9: rgb(136, 204, 238);
  --color10: rgb(204, 102, 119);
  --color7: rgb(103, 0, 103);
  --color7: rgb(96, 0, 128);
  --dark: #00032a;
  --light: #fbfbfb;

  /* --color3: rgb(68, 170, 153);
  --color4: rgb(136, 204, 238);
  --color5: rgb(221, 204, 119);
  --color6: rgb(204, 102, 119);
  --gray: rgb(128, 128, 128); */
}
.bg-light {
  background-color: var(--light);
  padding: 2rem;
  margin: 2rem;
}
.bg-light-extra {
  opacity: 0.6;
}
.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
  opacity: 0.7;
}
.navbar-light .navbar-nav .nav-link.active-page {
  font-weight: 600;
  color: black;
  opacity: 1;
}
.header {
  text-align: center;
  padding: 2rem, 1rem;
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
.box-shadow {
  box-shadow: -1px -3px 5px rgb(0 0 0 / 60%);
}
.home-btn {
  width: 15rem;
  height: 15rem;
  padding: 2rem;
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  cursor: pointer;
}
.home-btn > p {
  padding: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.7rem;
}
.btn-dart {
  color: var(--color1);
  font-weight: 600;
  background-color: white;
  border-color: var(--color9);
  opacity: 1;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn-dart:hover {
  opacity: 0.8;
  color: #efefef;
  background-color: var(--color1);
}
.dart-btn-group {
  padding: 1px;
}
.btn-dart2 {
  color: var(--color4);
  font-weight: 500;
  background-color: white;
  border-color: var(--color4);
  opacity: 1;
  transition: all 0.1s ease;
  cursor: pointer;
}
.btn-dart2:hover {
  opacity: 0.8;
  color: white;
  background-color: var(--color4);
}

.footer {
  height: calc(100vh - 90vh);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light);
  text-align: center;
}
/* sticky footer */
/* add class to body tag */
.sticky-footer-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
/* add class to div wrapping all content between header and footer */
.sticky-footer-content {
  flex: 1;
}
/* colors */

.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.color4 {
  color: var(--color4);
}
.color5 {
  color: var(--color5);
}
.color6 {
  color: var(--color6);
}
.color7 {
  color: var(--color7);
}
.color8 {
  color: var(--color8);
}
.color9 {
  color: var(--color9);
}
.color10 {
  color: var(--color10);
}

.text-black {
  color: var(--dark);
}
.bg-color1 {
  background-color: var(--color1);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color2 {
  background-color: var(--color2);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color3 {
  background-color: var(--color3);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color4 {
  background-color: var(--color4);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color5 {
  background-color: var(--color5);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color6 {
  background-color: var(--color6);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color7 {
  background-color: var(--color7);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color8 {
  background-color: var(--color8);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color9 {
  background-color: var(--color9);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color10 {
  background-color: var(--color10);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
.bg-color11 {
  background-color: var(--color11);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
}
/*indicator colors*/
/*https://www.colorcodehex.com/bc2c29.html*/
.red {
  color: #bc2c29;
}
/* https://www.colorcodehex.com/4bc02a.html */
.green {
  color: #307d18;
}
.message-div {
  display: flex;
  justify-content: center;
  margin: 30px;
}
.error-wrapper {
  color: #bc2c29;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  max-width: 350px;
}
.success-wrapper {
  color: #307d18;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.all {
  margin-right: 1rem;
  margin-left: 1rem;
}
.matched {
  margin-right: 1rem;
  margin-left: 1rem;
}
tr {
  height: 3.2rem;
}
td,
th {
  text-align: center;
}
td:first-child {
  text-align: left;
}
.col-change {
  text-align: right;
}
th:first-child {
  text-align: left;
}
/* this class is used for local storage on forms so keep it in the html
.form-record {
  max-width: 760px;
} */

.question {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
/* grades checkbox question */
.question-grades {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
/* displaying location questions */
.showQ {
  display: block;
}
.hideQ {
  display: none;
}
.number-input {
  width: 85px;
  margin-bottom: 10px;
}
/*Number statistics box  */

.box {
  /* border: 1px var(--gray) solid; */
  margin: 2rem;
  padding: 2rem;
  text-align: center;
  width: 12rem;
  height: 12rem;
}
.data-num {
  font-weight: 700;
  font-size: 2.25rem;
  color: white;
}
.data-num-txt {
  font-weight: 700;
  color: white;
}
/* must keep arrows on same line as numbers */
.change-col {
  min-width: 120px;
}
.survey-info-wrapper {
  max-width: 1000px;
}
.survey-info {
  color: var(--color1);
  font-weight: 800;
  font-size: 16px;
}
/* in the middle */
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.grade-row {
  font-size: 0.9rem;
  align-items: baseline;
}
.grade-input {
  margin-left: 10px;
}

/* remove table dark line between table sections */
.table > :not(:first-child) {
  border-top: 0;
}
.table-container {
  background-color: white;
  padding: 3rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 1.5rem;
}
.thead-container {
  background-color: var(--color1);
  box-shadow: -1px -3px 7px rgb(0 0 0 / 60%);
  color: white;
  text-align: center;
  padding: 1rem;
}
.agg-org-color{
  color: var(--color4);
}
.bg-agg-org-color {
  background-color: var(--color4);
}
/* Slow down the display of the export buttons so that the function has time to load */
.btn-export {
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: -1px -3px 5px rgb(0 0 0 / 40%);
  padding: 2px 15px 11px 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  /* vertical-align: bottom; */
  /* animation: showSlow 6s ease-out;
  transition-property: opacity 0.5s ease-out; */
}
.btn-export1 {
  background-color: var(--color5);
}
.btn-export2 {
  background-color: var(--color6);
}
.btn-export3 {
  background-color: var(--color9);
}
.btn-export:hover {
  opacity: 0.6;
  transition: opacity;
}
.btn-export span {
  /* vertical-align: bottom; */
}
.btn-back {
  color: var(--color1);
  font-weight: 600;
}
.detail {
  font-weight: 600;
}
.intro {
  font-size: 90%;
  color: rgb(128, 128, 128);
}
.intro::after {
  content: " ";
}

@keyframes showSlow {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  20% {
    visibility: visible;
    opacity: 0.2;
  }
  40% {
    visibility: visible;
    opacity: 0.4;
  }
  60% {
    visibility: visible;
    opacity: 0.6;
  }
  80% {
    visibility: visible;
    opacity: 0.8;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/* login pages */
.password-container {
  position: relative;
}
.small-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin: 0;
}
.small-form {
  max-width: 450px;
}
.medium-form {
  max-width: 650px;
}

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}

.fa-eye {
  position: absolute;
  font-size: 120%;
  top: 42%;
  right: 4%;
  cursor: pointer;
  color: darkgray;
}
/* Slim Select Boxes */
.ss-content .ss-list .ss-option {
  /* padding: 10px 10px; */
  /* color: black; */
  font-family: "DM Sans", sans-serif;
  /* font-size: 1.1rem; */
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  color: var(--secondary-color);
  padding-left: 1rem;
  font-family: "DM Sans", sans-serif;
}

/* Terms and Conditions - Privacy Policy */
.terms-sp {
  line-height: 1.7;
}
.terms-list > li {
  margin-bottom: 8px;
}
/* JAVASCRIPT loader  */

.loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* end loader */
/* program details new styles 2-17-24 */
.purple1 {
  color: #720e9e;
}

.filter-purple {
  filter: invert(35%) sepia(84%) saturate(5744%) hue-rotate(272deg)
    brightness(61%) contrast(114%);
}

/* .box {
  width: 150px;
  height: 150px;
} */

.bg-purple1 {
  background-color: #720e9e;
}

.bg-light-purple {
  background-color: #e6e6fa;
  background-color: aliceblue;
}

.div-border {
  border: 10px solid;
  padding: 10px;
}

.section-div {
  background-color: white;
  margin: 3rem;
  padding: 2rem;
}
/* Column Heading Tool Styles */
.result-item {
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 1.2em;
}

.text-width600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .width-xl-1000 {
    width: 1000px;
  }
}
