@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 30px !important;
  color: #82BF38;
  line-height: 45px;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
}

h2 {
  font-size: 24px !important;
  color: #82BF38;
  line-height: 35px;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 2vh;
}

h3 {
  font-size: 18px !important;
  color: #004074;
  line-height: 25px;
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  margin-bottom: 1vh;
}

p {
  font-size: 14px;
  line-height: 20px;
}

span {
  color: #1A99D6;
}

blockquote {
  font-size: 45px;
  line-height: 40px;
  font-weight: bold;
}

.sd-header__text .sv-string-viewer, .sd-page__title .sv-string-viewer {
  font-size: 30px !important;
  color: #82BF38 !important;
  line-height: 45px !important;
  margin-bottom: 25px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: bold !important;
  padding: 0 !important;
}

.sd-panel.level-1 {
  border-left: 5px solid #C4E19E;
}

.sd-panel.level-2 {
  border-left: 5px solid #FFC400;
}

.sd-panel.level-3 {
  border-left: 5px solid #1A99D6;
}

.sd-question.level-1 {
  border-left: 5px solid #C4E19E;
}

.sd-question.level-2 {
  border-left: 5px solid #FFC400;
}

.sd-question.level-3 {
  border-left: 5px solid #1A99D6;
}

.sd-element--nested {
  border-left: 0px !important;
}

.sd-selectbase.level-1 {
  border-left: 10px solid #C4E19E;
}

.sd-selectbase.level-2 {
  border-left: 10px solid #FFC400;
}

.btn, .sd-navigation__prev-btn, .sd-navigation__next-btn {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 0.8px;
  padding: 12px 25px !important;
  font-family: "Inter", sans-serif !important;
}
.btn i.bi-arrow-right, .sd-navigation__prev-btn i.bi-arrow-right, .sd-navigation__next-btn i.bi-arrow-right {
  margin-left: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover i.bi-arrow-right, .sd-navigation__prev-btn:hover i.bi-arrow-right, .sd-navigation__next-btn:hover i.bi-arrow-right {
  margin-left: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-sm {
  padding: 8px 20px !important;
  font-size: 12px !important;
}

.btn-primary, .sd-navigation__next-btn {
  background-color: #1A99D6 !important;
  border-color: #1A99D6 !important;
  color: #fcfcfc !important;
}
.btn-primary:hover, .sd-navigation__next-btn:hover {
  background-color: #004074 !important;
}

.btn-secondary, .sd-navigation__prev-btn {
  background-color: #A2D5EB !important;
  border-color: #A2D5EB !important;
  color: #fcfcfc !important;
}
.btn-secondary:hover, .sd-navigation__prev-btn:hover {
  background-color: #1A99D6 !important;
}

.btn-success {
  background-color: #82BF38 !important;
  border-color: #82BF38 !important;
  color: #fcfcfc !important;
}
.btn-success:hover {
  background-color: #598a1d !important;
}

.btn-danger {
  background-color: #cb1818 !important;
  border-color: #cb1818 !important;
  color: #fcfcfc !important;
}
.btn-danger:hover {
  background-color: #980e0e !important;
}

.btn-light {
  background-color: #b7cad5 !important;
  border-color: #b7cad5 !important;
  color: #fcfcfc !important;
}
.btn-light:hover {
  background-color: #5e7086 !important;
}

.btn-info {
  background: #82BF38;
  background: -webkit-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: -moz-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82BF38", endColorstr="#1A99D6", GradientType=0);
  color: #fcfcfc;
}
.btn-info:hover {
  background-color: #1A99D6 !important;
}

a:link, a:visited, a:focus {
  color: #1A99D6;
  text-decoration: none;
  font-size: 13px;
}
a:link:hover, a:visited:hover, a:focus:hover {
  color: #004074;
}

a.more-info span {
  text-transform: uppercase;
}
a.more-info i.bi-arrow-right {
  margin-left: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
a.more-info:hover i.bi-arrow-right {
  margin-left: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #1A99D6;
}

.nav-button-prev:disabled {
  background-color: #A2D5EB !important;
  border-color: #A2D5EB !important;
}
.nav-button-prev:before {
  content: "\f12f";
  font-family: "bootstrap-icons";
  margin-right: 15px;
}

.nav-button-next:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  margin-left: 15px;
}

.badge.bg-primary {
  background-color: #1A99D6 !important;
  border-color: #1A99D6 !important;
  color: #fcfcfc !important;
}

.badge.bg-secondary {
  background-color: #A2D5EB !important;
  border-color: #A2D5EB !important;
  color: #fcfcfc !important;
}

.badge.bg-success {
  background-color: #82BF38 !important;
  border-color: #82BF38 !important;
  color: #fcfcfc !important;
}

.badge.bg-danger {
  background-color: #cb1818 !important;
  border-color: #cb1818 !important;
  color: #fcfcfc !important;
}

label {
  font-size: 13px;
  color: #1A99D6;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 20px;
}

.form-group {
  margin-bottom: 30px;
}

.form-control, .select2 {
  background-color: #F0F8FB;
  border: 0;
  padding: 15px;
}
.form-control:focus, .select2:focus {
  background-color: #F0F8FB;
  border: 0;
  box-shadow: none;
}
.form-control::placeholder, .select2::placeholder {
  color: #004074;
  opacity: 0.75;
  font-size: 15px;
  line-height: 55px;
}

.form-check-input {
  border: var(--bs-border-width) solid #C4E19E;
}

.form-check-input:checked {
  background-color: #1A99D6;
  border-color: #1A99D6;
}

.form-check-input:focus {
  border-color: #C4E19E;
  outline: 0;
  box-shadow: none;
}

.select2 .select2-selection--single {
  border: 0px;
  background-color: #F0F8FB;
}
.select2 .select2-selection--single .select2-selection__placeholder {
  color: #004074;
  opacity: 0.75;
  font-size: 15px;
}
.select2 .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background-color: #F0F8FB;
  border: 0;
  box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -webkit-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -moz-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
}

.select2-search--dropdown {
  border: 0px;
  background-color: #F0F8FB;
  padding: 15px;
}

.select2-results {
  padding: 15px;
}
.select2-results ul li {
  color: #004074;
  font-family: "Inter", sans-serif;
}

#company_naceCodes {
  display: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-bg-type: rgba(196, 225, 158, 0.25);
}

