﻿@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;
}
.progress-tracker.landing-page {
  background: #E6E8EB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-tracker.landing-page #content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  padding: 1rem !important;
}
.progress-tracker.landing-page .login-section {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #5F6368;
  width: 100%;
  /*& h1 {
                font-size: 1.25rem;
            }*/
}
.progress-tracker.landing-page .login-section table {
  font-size: 0.85rem;
  color: #5F6368;
}
.progress-tracker.landing-page .login-section label {
  font-weight: 600;
}
.progress-tracker.landing-page .login-section input {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  background: #F4F4F4;
}
.progress-tracker.landing-page .login-section input.input-validation-error {
  border-color: red;
}
.progress-tracker.landing-page .login-section .field-validation-error {
  font-size: 0.8rem;
  display: block;
}
.access-code-inputs {
  max-width: 350px;
  margin: 0 auto;
}
.access-code-digit {
  width: 40px;
  height: 40px;
  font-size: 1rem !important;
  font-weight: 600;
  border: 1px solid #737373 !important;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
  padding: 0.25rem !important;
}
.access-code-digit:focus {
  border-color: #ff6b35;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
  outline: none;
  background-color: white;
}
.access-code-digit.filled {
  border-color: #ff6b35;
  background-color: white;
  color: #333;
}
/* Success state - green border when all 6 filled */
.access-code-digit.success {
  border-color: #28a745 !important;
  background-color: #f8fff9;
}
.breadcrumb {
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #017DFC;
  font-weight: 600;
}
.detailed-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.donut-wrapper {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 1rem;
}
.donut {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(orange 0% 53.1%, #eee 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.donut::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
.score-text {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.tracker-container table {
  table-layout: fixed;
  font-size: 0.9rem;
}
.tracker-container table thead th {
  background-color: #F9F9F9 !important;
  font-size: 0.8rem;
  font-weight: 400;
  color: #5F6368;
}
.tracker-container table thead th:first-of-type {
  width: auto;
}
@media screen and (min-width: 1600px) {
  .tracker-container table thead th:first-of-type {
    width: 40% !important;
  }
}
.tracker-container table thead th:not(:first-of-type) {
  text-align: center;
}
.tracker-container table tbody td:not(:first-of-type) {
  text-align: center;
}
.tracker-container table tfoot td {
  background-color: #2F3133 !important;
  color: #FFF;
  font-weight: 600;
}
.tracker-container table tfoot td:not(:first-of-type) {
  text-align: center;
}
.reliability {
  max-width: 200px;
}
.reliability.highly {
  color: #FFF;
  background: #0E9706 !important;
}
.reliability.moderate {
  color: #2F3133;
  background: #FEAC01 !important;
}
.reliability.less {
  color: #FFF;
  background: #EF0505 !important;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  color: #5F6368;
}