/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/styles.less?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* VARIABLES FONTS */
/* VARIABLES COLORS */
/* VARIABLES OTHER */
/* VARIABLES MEDIA MAIN */
/* VARIABLES MEDIA ADDITIONAL */
/* Importing common styles */
h1.qqi {
  color: #3D00DC;
  text-decoration: underline;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
}
h2.qqi {
  color: #3D00DC;
  text-decoration: underline;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 17px 0;
}
h3.qqi {
  color: #3D00DC;
  text-decoration: underline;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  margin: 15px 0;
}
h4.qqi {
  color: #3D00DC;
  text-decoration: underline;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
}
hr.qqi {
  border: none;
  border-top: 1px solid #646464;
}
a.qqi {
  color: #40749A;
  text-decoration: underline;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}
a.qqi:focus {
  outline: none;
  border: 2px solid #000000 !important;
  padding: 3px;
  margin: -5px;
  box-sizing: border-box;
  border-radius: 5px;
}
a.qqi:hover {
  color: #043959;
}
div.qqi.table-container {
  max-width: 100%;
  overflow-x: auto;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
}
div.qqi.table-container.no-top-border {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
div.qqi.table-container > table {
  border-collapse: collapse;
  table-layout: fixed;
}
div.qqi.table-container > table tr > th,
div.qqi.table-container > table tr td {
  padding: 18px 10px;
  font-size: 13px;
  box-sizing: border-box;
}
div.qqi.table-container > table tr > th {
  background: #cfdce6;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  color: #043959;
  text-align: left;
  font-weight: normal;
}
div.qqi.table-container > table tr > td {
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  color: #3c3c3c;
  border-bottom: 1px solid #eeeeee;
}
div.qqi.table-container > table tr:last-child > td {
  border: none;
}
div.qqi.table-container > table tfoot {
  border-top: 1px solid #eeeeee;
}
div.qqi.table-container > table caption,
div.qqi.table-container > table td.table-group {
  padding: 18px 10px;
  text-align: left;
}
div.qqi.table-container > table caption > *,
div.qqi.table-container > table td.table-group > * {
  margin: 0;
}
div.qqi.table-container > table td.table-group {
  border-top: 2px solid #eeeeee;
  border-bottom: none;
}
input[type='checkbox'].qqi {
  background-color: #ffffff;
  border: 2px solid #3D00DC;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  box-sizing: border-box;
  border-radius: 2px;
}
input[type='checkbox'].qqi:hover {
  background-color: #3D00DC24;
}
input[type='checkbox'].qqi:checked {
  background-color: #3D00DC;
  border-color: #3D00DC;
}
input[type='checkbox'].qqi:focus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border: 2px solid #000000;
  border-radius: 5px;
}
input[type='checkbox'].qqi:checked:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -4.5px;
  width: 24px;
  height: 24px;
  background-size: contain;
}
input[type='checkbox'].qqi:disabled {
  border-color: #B1C1C0;
  cursor: not-allowed;
}
input[type='checkbox'].qqi:disabled:checked,
input[type='checkbox'].qqi:disabled:checked:hover {
  background-color: #B1C1C0;
}
input[type='checkbox'].qqi:disabled:hover {
  background-color: #ffffff;
}
input[type='password'].qqi,
input[type='number'].qqi,
input[type='text'].qqi,
textarea.qqi {
  min-height: 35px;
  border: 1px solid #3D00DC;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 7px 10px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
}
input[type='password'].qqi:hover,
input[type='number'].qqi:hover,
input[type='text'].qqi:hover,
textarea.qqi:hover {
  border-color: #0C0B44;
}
input[type='password'].qqi:focus,
input[type='number'].qqi:focus,
input[type='text'].qqi:focus,
textarea.qqi:focus {
  border-color: #0C0B44;
  outline: none;
  border-width: 2px;
  padding: 6px 10px 6px 9px;
}
input[type='password'].qqi:disabled,
input[type='number'].qqi:disabled,
input[type='text'].qqi:disabled,
textarea.qqi:disabled {
  border-color: #B1C1C0;
  color: #606060;
  background-color: #ffffff;
  cursor: not-allowed;
}
input[type='password'].qqi::-webkit-input-placeholder,
input[type='number'].qqi::-webkit-input-placeholder,
input[type='text'].qqi::-webkit-input-placeholder,
textarea.qqi::-webkit-input-placeholder,
input[type='password'].qqi:-ms-input-placeholder,
input[type='number'].qqi:-ms-input-placeholder,
input[type='text'].qqi:-ms-input-placeholder,
textarea.qqi:-ms-input-placeholder,
input[type='password'].qqi::-ms-input-placeholder,
input[type='number'].qqi::-ms-input-placeholder,
input[type='text'].qqi::-ms-input-placeholder,
textarea.qqi::-ms-input-placeholder,
input[type='password'].qqi::placeholder,
input[type='number'].qqi::placeholder,
input[type='text'].qqi::placeholder,
textarea.qqi::placeholder {
  color: #606060;
}
div.qqi.required-input-container {
  position: relative;
  display: inline-block;
}
div.qqi.required-input-container:after {
  position: absolute;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 15px;
  right: -10px;
  top: 0;
  content: '*';
  color: #D60006;
}
span.qqi.validation-message {
  margin-top: 5px;
  display: inline-block;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #3c3c3c;
}
span.qqi.validation-message.error {
  color: #D60006;
}
input[type='radio'].qqi {
  background-color: #ffffff;
  border: 2px solid #3D00DC;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  box-sizing: border-box;
  border-radius: 100%;
}
input[type='radio'].qqi:hover {
  background-color: #3D00DC24;
}
input[type='radio'].qqi:checked {
  background-color: #ffffff;
  border-color: #3D00DC;
}
input[type='radio'].qqi:checked + label.qqi.radio-label {
  font-weight: bold;
}
input[type='radio'].qqi:focus {
  outline: none;
}
input[type='radio'].qqi:focus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border: 2px solid #000000;
  border-radius: 100%;
  box-sizing: border-box;
}
input[type='radio'].qqi:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #3D00DC;
  border-radius: 100%;
}
input[type='radio'].qqi:disabled {
  border-color: #c4c4c4;
  cursor: not-allowed;
}
input[type='radio'].qqi:disabled:checked,
input[type='radio'].qqi:disabled:checked:hover {
  background-color: #c4c4c4;
}
input[type='radio'].qqi:disabled:hover {
  background-color: #ffffff;
}
input[type='radio'].qqi:disabled + label.qqi.radio-label {
  color: #c4c4c4;
  cursor: not-allowed;
}
label.qqi.radio-label {
  line-height: 20px;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 14px;
  height: 20px;
  vertical-align: top;
  margin-left: 5px;
  color: #043959;
}
.qqi.qqi-tabs .qqi-tabs-controls .qqi-component.qqi-button {
  margin-right: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.qqi.qqi-tabs .qqi-tabs-controls .selected .qqi-component.qqi-button {
  background-color: #043959;
  border-color: #043959;
}
.qqi.qqi-tabs .qqi-tabs-controls .selected .qqi-component.qqi-button .button-label {
  font-weight: 700;
}
.qqi-accordion:last-of-type .qqi-accordion-wrapper:not(.expanded) {
  border-bottom: 1px solid #c4c4c4;
}
.qqi-accordion.ng-invalid .qqi-accordion-wrapper {
  border-color: #D60006;
}
.qqi-accordion:last-of-type.ng-invalid .qqi-accordion-wrapper:not(.expanded) {
  border-color: #D60006;
}
.qqi-accordion.ng-invalid + .qqi-accordion:not(.ng-invalid) .qqi-accordion-wrapper {
  border-color: #D60006;
}
.qqi-dropdown-component.ng-invalid input,
.qqi-dropdown-component.ng-invalid .qqi-component.qqi-dropdown > button {
  border-color: #D60006;
}
/* SHAREPOINT Styles Fix */
input,
button {
  min-width: 0;
  padding: 0;
  margin: 0;
}
.custom-file-tooltip {
  box-shadow: none !important;
  border-radius: 0px !important;
  max-width: max-content !important;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  color: #606060 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-align: left !important;
}
/* Importing components styles */
.qqi-component.qqi-button {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  min-height: 35px;
  min-width: 30px;
  padding: 7px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
}
.qqi-component.qqi-button:focus {
  border-color: #000000 !important;
  outline: none;
}
.qqi-component.qqi-button > img {
  max-height: 24px;
  display: inline-block;
  margin: -5px;
}
.qqi-component.qqi-button > img + span {
  margin-left: 10px;
}
.qqi-component.qqi-button > .button-label {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
.qqi-component.qqi-button.primary {
  background-color: #3D00DC;
  border-color: #3D00DC;
}
.qqi-component.qqi-button.primary > .button-label {
  color: #ffffff;
}
.qqi-component.qqi-button.primary:hover {
  background-color: #0C0B44;
  border-color: #0C0B44;
}
.qqi-component.qqi-button.primary:active {
  background-color: #0C0B44;
  border-color: #0C0B44;
}
.qqi-component.qqi-button.default {
  color: #3c3c3c;
  background-color: #043959;
}
.qqi-component.qqi-button.default:hover {
  background-color: #043959;
}
.qqi-component.qqi-button.default:active {
  background-color: #043959;
  font-weight: bolder;
}
.qqi-component.qqi-button.secondary {
  background-color: transparent;
  border-color: #3D00DC;
}
.qqi-component.qqi-button.secondary > .button-label {
  color: #3D00DC;
}
.qqi-component.qqi-button.secondary:hover {
  background-color: #3D00DC;
  border-color: #3D00DC;
}
.qqi-component.qqi-button.secondary:hover > .button-label {
  color: #ffffff;
}
.qqi-component.qqi-button.secondary:active {
  border-color: #3D00DC;
}
.qqi-component.qqi-button.secondary:disabled,
.qqi-component.qqi-button.secondary:disabled:hover {
  background: transparent;
  border-color: #B1C1C0;
  cursor: not-allowed;
}
.qqi-component.qqi-button.secondary:disabled > .button-label,
.qqi-component.qqi-button.secondary:disabled:hover > .button-label {
  color: #606060;
}
.qqi-component.qqi-button:disabled,
.qqi-component.qqi-button:disabled:hover {
  background-color: #B1C1C0;
  border-color: #B1C1C0;
  cursor: not-allowed;
}
.qqi-component.qqi-button:disabled > .button-label,
.qqi-component.qqi-button:disabled:hover > .button-label {
  color: #606060;
}
.qqi-component.qqi-dropdown {
  position: relative;
  display: inline-block;
}
.qqi-component.qqi-dropdown.multi > button {
  padding-right: 35px;
}
.qqi-component.qqi-dropdown.multi > button:focus {
  padding-right: 34px;
}
.qqi-component.qqi-dropdown.placeholder button {
  color: #606060;
}
.qqi-component.qqi-dropdown > button {
  min-height: 35px;
  border: 1px solid #3D00DC;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 7px 10px;
  padding-right: 30px;
  background: #ffffff;
  cursor: pointer;
  min-width: 100%;
  text-align: left;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
}
.qqi-component.qqi-dropdown > button:hover {
  border-color: #0C0B44;
}
.qqi-component.qqi-dropdown > button:focus {
  border-color: #0C0B44;
  outline: none;
  border-width: 2px;
  padding: 6px 9px;
  padding-right: 29px;
}
.qqi-component.qqi-dropdown > button:disabled {
  border-color: #B1C1C0;
  color: #606060;
  background-color: #ffffff;
  cursor: not-allowed;
}
.qqi-component.qqi-dropdown > button:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 11px;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.1s;
}
.qqi-component.qqi-dropdown > button.dropdown-opened:after {
  transform: rotate(180deg);
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options {
  position: absolute;
  top: 40px;
  min-height: 35px;
  border: 1px solid #3D00DC;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 0;
  background: #ffffff;
  overflow-y: auto;
  max-height: 200px;
  width: 100%;
  z-index: 9;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options.empty {
  display: none;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option {
  min-height: 35px;
  padding: 7px 10px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  color: #000000;
  box-sizing: border-box;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option > input {
  margin-right: 5px;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option > input:focus:before {
  border: none;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option > label {
  vertical-align: top;
  cursor: pointer;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option:hover {
  background: #3D00DC24;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option:focus {
  border-color: #0C0B44;
  outline: none;
  border-style: solid;
  border-width: 2px;
  padding: 5px 8px;
}
.qqi-component.qqi-dropdown > .qqi-dropdown-options > .qqi-option.selected {
  background: #3D00DC24;
  color: #000000;
}
.qqi-component.qqi-dropdown.searchable > input {
  padding-right: 30px;
}
.qqi-component.qqi-dropdown.searchable .arrow-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  pointer-events: none;
}
.qqi-component.qqi-dropdown.searchable .arrow-container.dropdown-opened:after {
  transform: rotate(180deg);
}
.qqi-component.qqi-dropdown.searchable .arrow-container:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 11px;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.1s;
}
.qqi-component.qqi-circle-button {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 5.5px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100%;
}
.qqi-component.qqi-circle-button:focus {
  border-color: #000000 !important;
  outline: none;
}
.qqi-component.qqi-circle-button > img {
  max-height: 24px;
  display: inline-block;
  margin: -5px;
}
.qqi-component.qqi-circle-button > img + span {
  margin-left: 10px;
}
.qqi-component.qqi-circle-button.primary {
  background-color: #40749A;
  border-color: #40749A;
}
.qqi-component.qqi-circle-button.primary > .button-label {
  color: #ffffff;
}
.qqi-component.qqi-circle-button.primary:hover {
  background-color: #043959;
  border-color: #043959;
}
.qqi-component.qqi-circle-button.primary:active {
  background-color: #043959;
  border-color: #043959;
}
.qqi-component.qqi-circle-button.secondary {
  color: #043959;
  background-color: #f0f4f8;
}
.qqi-component.qqi-circle-button.secondary:hover {
  background-color: #cddbe8;
}
.qqi-component.qqi-circle-button.secondary:active {
  background-color: #cddbe8;
  font-weight: bolder;
}
.qqi-component.qqi-circle-button:disabled,
.qqi-component.qqi-circle-button:disabled:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  cursor: not-allowed;
}
.qqi-component.qqi-circle-button:disabled > .button-label,
.qqi-component.qqi-circle-button:disabled:hover > .button-label {
  color: #646464;
}
.qqi-component.qqi-calendar {
  font-size: 13px;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  width: 168px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.qqi-component.qqi-calendar > .month-nav {
  text-align: center;
  margin-bottom: 10px;
}
.qqi-component.qqi-calendar > .month-nav > .month-name {
  font-size: 18px;
  font-family: 'Poppins', "Arial Narrow", Arial, sans-serif;
  color: #40749A;
  font-weight: bold;
  display: inline-block;
}
.qqi-component.qqi-calendar > .month-nav > button {
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  color: #043959;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  -webkit-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  width: 26px;
  height: 26px;
}
.qqi-component.qqi-calendar > .month-nav > button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.qqi-component.qqi-calendar > .month-nav > button:focus {
  border-color: #000000 !important;
  outline: none;
}
.qqi-component.qqi-calendar > .month-nav > button.month-next {
  float: right;
}
.qqi-component.qqi-calendar > .month-nav > button.month-prev {
  float: left;
}
.qqi-component.qqi-calendar > .month-nav > button > img {
  max-width: 100%;
}
.qqi-component.qqi-calendar > .weeks-pane {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  margin: -1px;
  flex: 0 0 13.0%;
  border-radius: 100%;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-head {
  color: #043959;
  font-weight: 600;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-day {
  cursor: pointer;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-day:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-day:focus {
  border-color: #000000 !important;
  outline: none;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-day.current {
  border-color: #40749A;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-day.selected {
  background: #40749A;
  color: #ffffff;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.week-day.highlighted {
  font-weight: bold;
}
.qqi-component.qqi-calendar > .weeks-pane > .week-item.empty {
  visibility: hidden;
}
.qqi-component.qqi-icon {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  cursor: default;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 5px;
  background-color: transparent;
  border-color: transparent;
}
.qqi-component.qqi-icon.clickable {
  cursor: pointer;
}
.qqi-component.qqi-icon.clickable:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.qqi-component.qqi-icon.clickable:disabled:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.qqi-component.qqi-icon.clickable:active {
  border-color: #043959;
}
.qqi-component.qqi-icon.clickable:focus {
  border-color: #000000 !important;
  outline: none;
}
.qqi-component.qqi-icon:disabled {
  opacity: 0.6;
}
.qqi-component.qqi-icon > img {
  max-height: 24px;
  display: inline-block;
  margin: -5px;
}
.qqi-component.qqi-paginator > .qqi-paginator-button {
  background: #ffffff;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  color: #3c3c3c;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 14px;
  height: 25px;
  cursor: pointer;
  padding: 1px 4px;
  line-height: 18px;
  margin-right: 1px;
  text-align: center;
  min-width: 25px;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  /* &.prev {
      background-image: url('@{cdn-url}/common/icons/white/svg/white_success.svg');
      .disabled {
        background-image: url('@{cdn-url}/common/icons/white/svg/white_success.svg');
      }
    }*/
}
.qqi-component.qqi-paginator > .qqi-paginator-button:hover {
  border-color: #043959;
}
.qqi-component.qqi-paginator > .qqi-paginator-button:focus {
  border-color: #000000;
  outline: none;
}
.qqi-component.qqi-paginator > .qqi-paginator-button:last-child {
  margin: 0;
}
.qqi-component.qqi-paginator > .qqi-paginator-button.selected {
  background: #40749A;
  border-color: #40749A;
  color: #ffffff;
}
.qqi-component.qqi-paginator > .qqi-paginator-button.disabled {
  color: #c4c4c4;
}
.qqi-component.qqi-paginator > .qqi-paginator-button.prev,
.qqi-component.qqi-paginator > .qqi-paginator-button.next {
  font-size: 16px;
  overflow: hidden;
  padding: 1px;
}
.qqi-component.qqi-paginator > .qqi-paginator-button.prev > img,
.qqi-component.qqi-paginator > .qqi-paginator-button.next > img {
  width: 120%;
  margin: -10%;
}
.qqi-component.qqi-datepicker {
  position: relative;
  display: inline-block;
}
.qqi-component.qqi-datepicker > input[type=text] {
  width: 90px;
  padding: 5px 8px !important;
}
.qqi-component.qqi-datepicker > input[type=text]::placeholder {
  color: inherit;
}
.qqi-component.qqi-datepicker > button,
.qqi-component.qqi-datepicker > input[type=text] {
  min-height: 30px;
  border: 1px solid #40749A;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  padding: 5px 30px 5px 8px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  /* &:disabled:after {
      //background-image: url('@{cdn-url}/common/icons/gray/svg/gray_dropdown.svg'); // MOVED TO CORE
    } */
}
.qqi-component.qqi-datepicker > button:hover,
.qqi-component.qqi-datepicker > input[type=text]:hover {
  border-color: #043959;
}
.qqi-component.qqi-datepicker > button:focus,
.qqi-component.qqi-datepicker > input[type=text]:focus {
  border-color: #043959;
  outline: none;
  border-width: 2px;
  padding: 4px 29px 4px 7px;
}
.qqi-component.qqi-datepicker > button:disabled,
.qqi-component.qqi-datepicker > input[type=text]:disabled {
  border-color: #c4c4c4;
  color: #3c3c3c;
  background-color: #ffffff;
  cursor: not-allowed;
}
.qqi-component.qqi-datepicker > button:after,
.qqi-component.qqi-datepicker > input[type=text]:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  background-size: contain;
}
.qqi-component.qqi-datepicker > .qqi-datepicker-pane {
  position: absolute;
  top: 35px;
  min-height: 30px;
  border: 1px solid #40749A;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  padding: 0;
  background: #ffffff;
  overflow-y: auto;
  min-width: 100%;
  padding: 10px;
  z-index: 9;
  border-radius: 5px;
  box-sizing: border-box;
}
.qqi-component.qqi-menu {
  position: relative;
  display: inline-block;
}
.qqi-component.qqi-menu > button {
  width: 12px;
  height: 24px;
  border: 1px solid #ffffff;
  margin: 0;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
}
.qqi-component.qqi-menu > button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 24px;
  opacity: 0.7;
  background-size: contain;
  background-repeat: no-repeat;
}
.qqi-component.qqi-menu > button:focus {
  border-color: #000000;
  outline: none;
}
.qqi-component.qqi-menu > button:focus:after {
  opacity: 1;
}
.qqi-component.qqi-menu > button:hover:after {
  opacity: 1;
}
.qqi-component.qqi-menu > button:disabled:after {
  opacity: 0.5;
}
.qqi-component.qqi-menu > .qqi-menu-pane {
  position: absolute;
  top: 30px;
  min-height: 30px;
  border: 1px solid #40749A;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  background: #ffffff;
  overflow-y: auto;
  z-index: 9;
  min-width: max-content;
  border-radius: 5px;
  box-sizing: border-box;
}
.qqi-component.qqi-menu > .qqi-menu-pane.bottom-left {
  top: 30px;
  left: 0;
}
.qqi-component.qqi-menu > .qqi-menu-pane.bottom-right {
  top: 30px;
  right: 0;
}
.qqi-component.qqi-menu > .qqi-menu-pane.bottom-middle {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.qqi-component.qqi-menu > .qqi-menu-pane.top-left {
  top: -0.5rem;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.qqi-component.qqi-menu > .qqi-menu-pane.top-right {
  top: -0.5rem;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.qqi-component.qqi-menu > .qqi-menu-pane > button {
  border: none;
  background: #ffffff;
  min-height: 30px;
  padding: 5px 8px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  color: #3c3c3c;
  display: block;
  margin: 0;
  min-width: max-content;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}
.qqi-component.qqi-menu > .qqi-menu-pane > button:hover {
  background: #e8f2fa;
}
.qqi-component.qqi-menu > .qqi-menu-pane > button:focus {
  border-color: #043959;
  outline: none;
  border-style: solid;
  border-width: 2px;
  padding: 3px 6px;
}
.qqi-component.qqi-menu > .qqi-menu-pane > button:disabled {
  color: #c4c4c4;
  cursor: not-allowed;
}
.qqi-component.qqi-menu hr {
  border: none;
  border-top: 1px solid #c4c4c4;
}
.qqi-component.qqi-timeline {
  min-width: 800px;
  display: -ms-flex;
  display: flex;
}
.qqi-component.qqi-timeline.disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container {
  position: relative;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container > button {
  padding: 0;
  border: 0;
  background: #ffffff;
  border: 2px dashed #043959;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container > button:focus {
  border: 4px solid #0277bd !important;
  outline: none;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container > button:disabled {
  cursor: default;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container > label {
  position: absolute;
  bottom: -22.4px;
  left: 50%;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #043959;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-1 > button:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #043959;
  border-radius: 100%;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-2 > button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: linear-gradient(90deg, #043959 50%, transparent 50%);
  border-radius: 100%;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-2 > button:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #043959;
  border-radius: 100%;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-3 > button {
  border: 2px solid #043959;
  background: #043959;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-3 > button:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #D60006;
  border-radius: 100%;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-4 > button {
  border: 2px solid #043959;
  background: #043959;
}
.qqi-component.qqi-timeline > .qqi-timeline-button-container.state-4 > button:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background-size: contain;
  border-radius: 100%;
}
.qqi-component.qqi-timeline > .qqi-timeline-line {
  background: #043959;
  height: 2px;
  min-width: 20px;
  margin-top: 15px;
  margin-right: 16px;
  margin-left: 16px;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.qqi-component.qqi-accordion-wrapper {
  border-top: 1px solid #c4c4c4;
  overflow: visible;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 27px 40px 27px 50px;
  cursor: pointer;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-header:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.04);
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-title,
.qqi-component.qqi-accordion-wrapper .qqi-accordion-description {
  display: flex;
  align-items: center;
  flex-grow: initial;
  flex-basis: initial;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  color: #043959;
  flex-wrap: wrap;
  padding-bottom: 5px;
  padding-top: 5px;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-title {
  margin-right: 89px;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-description {
  margin-right: 70px;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 24px;
  transform: translate(0, -50%);
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-icon-wrapper .qqi-accordion-icon {
  transition: transform 0.2s ease;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-icon-wrapper .qqi-accordion-icon-text {
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0263d1;
  margin-right: 15px;
}
.qqi-component.qqi-accordion-wrapper .qqi-accordion-content {
  max-height: 0;
  visibility: hidden;
}
.qqi-component.qqi-accordion-wrapper.expanded .qqi-accordion-icon {
  transform: rotate(180deg);
}
.qqi-component.qqi-accordion-wrapper.expanded .qqi-accordion-content {
  visibility: visible;
  max-height: 100%;
  animation: open-accordion 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes open-accordion {
  0% {
    overflow: hidden;
    max-height: 0;
  }
  100% {
    overflow: visible;
    max-height: 99999px;
  }
}
.qqi-component.qqi-accordion-wrapper:not(.expanded) .qqi-accordion-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
.qqi-component.qqi-accordion-wrapper:not(.expanded) .qqi-accordion-content {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .qqi-component.qqi-accordion-wrapper.expanded .qqi-accordion-content {
    animation: none;
  }
  .qqi-component.qqi-accordion-wrapper.expanded .qqi-accordion-icon {
    transition: none;
  }
  .qqi-component.qqi-accordion-wrapper .qqi-accordion-icon-wrapper .qqi-accordion-icon {
    transition: none;
  }
}
.qqi-component.qqi-footer {
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
}
.qqi-component.qqi-footer .footer-container {
  background-color: #0d1354;
  padding-top: 40px;
  padding-bottom: 40px;
}
.qqi-component.qqi-footer .footer-container .footer {
  max-width: 1350px;
  margin: auto;
  container-type: inline-size;
  color: white;
  font-size: 18px;
}
.qqi-component.qqi-footer .footer-container .footer .footer-logo {
  max-height: 73px;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr max-content;
  grid-template-rows: max-content max-content max-content;
  grid-template-areas: "logo    .                  ." "address customer-relations legal" "cookies .                  socials";
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .logo {
  grid-area: logo;
  margin-bottom: 10px;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .address {
  grid-area: address;
  line-height: 23px;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .customer-relations {
  grid-area: customer-relations;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .legal {
  grid-area: legal;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .title {
  font-size: 24px;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .small-txt {
  width: 175px;
  font-size: 16px;
  line-height: 18.4px;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer a {
  color: #fff;
  text-decoration: none;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer a:hover {
  text-decoration: underline;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .customer-relations div.title,
.qqi-component.qqi-footer .footer-container .footer .inner-footer .legal div.title {
  margin-bottom: 1em;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .cookies {
  grid-area: cookies;
  display: flex;
  gap: 5em;
  white-space: nowrap;
}
.qqi-component.qqi-footer .footer-container .footer .inner-footer .socials {
  grid-area: socials;
  justify-self: end;
  display: flex;
  gap: 0.5em;
}
@container (max-width: 768px) {
  .qqi-component.qqi-footer .footer-container .footer .inner-footer {
    grid-template-areas: "logo" "address" "customer-relations" "legal" "cookies" "socials";
  }
  .qqi-component.qqi-footer .footer-container .footer .socials {
    justify-self: start !important;
    display: flex;
    gap: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .qqi-component.qqi-footer .footer-container {
    padding: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .qqi-component.qqi-footer .footer-container .small-txt {
    white-space: nowrap;
  }
  .qqi-component.qqi-footer .footer-container a {
    font-size: 16px;
  }
  .qqi-component.qqi-footer .footer-container .customer-relations {
    padding-bottom: 15px;
  }
  .qqi-component.qqi-footer .footer-container .legal {
    padding-bottom: 15px;
  }
  .qqi-component.qqi-footer .footer-container .cookies {
    padding-bottom: 15px;
    gap: 2em !important;
  }
}
.qqi-component.qqi-header {
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
}
.qqi-component.qqi-header .header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  line-height: 1;
  letter-spacing: 0.14px;
  background-color: white;
  padding: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.qqi-component.qqi-header .header .logo-container {
  max-height: 61px;
  background-color: #fff;
  padding: 20px 0;
  height: 135px;
  width: auto;
}
.qqi-component.qqi-header .header .logo {
  max-height: 100%;
}
.qqi-component.qqi-header .header .content-box {
  flex-grow: 0;
  width: auto;
  font-size: 18px;
}
.qqi-component.qqi-header .header nav a {
  padding: 0 20px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  transition: background-color 0.2s;
  font-weight: bold;
  text-decoration: none;
}
.qqi-component.qqi-header .header .navigation a {
  color: black;
  text-decoration: none;
}
.qqi-component.qqi-header .header .navigation a:hover {
  -webkit-text-decoration: underline #23cc6b;
          text-decoration: underline #23cc6b;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
.qqi-component.qqi-header .header .navigation a.current,
.qqi-component.qqi-header .header .navigation a:active {
  font-weight: bold;
  -webkit-text-decoration: underline #23cc6b;
          text-decoration: underline #23cc6b;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
.qqi-component.qqi-header .header .navigation-container {
  width: 100%;
  display: flex;
  gap: 20px;
}
.qqi-component.qqi-header .description-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
  text-align: left;
  color: #3d00dc;
  transition: font-size 1s;
}
.qqi-component.qqi-header .reduced-size {
  font-size: 30px;
  transition: font-size 1s;
}
.qqi-component.qqi-header .bottom_space_25 {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .qqi-component.qqi-header .shadow {
    box-shadow: 1px 8px 10px 0px #e0e0e0;
    width: auto;
    height: 10px;
    margin-top: -15px;
  }
  .qqi-component.qqi-header .fixed-header {
    padding-bottom: 30px;
  }
  .qqi-component.qqi-header .mobile-logo {
    display: none;
    padding: 0px;
    padding-left: 5%;
    padding-top: 10px;
    width: 50px;
    height: 50px;
  }
  .qqi-component.qqi-header .burger-header-overlay {
    display: none;
  }
  .qqi-component.qqi-header .burger-img {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .qqi-component.qqi-header .shadow {
    box-shadow: 1px 8px 10px 0px #e0e0e0;
    width: auto;
    height: 10px;
    margin-top: -15px;
  }
  .qqi-component.qqi-header .fixed-header {
    padding-bottom: 20px;
  }
  .qqi-component.qqi-header .header {
    padding: 5%;
    padding-bottom: 0px;
  }
  .qqi-component.qqi-header .header .logo-container {
    max-height: 61px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px;
    height: 40px;
    width: auto;
  }
  .qqi-component.qqi-header .header .logo {
    display: none;
  }
  .qqi-component.qqi-header .header .mobile-logo {
    max-height: 50px;
    padding: 0px;
  }
  .qqi-component.qqi-header .header .navigation-container {
    display: none;
  }
  .qqi-component.qqi-header .header .description-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: 0em;
    text-align: left;
    color: #3d00dc;
    transition: font-size 1s;
  }
  .qqi-component.qqi-header .burger-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
  }
  .qqi-component.qqi-header .burger-header-content {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 40px;
    width: auto;
    padding: 20px;
    padding-left: 16px;
    padding-top: 16px;
    border-bottom: 2px solid #ece6fc;
  }
  .qqi-component.qqi-header .burger-header-section {
    display: flex;
    font-size: 14px;
    line-height: 21px;
    background-color: #fff;
    height: 40px;
    width: auto;
    padding: 0px;
    padding-left: 16px;
    color: black;
    padding-top: 20px;
    border-bottom: 2px solid #ece6fc;
    text-decoration: none;
  }
  .qqi-component.qqi-header .burger-header-section:hover {
    background-color: #ece6fc;
    color: #3d00dc;
    font-weight: 500;
  }
  .qqi-component.qqi-header .burger-mobile-logo {
    width: 71.5px;
  }
  .qqi-component.qqi-header .qqi-button-close {
    border: none;
    position: absolute;
    right: 1em;
    background-color: white;
    color: #3d00dc;
    font-size: 22px;
    top: 10px;
  }
}
.qqi-component.qqi-popup {
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
}
.qqi-component.qqi-popup h4 {
  font-size: 18px;
  line-height: 39.15px;
  padding: 0px;
}
.qqi-component.qqi-popup p {
  font-size: 15px;
}
.qqi-component.qqi-popup .qqi-btn-ok {
  background-color: #3d00dc;
  border-radius: 0px;
  border: none;
  font-weight: bold;
  color: white;
  align-self: center;
  width: 175px;
  height: 35px;
}
.qqi-component.qqi-popup .qqi-btn-ok:hover {
  background: #0c0b44;
}
.qqi-component.qqi-popup .qqi-center-content {
  text-align: center;
  line-height: 32.62px;
  font-size: 15px;
}
.qqi-component.qqi-popup .qqi-img {
  text-align: center;
}
.qqi-component.qqi-popup .qqi-modal-body {
  padding-bottom: 15px;
}
.qqi-component.qqi-popup .popup-icon {
  width: 46px;
  height: 46px;
  padding: 0px;
  margin-top: 30px;
}
.qqi-component.qqi-popup .qqi-button-close {
  border: none;
  position: absolute;
  right: 1em;
  background-color: white;
  color: #3d00dc;
  font-size: 22px;
}
.qqi-component.qqi-popup .qqi-modal-footer {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
.qqi-component.qqi-popup dialog {
  min-width: min(534px, 90vw);
  border-color: #3d00dc;
  width: 534px;
  padding: 1rem;
  inset: unset;
  height: unset;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0.5rem 100vw rgba(0, 0, 0, 0.2);
  transition: 2s ease-out;
  animation: scale-out 200ms forwards, fade-out 200ms forwards;
}
.qqi-component.qqi-popup dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: center-hide 200ms forwards;
}
.qqi-component.qqi-popup dialog[open] {
  animation: scale-in 200ms forwards, fade-in 200ms forwards;
}
.qqi-component.qqi-popup dialog[open]::backdrop {
  animation: fade-in 200ms forwards;
}
@keyframes center-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-in {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    display: block;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .qqi-component.qqi-popup dialog {
    min-width: min(70%, 90vw);
    border-color: #3d00dc;
    width: 70%;
    max-height: 460px;
  }
}
.qqi-component.qqi-drag-and-drop {
  font-family: 'Poppins', Segoe UI, Tahoma, Arial, sans-serif;
}
.qqi-component.qqi-drag-and-drop .qqi-red-border {
  border-color: #d60006 !important;
}
.qqi-component.qqi-drag-and-drop .qqi-red-border::ng-deep a {
  border-color: #d60006 !important;
}
.qqi-component.qqi-drag-and-drop .validation-message-container {
  display: grid;
  position: absolute;
  bottom: -30%;
}
.qqi-component.qqi-drag-and-drop .qqi-red-color {
  color: #d60006;
  background-color: #ffffff;
}
.qqi-component.qqi-drag-and-drop .qqi-grey-color {
  color: #808080;
  border-color: #808080 !important;
  background-color: #ffffff;
}
.qqi-component.qqi-drag-and-drop abbr {
  cursor: help;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .qqi-component.qqi-drag-and-drop .browse-text-mobile {
    display: none;
  }
  .qqi-component.qqi-drag-and-drop ::ng-deep .custom-file-tooltip {
    box-shadow: none !important;
    border-radius: 0px !important;
    max-width: max-content !important;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    color: #606060 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-align: left !important;
  }
  .qqi-component.qqi-drag-and-drop .drag-container {
    max-width: 1150px;
    grid-template-areas: 'empty one' 'empty two';
    grid-template-columns: 25% 75%;
    grid-template-rows: 80px;
    width: 100%;
  }
  .qqi-component.qqi-drag-and-drop .label-txt {
    font-style: italic;
    color: #4d4d4d;
    background-color: #ffffff;
    padding-left: 15px;
  }
  .qqi-component.qqi-drag-and-drop .file-drop {
    display: grid;
    grid-template-areas: 'label-txt file-browse';
    grid-template-columns: max-content;
    width: 100%;
    border: 1.5px solid #3d00dc;
    border-style: dashed;
    align-content: center;
    justify-content: flex-start;
    position: relative;
  }
  .qqi-component.qqi-drag-and-drop .file-browse {
    grid-area: file-browse;
    display: none;
  }
  .qqi-component.qqi-drag-and-drop ::ng-deep .tooltip {
    box-shadow: none !important;
    border-radius: 0px !important;
  }
  .qqi-component.qqi-drag-and-drop b {
    color: #3d00dc;
    text-decoration: underline;
    background-color: #ffffff;
  }
  .qqi-component.qqi-drag-and-drop .popup-title {
    color: black;
    text-decoration: none;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-container {
    height: 76px;
    display: grid;
  }
  .qqi-component.qqi-drag-and-drop .files-upload-content {
    display: grid;
    align-items: center;
  }
  .qqi-component.qqi-drag-and-drop .browse {
    display: grid;
    align-items: center;
    margin-left: 10px;
  }
  .qqi-component.qqi-drag-and-drop .browse:hover {
    cursor: default;
  }
  .qqi-component.qqi-drag-and-drop .file-browse {
    display: none;
    width: 1px;
    height: 1px;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-list-container {
    max-width: 1150px;
    height: auto;
    gap: 10px;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-header {
    font-size: 14px;
    max-width: 815px;
    margin: 0px;
    margin-top: 2%;
    margin-bottom: 1%;
    font-weight: 400;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-list {
    padding-top: 0px;
    max-width: 815px;
    display: flex;
    flex-wrap: wrap;
    color: #3d00dc;
  }
  .qqi-component.qqi-drag-and-drop .attached-file {
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 65px;
    white-space: nowrap;
    border: 1.5px solid #3d00dc;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .qqi-component.qqi-drag-and-drop .remove a {
    font-size: 24px;
    color: #3d00dc;
    text-decoration: none;
    padding: 5px;
    z-index: 1;
  }
  .qqi-component.qqi-drag-and-drop .filename {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .qqi-component.qqi-drag-and-drop .browse-text {
    background-color: #ffffff;
    display: none;
  }
  .qqi-component.qqi-drag-and-drop ::ng-deep .custom-file-tooltip {
    box-shadow: none !important;
    border-radius: 0px !important;
    max-width: max-content !important;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    color: #606060 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-align: left !important;
  }
  .qqi-component.qqi-drag-and-drop .drag-container {
    margin: 5%;
  }
  .qqi-component.qqi-drag-and-drop b {
    color: #3d00dc;
    text-decoration: underline;
    background-color: #ffffff;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-container {
    display: grid;
    grid-template-columns: auto;
    max-width: 1150px;
    height: 76px;
    margin-right: 50px;
  }
  .qqi-component.qqi-drag-and-drop .label-txt {
    display: none;
  }
  .qqi-component.qqi-drag-and-drop .file-drop {
    display: grid;
    grid-template-areas: 'file-browse';
    padding: 20px;
    width: 100%;
    margin-left: auto;
    border: 1.5px solid #3d00dc;
    border-style: dashed;
    justify-content: center;
    position: relative;
  }
  .qqi-component.qqi-drag-and-drop .file-browse {
    grid-area: file-browse;
    display: none;
  }
  .qqi-component.qqi-drag-and-drop ::ng-deep .tooltip {
    box-shadow: none !important;
    border-radius: 0px !important;
  }
  .qqi-component.qqi-drag-and-drop b {
    color: #3d00dc;
    background-color: #ffffff;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-container {
    height: 76px;
    display: grid;
    padding-left: 1%;
  }
  .qqi-component.qqi-drag-and-drop .files-upload-content {
    display: grid;
    align-items: center;
  }
  .qqi-component.qqi-drag-and-drop .browse {
    display: grid;
    align-items: center;
  }
  .qqi-component.qqi-drag-and-drop .file-browse {
    display: none;
    width: 1px;
    height: 1px;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-list-container {
    height: auto;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-header {
    font-size: 14px;
    margin-left: auto !important;
    max-width: 815px;
    margin-right: 15px;
    margin-top: 2%;
    margin-bottom: 1%;
    font-weight: 400;
  }
  .qqi-component.qqi-drag-and-drop .file-upload-list {
    padding-top: 0px;
    max-width: 815px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    color: #3d00dc;
  }
  .qqi-component.qqi-drag-and-drop .attached-file {
    display: flex;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    height: 65px;
    white-space: nowrap;
    border: 1.5px solid #3d00dc;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    justify-content: space-between;
  }
  .qqi-component.qqi-drag-and-drop .remove a {
    font-size: 24px;
    color: #3d00dc;
    text-decoration: none;
    padding: 5px;
    z-index: 10000000;
  }
  .qqi-component.qqi-drag-and-drop .filename {
    position: relative;
  }
}
body {
  font-family: "Poppins", "Segoe UI", sans-serif;
}
.logo-container {
  max-height: 100px !important;
  background-color: #fff;
  padding: 20px 20px;
  height: 135px;
  width: auto;
}


/*# sourceMappingURL=styles.a3a4d45b3289f12d.css.map*/