.table > :not(caption) > * > * {
  color: #004074;
}

.table-dark {
  --bs-table-bg:#1A99D6;
}
.table-dark th {
  color: #fcfcfc !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 42px;
  padding-left: 20px !important;
}

td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 42px;
  padding-left: 20px !important;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: #1A99D6;
  --bs-table-bg-state: #F0F8FB;
}

.tooltip-inner {
  background-color: #82BF38;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 15px;
  border-radius: 3px;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #82BF38;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-top-color: #82BF38;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-right-color: #82BF38;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-bottom-color: #82BF38;
}

.dropdown-menu {
  background-color: #fcfcfc;
  border: 0px;
  border-radius: 3px;
  box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -webkit-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -moz-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  transition: all 0.3s ease;
  margin-top: 0.125rem;
}
.dropdown-menu .dropdown-item {
  font-family: "Inter", sans-serif;
  color: #1A99D6;
  font-size: 13px;
  line-height: 21px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(196, 225, 158, 0.25);
  font-weight: bold;
  color: #1A99D6;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-nav .dropdown-menu {
  margin-top: 0;
}

.carousel-wrapper {
  position: relative;
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 2rem auto;
}

.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fcfcfc;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.arrow.left {
  left: -100px;
}

.arrow.right {
  right: -100px;
}

.arrow i {
  font-size: 30px;
  line-height: 1;
}

.accordion-button {
  color: #1A99D6;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.accordion-button:after {
  background-image: none;
  content: "\f282";
  font-family: "bootstrap-icons";
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f27e";
  font-family: "bootstrap-icons";
  color: #1A99D6;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed) {
  color: #1A99D6;
  background-color: rgba(196, 225, 158, 0.25);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
  color: #004074;
}

