/*HEADERS*/

h2 {
  margin-top: 10px;
}

h2.data-table-space {
   margin-bottom: 40px;
}


/*FORMS*/

.portal-form label, .survey-form label, .survey-form .question-text {
    margin-bottom: .5rem;
    font-weight: bold;
}

.survey-form #introParagraph{
  margin: 0 20px 30px 20px; 
  font-size: larger;
}

@media (max-width: 576px) {
    .survey-form #introParagraph{
      font-size: unset;
    }
}

.survey-form label, .survey-form .question-text {
    margin-top: 1rem;
}

.survey-form .form-control {
  display: block;
  max-width: 330px;
  margin: 0 auto;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #212529;
  appearance: none; 
  background-color: #f8f9fa;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
}

.survey-form textarea.form-control{
    width: 80%;
}

.survey-form input[type="radio"]{
    transform: scale(1.5);
}

.survey-form input[type="radio"] + label{
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: normal !important;
}

.survey-form label.error{
  display: block;
  margin: 2px 0 10px;
  color: red;
  font-weight: normal;
  font-size: smaller;
}


/*FILTERS*/

.portal-filters {
    display: flex;
    justify-content: space-between;
}

.portal-filter {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}

.portal-filter select, .portal-filter input[type="text"], .portal-filter input[type="date"], .data-table select {
    border-radius: 4px;
    height: 35px;
    border: 1px solid #767676; 
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 5px;
}

.portal-filter-buttons{
    display: flex;
    align-items: end;
}

.portal-filter-buttons .btn {
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 576px) {
    .portal-filters, .portal-filter-buttons {
        flex-direction: column;
    }

    .portal-filter-buttons .btn {
        width: 100%;
    }
}


/*TABLES*/

.data-table {
    width:100%;
}

.data-table tr {
    border-bottom: 1px solid #444444 ;
}

.data-table tr:nth-child(1) {
    border-bottom: 2px solid #d71920 ;
}

.data-table td {
     padding: 16px 24px 16px 24px;
}

.data-table th {
     padding-left: 24px;
     white-space: nowrap;
}

.data-table th:nth-child(1) {
     padding-left: 16px;
}

.data-table td:nth-child(1) {
    padding-left: 16px;
}

.data-table a {
    color: #d71920;
}

.data-table-wrapper {
    overflow-x: auto;
}


/*LAYOUT*/

/*LAYOUT*/

div:has(> .success-survey:first-child){
  width: 97%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.dashboard-section {
    padding: 24px;
    box-shadow: 0 0 24px #0000001a;
    border-radius: 8px;
    background-color: #fff;
}

.success-survey {
    max-width: 630px; 
    margin: auto; 
    text-align: center;
}

.success-survey .add-person-box {
    border-color: #e9ecef;
    border-style: solid;
    border-width: 0px 2px 2px 2px;  
    width: 60%;
    margin: 29px auto 0;
    padding: 0px 0 20px;
    border-radius: 0.375em;
}

@media (max-width: 576px) {
    .success-survey .dashboard-section {
        width: 100%;
        margin: 0px;
    }

    .success-survey .add-person-box {
      width: 70%;
      padding: 0px 7px 20px;
  }
}


/* IMAGES */

.survey-header {
    border-radius: 8px 8px 0px 0px;
    width: 100%
}

 
/* REPORT BANNER */
.site-footer__divider {
  position: relative;
  height: 64px;
  margin: 0;
  background-color: #c30a14;
  margin-left: 24px; }
  @media screen and (min-width: 768px) {
    .site-footer__divider {
      /*margin-left: 96px;*/ } }
  .site-footer__divider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 16px;
    background-image: url("/static/img/triangle.svg");
    background-repeat: no-repeat;
    transform: translateX(-100%); }
  .site-footer--lifted .site-footer__divider {
    transform: translateY(-32px); }
  .site-footer__divider-content {
    display: flex;
    justify-content: space-between; }
    .site-footer__divider-content-tagline {
      font-style: italic;
      font-weight: 200;
      color: #fff;
      transform: translate(8px, 2px); }
      @media screen and (min-width: 768px) {
        .site-footer__divider-content-tagline {
          font-size: 24px;
          transform: translate(18px, 10px); } }
    .site-footer__divider-content-logo {
      margin-right: 16px;
      width: 128px;
      transform: translateY(24px); }
      @media screen and (min-width: 768px) {
        .site-footer__divider-content-logo {
          margin-right: 0; } }

