.wrapper[data-v-6f0c66ad] {
  position: relative;
}
.trigger[data-v-6f0c66ad] {
  cursor: pointer;
  display: flex;
}
.background[data-v-6f0c66ad] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dropdown[data-v-6f0c66ad] {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 80vw;
  max-width: 380px;
  background-color: #f6f6f5;
  color: white;
  font-size: 16px;
  font-weight: lighter;
  box-shadow: #314a59 0 2px 4px 0;
}
.content .row[data-v-6f0c66ad] {
  padding: 1em;
  border-bottom: solid 1px #314a59;
}
.content a[data-v-6f0c66ad] {
  color: #314a59;
  text-decoration: none;
}
.content .logout-row[data-v-6f0c66ad] {
  color: #314a59;
  cursor: pointer;
}
.content .logout-row[data-v-6f0c66ad]:hover {
  background-color: #eeeded;
}
.loading[data-v-4be861b7] {
  color: #4c35ad;
}
header > div[data-v-4be861b7] {
  display: flex;
}
header > div > div[data-v-4be861b7] {
  width: 50%;
}
header .left-header p.name[data-v-4be861b7] {
  color: #4c35ad;
  font-weight: bold;
}
header .left-header .study-label[data-v-4be861b7],
header .left-header .study-status[data-v-4be861b7] {
  color: #273136;
  font-size: 15px;
  line-height: 22px;
}
header .left-header .section-1[data-v-4be861b7] {
  padding: 0 0 1em 0;
}
header .left-header .section-2[data-v-4be861b7] {
  padding-bottom: 1em;
  color: #273136;
  font-size: 15px;
  line-height: 25px;
}
header .left-header .section-2 .count[data-v-4be861b7] {
  color: #4c35ad;
  font-size: 15px;
}
header .right-header > div[data-v-4be861b7] {
  display: flex;
  justify-content: flex-end;
}
header a[data-v-4be861b7] {
  color: #273136;
}
header .exports[data-v-4be861b7] {
  cursor: pointer;
  margin: 0em;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  padding: 0rem 0;
}
.content-1[data-v-4be861b7] {
  margin: 0 60px;
}
.tabs[data-v-4be861b7] {
  display: flex;
}
.tabs > div[data-v-4be861b7] {
  width: 16.66%;
  display: flex;
  justify-content: center;
  margin: 0 1px;
  cursor: pointer;
  background-color: #C2D7F2;
  color: #273136;
  font-size: 15px;
}
.tabs > div.selected-tab[data-v-4be861b7] {
  background-color: #314a59;
  color: #ffffff;
}
.link-to-survey[data-v-4be861b7] {
  padding-bottom: 1em;
  display: flex;
  cursor: pointer;
}
.link-to-survey .copy-link[data-v-4be861b7] {
  display: inline-block;
  padding-right: 0.5em;
}
.link-to-survey .copy-badge[data-v-4be861b7] {
  padding-left: 0.5em;
  color: #4c35ad;
}
.font-size[data-v-4be861b7] {
  font-size: 15px;
}
.button[data-v-4be861b7] {
  border-color: #4c35ad;
  font-weight: bold;
  background-color: #ffffff;
  border-width: medium;
  color: #4c35ad;
  border-radius: 5px;
  padding: 10px 20px;
}