.select {
  width: fit-content;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font: "Inter", sans-serif;
  background: #fcfcfc;
  position: relative;
}

.select[open] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Trigger (looks like a select input) */
.select__trigger {
  list-style: none; /* hide default marker */
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

/* Remove default marker in some browsers */
.select__trigger::-webkit-details-marker {
  display: none;
}

/* Listbox */
.select__list {
  margin: 0;
  padding: 0.25rem 0;
  border-top: 1px solid #eef2f7;
  position: absolute;
  background-color: #fcfcfc;
  width: 100%;
  z-index: 100;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -webkit-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -moz-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
}

.select__option {
  display: flex;
  justify-content: space-between; /* left/right spans apart */
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.select__option:hover,
.select__option:focus-visible {
  background: rgba(196, 225, 158, 0.25);
  outline: none;
}
.select__option:hover p, .select__option:hover span,
.select__option:focus-visible p,
.select__option:focus-visible span {
  font-weight: bold;
}

/* Optional: selected row style (if you want to reflect current page) */
.select__option[aria-current=page] {
  background: #eef2ff;
  font-weight: 600;
}

.small-text {
  color: #F0F8FB;
  padding: 0;
  margin-top: 15px;
  font-size: 10px;
  display: block;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selectio {
  box-shadow: none !important;
  border-bottom: 1px solid #86b7fe !important;
}

html, body {
  background-color: #F0F8FB;
  height: 100%;
  width: 100%;
  font-family: "Inter", sans-serif;
}

.container-fluid {
  --bs-gutter-x: 5rem;
}

body {
  color: #004074;
}

strong {
  font-weight: bold;
}

.text-right {
  text-align: right !important;
}

.color-white {
  color: #fcfcfc !important;
}

.color-slateblue {
  color: #004074 !important;
}

.btn-lg {
  padding: 1.5rem 3.4rem !important;
}

.grow {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.grow:hover {
  box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -webkit-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -moz-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
}

.grow div:first-of-type {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.grow:hover div:first-of-type {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

footer {
  background-color: #fcfcfc;
}
footer .partners {
  padding: 65px 0;
}
footer .partners .partners-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .partners .partners-logo .partner-logo {
  display: inline-block;
}
footer .footer-nav {
  border-bottom: 10px solid transparent;
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%) border-box;
}
footer .footer-nav #footerNav {
  padding: 30px 0;
  background-color: #fcfcfc;
}
footer .footer-nav .bg-body-tertiary {
  background-color: #fcfcfc !important;
}
footer .lijn {
  height: 1px;
  width: 100%;
  background-color: #A2D5EB;
}

.page-survey-wrapper, .page_admin {
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-login-wrapper {
  height: 100%;
  background: #82BF38;
  background: -webkit-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: -moz-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82BF38", endColorstr="#1A99D6", GradientType=0);
}

.page-login {
  height: 100%;
  background-image: url("../images/bg-gradient-watermark-wFf-Bkn.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-login .left-login-title {
  font-size: 11px;
  color: #1A99D6;
  display: flex;
  align-items: center;
}
.page-login .left-login-title span {
  background-color: #1A99D6;
  height: 1px;
  width: 35px;
  display: inline-block;
  margin-left: 15px;
}
.page-login p {
  margin-bottom: 3vh;
}
.page-login blockquote {
  margin: 3vh 0;
  font-size: 45px;
  line-height: 45px;
  font-family: "Inter", sans-serif;
}
.page-login .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-login .card {
  background-color: #fcfcfc;
  padding: 70px;
}
.page-login .card-header, .page-login .card-body, .page-login .card-footer {
  background-color: #fcfcfc;
  border: 0px;
}
.page-login .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 0;
}
.page-login .card-header p {
  color: #1A99D6;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
}
.page-login .card-header img {
  width: 100%;
  max-width: 280px;
}
.page-login .card-body .btn, .page-login .card-body .sd-navigation__next-btn, .page-login .card-body .sd-navigation__prev-btn {
  width: 100%;
}
.page-login .card-footer span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.more-info {
  font-weight: bold;
  letter-spacing: 1.3px;
}

.header-nav {
  background: -webkit-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: -moz-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82BF38", endColorstr="#1A99D6", GradientType=0);
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-nav .navbar-brand img {
  width: 60px;
}
.header-nav .navbar-brand p {
  color: #fcfcfc;
  margin-left: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 3.6px;
}
.header-nav .navbar-brand p span {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: normal;
  color: #fcfcfc;
}
.header-nav .nav-item:not(.profile) .nav-link {
  color: #fcfcfc;
}
.header-nav .nav-item:not(.profile) .nav-link span {
  text-decoration: none;
  position: relative;
}
.header-nav .nav-item:not(.profile) .nav-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fcfcfc;
  transition: width 0.4s ease;
}
.header-nav .nav-item:not(.profile) .nav-link span:hover::after {
  width: 100%;
}
.header-nav .nav-item:not(.profile) .nav-link span {
  color: #fcfcfc;
}
.header-nav .profile .nav-link {
  color: #fcfcfc;
}
.header-nav .profile .nav-link span {
  color: #fcfcfc;
}
.header-nav .profile, .header-nav .language-switcher, .header-nav .logout {
  margin-left: 25px;
}
.header-nav .logout a {
  font-size: 16px;
}

.year-switcher {
  background: -webkit-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: -moz-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82BF38", endColorstr="#1A99D6", GradientType=0);
  padding-top: 20px;
  padding-bottom: 20px;
}
.year-switcher .search-year span, .year-switcher .search-year i {
  color: #fcfcfc;
  font-size: 16px;
}
.year-switcher .search-year i {
  margin-right: 15px;
}
.year-switcher .year-select {
  background-color: #F0F8FB;
  color: #004074;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  font-weight: bold;
}
.year-switcher .year-select:focus {
  background-color: #F0F8FB;
  border: 0;
  box-shadow: none;
}
.year-switcher .year-select:has(option:checked) {
  color: #1A99D6;
}

.language-switcher .dropdown-menu {
  right: 0 !important;
  left: revert !important;
}

.company-name {
  color: #fcfcfc;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 40px;
}

.dropdown-menu .nav-link.dropdown-toggle {
  display: none;
}

.sv-tabs {
  position: relative;
  height: fit-content;
}

.side-menu-wrapper {
  position: relative;
  width: 320px;
  background-color: #fcfcfc;
  padding: 35px 35px 85px 35px;
  border-radius: 7px;
  box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -webkit-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  -moz-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1);
  margin: 0 auto;
  margin-top: -150px;
  z-index: 99;
}
.side-menu-wrapper .sv-tabs-logo {
  display: block;
  margin: 0 auto 30px;
  width: 150px;
}
.side-menu-wrapper .sv-tabs-logo img {
  display: block;
  width: 100%;
}

.sv-tabs ul {
  list-style: none;
  margin: 0;
}
.sv-tabs ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #C4E19E;
}
.sv-tabs ul li:hover {
  background-color: rgba(196, 225, 158, 0.25);
}
.sv-tabs ul li a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #004074;
  display: inline-block;
  width: 100%;
  line-height: 33px;
  padding-left: 10px;
}
.sv-tabs ul li a span {
  color: #004074;
}
.sv-tabs ul li a i {
  font-size: 11px;
}
.sv-tabs ul li a.active-tab {
  background-color: rgba(196, 225, 158, 0.25);
  color: #82BF38;
}
.sv-tabs ul li a.active-tab span {
  color: #82BF38;
  font-weight: bold;
}
.sv-tabs ul:last-of-type li:last-of-type {
  border-bottom: 0px;
  margin-bottom: 25px;
}

.sv-content {
  flex: 1;
  min-width: 0;
}

.accordion {
  --bs-accordion-bg: transparent;
}

#env-accordion .accordion-item {
  border: 0;
}
#env-accordion .accordion-button {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #C4E19E;
}
#env-accordion .accordion-button i {
  font-size: 11px;
}
#env-accordion .accordion-button span {
  line-height: 33px;
  color: #004074;
}
#env-accordion .accordion-button:hover {
  background-color: rgba(196, 225, 158, 0.25);
}
#env-accordion .accordion-button:after {
  background: none;
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 15px;
  color: #004074;
  display: flex;
  align-items: center;
  justify-content: center;
}
#env-accordion .accordion-button:not(.collapsed) {
  color: #004074;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
