﻿@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans-VariableFont_wght.ttf");
}
/*RAG colours*/
.bg-darkgreen {
  background: #00AE4E;
}
.bg-darkgreen-20 {
  background: #00AE4E33;
}
.bg-lightgreen {
  background: #92d051;
}
.bg-amber {
  background: #FFC20E;
}
.bg-amber-20 {
  background: #FFC20E33;
}
.bg-red {
  background: #EF0505;
}
.bg-red-20 {
  background: #EF050533;
}
.bg-darkgrey {
  background: #2F3133;
}
.bg-lightgrey {
  background: #5F6368;
}
.text-red {
  color: #EF0505;
}
.text-amber {
  color: #FFC20E;
}
.text-blue {
  color: #017DFC;
}
.text-darkgreen {
  color: #00AE4E;
}
.text-lightgrey {
  color: #5F6368;
}
.fs-7 {
  font-size: 0.875rem;
}
* {
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}
html {
  font-size: 16px;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #F8FBFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  color: #2F3133;
}
p,
ul,
ol {
  font-size: 0.9rem;
}
a {
  text-decoration: none;
}
i[data-bs-toggle="modal"] {
  cursor: pointer;
}
.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-alt {
  background: transparent;
  color: #5F6368;
}
.btn-alt:hover {
  color: #2F3133;
}
.btn-alt.active {
  background: #FFF;
  color: #017DFC;
  opacity: 1;
}
.btn-small {
  font-size: 0.8rem;
  font-weight: 500;
}
.btn-small i {
  font-size: 1.125rem;
}
.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;
}
.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;
}
.smaller {
  font-size: 0.8rem;
}
.character-count-help-text {
  font-size: 0.8rem;
  color: #5F6368;
  font-weight: 400;
  text-align: right;
}
#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%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  color: #5F6368;
  height: 4.5rem;
  padding: 0.25rem;
}
header {
  background: #FAFCFF;
}
header .icon {
  width: 60px;
  height: 60px;
  background: #FAFCFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
header .icon img {
  align-self: center;
  max-width: 100%;
}
header .btn {
  align-self: center;
}
header a {
  font-size: 0.9rem;
  color: #444E59;
  font-weight: 500;
}
header .username-dropdown {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
header .username-dropdown button {
  border: none;
}
header .username-dropdown button .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #FF8551;
  border-radius: 15px;
  color: #FFF;
  font-weight: 500;
}
header .username-dropdown button .user-firstname {
  font-size: 0.9rem;
  color: #444E59;
  font-weight: 500;
}
header .username-dropdown .dropdown-menu {
  padding: 0;
}
header .username-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  border-radius: 0.375rem;
  justify-content: flex-start;
}
header .username-dropdown .dropdown-menu .dropdown-item i {
  color: red;
  font-size: 1.1rem;
}
header .username-dropdown .dropdown-menu .dropdown-item:active {
  background: #0076bb;
  border-color: #0076bb;
}
header .username-dropdown .dropdown-menu .dropdown-item:active i {
  color: #FFF;
}
header nav {
  background: #FFF;
  border-top: 2px solid #f8fbff;
}
header nav ul {
  display: flex;
  list-style: none;
  padding: 0;
}
header nav ul li {
  transition: none !important;
}
header nav ul li .nav-link {
  display: block;
  padding: 1rem 1.5rem;
  color: #2F3133;
  background: #FFF;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: none !important;
}
header nav ul li .nav-link:hover {
  color: #017DFC;
  opacity: 0.9;
}
header nav ul li .nav-link.active {
  color: #FFF;
  background: #017DFC;
}
header nav ul li .nav-link.active:hover {
  color: #FFF;
}
.survey-status {
  align-self: center;
  border-radius: 2rem;
  padding: 0.5rem 1.25rem;
  font-size: 12px;
  border: 1px solid #CCC;
  background: #FFF;
}
.survey-status .status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5F6368;
  font-weight: 500;
}
.survey-status .status span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.survey-status .status span.new {
  background: #ab00f7;
}
.survey-status .status span.design {
  background: #017DFC;
}
.survey-status .status span.test {
  background: #45E1E1;
}
.survey-status .status span.live {
  background: #27D242;
}
.survey-status .status span.closed {
  background: #5F6368;
}
.dropdown-toggle.qf-toggle {
  width: 250px;
  height: 48px;
  border-radius: 2rem;
  border: 1px solid #C3CAD9;
  background: #FFF;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  font-size: 0.9rem;
  color: #2F3133;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.dropdown-toggle.qf-toggle:hover {
  opacity: 1;
  background: white;
  color: #017dfc;
  border: 1px solid #017dfc;
}
.qf-content span.icon {
  font-size: 1.5rem !important;
  left: 6px;
}
.qf-content span:not(.icon) {
  font-size: 0.9rem !important;
}
.dropdown-toggle,
.dropdown-menu {
  width: 450px;
}
.btn-dropdown-toggle {
  width: 450px;
  height: 48px;
  border-radius: 2rem;
  border: 1px solid #C3CAD9;
  background: #FAFAFA;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  font-size: 0.9rem;
  color: #2F3133;
}
.btn-dropdown-toggle span {
  display: flex;
  align-items: center;
}
.btn-dropdown-toggle span i {
  font-size: 1.5rem;
  color: #5F6368;
}
.dropdown-menu {
  padding: 1rem;
}
.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.dropdown-menu ul .form-check input {
  margin-right: 0;
  padding-right: 0.5rem;
}
.dropdown-menu ul .form-check label {
  width: 100%;
}
.dropdown-menu ul .form-check label:hover {
  cursor: pointer;
  background: #FAFAFA;
}
.filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid #C3CAD9;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.filter-toggle:hover {
  opacity: 1;
  background: white;
  color: #017dfc;
  border: 1px solid #017dfc;
}
.btn-export {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #217346;
  border: 1px solid #217346;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.btn-export:hover,
.btn-export:active,
.btn-export:focus-visible {
  opacity: 1;
  background-color: rgba(33, 115, 70, 0.1);
  color: #217346;
  border-color: #217346;
}
.btn-export:hover i,
.btn-export:active i,
.btn-export:focus-visible i {
  color: red;
}
.card {
  border-color: #E1E6EC;
  border-radius: 1rem;
  flex: 1;
}
.card h5.card-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px !important;
}
.card .card-header {
  background: #FFF;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}
.card .card-footer {
  background: #FFF;
  border-top: none;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  /*max-height: 220px;*/
}
.card-body .radial-chart-block,
.card-body .n-number {
  align-self: center;
}
.card-body td {
  font-size: 0.9rem;
}
.card-body .legend {
  height: 48px;
}
.card-body .legend p {
  font-size: 0.9rem;
  color: #2F3133;
  margin-bottom: 0.25rem;
}
.card-body .legend div {
  font-size: 13px;
}
.card-body .legend span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 0.25rem;
}
.radial-chart-block .label {
  font-weight: 700;
}
thead.muted th {
  color: #5F6368;
  font-size: 0.8rem;
  font-weight: 500;
  border-bottom: 0;
}
td {
  padding: 0.5rem;
}
td .question-number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  background: var(--grey);
  width: 40px;
  height: 40px;
}
.ai-btn {
  color: #FFF;
  background: linear-gradient(90deg, #017DFC 0%, #700083 100%);
  transition: all 0.3s ease-in-out;
}
.ai-btn:hover {
  color: #FFF;
  border-radius: 1.5rem;
}
.ai-analysis .modal-body {
  overflow-y: scroll;
  max-height: 70vh;
}
.ai-analysis .ai-response h2 {
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}
.ai-analysis .ai-response h3 {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
}
.ai-analysis .ai-response p {
  margin-bottom: 1rem;
}
.ai-analysis .ai-response ul,
.ai-analysis .ai-response ol {
  margin-bottom: 1rem;
}
.ai-analysis .ai-response ul li,
.ai-analysis .ai-response ol li {
  margin-bottom: 0.5rem;
}
.legend {
  width: 100%;
}
.legend .rating-scale {
  display: flex;
  align-items: center;
}
.legend .rating-scale .rating-scale-blocks {
  margin: 0 0.1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.legend .rating-scale .rating-scale-blocks .rating {
  color: #FFF;
  width: 115px;
  text-align: center;
  padding: 0.25rem;
}
.legend .rating-scale .rating-scale-blocks span {
  display: block;
  font-weight: 400;
}
.benchmark-trend {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
}
.benchmark-trend i,
.benchmark-trend span {
  font-size: 1.25rem;
}
.donut-legend {
  padding: 0 1.5rem;
}
.donut-legend .donut-disc {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid;
  background: #FFF;
  margin-bottom: 0.25rem;
}
.donut-legend .donut-disc.dark-green {
  border-color: #00AE4E;
}
.donut-legend .donut-disc.amber {
  border-color: #FFC20E;
}
.donut-legend .donut-disc.red {
  border-color: #FF0000;
}
.donut-legend .legend-label {
  font-weight: bold;
  font-size: 0.9rem;
  color: #2F3133;
}
.donut-legend .legend-score {
  color: #78818D;
  font-size: 0.9rem;
}
.ordinal {
  width: 60px;
}
.ordinal span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDF9FF;
  color: #2F3133;
  border-radius: 0.5rem;
}
td {
  border-bottom-color: #EDF9FF;
}
td .score {
  width: 123px;
  height: 40px;
  color: #FFF;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
td .count {
  width: 123px;
  height: 40px;
  color: #444E59;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #EDF9FF;
}
tr:last-of-type td {
  border-bottom-color: transparent;
}
h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.statement-number,
.statement {
  font-size: 0.9rem;
}
.stacked-bar {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  position: relative;
}
.stacked-bar div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  padding: 0.25rem;
}
.benchmark {
  position: absolute;
  background: #141414;
  width: 3px;
  height: 48px;
  z-index: 200;
  bottom: 0px;
  /*&::after {
        content: '40%';
        color: #000;
        font-size: 0.7rem;
        top: 0;
        position: absolute;
        left: 6px;
        text-align: left;
    }*/
}
.benchmark-legend {
  background: #141414;
  width: 3px;
  height: 16px;
  display: inline-block;
}
.labels {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.labels span {
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  color: #5F6368;
  position: relative;
}
.labels span:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #5F6368;
  top: -8px;
  left: 14px;
}
#bdChart .apexcharts-title-text {
  font-weight: 600;
  font-family: 'Work Sans', sans-serif !important;
}
.sentiment-legend {
  width: 220px;
}
.sentiment-legend i:hover {
  cursor: pointer;
}
.sentiment-legend span {
  font-size: 0.9rem;
  font-weight: 600;
}
.sentiment-legend span.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin-right: 0.5rem;
}
.question-breakdown-modal {
  /*padding: 1rem;*/
}
.question-breakdown-modal .modal-question-title {
  font-size: 1rem;
  font-weight: 500;
  color: #2F3133;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.question-breakdown-modal .current-score-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.question-breakdown-modal .current-score-section .current-score-item,
.question-breakdown-modal .current-score-section .sample-size-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.question-breakdown-modal .current-score-section .current-score-item .label,
.question-breakdown-modal .current-score-section .sample-size-item .label {
  font-weight: 600;
  color: #2F3133;
}
.question-breakdown-modal .current-score-section .current-score-item .value,
.question-breakdown-modal .current-score-section .sample-size-item .value {
  font-weight: 500;
  color: #2F3133;
}
.question-breakdown-modal .current-score-section .score-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.question-breakdown-modal .distribution-section .distribution-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2F3133;
  margin-bottom: 1rem;
}
.question-breakdown-modal .distribution-section .distribution-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 1rem;
}
.question-breakdown-modal .distribution-section .distribution-item .distribution-label {
  width: 125px;
  font-size: 0.9rem;
  color: #5F6368;
  flex-shrink: 0;
}
.question-breakdown-modal .distribution-section .distribution-item .distribution-bar-container {
  flex: 1;
  height: 8px;
  background-color: #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.question-breakdown-modal .distribution-section .distribution-item .distribution-bar-container .distribution-bar {
  height: 100%;
  background-color: #9E9E9E;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.question-breakdown-modal .distribution-section .distribution-item .distribution-percentage {
  width: 40px;
  text-align: right;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2F3133;
  flex-shrink: 0;
}