.category-header {
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0px;
  min-height: 76px;
}
.category-header .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.category-header .description:empty {
  display: none;
}
.category-header .description {
  color: rgba(38, 75, 103, 0.7);
  outline: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  word-break: break-word;
  min-width: 30px;
}
.survey-item {
  transition: box-shadow 0.15s ease 0s;
  min-height: 76px;
  line-height: 1.3125em;
  text-decoration: none;
  color: #264b67;
  margin: 4px;
  font-family: Circular;
  border: 1px solid #264b67;
  border-radius: 4px;
  background-color: #c5ebf4;
}
.survey-item:hover {
  box-shadow: #264b67 0px 0px 0px 1px;
}
.survey-item .survey-block {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  color: inherit;
}
.survey-item .survey-block .survey-block-content {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  flex-direction: row;
  margin: 16px;
}
.survey-item .survey-block .survey-block-content .survey-block-image {
  min-width: 44px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-self: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  margin: 0px 16px 0px 0px;
}
.survey-item .survey-block .survey-block-content .survey-block-image img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.survey-item .survey-block .survey-block-content .survey-block-data {
  margin: 0px;
  min-height: 44px;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.survey-item .survey-block .survey-block-content .survey-block-data .title {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  min-width: 30px;
  display: block;
  font-weight: 500;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  word-break: break-word;
}
.survey-item .survey-block .survey-block-content .survey-block-data .item-count {
  color: rgba(38, 75, 103, 0.7);
  outline: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  word-break: break-word;
  min-width: 30px;
}
.survey-item .survey-block .survey-block-content .survey-block-badge {
  align-self: center;
  flex-shrink: 0;
  display: inline-block;
}
.survey-item .survey-block .survey-block-content .survey-block-badge .badge-content {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.survey-item .survey-block .survey-block-content .survey-block-badge .badge-content.empty {
  background-color: #d73838;
}
.survey-item .survey-block .survey-block-content .survey-block-badge .badge-content.pending {
  background-color: #ffd800;
}
.survey-item .survey-block .survey-block-content .survey-block-badge .badge-content.submitted {
  background-color: #00b117;
}
.survey-item .survey-block .survey-block-content .survey-block-badge .badge-content svg {
  width: 19px;
  height: 19px;
}

.survey-header {
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0px;
  min-height: 76px;
}
.survey-header .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.description:empty {
  display: none;
}
.description {
  color: rgba(38, 75, 103, 0.7);
  outline: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  word-break: break-word;
  min-width: 30px;
}
.divider {
  color: #ededf1;
  opacity: 1;
}
.surveyItem-row {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 14px;
}
.surveyItem-row .surveyItem-text {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
  color: #1b1b1a;
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 16px;
  word-break: break-word;
}
.surveyItem-row .scaleNumber-group {
  display: flex;
  flex-wrap: wrap;
}
.surveyItem-row .scaleNumber-group .scale-item {
  margin: 1em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  flex-direction: column-reverse;
  width: 40px;
  /*&:not(:last-child) { margin-right: 24px; }*/
}
.surveyItem-row .scaleNumber-group .scale-item:first-child .scale-item-title {
  align-self: flex-start;
  text-align: left;
}
.surveyItem-row .scaleNumber-group .scale-item:last-child .scale-item-title label {
  float: right;
}
.surveyItem-row .scaleNumber-group .scale-item .scale-item-title {
  font-size: 0.75em;
  width: 100%;
  text-align: center;
  margin-top: 6px;
  cursor: text;
  text-align: right;
  word-break: break-word;
  white-space: nowrap;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  z-index: 9;
}
.surveyItem-row .scaleNumber-group .scale-item .form-radio {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.surveyItem-row .scaleNumber-group .scale-item .form-radio + label {
  cursor: pointer;
}
.surveyItem-row .scaleNumber-group .scale-item label {
  color: #8894ab;
  background-color: transparent;
}
.surveyItem-row .scaleNumber-group .scale-item > label {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid;
  font-size: 0.75em;
  border-radius: 50%;
  font-weight: 500;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}
.surveyItem-row .scaleNumber-group .scale-item input:hover + label {
  background-color: #e1e9ff;
  color: #2e69ff;
  border-color: #2e69ff;
}
.surveyItem-row .scaleNumber-group .scale-item input:checked + label {
  background-color: #2e69ff;
  color: #fff;
  border-color: #2e69ff;
}
.surveyItem-row .scaleText-group {
  width: 100%;
  display: inline-block;
}
.surveyItem-row .scaleText-group .form-radio-item {
  margin-bottom: 10px;
  clear: left;
  width: 100%;
  float: left;
  padding-bottom: 0px !important;
  position: relative;
}
.surveyItem-row .scaleText-group .form-radio-item span {
  color: #353533;
}
.surveyItem-row .scaleText-group .form-radio-item .form-radio {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.surveyItem-row .scaleText-group .form-radio-item .form-radio + label {
  display: inline-block;
  padding-left: 30px;
  min-height: 20px;
  font-size: 0.9375em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: break-word;
}
.surveyItem-row .scaleText-group .form-radio-item .form-radio + label:before {
  background-color: #fff;
  border-color: #b8bdc9;
  border-radius: 50%;
  transition: border-color 0.15s;
  width: 20px;
  height: 20px;
  border: 1px solid;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.surveyItem-row .scaleText-group .form-radio-item .form-radio + label:after {
  background-color: #2e69ff;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.surveyItem-row .scaleText-group .form-radio-item .form-radio:hover + label:before {
  border-color: rgba(46, 105, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(46, 105, 255, 0.25);
}
.surveyItem-row .scaleText-group .form-radio-item .form-radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.surveyItem-row .scaleText-group .form-radio-item label {
  font-weight: 500;
  width: 100%;
  padding-right: 5px;
}
.progressBar.fixed {
  border-radius: 3px 3px 0 0;
  padding: 10px;
  position: sticky;
  width: 100%;
  top: 5px;
  margin-top: 5px;
  background-color: #fff;
  z-index: 10;
}
.progressBar.fixed .progressBarContainer {
  height: 60px;
  padding: 0;
}
.progressBar.fixed .progressBarContainer {
  width: 100%;
  height: 45px;
  padding-top: 1px;
}
.progressBar.fixed .progressBarSubtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  color: #c3cad8;
  font-size: 12px;
}
.progressBar.fixed .progressBarContainer > div {
  margin: 0 auto;
}
.progressBar.fixed .progressBarSubtitle {
  width: 98%;
  padding: 3px;
}
.progressBar.fixed .progressBarSubtitle #progressFieldTotal span {
  margin: 0 2px;
}

.gdpr-content {
  height: 50vh;
  padding: 20px;
  border: solid 1px #999;
  border-radius: 5px;
}
#acceptGDPR {
  margin-top: 7px;
}

body {
  background: #264B67;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
}
#splash-screen {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f3f8;
  top: 0;
}
#splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
}
#splash-screen.hidden {
  opacity: 0;
  display: none;
  transition: all 0.3s ease 0s;
}
.splash-spinner {
  animation: rotate 2s linear infinite;
  margin-left: calc(100vw - 100%);
  width: 50px;
  height: 50px;
}
.splash-spinner .path {
  stroke: blue;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.navbar {
  color: #0a1551;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(201, 202, 221, 0.5);
}
.nav-item {
  border-bottom: 2px solid transparent;
}
.nav-item a {
  color: #0a1551 !important;
}
.nav-item:hover:not([disabled]) {
  border-bottom: 2px solid #0099ff;
  transition: all 0.3s ease 0s;
}
.nav-item:hover:not([disabled]) a {
  color: #0099ff !important;
  fill: #0099ff;
  transition: all 0.3s ease 0s;
}
.alert {
  margin-top: 10px;
}