#env-accordion .accordion-button:focus {
  box-shadow: none;
}
#env-accordion .accordion-body ul {
  margin-left: 20px;
}

.logout-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logout-btn:before {
  content: "\f1c3";
  font-family: "bootstrap-icons";
  margin-right: 15px;
  font-size: 15px;
}

.sd-root-modern .sd-container-modern__title {
  background-color: transparent !important;
  box-shadow: none !important;
}

.sd-root-modern.sd-root-modern--full-container {
  background-color: transparent;
}

.sd-body.sd-body--responsive {
  padding: 0px !important;
}

.sd-html h1 {
  font-family: "Inter", sans-serif !important;
}
.sd-html h1 i {
  margin-right: 20px;
}

.sd-element__title {
  margin-bottom: 15px !important;
}
.sd-element__title span {
  color: #004074;
  font-size: 21px !important;
  font-family: "Inter", sans-serif !important;
}

.sd-description span {
  color: #004074;
  font-size: 15px;
  line-height: 19px;
  opacity: 0.5;
}

.sd-selectbase__label span {
  font-size: 15px;
  line-height: 20px;
  text-transform: lowercase;
}

.sd-element--with-frame {
  padding: 30px 40px !important;
  box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1) !important;
  -webkit-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1) !important;
  -moz-box-shadow: 6px 6px 4px 0px rgba(26, 153, 214, 0.1) !important;
}

