@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #4E4E4E;
  font-weight: 500;
  font-size: 0.92rem;
  min-height: 100vh;
  background: #e7e7e7;
}

a {
  text-decoration: none;
  color: #4E4E4E;
  transition: all 0.08s ease-in-out;
}
a:hover {
  color: #aedadb;
  opacity: 0.7;
}

label {
  color: #8e8e8e;
  font-size: 0.75rem;
  margin: 0;
}

.form-check-label {
  font-size: inherit;
  color: #4E4E4E;
}

#scrollTop {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 42px;
  right: 42px;
  color: #b4b4b4;
  font-size: 2.5rem;
  cursor: pointer;
}
#scrollTop:hover {
  color: black;
}

.activation {
  white-space: nowrap;
}

.form-control,
.form-select,
.form-check-input {
  border-radius: 0 !important;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 0 10px 0px rgba(78, 78, 78, 0.5) !important;
  border-color: transparent !important;
}
.form-control:active,
.form-select:active,
.form-check-input:active {
  box-shadow: 0 0 10px 0px rgba(78, 78, 78, 0.6) !important;
}

.btn {
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 6px 28px;
}
.btn:focus {
  box-shadow: 0 0 10px 2px rgba(78, 78, 78, 0.5) !important;
}
.btn:active {
  background-color: #aedadb !important;
  box-shadow: 0 0 4px 1px #aedadb !important;
}
.btn.btn-primary {
  background: #4E4E4E !important;
  border: 1px solid #4E4E4E !important;
}
.btn.btn-primary:hover {
  background: black !important;
  border: 1px solid black !important;
}
.btn.btn-primary:active {
  background-color: #aedadb !important;
  border: 1px solid #aedadb !important;
}
.btn.btn-primary:disabled {
  color: #b4b4b4 !important;
}
.btn.btn-secondary {
  background: #c1c1c1 !important;
  border: 1px solid #c1c1c1 !important;
  color: #4E4E4E !important;
}
.btn.btn-secondary:hover {
  background: #a7a7a7 !important;
  border: 1px solid #a7a7a7 !important;
  color: black !important;
}
.btn.btn-secondary:active {
  background-color: #aedadb !important;
  border: 1px solid #aedadb !important;
}
.btn.btn-secondary:disabled {
  background: #cecece !important;
  border: 1px solid #cecece !important;
  color: #8e8e8e !important;
}

