﻿@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans-VariableFont_wght.ttf");
}
* {
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}
html {
  font-size: 16px;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #FAFCFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  color: #2F3133;
}
a {
  text-decoration: none;
}
.btn {
  border-radius: 4px;
  display: inline-flex;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  align-self: center;
}
.btn i {
  font-size: 1.25rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-default {
  background: #017DFC;
  color: #FFF;
}
.btn-default:hover {
  background: #017DFC;
  color: #FFF;
  opacity: 0.8;
}
.btn-default-reversed {
  background: #FFF;
  color: #017DFC;
}
.btn-default-reversed:hover {
  background: #FFF;
  color: #017DFC;
  opacity: 0.8;
}
.btn-cancel {
  background: #F1F1F1;
  color: #5F6368;
}
.btn-cancel:hover {
  background: #F1F1F1;
  color: #5F6368;
  opacity: 0.8;
}
.btn-excel {
  background: #217346;
  color: #fff;
}
.btn-excel:hover {
  background: #217346;
  color: #fff;
  opacity: 0.8;
}
.btn-excel-reversed {
  background: #FFF;
  color: #217346;
}
.btn-excel-reversed:hover {
  background: #217346;
  color: #fff;
  opacity: 0.8;
}
input[type="file"] {
  font-size: 0.8rem;
}
input[type="file"]::file-selector-button {
  border-radius: 4px;
  display: inline-flex;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  background: #017DFC;
  color: #FFF;
}
input[type=file]::file-selector-button:hover {
  background: #017DFC;
  color: #FFF;
  opacity: 0.8;
}
input[type="file"]:disabled::file-selector-button {
  background: #5F6368 !important;
}
input[type="file"]:disabled::file-selector-button:hover {
  opacity: 1;
}
h1 {
  font-size: 1.375rem;
  font-weight: 700;
}
h1.breadcrumb {
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 0;
}
h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
}
h6 {
  font-size: 0.875rem;
  font-weight: 600;
}
.fw-medium {
  font-weight: 500;
}
.fw-semi {
  font-weight: 600;
}
.smaller {
  font-size: 0.8rem;
}
.custom-search {
  position: relative;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
  width: inherit;
}
.custom-search input {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 3rem;
  display: flex;
  justify-content: center;
}
.custom-search input::placeholder {
  opacity: 0.3;
}
.custom-search i {
  color: #2F3133;
  position: absolute;
}
.custom-search i:nth-of-type(1) {
  left: 1rem;
  right: auto;
}
.custom-search i:nth-of-type(2) {
  display: inline-block;
  right: 1rem;
}
.character-count-help-text {
  font-size: 0.8rem;
  color: #5F6368;
  font-weight: 400;
  text-align: right;
}
.confirm-dialog h5 {
  font-weight: 600;
}
.confirm-dialog h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(244, 67, 54, 0.1);
}
#page-container {
  height: unset;
  background: #eaf0f5;
}
#page-container #content {
  height: auto;
  padding: 0 0 60px;
}
#page-container #content header {
  min-height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#page-container #content header .wrap h1 {
  color: #2F3133;
  font-size: 20px;
  font-weight: 700;
}
#page-container #content header .wrap .banner-container {
  width: 100%;
  overflow: hidden;
}
#page-container #content header .wrap .banner-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
#page-container #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  color: #5F6368;
}
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.wrap.content {
  background-color: #FFF;
}
#page-container {
  position: relative;
  min-height: 100vh;
}
#page-container #content-wrap {
  padding: 3rem;
}
#page-container #content-wrap .tracker-container {
  background: #FFF;
  padding: 2rem;
}
#page-container footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
}
.enps {
  display: flex;
}
.enps.radio-btns input[type="radio"] {
  display: none !important;
  border: 0px !important;
  list-style-type: none;
}
.enps.radio-btns input[type="radio"] + label {
  height: 44px;
  background-image: none;
  padding: 0 !important;
  background: #FFF;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.enps.radio-btns input[type="radio"]:checked + label {
  border: 1px solid #017dfc;
  background: #017dfc;
  color: #ffffff !important;
  font-weight: 500;
}
.enps.radio-btns .radio-btn {
  flex: 1;
}
.enps.radio-btns .radio-btn:nth-of-type(-n+8) label {
  color: red;
}
.enps.radio-btns .radio-btn:nth-child(n+8) label {
  color: #e89800;
}
.enps.radio-btns .radio-btn:nth-of-type(n+10) label {
  color: green;
}
button.first-page {
  visibility: hidden;
  display: none;
}
.survey.landing-page {
  /*background: #E6E8EB;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-bottom: 7rem;*/
  padding-bottom: 0;
}
.survey.landing-page .field-validation-error {
  font-size: 0.8rem;
}
.survey.landing-page #content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  width: 100%;
  padding: 1rem !important;
}
.survey.landing-page .login-section {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #2F3133;
  /*& input {
                font-size: 14px;
                padding: 0.5rem 1rem;
                border: 1px solid #FAFAFA;
                background: #F4F4F4
            }*/
}
.survey.landing-page .login-section table {
  color: #5F6368;
  font-size: 0.9rem;
}
.survey.landing-page .login-section label {
  font-weight: 600;
  font-size: 0.9rem;
}
.survey.landing-page .login-section input {
  height: 40px;
  font-size: 14px;
  border: 1px solid #737373 !important;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  padding: 0.25rem !important;
}
.survey.landing-page .landing-page-img {
  max-width: 100%;
  max-height: 400px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
.survey.error {
  max-width: 600px;
  margin: 10% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  border-radius: 1.5rem;
  flex-direction: column;
}
.survey.error i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #ddd;
}
.survey.error h1 {
  margin-bottom: 1.5rem;
}
.survey.error a {
  color: #017DFC;
}
.survey .content h2 {
  font-weight: 500;
  font-size: 1.5rem;
}
.survey .content p,
.survey .content label {
  font-size: 0.9rem;
}
.survey .content table {
  table-layout: fixed;
}
.survey .content table th {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}
.survey .content table th:first-of-type {
  width: 45%;
}
.survey .content table td {
  vertical-align: middle;
}
.survey .content table td:not(:first-of-type) {
  text-align: center;
}
.survey .content table td .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  border-color: #5F6368;
}
.survey .content table td .form-check-input:hover {
  cursor: pointer;
}
.survey .content table td .form-check-input:checked {
  background-color: #017DFC;
  border-color: #5F6368;
}
.survey-progress {
  display: flex;
  justify-content: center;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  color: #5F6368;
}
@media (max-width: 575px) {
  .survey.landing-page #content-wrap {
    padding: 1rem 1rem 5rem 1rem !important;
  }
  .survey.landing-page #content-wrap .logo {
    width: 180px;
  }
  .survey.landing-page table {
    width: 100%;
  }
  .survey.landing-page table tr {
    display: block;
  }
  .survey.landing-page table tr:first-of-type {
    margin-bottom: 0.5rem;
  }
  .survey.landing-page table tr td:first-of-type {
    font-weight: 600;
  }
  .survey.landing-page table td {
    display: block !important;
  }
  .survey .scale-info {
    display: block !important;
  }
  .survey .scale-info p {
    text-align: center !important;
  }
  .survey .enps {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .survey {
    /*&.landing-page {
            display: block;
        }*/
  }
  .survey #frmSurvey table,
  .survey #frmSurvey thead,
  .survey #frmSurvey tbody,
  .survey #frmSurvey th,
  .survey #frmSurvey td,
  .survey #frmSurvey tr {
    display: block;
  }
  .survey #frmSurvey thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .survey #frmSurvey td:not(:first-of-type) {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .survey #frmSurvey td {
    text-align: right;
  }
  .survey #frmSurvey td:first-of-type {
    font-weight: 600;
    text-align: left;
    border-bottom-color: #575a5e;
    padding-left: 0;
  }
  .survey #frmSurvey td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 14px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 12px;
    text-align: left;
  }
  .survey #frmSurvey td.agreement-level:nth-of-type(2):before {
    content: "Strongly Disagree";
  }
  .survey #frmSurvey td.agreement-level:nth-of-type(3):before {
    content: "Disagree";
  }
  .survey #frmSurvey td.agreement-level:nth-of-type(4):before {
    content: "Neutral";
  }
  .survey #frmSurvey td.agreement-level:nth-of-type(5):before {
    content: "Agree";
  }
  .survey #frmSurvey td.agreement-level:nth-of-type(6):before {
    content: "Strongly Agree";
  }
  .survey #frmSurvey td.yes-no:nth-of-type(2):before {
    content: "Yes";
  }
  .survey #frmSurvey td.yes-no:nth-of-type(3):before {
    content: "No";
  }
  .survey #frmSurvey td:has(input[type="radio"]:checked) {
    background-color: rgba(1, 125, 252, 0.1);
  }
  .survey #frmSurvey td:has(input[type="radio"]:checked):before {
    font-weight: 600;
  }
}
.coming-soon {
  z-index: 1;
  padding-bottom: 280px !important;
}
@media (max-width: 480px) {
  .coming-soon {
    padding-bottom: 220px !important;
  }
}
.coming-soon img {
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 90%;
}