.sd-question__header--location-top {
  padding: 0 !important;
}

.sd-element__header .sd-description {
  margin: 0 !important;
}

.sd-input {
  background-color: rgba(110, 185, 216, 0.1) !important;
  box-shadow: none !important;
  color: #004074 !important;
}

.sd-element--nested-with-borders > .sd-element__header--location-top::after, .sd-element--complex.sd-element--with-frame > .sd-element__header--location-top::after {
  background-color: #82BF38 !important;
  inset-inline-start: 0 !important;
  width: 100% !important;
  bottom: calc(-0.75 * var(--sd-base-vertical-padding)) !important;
}

.sd-paneldynamic__separator {
  background-color: #82BF38 !important;
}

.sv-action .bi {
  color: #1A99D6;
  font-size: 14px !important;
}

.sd-action--negative, .sd-action {
  color: #1A99D6 !important;
}

.sd-action--negative, .btn-add {
  padding: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
.sd-action--negative:hover, .sd-action--negative:focus, .btn-add:hover, .btn-add:focus {
  background: none !important;
}

.sd-paneldynamic__panel-footer {
  margin-right: 0px !important;
}

.sd-paneldynamic__buttons-container .sd-action-bar {
  margin: 0 !important;
}

.sd-paneldynamic__buttons-container {
  padding-bottom: 0px !important;
}

.sd-selectbase__label {
  display: flex;
  align-items: center;
}

.sd-item__decorator {
  background-color: rgba(110, 185, 216, 0.1) !important;
  box-shadow: none !important;
}

.sd-item--checked .sd-item__decorator {
  background-color: #1A99D6 !important;
}

.sd-page .sd-page__title {
  width: 90%;
  margin-top: 5vh !important;
}
.sd-page .sd-page__title span {
  font-size: 40px !important;
  color: #82BF38;
  line-height: 55px;
  padding: 35px 0;
  font-family: "Inter", sans-serif !important;
}

.sd-html .survey-title-html {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #004074;
  font-weight: bold;
}
.sd-html .survey-description-html {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #004074;
}

.sd-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-buttons-wrapper {
  width: 100%;
  margin-top: 25px;
}

.sv-title-details {
  font-size: 10px !important;
  font-family: "Inter", sans-serif !important;
  color: #1A99D6 !important;
  display: block;
}

.page-survey {
  position: relative;
}
.page-survey .survey-action-btns {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 3rem;
  z-index: 99;
}
.page-survey .survey-action-btns a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.page-survey .survey-action-btns a:first-of-type {
  margin-right: 15px;
}
.page-survey .survey-action-btns a i {
  font-size: 40px;
  font-weight: bold;
  color: #004074;
}
.page-survey .survey-action-btns a:hover {
  transform: scale(1.3);
}

#env-accordion .accordion-button {
  font-weight: normal !important;
  font-size: 16px !important;
}