.badge {
  border-radius: 0 !important;
  padding: 6px 10px;
  text-transform: uppercase !important;
}
.badge.bg-success {
  background: #b1c361 !important;
}
.badge.bg-warning {
  background: #c37063 !important;
}
.badge.bg-orange {
  background: #d9a23d !important;
}
.badge.bg-secondary {
  background: gray !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
.dropdown .language {
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-right: 10px !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.dropdown .language.active {
  color: #4E4E4E;
  border-bottom: 3px solid #aedadb !important;
}
.dropdown .language:hover {
  color: white;
  transition: all 0.08s ease-in-out;
  background: #aedadb;
}
.dropdown .dropdownMenu {
  display: none;
  position: absolute;
  width: 240px;
  top: 52px;
  right: 0;
  background: white;
  box-shadow: 0 0 10px 0 rgba(78, 78, 78, 0.1);
}
.dropdown .dropdownMenu ul li a {
  display: flex;
  align-items: center;
  padding: 12px 18px;
}
.dropdown .dropdownMenu ul li a i {
  color: #9b9b9b;
  font-size: 1.4rem;
}
.dropdown .dropdownMenu ul li button {
  width: 100%;
  border: 0;
  background: white;
  padding: 12px 18px;
  display: flex;
  align-items: center;
}
.dropdown .dropdownMenu ul li button:hover {
  color: #aedadb;
}
.dropdown .dropdownMenu ul li button.active {
  cursor: default;
  background: #4E4E4E;
  color: white;
}
.dropdown .dropdownMenu ul li button i {
  color: #9b9b9b;
  font-size: 1.4rem;
}

.voucher {
  position: relative;
}
.voucher.active {
  outline: 2px solid #aedadb;
}
.voucher.disabled img {
  opacity: 0.4;
}
.voucher.disabled .select {
  opacity: 0.3;
}
.voucher img {
  width: 100%;
}
.voucher .select {
  position: absolute;
  top: 10%;
  left: 6%;
  z-index: 2;
  color: black;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

footer {
  bottom: 0px;
  background: #4E4E4E;
  padding: 20px 0;
  color: white;
}
footer a {
  display: inline-block;
  margin-top: 8px;
  color: #cecece;
}
footer .signOff {
  font-size: 0.8rem;
}

.researchBlock {
  height: 100%;
  position: relative;
  background: white;
  padding: 24px 24px 70px 24px;
  border-top-left-radius: 40px;
}
.researchBlock .researchInfo {
  display: block;
  margin: 2.5rem 0 1rem 0;
}
.researchBlock .researchInfo h5 {
  margin-top: 0.4rem;
  line-height: 1.7rem;
  padding-right: 15%;
}
.researchBlock .researchInfo a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 8px 0;
  color: #44a6a6;
}
.researchBlock .researchInfo a i {
  transition: all 0.25s ease-in-out;
  margin-left: 4px;
  font-size: 1.4rem;
}
.researchBlock .researchInfo a:hover {
  color: #4E4E4E;
}
.researchBlock .researchInfo a:hover i {
  margin-left: 16px;
}

.pagination .page-item.active .page-link {
  color: white;
  background: #4E4E4E;
}
.pagination .page-item.active .page-link:hover {
  opacity: 1;
  background: #4E4E4E;
}
.pagination .page-item.active .page-link:focus {
  background: #4E4E4E;
}
.pagination .page-item.disabled .page-link {
  background: #cecece;
}
.pagination .page-item.disabled .page-link:hover {
  opacity: 1;
  background: #cecece;
}
.pagination .page-item .page-link {
  display: flex;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 6px;
  border-radius: 50% !important;
  border: none;
  color: #4E4E4E;
}
.pagination .page-item .page-link:focus {
  background: white;
  box-shadow: 0 0 10px 2px rgba(78, 78, 78, 0.5) !important;
}
.pagination .page-item .page-link:hover {
  opacity: 1;
  background: black;
  color: white;
}
.pagination .page-item .page-link:active {
  background: #aedadb;
}
.pagination .page-item i {
  font-size: 1.4rem;
}

.tableWrapper {
  overflow-x: auto;
}
.tableWrapper table {
  width: 100%;
}
.tableWrapper table thead tr {
  border-bottom: 6px solid #e7e7e7;
  background: #a7a7a7;
  color: white;
}
.tableWrapper table thead tr th {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 12px;
}
.tableWrapper table tbody tr {
  border-bottom: 4px solid #e7e7e7;
  background: white;
}
.tableWrapper table tbody tr:hover {
  transition: all 0.08s ease-in-out;
  background: #e8edd0;
}
.tableWrapper table tbody tr td {
  line-height: 1.2;
  padding: 20px 12px;
}
.tableWrapper table tbody tr td div {
  margin: 6px 0;
}
.tableWrapper table tbody tr td a {
  color: blue;
  text-decoration: underline !important;
}

.modal-dialog .modal-content {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.modal-dialog .modal-content .modal-header {
  background: #a8dbdb;
  border-radius: 0 !important;
  padding: 2rem;
  border: 0 !important;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.modal-dialog .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: none !important;
}
.modal-dialog .modal-content .modal-body {
  padding: 2rem 2rem 0rem 2rem;
}
.modal-dialog .modal-content .modal-body thead tr {
  background: #e7e7e7;
  color: #4E4E4E;
  border: none !important;
}
.modal-dialog .modal-content .modal-body thead tr th {
  padding: 12px;
}
.modal-dialog .modal-content .modal-body tbody tr {
  border-bottom: 1px solid #e7e7e7;
  background: #d5dfab;
}
.modal-dialog .modal-content .modal-body tbody tr td {
  padding: 12px;
}
.modal-dialog .modal-content .modal-body .profile {
  cursor: default;
  position: relative;
  width: 110px;
  height: 110px;
}
.modal-dialog .modal-content .modal-body .profile:hover .btn {
  opacity: 1;
}
.modal-dialog .modal-content .modal-body .profile img {
  width: auto;
  height: 120px;
}
.modal-dialog .modal-content .modal-body .profile .profileInitials {
  font-size: 2rem;
}
.modal-dialog .modal-content .modal-body .profile .btn {
  transition: all 0.25s ease-in-out;
  opacity: 0;
  padding: 2px 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: flex-start;
  padding: 2rem;
  border-radius: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 992px) {
  #scrollTop {
    bottom: 16px;
    right: 16px;
  }
}
.navBar {
  z-index: 100;
  position: fixed;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  width: 100%;
  background: white;
}
.navBar.navUp {
  transition: all 1s ease-in-out;
  margin-top: -100vh;
}
.navBar.navDown {
  transition: all 0.25s ease-in-out;
  margin-top: 0;
}
.navBar .navMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}
.navBar .navMain .logo {
  width: 110px;
  margin-left: 12px;
  order: 1;
}
.navBar .navMain .logo img {
  height: 48px;
}
.navBar .navMain .navItems {
  order: 2;
}
.navBar .navMain .navItems .navTrigger {
  cursor: pointer;
  display: none;
}
.navBar .navMain .navItems ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navBar .navMain .navItems ul li {
  display: inline-flex;
  padding: 18px;
}
.navBar .navMain .navItems i {
  display: none;
}

.tab {
  position: relative;
  background: transparent;
  border: none !important;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  align-items: center;
  color: #4E4E4E;
  height: 40px;
  padding: 0 2px;
  font-size: 0.9rem;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  flex-flow: row;
  font-weight: 600;
  display: flex;
  width: auto;
  border-bottom: 3px solid transparent !important;
}
.tab:hover {
  color: #aedadb;
  border-bottom: 3px solid transparent !important;
}
.tab.active {
  color: #4E4E4E;
  border-bottom: 3px solid #aedadb !important;
}

.tabContent,
.tcs {
  position: relative;
  min-height: calc(100vh - 96px);
  padding-bottom: 100px;
}

.tcs {
  margin-top: 5rem;
}
.tcs h1 {
  font-size: 1.9rem;
  font-weight: 500;
}
.tcs h2 {
  font-size: 1.35rem;
  font-weight: 600;
}
.tcs h3 {
  font-size: 1rem;
  font-weight: 700;
}
.tcs p {
  font-size: 1rem;
  line-height: 1.7;
}

.profile {
  order: 3;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e7e7e7;
}
.profile:hover {
  transition: all 0.25s ease-in-out;
  background: #aedadb;
  color: white;
}
.profile img {
  height: 56px;
  width: auto;
}

.indicator {
  margin-left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  line-height: 20px;
  color: white;
  font-weight: 600;
  background-color: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 992px) {
  .navBar {
    margin-top: 0;
  }
  .navBar .navMain .logo {
    width: auto;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    order: 2;
  }
  .navBar .navMain .navItems {
    width: 110px;
    order: 1;
  }
  .navBar .navMain .navItems .navTrigger {
    font-size: 2rem;
    padding-left: 12px;
    display: flex;
  }
  .navBar .navMain .navItems ul {
    top: 64px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .navBar .navMain .navItems ul li {
    background: white;
    display: flex;
    width: 100%;
    flex-flow: column;
    padding: 18px;
  }
  .navBar .navMain .navItems ul li:last-of-type {
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .navBar .navMain .navItems ul li a {
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    align-items: center;
    color: #4E4E4E;
    height: 40px;
    width: 50%;
    font-size: 1rem;
    padding: 0 2px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    flex-flow: row;
    font-weight: 600;
    display: flex;
    border-bottom: 3px solid transparent;
  }
  .navBar .navMain .navItems ul li a:hover {
    color: #aedadb;
    border-bottom: 3px solid transparent;
  }
  .navBar .navMain .navItems ul li a.active {
    color: #4E4E4E;
    border-bottom: 3px solid #aedadb;
  }
  .navBar .navMain .navItems i {
    display: block;
    font-size: 1.3rem;
    color: #b4b4b4;
  }
  .tabContent {
    min-height: calc(100vh - 68px);
  }
}
.container {
  max-width: 1440px;
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content {
  padding-top: 96px;
}
.content .tabContent {
  display: none;
}
.content .tabContent .tabTitle {
  font-size: 1.2rem;
  border-bottom: 3px solid #aedadb;
  width: 130px;
  font-weight: 600;
  color: #4E4E4E;
  letter-spacing: -0.25px;
  display: block;
}
.content .banner {
  background-image: url("/assets/images/banner-02.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  min-height: 200px;
  height: calc(40vh - 96px);
  background-color: white;
  color: #4E4E4E;
  font-weight: 600;
}
.content .banner.secondary {
  background-image: none;
  min-height: 40px;
  height: calc(20vh - 96px);
  align-items: flex-end;
}
.content .banner .bannerTitle {
  width: 100%;
  letter-spacing: -0.5px;
  font-size: 1.6rem;
}

.points:after {
  content: " poena";
}

.rewardOverview {
  display: flex;
  flex-flow: column;
  width: 100%;
  background: white;
  padding: 12px;
}

.rewardPoints {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: #a8dbdb;
  padding: 12px 24px;
}
.rewardPoints span {
  font-size: 0.9rem;
  line-height: 0.7;
  font-weight: 500;
  margin: 0.2rem;
  opacity: 0.7;
}
.rewardPoints span.pointNo {
  font-size: 2.5rem !important;
  font-weight: 700;
  opacity: 1;
}

.rewardCopy {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 1rem;
  padding: 12px 24px;
  background: #e7e7e7;
}

.sticker {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  outline: 8px solid #e7e7e7;
  width: 80px;
  height: 60px;
  line-height: 1.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #84cccc;
  font-weight: 700;
  color: white;
  letter-spacing: -1px;
  font-size: 1.8rem;
}
.sticker span {
  display: block;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
}
.sticker:after {
  line-height: 0px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 0.8rem;
}
.sticker.total {
  width: 100%;
  flex-flow: row;
  position: relative;
  outline: none;
}
.sticker.total span {
  display: inline-block !important;
  margin: 4px;
}

.dashBlockTitle {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 16px;
}

.dashBlock {
  position: relative;
  display: flex;
  flex-flow: column;
  background: white;
  padding: 24px 24px 80px 24px;
  min-height: 100%;
}
.dashBlock .list .entry {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  justify-content: space-between;
  padding: 8px 12px;
  margin-bottom: 6px;
  line-height: 1.2rem;
}
.dashBlock .list .entry:hover {
  background: #dfb4ad;
}
.dashBlock .list .entry span:last-of-type {
  text-align: right;
  margin-left: 10px;
  font-weight: 600;
}

.seeMore {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 24px;
}
.seeMore:hover {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .content {
    padding-top: 68px;
  }
  .content .banner {
    font-size: 1.2rem;
    background-position: center center;
    background-size: cover;
    min-height: 150px;
    height: calc(33vh - 68px);
  }
  .content .banner .bannerTitle {
    font-size: 1.4rem;
  }
}
.card-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 24px;
  position: relative;
  color: white;
  text-align: center;
  cursor: pointer;
}
.card-form p {
  margin: 0;
  line-height: 1.2;
}
.card-form h2 {
  font-weight: 600;
  margin: 0;
}
.card-form .logo-img {
  z-index: 1;
  max-height: 56px;
  width: auto;
  margin: 16px 0;
}
.card-form.disabled {
  opacity: 0.4;
}

@media only screen and (max-width: 992px) {
  .card-form {
    min-height: 100px;
  }
}

.spinner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.spinner .cube-grid {
  margin-top: 35vh;
  width: 52px;
  height: 52px;
}
.spinner .cube-grid .cube {
  width: 33%;
  height: 33%;
  border: 2px solid white;
  background-color: #aedadb;
  float: left;
  animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.spinner .cube-grid .cube1 {
  background: #c3d186;
  animation-delay: 0.2s;
}
.spinner .cube-grid .cube2 {
  background: #aedadb;
  animation-delay: 0.3s;
}
.spinner .cube-grid .cube3 {
  background: #ccc6d0;
  animation-delay: 0.4s;
}
.spinner .cube-grid .cube4 {
  background: #a8dbdb;
  animation-delay: 0.1s;
}
.spinner .cube-grid .cube5 {
  background: #7c7481;
  animation-delay: 0.2s;
}
.spinner .cube-grid .cube6 {
  background: #a8dbdb;
  animation-delay: 0.3s;
}
.spinner .cube-grid .cube7 {
  background: #999fae;
  animation-delay: 0s;
}
.spinner .cube-grid .cube8 {
  background: #c3d186;
  animation-delay: 0.1s;
}
.spinner .cube-grid .cube9 {
  background: #aedadb;
  animation-delay: 0.2s;
}
@keyframes cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

.cookies {
  background: rgba(255, 255, 255, 0.9);
  padding: 64px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

.form-tooltip-info {
  color: #60bdbd;
  margin-right: 2px;
  font-size: 14px;
}
.form-tooltip-info:hover {
  color: #368181;
}

.form-tooltip-error {
  color: red;
  margin-right: 2px;
  font-size: 14px;
}
.form-tooltip-error:hover {
  color: #990000;
}

.switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 36px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: rgb(2, 173, 2);
  outline: 2px solid rgba(255, 255, 255, 0.6);
}
.switch input:checked + .slider:before {
  transform: translateX(16px);
}
.switch input:disabled + .slider {
  display: block;
  background-color: rgba(2, 173, 2, 0.4);
  cursor: default;
}
.switch .label {
  white-space: nowrap;
  color: #4E4E4E;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: 42px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b4b4b4;
  transition: 0.4s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.2s;
}
.switch .slider.round {
  border-radius: 16px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.msg-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  background-image: url("/assets/images/pictogram1.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
.msg-wrapper .msg {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: column;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
  outline: 10px solid white;
  outline-offset: 4px;
}
.msg-wrapper .msg i {
  font-size: 2rem;
  color: red;
}
.msg-wrapper .msg span:nth-of-type(1) {
  font-size: 2rem;
  font-weight: 700;
  padding: 12px 0;
  color: #818181;
}
.msg-wrapper .msg span:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 500;
}

.panel-status {
  text-align: center;
  padding: 1rem 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.panel-status.inactive {
  background: red;
  color: white;
}
.panel-status a {
  color: yellow;
  font-weight: 700;
  text-decoration: underline;
}

.transaction-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s all linear;
}
.transaction-info:hover {
  box-shadow: none;
  background: white;
}
.transaction-info div {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}
.transaction-info p {
  width: 100%;
  margin: 0;
}

.questionnaire {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  background: white;
  color: #023365;
}
.questionnaire .page {
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
}
.questionnaire .page_header {
  border-bottom: 15px solid #4377aa;
  color: #023365;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.questionnaire .question-block {
  margin: 10px auto;
  background-color: #f5f5f5;
  padding: 10px 10px 10px 30px;
}
.questionnaire .question-block .question {
  font-weight: 700;
}
.questionnaire label {
  display: inline-block;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #023365;
  padding: 5px;
}
.questionnaire label:hover {
  color: white;
  background: #023365;
}
.questionnaire form.answer div {
  margin-bottom: 0.5rem;
}
.questionnaire .submit_div {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.questionnaire .navigation_button {
  display: inline-block;
  cursor: pointer;
  margin: 12px;
}
.questionnaire .text_nav_button {
  background-color: #4377aa;
  color: #ffffff;
  border-width: 0;
  padding: 9px 17px;
  border: 1px solid #d1d1d1;
  font-size: 15px;
  line-height: 18px;
}
.questionnaire .completion {
  display: flex;
  justify-content: center;
}
.questionnaire .completion .progress {
  width: 60%;
  margin: 0 16px;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 30px;
  height: 0.85rem;
  background-color: #afafaf;
}
.questionnaire .completion .progress .progress-bar {
  background-color: #4377aa;
}
.questionnaire .page_footer {
  border-bottom: 5px solid #4377aa;
  padding-bottom: 5px;
  color: #023365;
  font-size: 14px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}

table.maxi {
  border-collapse: collapse;
}
table.maxi tr {
  background: white !important;
}
table.maxi tr:hover {
  background: #dfdfdf !important;
}
table.maxi th, table.maxi td {
  padding: 6px !important;
  line-height: 1.1;
}
table.maxi th:first-of-type, table.maxi td:first-of-type {
  min-width: 86px;
}
table.maxi th:last-of-type, table.maxi td:last-of-type {
  width: 115px !important;
}/*# sourceMappingURL=panel.css.map */