.site-footer__content {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  padding: 0 24px; }
  @media screen and (min-width: 768px) {
    .site-footer__content {
      flex-direction: row;
      align-items: center;
      padding: 0; } }
  .site-footer__content-list, .site-footer__content-social-list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .site-footer__content-list, .site-footer__content-social-list {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: auto; } }
  .site-footer__content-social-list + .site-footer__content-social-list-wrapper {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .site-footer__content-social-list + .site-footer__content-social-list-wrapper {
        margin-top: unset; } }
  @media screen and (min-width: 768px) {
    .site-footer__content-social-list-wrapper {
      display: flex;
      margin-left: auto; } }
  .site-footer__content-social-list-label {
    white-space: nowrap;
    margin-right: 16px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .site-footer__content-social-list-label {
        margin-top: 12px;
        text-align: left; } }
  .site-footer__content-social-list-item:first-of-type a {
    margin-left: 0; }
  .site-footer__content-social-list-item:last-of-type a {
    margin-right: 0; }
  .site-footer__content-social-list-item a {
    margin: 0 4px;
    font-size: 0; }
  .site-footer__content-social-list-item:hover path, .site-footer__content-social-list-item:focus path {
    fill: #6f6f6f; }
  .site-footer__content-social-list path {
    fill: #333;
    width: unset;
    height: 24px;
    transition: fill 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
  .site-footer__content-social-list svg[data-icon='twitter'] {
    transform: scale(1.2); }
  .site-footer__content-social-list svg[data-icon='youtube'] {
    transform: scale(1.4);
    margin-left: 4px; }
  .site-footer__content-social-list + .site-footer__content-list {
    margin-top: 24px; }
    @media screen and (min-width: 768px) {
      .site-footer__content-social-list + .site-footer__content-list {
        margin-top: 0;
        margin-left: 16px; } }
  @media screen and (min-width: 768px) {
    .site-footer__content-list {
      justify-content: flex-end; } }
  .site-footer__content-list-item {
    margin: 16px; }
    .site-footer__content-list-item.site-footer__content-list-item--select {
      display: inline-flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .site-footer__content-list-item.site-footer__content-list-item--select {
          margin-top: 0; } }
      .site-footer__content-list-item.site-footer__content-list-item--select:first-of-type {
        margin-left: 0; }
      .site-footer__content-list-item.site-footer__content-list-item--select:last-of-type {
        margin-right: 0; }
      .site-footer__content-list-item.site-footer__content-list-item--select .form-item-select__value {
        min-width: 64px;
        padding: 0;
        font-weight: 600;
        color: #6f6f6f;
        box-shadow: none; }
      .site-footer__content-list-item.site-footer__content-list-item--select .form-item-select__items {
        left: auto; }
      .site-footer__content-list-item.site-footer__content-list-item--select .form-item-select__item-button {
        padding-left: 24px;
        padding-right: 24px; }

.site-footer__legal {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: #766e68;
  background-color: #efedea; }
  .site-footer__legal-content {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    padding: 0 16px; }
    @media screen and (min-width: 768px) {
      .site-footer__legal-content {
        padding: 0; } }
  .site-footer__legal-list {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .site-footer__legal-list {
        flex-direction: row;
        margin: 0; } }
    .site-footer__legal-list-item {
      margin: 12px 8px; }
      @media screen and (min-width: 640px) {
        .site-footer__legal-list-item {
          padding-left: 12px;
          border-left: 1px solid #766e68; }
          .site-footer__legal-list-item:last-of-type, .site-footer__legal-list-item:first-of-type {
            margin-left: 0;
            padding-left: 0;
            border-left: 0; } }
      .site-footer__legal-list-item.site-footer__legal-list-item--login {
        font-weight: 600; }
        .site-footer__legal-list-item.site-footer__legal-list-item--login a {
          cursor: pointer;
          color: #c30a14; }
      .site-footer__legal-list-item a {
        color: #766e68;
        text-decoration: none; }

.site-footer__build {
  font-size: 12px;
  opacity: 0.2;
  margin-left: auto !important;
  margin-right: 16px;
  border: none; }
  .site-footer__build span {
    font-family: monospace; }