.sd-html div strong {
  font-size: 28px;
  color: #1A99D6;
  margin: 20px 0;
  display: block;
}

.page-frontend-wrapper footer .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.page-frontend-wrapper footer .partner-logo {
  width: 200px;
}
.page-frontend-wrapper footer .partner-logo img {
  width: 100%;
}
.page-frontend-wrapper footer .footer-nav {
  padding: 70px 0;
}
.page-frontend-wrapper footer .footer-nav a {
  display: block;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  color: #004074;
}
.page-frontend-wrapper footer .footer-nav a img {
  width: 115px;
}
.page-frontend-wrapper footer .footer-nav p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
}
.page-frontend-wrapper footer .copyright {
  background-color: #004074;
  padding: 20px 0;
  visibility: hidden;
}
.page-frontend-wrapper footer .copyright p {
  color: #fcfcfc;
  text-align: center;
  font-weight: bold;
}
.page-frontend-wrapper footer ul li {
  visibility: hidden;
}
.page-frontend-wrapper footer a img {
  visibility: hidden;
}
.page-frontend-wrapper .accordion-item {
  visibility: hidden;
}

.frontend-heading {
  background: #fcfcfc;
  position: relative;
}
.frontend-heading .logo-bg {
  position: absolute;
  width: 100%;
  top: 200px;
  background-image: url("../images/bg-gradient-watermark-wFf-Bkn.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 645px;
}
.frontend-heading .heading-content {
  visibility: hidden;
}
.frontend-heading .heading-content h1 {
  color: #1A99D6;
}
.frontend-heading .heading-content:first-of-type {
  margin-top: -70px;
}
.frontend-heading .heading-content:last-of-type {
  margin-top: 265px;
}
.frontend-heading .heading-content:last-of-type div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.frontend-heading .heading-content:last-of-type div:first-of-type img {
  width: 400px;
  margin-top: -70px;
}
.frontend-heading .heading-content p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
.frontend-heading .heading-content blockquote {
  padding: 0px 110px;
}
.frontend-heading .heading-content blockquote i {
  color: #004074 !important;
  font-size: 80px;
  font-family: "Inter", sans-serif;
}

.heading-topsection {
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%) border-box;
  min-height: 500px;
}

.heading-lowersection {
  margin-top: 45px;
  background-color: #F0F8FB;
  min-height: 650px;
}

.frontend-features {
  background: #fcfcfc;
  padding: 10vh 0;
}
.frontend-features h1, .frontend-features p {
  text-align: center;
}
.frontend-features p {
  color: #82BF38;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.frontend-features .modules-wrapper {
  margin-top: 5vh;
}
.frontend-features .modules {
  background-color: rgba(196, 225, 158, 0.25);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  visibility: hidden;
}
.frontend-features .modules .modules-icon {
  background-color: #fcfcfc;
  padding: 30px;
  width: 150px;
  border-radius: 100%;
  margin: 0 auto 20px auto;
}
.frontend-features .modules .modules-icon img {
  width: 100%;
}

.frontend-advantages {
  background: #F0F8FB;
  padding: 10vh 0;
}
.frontend-advantages h1, .frontend-advantages h3 {
  color: #1A99D6;
}
.frontend-advantages h1, .frontend-advantages h3, .frontend-advantages p {
  text-align: center;
}
.frontend-advantages p {
  font-size: 15px;
  line-height: 22px;
}
.frontend-advantages .modules-wrapper {
  margin-top: 5vh;
}
.frontend-advantages .modules {
  background-color: rgba(110, 185, 216, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px;
  visibility: hidden;
}
.frontend-advantages .modules .modules-icon {
  background-color: #fcfcfc;
  padding: 30px;
  width: 150px;
  border-radius: 100%;
  margin: 0 auto 20px auto;
}
.frontend-advantages .modules .modules-icon img {
  width: 100%;
}

.subscribe {
  visibility: hidden;
  background-color: #fcfcfc;
  padding: 10vh 0;
}
.subscribe blockquote {
  margin-bottom: 3vh;
}

.frontend-demo {
  background: #fcfcfc;
  padding: 10vh 0;
  visibility: hidden;
}
.frontend-demo p {
  color: #82BF38;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.frontend-demo img {
  width: 400px;
  margin: 0 auto;
  display: block;
}

.frontend-carousel {
  background-color: #004074;
  padding: 70px 0;
  visibility: hidden;
}
.frontend-carousel h1, .frontend-carousel p {
  color: #fcfcfc;
}
.frontend-carousel p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.frontend-carousel .carousel-content img {
  display: block;
  width: 65px;
  margin-right: 30px;
  margin-left: 30px;
}

.frontend-faq {
  background: #fcfcfc;
  padding: 10vh 0;
}
.frontend-faq h1 {
  color: #1A99D6;
}
.frontend-faq h1, .frontend-faq p {
  text-align: center;
}
.frontend-faq p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5vh;
}

.excl-vat {
  font-size: 13px !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
}

.subscription blockquote {
  margin-bottom: 3vh;
}
.subscription .price blockquote {
  color: #82BF38 !important;
  margin-bottom: 0 !important;
}
.subscription .card-body p {
  color: #004074;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.subscription .card-body .table {
  margin-top: 3vh;
}
.subscription .card-body .table td {
  padding: 10px 0px 10px 0px !important;
  color: #004074 !important;
  line-height: 24px;
  border-bottom: 1px solid #82BF38 !important;
}
.subscription .card-body .table tr td:first-of-type {
  border-right: 1px solid #82BF38 !important;
}
.subscription .card-body .table tr td:last-of-type {
  padding-left: 15px !important;
}
.subscription .card-body .table tr:last-of-type td {
  border-bottom: 0px !important;
}

@media screen and (max-width: 1300px) {
  .frontend-heading .heading-content blockquote {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .frontend-heading .heading-content:last-of-type div:first-of-type img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .heading-topsection {
    min-height: 500px;
  }
  .heading-lowersection {
    min-height: 500px;
  }
}
@media screen and (max-width: 485px) {
  .frontend-heading .heading-content:first-of-type {
    margin-top: 100px;
  }
  .frontend-heading .heading-content:last-of-type {
    margin-top: 235px;
  }
}
@media screen and (max-width: 462px) {
  .frontend-heading .heading-content:first-of-type {
    margin-top: 65px;
  }
  .frontend-heading .heading-content:last-of-type {
    margin-top: 175px;
  }
}
.page-frontend-wrapper .gradient {
  background: #82BF38;
  background: -webkit-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: -moz-linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  background: linear-gradient(149deg, rgb(130, 191, 56) 0%, rgb(196, 225, 158) 50%, rgb(26, 153, 214) 100%);
  height: 35px;
  position: relative;
}
.page-frontend-wrapper .gradient::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px; /* moves it outside */
  height: 35px; /* thickness */
  background: #fcfcfc; /* color */
}
.page-frontend-wrapper header {
  background-color: #F0F8FB;
}
.page-frontend-wrapper .language-switcher .dropdown-menu {
  right: 0 !important;
  left: revert !important;
}
.page-frontend-wrapper .language-switcher span {
  color: #82BF38;
  font-weight: bold;
  font-size: 16px;
}

.frontend-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.frontend-nav .navbar-brand img {
  width: 115px;
}
.frontend-nav .navbar-brand p {
  color: #004074;
  margin-left: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 3.6px;
}
.frontend-nav .navbar-brand p span {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: normal;
  color: #004074;
}
.frontend-nav .nav-item {
  margin-left: 25px;
}
.frontend-nav .nav-item .nav-link {
  color: #004074;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0;
}
.frontend-nav .nav-item .nav-link span {
  text-decoration: none;
  position: relative;
}
.frontend-nav .nav-item .nav-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #004074;
  transition: width 0.4s ease;
}
.frontend-nav .nav-item .nav-link span:hover::after {
  width: 100%;
}
.frontend-nav .nav-item .nav-link span {
  color: #004074;
}
.frontend-nav .nav-item .nav-link.active {
  color: #82BF38;
}
.frontend-nav .nav-item .nav-link.active span {
  text-decoration: none;
  position: relative;
  color: #82BF38;
  font-weight: 600;
}
.frontend-nav .nav-item .nav-link.active span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #82BF38;
}

.frontend-content {
  padding: 105px 0 70px 0;
  background-image: url("../images/bg-gradient-watermark-wFf-Bkn.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
.frontend-content .bg-white {
  background: #fcfcfc;
}
.frontend-content .bg-blue {
  background: #F0F8FB;
}
.frontend-content h1, .frontend-content h2 {
  color: #1A99D6;
  font-weight: bold;
}
.frontend-content p {
  font-size: 15px;
  line-height: 22px;
}
.frontend-content .price {
  display: flex;
  align-items: center;
}
.frontend-content .price blockquote {
  color: #1A99D6;
  font-size: 60px;
  font-weight: bold;
  border-right: 1px solid rgba(26, 153, 214, 0.5);
  padding-right: 35px;
  margin-right: 35px;
}
.frontend-content .price span {
  font-size: 18px;
  text-transform: uppercase;
}
.frontend-content .card {
  border: 0;
  padding: 35px;
}
.frontend-content .card form a {
  display: block;
  width: 100%;
}
.frontend-content .table {
  --bs-table-bg: transparent;
}
.frontend-content .table td {
  color: #1A99D6;
  font-size: 15px;
  line-height: 34px;
}
.frontend-content .table-bordered td {
  border-bottom: 1px solid rgba(26, 153, 214, 0.5);
}
.frontend-content .articles {
  display: flex;
  align-items: center;
  justify-content: center;
}
.frontend-content .articles h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.frontend-content .articles p {
  margin: 10px 0;
}
.frontend-content .articles img {
  width: 100%;
  display: block;
}
.frontend-content .articles ul {
  margin: 10px 0;
}
.frontend-content .articles ul li {
  margin-left: 15px;
  line-height: 24px;
  display: flex;
}
.frontend-content .articles ul li:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  color: #82BF38;
  display: inline-block;
  width: 1em;
  margin-right: 15px;
}
.frontend-content .articles ul li a {
  color: #1A99D6;
  font-size: 15px;
  line-height: 34px;
}

.page-admin-wrapper .card {
  border: 0;
  padding: 20px;
  margin-bottom: 5vh;
}

.page_admin p {
  color: #004074;
  font-size: 16px;
  line-height: 22px;
}
.page_admin .card-header {
  background-color: rgba(196, 225, 158, 0.25);
}
.page_admin h3 {
  margin-bottom: 0;
  color: #82BF38;
}
.page_admin .company-info table td {
  padding: 0px !important;
  font-size: 16px;
  line-height: 26px;
}
.page_admin .user-details .card-body {
  color: #004074;
}
.page_admin .user-details .card-body span, .page_admin .user-details .card-body p, .page_admin .user-details .card-body a {
  font-size: 16px;
  line-height: 26px;
}
.page_admin .user-details .card-body code {
  background-color: #efefef;
  padding: 5px 7px;
}

/*# sourceMappingURL=app.output.css.map */
