/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/primeng/resources/themes/bootstrap4-light-blue/theme.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --surface-a:#ffffff;
  --surface-b:#efefef;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#212529;
  --text-color-secondary:#6c757d;
  --primary-color:#007bff;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f8f9fa;
  --surface-200: #e9ecef;
  --surface-300: #dee2e6;
  --surface-400: #ced4da;
  --surface-500: #adb5bd;
  --surface-600: #6c757d;
  --surface-700: #495057;
  --surface-800: #343a40;
  --surface-900: #212529;
  --gray-50: #f9fafb;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:4px;
  --surface-ground:#efefef;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover:#e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --focus-ring: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}

.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.p-disabled, .p-component:disabled {
  opacity: 0.65;
}

.p-error {
  color: #dc3545;
}

.p-text-secondary {
  color: #6c757d;
}

.pi {
  font-size: 1rem;
}

.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 4px;
}

.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-component-overlay-enter {
  -webkit-animation: p-component-overlay-enter-animation 150ms forwards;
          animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
  -webkit-animation: p-component-overlay-leave-animation 150ms forwards;
          animation: p-component-overlay-leave-animation 150ms forwards;
}

@-webkit-keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.4);
    background-color: var(--maskbg);
  }
}

@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.4);
    background-color: var(--maskbg);
  }
}

@-webkit-keyframes p-component-overlay-leave-animation {
  from {
    background-color: rgba(0, 0, 0, 0.4);
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}

@keyframes p-component-overlay-leave-animation {
  from {
    background-color: rgba(0, 0, 0, 0.4);
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}

:root {
  --blue-50:#f3f8ff;
  --blue-100:#c5dcff;
  --blue-200:#97c1fe;
  --blue-300:#69a5fe;
  --blue-400:#3b8afd;
  --blue-500:#0d6efd;
  --blue-600:#0b5ed7;
  --blue-700:#094db1;
  --blue-800:#073d8b;
  --blue-900:#052c65;
  --green-50:#f4f9f6;
  --green-100:#c8e2d6;
  --green-200:#9ccbb5;
  --green-300:#70b595;
  --green-400:#459e74;
  --green-500:#198754;
  --green-600:#157347;
  --green-700:#125f3b;
  --green-800:#0e4a2e;
  --green-900:#0a3622;
  --yellow-50:#fffcf3;
  --yellow-100:#fff0c3;
  --yellow-200:#ffe494;
  --yellow-300:#ffd965;
  --yellow-400:#ffcd36;
  --yellow-500:#ffc107;
  --yellow-600:#d9a406;
  --yellow-700:#b38705;
  --yellow-800:#8c6a04;
  --yellow-900:#664d03;
  --cyan-50:#f3fcfe;
  --cyan-100:#c5f2fb;
  --cyan-200:#97e8f9;
  --cyan-300:#69def6;
  --cyan-400:#3bd4f3;
  --cyan-500:#0dcaf0;
  --cyan-600:#0baccc;
  --cyan-700:#098da8;
  --cyan-800:#076f84;
  --cyan-900:#055160;
  --pink-50:#fdf5f9;
  --pink-100:#f5cee1;
  --pink-200:#eda7ca;
  --pink-300:#e681b3;
  --pink-400:#de5a9b;
  --pink-500:#d63384;
  --pink-600:#b62b70;
  --pink-700:#96245c;
  --pink-800:#761c49;
  --pink-900:#561435;
  --indigo-50:#f7f3fe;
  --indigo-100:#dac6fc;
  --indigo-200:#bd98f9;
  --indigo-300:#a06bf7;
  --indigo-400:#833df4;
  --indigo-500:#6610f2;
  --indigo-600:#570ece;
  --indigo-700:#470ba9;
  --indigo-800:#380985;
  --indigo-900:#290661;
  --teal-50:#f4fcfa;
  --teal-100:#c9f2e6;
  --teal-200:#9fe8d2;
  --teal-300:#75debf;
  --teal-400:#4ad3ab;
  --teal-500:#20c997;
  --teal-600:#1bab80;
  --teal-700:#168d6a;
  --teal-800:#126f53;
  --teal-900:#0d503c;
  --orange-50:#fff9f3;
  --orange-100:#ffe0c7;
  --orange-200:#fec89a;
  --orange-300:#feaf6d;
  --orange-400:#fd9741;
  --orange-500:#fd7e14;
  --orange-600:#d76b11;
  --orange-700:#b1580e;
  --orange-800:#8b450b;
  --orange-900:#653208;
  --bluegray-50:#f8f9fb;
  --bluegray-100:#e0e4ea;
  --bluegray-200:#c7ced9;
  --bluegray-300:#aeb9c8;
  --bluegray-400:#95a3b8;
  --bluegray-500:#7c8ea7;
  --bluegray-600:#69798e;
  --bluegray-700:#576375;
  --bluegray-800:#444e5c;
  --bluegray-900:#323943;
  --purple-50:#f8f6fc;
  --purple-100:#dcd2f0;
  --purple-200:#c1aee4;
  --purple-300:#a68ad9;
  --purple-400:#8a66cd;
  --purple-500:#6f42c1;
  --purple-600:#5e38a4;
  --purple-700:#4e2e87;
  --purple-800:#3d246a;
  --purple-900:#2c1a4d;
}

.p-autocomplete .p-autocomplete-loader {
  right: 0.75rem;
}

.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 3.107rem;
}

.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.75rem;
}

.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}

.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #007bff;
  color: #ffffff;
  border-radius: 4px;
}

.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}

p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #dc3545;
}

.p-autocomplete-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0.5rem 0;
}

.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #212529;
  background: #e9ecef;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}

p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #dc3545;
}

.p-datepicker {
  padding: 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #efefef;
}

.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}

.p-datepicker .p-datepicker-header .p-datepicker-title select {
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}

.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.p-datepicker table th {
  padding: 0.5rem;
}

.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}

.p-datepicker table td {
  padding: 0.5rem;
}

.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border: 1px solid transparent;
}

.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #212529;
  border-color: transparent;
}

.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}

.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}

.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}

.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}

.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}

.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}

.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}

.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}

.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dee2e6;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}

.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}

.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}

.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}

.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}

.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-cascadeselect:not(.p-disabled):hover {
  border-color: #ced4da;
}

.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.75rem;
}

.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #6c757d;
}

.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-cascadeselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.5rem 0;
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.5rem 1.5rem;
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}

.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}

p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #dc3545;
}

.p-input-filled .p-cascadeselect {
  background: #efefef;
}

.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #efefef;
}

.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}

.p-checkbox {
  width: 20px;
  height: 20px;
}

.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 4px;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  color: #ffffff;
  font-size: 14px;
}

.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #007bff;
  background: #007bff;
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #ced4da;
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #0062cc;
  background: #0062cc;
  color: #ffffff;
}

p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #dc3545;
}

.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #efefef;
}

.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #007bff;
}

.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #efefef;
}

.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0062cc;
}

.p-checkbox-label {
  margin-left: 0.5rem;
}

.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #ffffff;
}

.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.75rem;
}

.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #ced4da;
}

.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #007bff;
  color: #ffffff;
  border-radius: 4px;
}

.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}

.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}

.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #212529;
  padding: 0;
  margin: 0;
}

p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #dc3545;
}

.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}

.p-colorpicker-panel {
  background: #212529;
  border-color: #212529;
}

.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}

.p-colorpicker-overlay-panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-dropdown:not(.p-disabled):hover {
  border-color: #ced4da;
}

.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}

.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}

.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}

.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-dropdown .p-dropdown-clear-icon {
  color: #495057;
  right: 2.357rem;
}

.p-dropdown-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-dropdown-panel .p-dropdown-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.75rem;
  margin-right: -1.75rem;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.75rem;
  color: #495057;
}

.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0.5rem 0;
}

.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #dc3545;
}

.p-input-filled .p-dropdown {
  background: #efefef;
}

.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #efefef;
}

.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #efefef;
}

.p-editor-container .p-editor-toolbar {
  background: #efefef;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  padding: 0.5rem 0;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #212529;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #212529;
  background: #e9ecef;
}

.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1.5rem;
}

.p-editor-container .p-editor-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}

.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #212529;
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #212529;
}

.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #212529;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #007bff;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #007bff;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #007bff;
}

.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #007bff;
}

.p-inputgroup-addon {
  background: #e9ecef;
  color: #495057;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  min-width: 2.357rem;
}

.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}

.p-inputgroup > .p-component,
.p-inputgroup > .p-element,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}

.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-element + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}

.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}

.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-element:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}

.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-fluid .p-inputgroup .p-button {
  width: auto;
}

.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}

p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #dc3545;
}

p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #dc3545;
}

.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}

.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 4px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  -webkit-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
}

.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #ced4da;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #007bff;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}

.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #007bff;
}

p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #dc3545;
}

.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

.p-inputtext:enabled:hover {
  border-color: #ced4da;
}

.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-inputtext.ng-dirty.ng-invalid {
  border-color: #dc3545;
}

.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}

.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}

.p-float-label > label {
  left: 0.75rem;
  color: #6c757d;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.p-float-label > .ng-invalid.ng-dirty + label {
  color: #dc3545;
}

.p-input-icon-left > i:first-of-type {
  left: 0.75rem;
  color: #495057;
}

.p-input-icon-left > .p-inputtext {
  padding-left: 2.5rem;
}

.p-input-icon-left.p-float-label > label {
  left: 2.5rem;
}

.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #495057;
}

.p-input-icon-right > .p-inputtext {
  padding-right: 2.5rem;
}

::-webkit-input-placeholder {
  color: #6c757d;
}

:-moz-placeholder {
  color: #6c757d;
}

::-moz-placeholder {
  color: #6c757d;
}

:-ms-input-placeholder {
  color: #6c757d;
}

.p-input-filled .p-inputtext {
  background-color: #efefef;
}

.p-input-filled .p-inputtext:enabled:hover {
  background-color: #efefef;
}

.p-input-filled .p-inputtext:enabled:focus {
  background-color: #efefef;
}

.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}

.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}

.p-listbox {
  background: #ffffff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.p-listbox .p-listbox-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.75rem;
}

.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.75rem;
  color: #495057;
}

.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}

.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}

.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}

.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}

.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}

p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #dc3545;
}

.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-multiselect:not(.p-disabled):hover {
  border-color: #ced4da;
}

.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.75rem;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}

.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #007bff;
  color: #ffffff;
  border-radius: 4px;
}

.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}

.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.75rem;
}

.p-multiselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-multiselect-panel .p-multiselect-header {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.75rem;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.75rem;
  color: #495057;
}

.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0.5rem 0;
}

.p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #dc3545;
}

.p-input-filled .p-multiselect {
  background: #efefef;
}

.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #efefef;
}

.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}

p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
  border-color: #dc3545;
}

.p-password-panel {
  padding: 1.25rem;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #e9ecef;
}

.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #dc3545;
}

.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #ffc107;
}

.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #28a745;
}

.p-radiobutton {
  width: 20px;
  height: 20px;
}

.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #212529;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #ced4da;
}

.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  background-color: #ffffff;
}

.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #007bff;
  background: #007bff;
}

.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #0062cc;
  background: #0062cc;
  color: #ffffff;
}

p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #dc3545;
}

.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #efefef;
}

.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #efefef;
}

.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #007bff;
}

.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #0062cc;
}

.p-radiobutton-label {
  margin-left: 0.5rem;
}

.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #ffffff;
}

.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  font-size: 1.143rem;
}

.p-rating .p-rating-icon.p-rating-cancel {
  color: #dc3545;
}

.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}

.p-rating .p-rating-icon.pi-star {
  color: #007bff;
}

.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #007bff;
}

.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #dc3545;
}

.p-highlight .p-rating .p-rating-icon {
  color: #ffffff;
}

.p-selectbutton .p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #ffffff;
}

.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}

.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}

.p-selectbutton .p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}

.p-selectbutton .p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}

p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #dc3545;
}

.p-slider {
  background: #e9ecef;
  border: 0 none;
  border-radius: 4px;
}

.p-slider.p-slider-horizontal {
  height: 0.286rem;
}

.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}

.p-slider.p-slider-vertical {
  width: 0.286rem;
}

.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}

.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #007bff;
  border: 2px solid #007bff;
  border-radius: 4px;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-slider .p-slider-range {
  background: #007bff;
}

.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #0069d9;
  border-color: #0069d9;
}

.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  -webkit-transition: background-color 0.15s, border-color 0.15s, left 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, left 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, left 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, left 0.15s, -webkit-box-shadow 0.15s;
}

.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  -webkit-transition: width 0.15s;
  transition: width 0.15s;
}

.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  -webkit-transition: background-color 0.15s, border-color 0.15s, bottom 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, bottom 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, bottom 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, bottom 0.15s, -webkit-box-shadow 0.15s;
}

.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  -webkit-transition: height 0.15s;
  transition: height 0.15s;
}

.p-togglebutton.p-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #ffffff;
}

.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}

.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #ffffff;
}

.p-togglebutton.p-button.p-highlight {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}

.p-togglebutton.p-button.p-highlight:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}

p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #dc3545;
}

.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-treeselect:not(.p-disabled):hover {
  border-color: #ced4da;
}

.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
}

.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.75rem;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}

.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #212529;
  border-radius: 16px;
}

.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #dc3545;
}

.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.75rem;
}

.p-treeselect-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}

.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
  background: transparent;
}

.p-input-filled .p-treeselect {
  background: #efefef;
}

.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #efefef;
}

.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #efefef;
}

.p-button {
  color: #ffffff;
  background: #007bff;
  border: 1px solid #007bff;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-button:enabled:hover {
  background: #0069d9;
  color: #ffffff;
  border-color: #0069d9;
}

.p-button:enabled:active {
  background: #0062cc;
  color: #ffffff;
  border-color: #0062cc;
}

.p-button.p-button-outlined {
  background-color: transparent;
  color: #007bff;
  border: 1px solid;
}

.p-button.p-button-outlined:enabled:hover {
  background: rgba(0, 123, 255, 0.04);
  color: #007bff;
  border: 1px solid;
}

.p-button.p-button-outlined:enabled:active {
  background: rgba(0, 123, 255, 0.16);
  color: #007bff;
  border: 1px solid;
}

.p-button.p-button-outlined.p-button-plain {
  color: #6c757d;
  border-color: #6c757d;
}

.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}

.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}

.p-button.p-button-text {
  background-color: transparent;
  color: #007bff;
  border-color: transparent;
}

.p-button.p-button-text:enabled:hover {
  background: rgba(0, 123, 255, 0.04);
  color: #007bff;
  border-color: transparent;
}

.p-button.p-button-text:enabled:active {
  background: rgba(0, 123, 255, 0.16);
  color: #007bff;
  border-color: transparent;
}

.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}

.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}

.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}

.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}

.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}

.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}

.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}

.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #007bff;
  background-color: #ffffff;
}

.p-button.p-button-raised {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.p-button.p-button-rounded {
  border-radius: 2rem;
}

.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}

.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}

.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}

.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.65625rem;
}

.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}

.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
}

.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}

.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}

.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}

.p-fluid .p-button {
  width: 100%;
}

.p-fluid .p-button-icon-only {
  width: 2.357rem;
}

.p-fluid .p-buttonset {
  display: -webkit-box;
  display: flex;
}

.p-fluid .p-buttonset .p-button {
  -webkit-box-flex: 1;
          flex: 1;
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #6c757d;
  border: 1px solid #6c757d;
}

.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #5a6268;
  color: #ffffff;
  border-color: #5a6268;
}

.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #545b62;
  color: #ffffff;
  border-color: #4e555b;
}

.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid;
}

.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  color: #6c757d;
  border: 1px solid;
}

.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  color: #6c757d;
  border: 1px solid;
}

.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
}

.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(108, 117, 125, 0.04);
  border-color: transparent;
  color: #6c757d;
}

.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(108, 117, 125, 0.16);
  border-color: transparent;
  color: #6c757d;
}

.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #17a2b8;
  border: 1px solid #17a2b8;
}

.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}

.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #138496;
  color: #ffffff;
  border-color: #117a8b;
}

.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #17a2b8;
  border: 1px solid;
}

.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  color: #17a2b8;
  border: 1px solid;
}

.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  color: #17a2b8;
  border: 1px solid;
}

.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #17a2b8;
  border-color: transparent;
}

.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(23, 162, 184, 0.04);
  border-color: transparent;
  color: #17a2b8;
}

.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(23, 162, 184, 0.16);
  border-color: transparent;
  color: #17a2b8;
}

.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #28a745;
  border: 1px solid #28a745;
}

.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #218838;
  color: #ffffff;
  border-color: #1e7e34;
}

.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #1e7e34;
  color: #ffffff;
  border-color: #1c7430;
}

.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #28a745;
  border: 1px solid;
}

.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(40, 167, 69, 0.04);
  color: #28a745;
  border: 1px solid;
}

.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(40, 167, 69, 0.16);
  color: #28a745;
  border: 1px solid;
}

.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #28a745;
  border-color: transparent;
}

.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(40, 167, 69, 0.04);
  border-color: transparent;
  color: #28a745;
}

.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(40, 167, 69, 0.16);
  border-color: transparent;
  color: #28a745;
}

.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #ffc107;
  border: 1px solid #ffc107;
}

.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #e0a800;
  color: #212529;
  border-color: #d39e00;
}

.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #d39e00;
  color: #212529;
  border-color: #c69500;
}

.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffc107;
  border: 1px solid;
}

.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  color: #ffc107;
  border: 1px solid;
}

.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  color: #ffc107;
  border: 1px solid;
}

.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffc107;
  border-color: transparent;
}

.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  border-color: transparent;
  color: #ffc107;
}

.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  border-color: transparent;
  color: #ffc107;
}

.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #6f42c1;
  border: 1px solid #6f42c1;
}

.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #633bad;
  color: #ffffff;
  border-color: #58349a;
}

.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #d3c6ec;
          box-shadow: 0 0 0 0.2rem #d3c6ec;
}

.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #58349a;
  color: #ffffff;
  border-color: #4d2e87;
}

.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #6f42c1;
  border: 1px solid;
}

.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  color: #6f42c1;
  border: 1px solid;
}

.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  color: #6f42c1;
  border: 1px solid;
}

.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #6f42c1;
  border-color: transparent;
}

.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(111, 66, 193, 0.04);
  border-color: transparent;
  color: #6f42c1;
}

.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(111, 66, 193, 0.16);
  border-color: transparent;
  color: #6f42c1;
}

.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #dc3545;
  border: 1px solid #dc3545;
}

.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c82333;
  color: #ffffff;
  border-color: #bd2130;
}

.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #bd2130;
  color: #ffffff;
  border-color: #b21f2d;
}

.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #dc3545;
  border: 1px solid;
}

.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  color: #dc3545;
  border: 1px solid;
}

.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  color: #dc3545;
  border: 1px solid;
}

.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #dc3545;
  border-color: transparent;
}

.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(220, 53, 69, 0.04);
  border-color: transparent;
  color: #dc3545;
}

.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(220, 53, 69, 0.16);
  border-color: transparent;
  color: #dc3545;
}

.p-button.p-button-link {
  color: #007bff;
  background: transparent;
  border: transparent;
}

.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #0069d9;
  border-color: transparent;
}

.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}

.p-button.p-button-link:enabled:focus {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: transparent;
}

.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #007bff;
  border-color: transparent;
}

.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}

.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}

.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #495057;
  color: #fff;
}

.p-speeddial-action:hover {
  background: #343a40;
  color: #fff;
}

.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}

.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}

.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}

.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}

.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}

.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}

.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}

.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}

.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}

.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}

.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  margin: 0.5rem;
}

.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-carousel .p-carousel-indicators {
  padding: 1rem;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #007bff;
  color: #ffffff;
}

.p-datatable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.p-datatable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.p-datatable .p-datatable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.p-datatable .p-datatable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 2px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}

.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #007bff;
  margin-left: 0.5rem;
}

.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}

.p-datatable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #007bff;
}

.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #007bff;
}

.p-datatable .p-sortable-column.p-highlight:hover {
  background: #e9ecef;
  color: #007bff;
}

.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #007bff;
}

.p-datatable .p-sortable-column:focus {
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
  outline: 0 none;
}

.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #212529;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  outline-color: rgba(38, 143, 255, 0.5);
}

.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}

.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #007bff;
  color: #ffffff;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  -webkit-box-shadow: inset 0 2px 0 0 #007bff;
          box-shadow: inset 0 2px 0 0 #007bff;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bff;
          box-shadow: inset 0 -2px 0 0 #007bff;
}

.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-datatable .p-column-resizer-helper {
  background: #007bff;
}

.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #efefef;
}

.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}

.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}

.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}

.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 2px 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #007bff;
  color: #ffffff;
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}

.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}

.p-dataview .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.p-dataview .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.p-dataview .p-dataview-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}

.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
}

.p-dataview .p-dataview-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}

.p-dataview .p-dataview-emptymessage {
  padding: 1.25rem;
}

.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}

.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-column-filter-menu-button:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: transparent;
  color: #495057;
}

.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #007bff;
  color: #ffffff;
}

.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-column-filter-clear-button:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-column-filter-overlay {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 12.5rem;
}

.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.5rem 0;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.5rem 1.5rem;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #212529;
  background: #e9ecef;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1.25rem;
  border-bottom: 1px solid #dee2e6;
}

.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}

.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}

.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}

.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1.25rem;
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1.25rem;
}

.fc {
  /* FullCalendar 4 */
  /* FullCalendar 5 */
}

.fc.fc-unthemed .fc-view-container th {
  background: #efefef;
  border: 1px solid #dee2e6;
  color: #212529;
}

.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #212529;
}

.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}

.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}

.fc.fc-unthemed .fc-view-container .fc-event {
  background: #0069d9;
  border: 1px solid #0069d9;
  color: #ffffff;
}

.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #efefef;
  border: 1px solid #dee2e6;
}

.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #007bff;
  border: 1px solid #007bff;
  font-size: 1rem;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #0069d9;
  color: #ffffff;
  border-color: #0069d9;
}

.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #0062cc;
  color: #ffffff;
  border-color: #0062cc;
}

.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}

.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}

.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  z-index: 1;
}

.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}

.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #dee2e6;
}

.fc.fc-theme-standard .fc-view-harness th {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
}

.fc.fc-theme-standard .fc-view-harness td {
  color: #212529;
  border-color: #dee2e6;
}

.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}

.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #0069d9;
  border-color: #0069d9;
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #0069d9;
  border-color: #0069d9;
}

.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #e9ecef;
  color: #212529;
}

.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #efefef;
}

.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #007bff;
  border: 1px solid #007bff;
  font-size: 1rem;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #0069d9;
  color: #ffffff;
  border-color: #0069d9;
}

.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #0062cc;
  color: #ffffff;
  border-color: #0062cc;
}

.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.65;
  color: #ffffff;
  background: #007bff;
  border: 1px solid #007bff;
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}

.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}

.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #ffffff;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #5a6268;
  border-color: #545b62;
  color: #ffffff;
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #545b62;
  border-color: #4e555b;
  color: #ffffff;
}

.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  z-index: 1;
}

.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}

.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc.fc-theme-standard a {
  color: #212529;
}

.p-orderlist .p-orderlist-controls {
  padding: 1.25rem;
}

.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}

.p-orderlist .p-orderlist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}

.p-orderlist .p-orderlist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}

.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.75rem;
}

.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.75rem;
  color: #495057;
}

.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}

.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-orderlist-item.cdk-drag-preview {
  padding: 0.5rem 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
  color: #212529;
  background: #ffffff;
  margin: 0;
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #007bff;
  color: #ffffff;
}

.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #003e80;
}

.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}

.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}

.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}

.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
}

.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}

.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-paginator {
  background: #ffffff;
  color: #007bff;
  border: solid #dee2e6;
  border-width: 0;
  padding: 0.75rem;
  border-radius: 4px;
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #007bff;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #007bff;
}

.p-paginator .p-paginator-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-paginator .p-paginator-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}

.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}

.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}

.p-paginator .p-paginator-current {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #007bff;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  padding: 0 0.5rem;
}

.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #007bff;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0 0 0 -1px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 0;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #007bff;
  border-color: #007bff;
  color: #ffffff;
}

.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #007bff;
}

.p-picklist .p-picklist-buttons {
  padding: 1.25rem;
}

.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}

.p-picklist .p-picklist-header {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}

.p-picklist .p-picklist-filter-container {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}

.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.75rem;
}

.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.75rem;
  color: #495057;
}

.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
  border: 0 none;
  color: #212529;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #007bff;
}

.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1.5rem;
  color: #212529;
}

.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-picklist-item.cdk-drag-preview {
  padding: 0.5rem 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 none;
  color: #212529;
  background: #ffffff;
  margin: 0;
}

.p-timeline .p-timeline-event-marker {
  border: 0 none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
}

.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}

.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}

.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}

.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}

.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}

.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  padding: 1.25rem;
  border-radius: 4px;
}

.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  padding: 0.286rem;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #007bff;
  color: #ffffff;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #ffffff;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #212529;
}

.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}

.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.75rem;
}

.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.75rem;
  color: #495057;
}

.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}

.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}

.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #0062cc;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 4px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #212529;
  padding: 0.286rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #007bff;
  color: #ffffff;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-treetable .p-paginator-top {
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.p-treetable .p-paginator-bottom {
  border-width: 1px 0 0 0;
  border-radius: 0;
}

.p-treetable .p-treetable-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.p-treetable .p-treetable-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 2px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  font-weight: 600;
  color: #212529;
  background: #ffffff;
}

.p-treetable .p-sortable-column {
  outline-color: rgba(38, 143, 255, 0.5);
}

.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}

.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #007bff;
  margin-left: 0.5rem;
}

.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}

.p-treetable .p-sortable-column.p-highlight {
  background: #ffffff;
  color: #007bff;
}

.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #007bff;
}

.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #212529;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  outline-color: rgba(38, 143, 255, 0.5);
}

.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
}

.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  margin-right: 0.5rem;
}

.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}

.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #212529;
}

.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #007bff;
  color: #ffffff;
}

.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}

.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}

.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #212529;
}

.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #212529;
}

.p-treetable .p-column-resizer-helper {
  background: #007bff;
}

.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #efefef;
}

.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}

.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}

.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}

.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}

.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}

.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}

.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}

.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}

.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}

.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}

.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}

.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}

.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}

.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}

.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}

.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}

.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}

.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}

.p-virtualscroller .p-virtualscroller-header {
  background: #efefef;
  color: #212529;
  border: solid #dee2e6;
  border-width: 1px 0 0 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #212529;
  border: 0 none;
  padding: 0;
}

.p-virtualscroller .p-virtualscroller-footer {
  background: #efefef;
  color: #212529;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}

.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}

.p-accordion .p-accordion-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}

.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}

.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}

.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}

.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}

.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-card {
  background: #ffffff;
  color: #212529;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.p-card .p-card-body {
  padding: 1.5rem;
}

.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}

.p-card .p-card-content {
  padding: 1rem 0;
}

.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}

.p-divider .p-divider-content {
  background-color: #ffffff;
}

.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}

.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}

.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}

.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}

.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}

.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}

.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-radius: 4px;
}

.p-fieldset .p-fieldset-legend {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem 1.25rem;
  color: #212529;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}

.p-fieldset .p-fieldset-content {
  padding: 1.25rem;
}

.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  background: #efefef;
  color: #212529;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}

.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1.25rem;
}

.p-panel .p-panel-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 0 none;
}

.p-panel .p-panel-footer {
  padding: 0.5rem 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  border-top: 0 none;
}

.p-scrollpanel .p-scrollpanel-bar {
  background: #efefef;
  border: 0 none;
}

.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 4px;
  color: #212529;
}

.p-splitter .p-splitter-gutter {
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  background: #efefef;
}

.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}

.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}

.p-tabview .p-tabview-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}

.p-tabview .p-tabview-nav li {
  margin-right: 0;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #6c757d;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  margin: 0 0 -1px 0;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}

.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}

.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}

.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}

.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #495057;
  width: 2.357rem;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1.25rem;
  border: 0 none;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-toolbar {
  background: #efefef;
  border: 1px solid #dee2e6;
  padding: 1rem 1.25rem;
  border-radius: 4px;
}

.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}

.p-confirm-popup {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-confirm-popup .p-confirm-popup-content {
  padding: 1.25rem;
}

.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1.25rem;
}

.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}

.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}

.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}

.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}

.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}

.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}

.p-dialog {
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.p-dialog .p-dialog-header {
  border-bottom: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  margin-right: 0.5rem;
}

.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}

.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #212529;
  padding: 1rem;
}

.p-dialog .p-dialog-footer {
  border-top: 1px solid #e9ecef;
  background: #ffffff;
  color: #212529;
  padding: 1rem;
  text-align: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}

.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}

.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}

.p-overlaypanel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-overlaypanel .p-overlaypanel-content {
  padding: 1.25rem;
}

.p-overlaypanel .p-overlaypanel-close {
  background: #007bff;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}

.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #0069d9;
  color: #ffffff;
}

.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}

.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}

.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.p-sidebar {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-sidebar .p-sidebar-header {
  padding: 1rem 1.25rem;
}

.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: transparent;
}

.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}

.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
}

.p-tooltip .p-tooltip-text {
  background: #212529;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #212529;
}

.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #212529;
}

.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #212529;
}

.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #212529;
}

.p-fileupload .p-fileupload-buttonbar {
  background: #efefef;
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}

.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #212529;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-fileupload .p-progressbar {
  height: 0.25rem;
}

.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}

.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}

.p-fileupload-choose:not(.p-disabled):hover {
  background: #0069d9;
  color: #ffffff;
  border-color: #0069d9;
}

.p-fileupload-choose:not(.p-disabled):active {
  background: #0062cc;
  color: #ffffff;
  border-color: #0062cc;
}

.p-breadcrumb {
  background: #efefef;
  border: 0 none;
  border-radius: 4px;
  padding: 1rem;
}

.p-breadcrumb ul li .p-menuitem-link {
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #007bff;
}

.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #007bff;
}

.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #6c757d;
}

.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #6c757d;
}

.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}

.p-contextmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 12.5rem;
}

.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-contextmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-contextmenu .p-menuitem {
  margin: 0;
}

.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}

.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}

.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}

.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}

.p-dock .p-dock-item {
  padding: 0.5rem;
}

.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}

.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}

.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}

.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}

.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}

.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}

.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}

@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
}

.p-megamenu {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 4px;
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}

.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}

.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-megamenu .p-megamenu-submenu {
  padding: 0.5rem 0;
  width: 12.5rem;
}

.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}

.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}

.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}

.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.5rem 0;
}

.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}

.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}

.p-menu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}

.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-menu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-menu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #212529;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-menu .p-menuitem {
  margin: 0;
}

.p-menu .p-menuitem:last-child {
  margin: 0;
}

.p-menubar {
  padding: 0.5rem 1rem;
  background: #efefef;
  color: rgba(0, 0, 0, 0.9);
  border: 0 none;
  border-radius: 4px;
}

.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: rgba(0, 0, 0, 0.5);
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.5rem;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.7);
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.7);
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.7);
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: transparent;
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: rgba(0, 0, 0, 0.9);
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: rgba(0, 0, 0, 0.9);
}

.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: rgba(0, 0, 0, 0.9);
}

.p-menubar .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 12.5rem;
}

.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}

.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}

.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}

.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}

.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: -webkit-box;
    display: flex;
    width: 2rem;
    height: 2rem;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  }
  .p-menubar .p-menubar-button:hover {
    color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.5rem 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.5rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #212529;
    border-radius: 0;
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #212529;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #212529;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
            box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}

.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem 1.25rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background: #efefef;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}

.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}

.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #212529;
}

.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}

.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #efefef;
  border-color: #dee2e6;
  color: #212529;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #212529;
}

.p-panelmenu .p-panelmenu-content {
  padding: 0.5rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #212529;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}

.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}

.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}

.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}

.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}

.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}

.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}

.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.p-slidemenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}

.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-slidemenu .p-slidemenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}

.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #212529;
}

.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #212529;
}

.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}

.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #212529;
}

.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
  background: transparent;
}

.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #212529;
  border: 1px solid #dee2e6;
  background: transparent;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 4px;
}

.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}

.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #007bff;
  color: #ffffff;
}

.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #212529;
}

.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}

.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid;
  border-width: 1px;
  border-color: #ffffff #ffffff #dee2e6 #ffffff;
  background: #ffffff;
  color: #6c757d;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  margin: 0 0 -1px 0;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff #dee2e6;
  color: #495057;
}

.p-tieredmenu {
  padding: 0.5rem 0;
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}

.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #212529;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #212529;
  margin-right: 0.5rem;
}

.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #212529;
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #212529;
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #212529;
}

.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
          box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}

.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-tieredmenu .p-submenu-list {
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-tieredmenu .p-menuitem {
  margin: 0;
}

.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #212529;
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #212529;
}

.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.5rem 0;
}

.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}

.p-inline-message {
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: 4px;
}

.p-inline-message.p-inline-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 0px;
  color: #004085;
}

.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #004085;
}

.p-inline-message.p-inline-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 0px;
  color: #155724;
}

.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #155724;
}

.p-inline-message.p-inline-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 0px;
  color: #856404;
}

.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #856404;
}

.p-inline-message.p-inline-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 0px;
  color: #721c24;
}

.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #721c24;
}

.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}

.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}

.p-message {
  margin: 1rem 0;
  border-radius: 4px;
}

.p-message .p-message-wrapper {
  padding: 1rem 1.25rem;
}

.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-message.p-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}

.p-message.p-message-info .p-message-icon {
  color: #004085;
}

.p-message.p-message-info .p-message-close {
  color: #004085;
}

.p-message.p-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}

.p-message.p-message-success .p-message-icon {
  color: #155724;
}

.p-message.p-message-success .p-message-close {
  color: #155724;
}

.p-message.p-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}

.p-message.p-message-warn .p-message-icon {
  color: #856404;
}

.p-message.p-message-warn .p-message-close {
  color: #856404;
}

.p-message.p-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}

.p-message.p-message-error .p-message-icon {
  color: #721c24;
}

.p-message.p-message-error .p-message-close {
  color: #721c24;
}

.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}

.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.p-message .p-message-summary {
  font-weight: 700;
}

.p-message .p-message-detail {
  margin-left: 0.5rem;
}

.p-toast {
  opacity: 1;
}

.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}

.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-toast .p-toast-message.p-toast-message-info {
  background: #cce5ff;
  border: solid #b8daff;
  border-width: 1px;
  color: #004085;
}

.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #004085;
}

.p-toast .p-toast-message.p-toast-message-success {
  background: #d4edda;
  border: solid #c3e6cb;
  border-width: 1px;
  color: #155724;
}

.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #155724;
}

.p-toast .p-toast-message.p-toast-message-warn {
  background: #fff3cd;
  border: solid #ffeeba;
  border-width: 1px;
  color: #856404;
}

.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #856404;
}

.p-toast .p-toast-message.p-toast-message-error {
  background: #f8d7da;
  border: solid #f5c6cb;
  border-width: 1px;
  color: #721c24;
}

.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #721c24;
}

.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}

.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}

.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #efefef;
  width: 4rem;
  height: 4rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
  margin: 0 0.5rem;
}

.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}

.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}

.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #efefef;
  padding: 1rem;
}

.p-galleria .p-galleria-indicators {
  padding: 1rem;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007bff;
  color: #ffffff;
}

.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}

.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}

.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007bff;
  color: #ffffff;
}

.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}

.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #efefef;
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  border-radius: 4px;
}

.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #efefef;
}

.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-image-toolbar {
  padding: 1rem;
}

.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  margin-right: 0.5rem;
}

.p-image-action.p-link:last-child {
  margin-right: 0;
}

.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}

.p-image-action.p-link i {
  font-size: 1.5rem;
}

.p-avatar {
  background-color: #dee2e6;
  border-radius: 4px;
}

.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}

.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}

.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}

.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}

.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}

.p-badge {
  background: #007bff;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.p-badge.p-badge-secondary {
  background-color: #6c757d;
  color: #ffffff;
}

.p-badge.p-badge-success {
  background-color: #28a745;
  color: #ffffff;
}

.p-badge.p-badge-info {
  background-color: #17a2b8;
  color: #ffffff;
}

.p-badge.p-badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.p-badge.p-badge-danger {
  background-color: #dc3545;
  color: #ffffff;
}

.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.p-chip {
  background-color: #dee2e6;
  color: #212529;
  border-radius: 16px;
  padding: 0 0.75rem;
}

.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}

.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}

.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.75rem;
  margin-right: 0.5rem;
}

.p-chip .pi-chip-remove-icon {
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-inplace .p-inplace-display {
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  -webkit-transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #212529;
}

.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #e9ecef;
  border-radius: 4px;
}

.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #007bff;
}

.p-progressbar .p-progressbar-label {
  color: #212529;
  line-height: 1.5rem;
}

.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}

.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}

.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #efefef;
}

.p-skeleton {
  background-color: #e9ecef;
  border-radius: 4px;
}

.p-skeleton:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.p-tag {
  background: #007bff;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
}

.p-tag.p-tag-success {
  background-color: #28a745;
  color: #ffffff;
}

.p-tag.p-tag-info {
  background-color: #17a2b8;
  color: #ffffff;
}

.p-tag.p-tag-warning {
  background-color: #ffc107;
  color: #212529;
}

.p-tag.p-tag-danger {
  background-color: #dc3545;
  color: #ffffff;
}

.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.p-terminal {
  background: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
}

.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Vendor extensions to the designer enhanced bootstrap compatibility */

.p-breadcrumb .p-breadcrumb-chevron {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.p-breadcrumb .p-breadcrumb-chevron:before {
  content: "/";
}

/* Customizations to the designer theme should be defined here */

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/primeng/resources/primeng.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.p-component,.p-component *{-webkit-box-sizing:border-box;box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{-webkit-transform:scale(0);transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@-webkit-keyframes p-fadein{0%{opacity:0}100%{opacity:1}}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;-webkit-transform:scaleY(0.8);transform:scaleY(0.8);-webkit-transition:opacity .12s cubic-bezier(0,0,0.2,1),-webkit-transform .12s cubic-bezier(0,0,0.2,1);transition:opacity .12s cubic-bezier(0,0,0.2,1),-webkit-transform .12s cubic-bezier(0,0,0.2,1);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1),-webkit-transform .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100% 0;transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:-webkit-inline-box;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{-webkit-box-flex:1;flex:1 1 auto}.p-button-icon-right{-webkit-box-ordinal-group:2;order:1}.p-button:disabled{cursor:default}.p-button-icon-only{-webkit-box-pack:center;justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;-webkit-box-flex:0;flex:0 0 auto}.p-button-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.p-button-icon-bottom{-webkit-box-ordinal-group:3;order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-button-label{-webkit-transition:all .2s;transition:all .2s}.p-checkbox{display:-webkit-inline-box;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}p-checkbox{display:-webkit-inline-box;display:inline-flex;vertical-align:bottom;-webkit-box-align:center;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.6441e63a57ccc5105bad.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.f8505bd4d6f3e3aa435b.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;width:100%}.p-inputgroup-addon{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.p-inputgroup .p-float-label{display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{-webkit-box-flex:1;flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:-webkit-inline-box;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;-webkit-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.p-fluid .p-password{display:-webkit-box;display:flex}.p-radiobutton{display:-webkit-inline-box;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0) scale(.1);transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{-webkit-transform:translateZ(0) scale(1.0,1.0);transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:-webkit-inline-box;display:inline-flex;vertical-align:bottom;-webkit-box-align:center;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;-webkit-transform:scale(0);transform:scale(0)}.p-ink-active{-webkit-animation:ripple .4s linear;animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@-webkit-keyframes ripple{100%{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}@keyframes ripple{100%{opacity:0;-webkit-transform:scale(2.5);transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/primeicons/primeicons.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'primeicons';
    font-display: auto;
    src: url('primeicons.dfbfef2de4bfb34e9722.eot');
    src: url('primeicons.dfbfef2de4bfb34e9722.eot?#iefix') format('embedded-opentype'), url('primeicons.3a0d4a58da62cf7c55bb.ttf') format('truetype'), url('primeicons.e61f3495a7ecd3d571a4.woff') format('woff'), url('primeicons.c55d94a248721abbd220.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}

.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-o:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/.pnpm/resolve-url-loader@4.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/.pnpm/sass-loader@12.1.0_sass@1.36.0_webpack@5.50.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/font-awesome/scss/font-awesome.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format("woff2"), url('fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format("woff"), url('fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format("truetype"), url('fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/fullcalendar/dist/fullcalendar.min.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * FullCalendar v3.10.5
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc .fc-axis,.fc button,.fc-day-grid-event .fc-content,.fc-list-item-marker,.fc-list-item-time,.fc-time-grid-event .fc-time,.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-event,.fc-event:hover,.fc-state-hover,.fc.fc-bootstrap3 a,.ui-widget .fc-event,a.fc-more{text-decoration:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view .fc-day-top .fc-week-number,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top, left bottom,from(#fff),to(#e6e6e6));background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;background-position:0 -15px;-webkit-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc table{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-day-grid-event .fc-content,.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{-webkit-box-shadow:0 2px 7px rgba(0,0,0,.3);box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{display:inline-block;height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/bootstrap/dist/css/bootstrap.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:"Glyphicons Halflings";src:url('glyphicons-halflings-regular.5be1347c682810f199c7.eot');src:url('glyphicons-halflings-regular.5be1347c682810f199c7.eot?#iefix') format("embedded-opentype"),url('glyphicons-halflings-regular.be810be3a3e14c682a25.woff2') format("woff2"),url('glyphicons-halflings-regular.82b1212e45a2bc35dd73.woff') format("woff"),url('glyphicons-halflings-regular.4692b9ec53fd5972caa2.ttf') format("truetype"),url('glyphicons-halflings-regular.060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular') format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*# sourceMappingURL=bootstrap.min.css.map */
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/swiper/swiper.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}

.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}

.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}

.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}

.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}

.swiper-container-pointer-events{touch-action:pan-y}

.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}

.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}

.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/@angular/material/prebuilt-themes/indigo-pink.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.34375em) scale(0.75);transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.34374em) scale(0.75);transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28122em) scale(0.75);transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28121em) scale(0.75);transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.2812em) scale(0.75);transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-0.59375em) scale(0.75);transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-0.59374em) scale(0.75);transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.59375em) scale(0.75);transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.59374em) scale(0.75);transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){-webkit-transform:translateZ(0);transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;-webkit-transition:opacity,-webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);transition:opacity,-webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1),-webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);-webkit-transform:scale(0);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:-webkit-box;display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1000;display:-webkit-box;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;height:0 !important}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0{-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{-webkit-box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{-webkit-box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{-webkit-box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{-webkit-box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{-webkit-box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{-webkit-box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12);box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{-webkit-box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12);box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{-webkit-box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12);box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{-webkit-box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12);box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{-webkit-box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12);box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{-webkit-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12);box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{-webkit-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12);box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{-webkit-box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12);box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{-webkit-box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12);box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{-webkit-box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{-webkit-box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12);box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{-webkit-box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12);box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{-webkit-box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12);box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{-webkit-box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12);box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{-webkit-box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12);box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{-webkit-box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12);box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{-webkit-box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12);box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{-webkit-box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;-webkit-transition:-webkit-transform 200ms ease-in-out;transition:-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;-webkit-transform:scale(0.6);transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{-webkit-transition:none;transition:none}.mat-badge-content.mat-badge-active{-webkit-transform:none;transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-bottom-sheet-container{-webkit-box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12);box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12);box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{-webkit-box-shadow:none;box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa !important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{-webkit-box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(63, 81, 181, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:-webkit-gradient(linear, right top, left top, color-stop(50%, rgba(63, 81, 181, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}.mat-datepicker-content{-webkit-box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 64, 129, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:-webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 64, 129, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(244, 67, 54, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:-webkit-gradient(linear, right top, left top, color-stop(50%, rgba(244, 67, 54, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}.mat-datepicker-content-touch{-webkit-box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}.mat-dialog-container{-webkit-box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#cbd0e9}.mat-progress-bar-buffer{background-color:#cbd0e9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){-webkit-box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){-webkit-box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{-webkit-box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(0,0,0,.04)}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;-webkit-box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12);box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#ff4081}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/wowjs/css/libs/animate.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}


@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}


.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}


@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}


.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}


@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}


@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}


@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}


.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */


@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}


@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}


.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}


@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}


@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}


@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}


@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}


@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}


@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}


@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}


.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}


@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}


@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}


.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}


@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}


@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}


.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}


@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}


@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}


.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}


@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}


@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}


.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}


@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}


@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}


.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}


@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}


@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}


.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}


@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}


@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}


.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}


@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}


@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}


.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}


@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}


@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}


.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}


@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}


@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}


.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}


@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}


@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}


@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}


.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}


@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}


@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}


.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}


@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}


@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}


.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}


@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}


@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}


.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}


@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}


.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}


@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}


.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}


@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}


@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}


.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}


@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}


@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}


.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}


@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}


@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}


@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}


@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}


@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}


.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}


@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}


@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}


.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}


@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}


@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}


.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}


@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}


@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}


.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}


@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}


@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}


.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}


@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}


@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}


.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}


@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}


@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}


@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}


.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}


@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}


@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}


.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}


@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}


@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}


.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}


@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}


.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */


@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}


@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}


.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */


@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}


@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}


.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/assets/font/Poppins/poppins.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Poppins-Light';
  font-weight: 300;
  font-style: normal;
  src: url('Poppins-Light.6facc98098dd5dcfa5f5.eot');
  src: url('Poppins-Light.6facc98098dd5dcfa5f5.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Light.9bec05ab7f83d34eb905.woff2') format('woff2'),
       url('Poppins-Light.6f5b7a1c94cb6419bec4.woff') format('woff'),
       url('Poppins-Light.7641a0f76ca9ef6c252c.ttf') format("truetype");
  font-display: swap;
} 

@font-face {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-style: normal;
  src: url('Poppins-Regular.a20e7b73e43c593ea50d.eot');
  src: url('Poppins-Regular.a20e7b73e43c593ea50d.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Regular.ad19729d6a0511212493.woff2') format('woff2'),
       url('Poppins-Regular.387f9003f984ef1cec60.woff') format('woff'),
       url('Poppins-Regular.35d26b781dc5fda684cc.ttf') format("truetype");
  font-display: swap;
} 

@font-face {
  font-family: 'Poppins-SemiBold';
  font-style: normal;
  src: url('Poppins-Medium.cb7e9f5276b4ac8da8ee.eot');
  src: url('Poppins-Medium.cb7e9f5276b4ac8da8ee.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Medium.563f976db73ca07d8fc3.woff2') format('woff2'),
       url('Poppins-Medium.7e588a26bdac2428f240.woff') format('woff'),
       url('Poppins-Medium.673ed42382ab264e0bf5.ttf') format("truetype");
  font-display: swap;
} 

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  src: url('Poppins-SemiBold.f6cb6c2a55d055ae7171.eot');
  src: url('Poppins-SemiBold.f6cb6c2a55d055ae7171.eot?#iefix') format('embedded-opentype'),
       url('Poppins-SemiBold.3c3f3613b59d581739fc.woff2') format('woff2'),
       url('Poppins-SemiBold.71da8e4f0d76b718897c.woff') format('woff'),
       url('Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf') format("truetype");
  font-display: swap;
} 

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/assets/font/Inter/inter.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Inter-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff')
      format('woff');
}

@font-face {
  font-family: 'Inter-Regular';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Inter-Regular.woff')
      format('woff');
}

@font-face {
  font-family: 'Inter-Bold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff')
      format('woff');
}

@font-face {
  font-family: 'Inter-Bold';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Inter-Medium.woff')
      format('woff');
}


/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/assets/font/Prompt/prompt.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Prompt-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Prompt-Regular.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Prompt-Regular.woff')
      format('woff');
}

@font-face {
  font-family: 'Prompt-Regular';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Prompt-RegularItalic.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Prompt-RegularItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'Prompt-SemiBold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBold.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBold.woff')
      format('woff');
}

@font-face {
  font-family: 'Prompt-SemiBold';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBoldItalic.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Prompt-SemiBoldItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'Prompt-Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Prompt-Bold.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Prompt-Bold.woff')
      format('woff');
}

@font-face {
  font-family: 'Prompt-Bold';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.fundingasiagroup.com/fonts/Prompt-BoldItalic.woff2')
      format('woff2'),
    url('https://cdn.fundingasiagroup.com/fonts/Prompt-BoldItalic.woff')
      format('woff');
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/.pnpm/resolve-url-loader@4.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/.pnpm/sass-loader@12.1.0_sass@1.36.0_webpack@5.50.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/scss/app.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  letter-spacing: 0.25px;
  -webkit-font-smoothing: antialiased;
  font-family: "Arial" !important;
}
.link {
  cursor: pointer;
}
.link::hover {
  text-decoration: underline;
}
#dashboardnav_hype_container,
#dashboardnav_hype_container-1 {
  width: 60px !important;
}
.fs-btn-animation, .blue-right-arrow-icon, .green-right-arrow-icon, .white-right-arrow-icon {
  -webkit-transition-duration: 167ms;
          transition-duration: 167ms;
  -webkit-transition-timing-function: cubic-bezier(0.09, 0.48, 0.83, 0.67);
          transition-timing-function: cubic-bezier(0.09, 0.48, 0.83, 0.67);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.fs-services-button {
  padding: 10px 20px 10px 10px !important;
  font-weight: 600;
  margin-top: 40px;
  font-size: 18px;
}
.btn:hover .arrow-icon {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.btn-rectangle {
  border-radius: 2px !important;
  border: solid 1.5px rgba(42, 42, 42, 0.2) !important;
}
.btn:hover.nohover {
  color: inherit !important;
}
.btn-text-arrow {
  display: inline-block;
  margin-right: 10px;
}
p {
  margin: 0;
}
@media not all {
  .container {
    width: 1400px;
    margin-top: 100px;
  }
}
.container-fluid {
  background-color: #f4f5f5;
}
@media (min-width: 320px) {
  .container-fluid {
    margin-top: 100px;
  }
  .container-fluid.banner-on {
    margin-top: 190px;
  }
  .container-fluid.log-in-banner-on {
    margin-top: 210px;
  }

  .tab-button {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    margin-top: 100px;
  }
  .container-fluid.banner-on {
    margin-top: 160px;
  }
  .container-fluid.log-in-banner-on {
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    margin-top: 100px;
  }
  .container-fluid.white {
    background-color: white;
  }
  .container-fluid.fs-signup {
    background-color: #f2f5fe !important;
  }

  .tab-button {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 16px;
  }
}
footer-section,
router-outlet {
  position: relative;
  display: block;
}
.heading-semi-bold {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-style: normal;
}
.heading-regular {
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-weight: normal;
  font-style: normal;
}
.heading-light {
  font-family: "Poppins-Light", "Inter-Regular", "Prompt-Regular", "Arial";
  font-weight: normal;
  font-style: normal;
}
.heading-bold {
  font-family: "Poppins-Bold", "Inter-Bold", "Prompt-Bold", "Arial";
  font-weight: normal;
  font-style: normal;
}
.text-bold {
  font-weight: bold;
}
.btn-primary-investor {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-style: normal;
  background-color: #3e7eff !important;
  color: white;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary-investor .block {
  color: white !important;
}
.btn-primary-investor.not-active {
  background-color: #e3e3e3;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  color: #9b9b9b;
}
.btn-primary-investor:hover {
  background-color: #2d72fc;
  color: white !important;
}
.btn-primary-borrower {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-style: normal;
  background-color: #5203e9 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0px !important;
  color: white !important;
}
.btn-primary-borrower .arrow-icon {
  margin-left: 5px;
  margin-top: 5px;
}
.btn-primary-borrower:hover {
  background-color: #4603c6;
  color: white !important;
}
.btn-primary-referral {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-style: normal;
  background-color: #00c0a6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0px !important;
  color: white;
}
.btn-primary-referral-full {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 15px;
}
.btn-primary-referral:hover {
  background-color: #05b79f;
  color: white !important;
}
.btn-primary-reject {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-style: normal;
  background-color: #cc1830;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0px !important;
  color: white;
}
.btn-primary-reject .block {
  width: 80%;
}
.btn-primary-reject:hover {
  background-color: #a94442;
  color: white !important;
}
.transparant-text {
  opacity: 0.65;
}
.transparant-text.black {
  color: #4a4a4a;
}
.btn-primary-white {
  background-color: #ffffff;
  border-radius: 0px !important;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-style: normal;
}
.btn-primary-white.borrower {
  color: #5203e9;
}
.btn-primary-white.investor {
  color: #3e7eff;
}
.btn-primary-white.referral {
  color: #009688;
}
.btn-primary-white.black {
  color: black;
  border: solid 1px rgba(151, 151, 151, 0.8);
}
.btn-primary-white.black:hover {
  color: black;
}
.btn-primary-white.green {
  border: solid 1px #08c0a6;
  color: #08c0a6;
}
.btn-primary-white.green.confirm {
  border: solid 1px rgba(8, 192, 166, 0.3);
  background-color: rgba(182, 237, 229, 0.2);
  color: #08c0a6;
}
.btn-primary-white.gray {
  border: solid 1px #979797;
  color: #9b9b9b;
}
.btn-primary-white.green:hover {
  color: rgba(8, 192, 166, 0.6) !important;
}
.btn-primary-white.gray:hover {
  color: rgba(155, 155, 155, 0.6) !important;
}
.btn-primary-white.disabled {
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
}
.btn-primary-white:hover.borrower {
  color: #5203e9;
}
.btn-primary-white:hover.investor {
  color: #3e7eff;
}
.btn-primary-white:hover.referral {
  color: #009688;
}
.table-striped thead tr th:nth-child(1) {
  padding-left: 2em;
}
.table-striped tbody tr td:nth-child(1) {
  padding-left: 2em;
}
.white-text {
  color: #ffffff;
}
.dark-purple-text {
  color: #3901a8;
}
.red-text {
  color: #ff4747;
}
.black-text {
  color: black !important;
}
.dark-blue-text {
  color: #3b03a8;
}
.light-gray-text {
  color: #9b9b9b;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left !important;
}
.text-ellipsis,
.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text-bold {
  font-weight: bold;
}
.text-body {
  color: #333333;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px !important;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-48 {
  font-size: 48px !important;
}
.font-size-62 {
  font-size: 62px;
}
@media (max-width: 992px) {
  .font-sm-size-10 {
    font-size: 10px;
  }

  .font-sm-size-12 {
    font-size: 12px;
  }

  .font-sm-size-16 {
    font-size: 16px;
  }

  .v-line-sm {
    height: 30px;
    padding: 0px;
  }
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-24 {
  margin-bottom: 24px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-12 {
  margin-left: 12px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-3vw {
  margin-right: 3vw;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-12 {
  margin-right: 12px !important;
}
.margin-right-24 {
  margin-right: 24px;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-top-16 {
  margin-top: 16px;
}
.margin-top-32 {
  margin-top: 32px;
}
.margin-top-48 {
  margin-top: 48px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
.margin-bottom-32 {
  margin-bottom: 32px;
}
.margin-bottom-48 {
  margin-bottom: 48px;
}
.margin-right-16 {
  margin-right: 16px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-32 {
  margin-right: 32px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.padding-half-em {
  padding: 0.5em;
}
.padding-1em {
  padding: 1em;
}
.padding-1rem {
  padding: 1rem;
}
.padding-left-null {
  padding-left: 0;
}
.padding-right-null {
  padding-right: 0;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-top-null {
  padding-top: 0 !important;
}
.padding-top-32 {
  padding-top: 32px;
}
.padding-top-48 {
  padding-top: 48px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-bottom-16 {
  padding-bottom: 16px;
}
.padding-bottom-48 {
  padding-bottom: 48px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-inline-start-20 {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.full-width {
  width: 99.6% !important;
}
@media (max-width: 768px) {
  .xs-full-width {
    width: 99.6% !important;
  }
}
.full-height {
  height: 100% !important;
}
.fs-box-shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.content-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.hr-sect {
  display: -webkit-box;
  display: flex;
  flex-basis: 100%;
  -webkit-box-align: center;
          align-items: center;
  color: black;
  margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  -webkit-box-flex: 1;
          flex-grow: 1;
  background: rgba(0, 0, 0, 0.3);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
.flip-background {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
input[type=radio].toggle {
  display: none;
}
input[type=radio].toggle:checked + label {
  background-color: #485465;
  border: solid 1px #d3d3d3;
  cursor: default;
  color: #ffffff;
  border-color: transparent;
  margin-right: 5px;
}
input[type=radio].toggle + label {
  width: auto;
  min-width: 80px;
  border-radius: 100px;
  background-color: white;
  border: solid 1px #d3d3d3;
  margin-right: 5px;
}
input[type=radio].toggle:checked + label.btn:hover {
  background-position: 0 0;
  -webkit-transition: none;
  -moz-trainsition: none;
  transition: none;
}
input[type=radio].toggle-left + label {
  border-right: 0;
}
chart {
  width: 100% !important;
  margin: 0 auto;
  display: block;
}
.btn-blue {
  background-color: #3e6dfe;
}
.tab-button {
  float: left;
  border: none;
  outline: none;
  display: block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-weight: normal;
}
.tab-button.-progress {
  width: calc(100% / 3);
}
.tab-button.-progress.white {
  background-color: white;
}
.tab-button.-faq {
  width: calc(100% / 3);
  background-color: white;
  color: black;
}
.tab-button.-faq.white {
  background-color: black;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  color: white;
}
/*
  Layout
*/
.flex-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}
.d-flex.column-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.d-flex.row-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.d-flex.wrap {
  flex-wrap: wrap;
}
.justify-content-flex-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.justify-content-flex-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
          justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}
.align-items-flex-end {
  -webkit-box-align: end;
          align-items: flex-end;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.d-none {
  display: none;
}
.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}
.d-inline-block {
  display: inline-block;
}
.bottom-stick {
  position: absolute;
  bottom: 0;
}
.pointer-events-auto {
  pointer-events: auto;
}
.padding-null {
  padding: 0 !important;
}
.padding-r-null {
  padding-right: 0 !important;
}
.margin-null {
  margin: 0 !important;
}
/*
  Layout
*/
.searchBox {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  color: black;
  background-image: url('search-icon.3a444f85b2f787036a86.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.switchBtn {
  position: relative;
  display: inline-block;
  line-height: 15px;
  height: 34px;
  font-size: 12px;
}
.switchBtn input {
  display: none;
}
.switchBtn input:focus + .slide {
  -webkit-box-shadow: 0 0 1px #01aeed;
          box-shadow: 0 0 1px #01aeed;
}
.switchBtn input:checked + .slide:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
  left: -25px;
}
.switchBtn.autobot {
  width: 110px;
}
.switchBtn.autobot input:checked + .slide {
  background-color: rgba(144, 19, 254, 0.5);
  padding-left: 40px;
}
.switchBtn.investor {
  width: 140px;
}
.switchBtn.investor input:checked + .slide {
  background-color: rgba(25, 192, 166, 0.5);
  padding-left: 40px;
}
.switchBtn.investment {
  width: 170px;
}
.switchBtn.investment input:checked + .slide {
  background-color: rgba(61, 126, 255, 0.5);
  padding-left: 40px;
}
.slide {
  position: absolute;
  cursor: pointer;
  border-radius: 34px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 8px;
  color: #fff;
}
.slide.autobot:before {
  left: 82px;
}
.slide.investor:before {
  left: 112px;
}
.slide.investment:before {
  left: 143px;
}
.slide:before {
  border-radius: 50%;
  position: absolute;
  width: 26px;
  content: "";
  height: 26px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.circle {
  border-radius: 50px;
}
.circle.inv-portfolio {
  margin-right: 5px;
}
.circle.purple {
  background: #3b03a8;
}
.circle.blue {
  background: #2c50ff;
}
.circle.light-blue {
  background: #08c0a6;
}
.circle.orange {
  background: #ffb50d;
}
.circle.light-green {
  background: #07c0a6;
}
.circle.purple-2 {
  background: #6c81ff;
}
.circle.orange-2 {
  background: #f6a623;
}
.circle.light-blue-2 {
  background: #3d7eff;
}
.circle.size-10 {
  width: 10px;
  height: 10px;
}
.circle.size-75 {
  width: 75px;
  height: 75px;
}
.onoffswitch-description {
  display: inline-block;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  margin-left: 5px;
}
.onoffswitch-description.enabled {
  color: #0aa28b;
}
.onoffswitch-description.disabled {
  color: #9eaab6;
}
.onoffswitch {
  position: relative;
  width: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: -2px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 14px;
  font-size: 13px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: rgba(0, 150, 136, 0.3);
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: rgba(158, 170, 182, 0.5);
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 20px;
  height: 20px;
  margin: -3px;
  background: #edeff5;
  position: absolute;
  right: 24px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #19c0a6;
}
.blue-stripped-table {
  width: 100%;
  padding: 0;
  text-align: right;
}
.blue-stripped-table.browseLoanTable thead tr th:first-child {
  width: auto !important;
  width: initial !important;
}
.blue-stripped-table.browseLoanTable thead tr th:nth-child(2) {
  width: 8em !important;
}
.blue-stripped-table.browseLoanTable thead tr th:nth-child(3) {
  width: inherit;
}
.blue-stripped-table.browseLoanTable thead tr th:nth-child(4) {
  width: inherit;
}
.blue-stripped-table tbody:nth-child(odd) tr:not(.fs-portofolio-expandaded) {
  background-color: white;
}
.blue-stripped-table .selected-row {
  background-color: #bdd2fe !important;
  -webkit-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.blue-stripped-table .fs-portfolio-blue-text {
  color: #336bda;
  font-weight: 600;
}
.blue-stripped-table .fs-portfolio-blue-text.learn-more {
  text-decoration: underline;
}
.blue-stripped-table .fs-portfolio-black-text {
  color: #485465;
  font-weight: 600;
}
.blue-stripped-table tr > td:first-child {
  text-align: right;
  width: 200px;
  padding-right: 25px;
}
.blue-stripped-table tr > td:last-of-type {
  text-align: left;
  width: 100px;
}
.blue-stripped-table thead tr th {
  font-weight: 300;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: -0.1px;
  text-align: right;
  color: #7c7c7c;
}
.blue-stripped-table thead tr th:first-child {
  width: 10%;
  text-align: right;
}
.blue-stripped-table thead tr th:last-child {
  width: 200px;
  text-align: left;
}
.blue-stripped-table thead tr th:nth-child(2) {
  width: 150px;
}
.blue-stripped-table thead tr th:nth-child(3) {
  width: 250px;
}
.blue-stripped-table thead tr th:nth-child(4) {
  width: 125px;
}
.blue-stripped-table tr,
.blue-stripped-table td {
  padding: 10px 15px;
  vertical-align: top;
}
.blue-stripped-table tr img,
.blue-stripped-table td img {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.blue-stripped-table tbody tr:nth-child(odd) {
  background-color: #f2f5fe;
  -webkit-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.modalPopup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 8888;
}
.modalPopup .modalPopupBody {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: hidden;
  width: 200%;
  height: 100%;
  max-height: 80vh;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* IE */
  box-pack: center;
  box-align: center;
}
.triangle-border {
  position: absolute;
  padding: 15px;
  margin: 1em 0 3em;
  border: 1px solid black;
  color: #333;
  background: #fff;
  border: solid 1px #dde5ed;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.triangle-border.top.right:after {
  top: -16px;
  bottom: auto;
  left: auto;
  right: 51px;
  border-width: 0px 18px 25px 15px;
}
.triangle-border.top.left:after {
  top: -16px;
  bottom: auto;
  right: 51px;
  left: 11px;
  border-width: 0px 18px 25px 15px;
}
.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.triangle-border.top.right:before {
  top: -20px;
  bottom: auto;
  left: auto;
  right: 55px;
  border-width: 0px 15px 20px 10px;
}
.triangle-border.top.left:before {
  top: -20px;
  bottom: auto;
  right: 55px;
  border-width: 0px 15px 20px 10px;
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 15px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #dde5ed transparent;
  display: block;
  width: 0;
}
.ui-dialog-content {
  padding-top: 0px !important;
}
.ui-dialog-title {
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-weight: normal;
  font-style: normal;
}
.loading-container {
  z-index: 10001;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0.8;
}
.loading-box {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  color: #337ab7;
}
.loading-object {
  position: relative;
  width: 760px;
  height: 380px;
  margin: auto;
  overflow: hidden;
}
.loading-message {
  position: absolute;
  top: 60%;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: capitalize;
  color: #485465;
}
.hide-loading {
  display: none;
}
.fs-form-control {
  background-color: #fafbfc;
  border: solid 1px #dde5ed;
}
.form-control {
  border-radius: 0;
}
.form-control.portfolio-filter {
  display: inline-block;
  width: 90%;
}
.form-control:focus {
  outline: none;
}
.form-control:disabled {
  color: #757575;
}
.form-disabled {
  background-color: #f5f5f5 !important;
}
.form-disabled .form-control {
  color: #757575;
  background-color: transparent !important;
}
.form-control-error {
  background-color: #f2dede !important;
  color: #a94442 !important;
}
.form-control-error input,
.form-control-error select {
  background-color: #f2dede !important;
  color: #a94442 !important;
}
.form-control-error input::-webkit-input-placeholder,
.form-control-error select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a94442 !important;
}
.form-control-error input:-moz-placeholder,
.form-control-error select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a94442 !important;
  opacity: 1;
}
.form-control-error input::-moz-placeholder,
.form-control-error select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a94442 !important;
  opacity: 1;
}
.form-control-error input:-ms-input-placeholder,
.form-control-error select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a94442 !important;
}
.form-control-error input::-ms-input-placeholder,
.form-control-error select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a94442 !important;
}
.form-control-error::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a94442 !important;
}
.form-control-error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a94442 !important;
  opacity: 1;
}
.form-control-error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a94442 !important;
  opacity: 1;
}
.form-control-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a94442 !important;
}
.form-control-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a94442 !important;
}
.form-error-text {
  color: #a94442;
}
.form-subtitle-text {
  color: #8f8f8f;
}
.form-agreement {
  line-height: 1.5em;
  padding: 0 2em 0.5em 2em;
}
.form-agreement-sg {
  padding: 0 0 0.5em;
  text-align: left !important;
}
.form-agreement-my {
  padding: 0 !important;
  text-align: left !important;
}
.fs-form-control:focus {
  outline: none;
}
.btn-switch-style {
  width: 200px;
  border: solid 1.2px rgba(255, 255, 255, 0.4);
  color: white;
  background-color: inherit;
}
.btn-switch-style.active {
  background-color: #ffffff;
  color: #173673;
}
.btn-switch-style.active:hover {
  color: #173673;
}
.btn-switch-style:hover {
  color: white;
}
[role=button] {
  outline: none;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 10px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
  }
}
.form-group {
  background-color: #fafbfc;
  padding: 8px 12px;
}
.form-group label {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
  color: #8f8f8f;
}
.form-group .sign-up-form {
  width: 100% !important;
  outline: none;
  background-color: #fafbfc;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .form-control {
  padding: 0;
}
.form-group .form-control-prefix {
  display: inline-block;
  float: none;
  width: 35px !important;
  text-align: left;
}
.form-group .form-control-affix {
  display: inline-block;
  width: calc(100% - 35px) !important;
}
.form-group input,
.form-group select {
  height: 20px;
  line-height: 20px;
}
.form-group mat-select {
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
}
.form-group .form-control-no-float {
  float: none;
}
.sign-up-form__title {
  font-size: 18px;
  font-weight: bold;
}
.sign-up-form__caption {
  font-size: 12px;
}
.sign-up-form__gray_caption {
  font-size: 12px;
  color: #757575;
}
.sign-up-form__section_title {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.hide {
  display: none !important;
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
  -webkit-padding-start: 10px;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
ul .decimal {
  list-style-type: decimal;
}
ol {
  counter-reset: item;
  -webkit-padding-start: 20px;
  line-height: 20px;
}
ol li {
  display: block;
  position: relative;
}
ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}
.upload-button {
  height: 50px;
  line-height: 40px;
  border-radius: 100px;
  background-color: #3d7eff;
  font-size: 16px;
}
.upload-button.success {
  background-color: #24c08a;
}
.upload-button:hover {
  color: white;
}
.fs-platform-agreement .highlight {
  font-weight: bold;
}
.fs-platform-agreement .highlight:before,
.fs-platform-agreement .highlight:after {
  content: " ";
}
dropzone.btn-primary-light .dz-text:before {
  content: "" !important;
  font-family: FontAwesome;
  margin-right: 10px;
}
dropzone.btn-primary-light .dz-message {
  background-color: inherit !important;
  border: none !important;
  color: #ffffff;
  display: block !important;
  margin: 4px !important;
}
dropzone.btn-primary-light.uploaded {
  background: #F3F5FD;
  font-size: 14px;
}
dropzone.btn-primary-light.uploaded .dz-text:before {
  content: none !important;
}
dropzone.btn-primary-light.uploaded .dz-text {
  padding-right: 0 !important;
  padding-left: 8px !important;
}
dropzone .dz-processing,
dropzone .dz-preview {
  display: none !important;
}
.white-button-upload.uploaded {
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
}
@media (min-width: 320px) {
  .white-button-upload.uploaded {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .white-button-upload.uploaded {
    width: 500px;
  }
}
.white-button-upload.uploaded .dz-text {
  -webkit-box-pack: left !important;
          justify-content: left !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.white-button-upload.uploaded .dz-text .text-ellipsis {
  max-width: 355px;
}
.white-button-upload.uploaded .dz-text:before {
  content: "" !important;
  font-family: FontAwesome;
  color: #08C0A6;
}
.white-button-upload.uploaded .dz-wrapper.dz-multiple.dz-started .dz-message {
  height: auto !important;
  height: initial !important;
  width: 100%;
  border: none;
  display: contents;
}
.white-button-upload.uploaded .dz-processing,
.white-button-upload.uploaded .dz-preview {
  display: none;
}
.white-button-upload dropzone {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
@media (min-width: 320px) {
  .white-button-upload dropzone {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .white-button-upload dropzone {
    width: 155px;
  }
}
.white-button-upload dropzone > .dropzone.dz-wrapper {
  overflow: hidden;
  background-color: #ffffff !important;
  border-radius: 4px;
}
.white-button-upload dropzone > .dropzone.dz-wrapper .dz-message {
  height: auto !important;
  height: initial !important;
  width: 100%;
  border: none;
  display: contents !important;
}
.white-button-upload dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  -webkit-transform: none;
          transform: none;
  position: static;
  position: initial;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.white-button-upload dropzone > .dropzone.dz-wrapper .dz-message .dz-text .text-ellipsis {
  max-width: 340px;
}
.white-button-upload dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 10px;
}
.white-button-upload .dz-preview {
  display: none !important;
}
.white-button-upload dropzone > .dropzone.dz-wrapper.dz-single.dz-started .dz-message {
  background-color: #ffffff !important;
  margin: 0;
  display: contents !important;
}
dropzone.dz-wrapper .dropzone .dz-preview {
  z-index: 1 !important;
}
dropzone.dz-wrapper .dropzone.dz-single.dz-started .dz-message {
  display: block !important;
}
dropzone.dz-wrapper .dropzone.dz-single .dz-preview .dz-image {
  width: 120px !important;
  height: 120px !important;
}
dropzone.dz-wrapper .dropzone.dz-single .dz-preview.dz-error {
  display: none !important;
}
dropzone.dz-wrapper .dropzone.dz-single .dz-message .dz-text {
  margin-top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
dropzone.dz-wrapper .dropzone.dz-single .dz-preview {
  width: auto !important;
  width: initial !important;
  height: auto !important;
  height: initial !important;
  margin: 0 !important;
}
dropzone > .dropzone.dz-wrapper.dz-single .dz-preview {
  display: none;
}
dropzone > .dropzone.dz-wrapper.dz-single.dz-started .dz-message {
  display: block !important;
}
.form-group.form-control-error .ui-dropdown-label,
.form-group.form-control-error .ui-state-default {
  background-color: #f2dede !important;
}
.form-group .ui-dropdown {
  width: 100% !important;
}
.form-group .ui-dropdown .ui-dropdown .ui-dropdown-trigger .fa {
  margin-top: 0;
}
.form-group .ui-dropdown-label {
  background-color: #fafbfc;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.form-group .ui-state-default {
  background-color: #fafbfc;
  border: 0;
  outline: none;
  padding: 0;
}
.form-group .ui-state-default:focus {
  outline: none;
}
.form-group .ui-dropdown-panel:focus {
  outline: none;
}
.form-group .fa-caret-down {
  float: right;
}
.fs-accordion .ui-accordion-header .fa {
  top: 35% !important;
  left: 1% !important;
}
.fs-accordion .ui-accordion-header .fa-fw {
  display: block;
}
.fs-accordion .ui-accordion-header .fa-caret-right:before,
.fs-accordion .ui-accordion-header .fa-caret-down:before {
  content: "";
}
.fs-accordion .fa-fw {
  display: none;
}
.term-condition,
.privacy-notice,
.sme-referral-agreement,
.virtual-account,
.website-terms {
  padding-bottom: 10em;
}
.term-condition .content,
.privacy-notice .content,
.sme-referral-agreement .content,
.virtual-account .content,
.website-terms .content {
  width: 80%;
  margin: 30px auto;
}
.term-condition .content.complaint-handling,
.privacy-notice .content.complaint-handling,
.sme-referral-agreement .content.complaint-handling,
.virtual-account .content.complaint-handling,
.website-terms .content.complaint-handling {
  overflow: hidden;
}
.term-condition .content.complaint-handling h4,
.privacy-notice .content.complaint-handling h4,
.sme-referral-agreement .content.complaint-handling h4,
.virtual-account .content.complaint-handling h4,
.website-terms .content.complaint-handling h4 {
  margin-top: 30px;
}
.term-condition .content.complaint-handling .complaint-process,
.privacy-notice .content.complaint-handling .complaint-process,
.sme-referral-agreement .content.complaint-handling .complaint-process,
.virtual-account .content.complaint-handling .complaint-process,
.website-terms .content.complaint-handling .complaint-process {
  width: 100%;
}
.privacy-notice li {
  margin-bottom: 15px;
}
.term-condition .title {
  font-size: 32px;
}
.height-initial {
  height: auto !important;
  height: initial !important;
}
.tbl-responsive {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.tbl-responsive th {
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
}
.tbl-responsive td {
  text-align: right;
  padding: 8px;
  border: 1px solid #ddd;
}
.faq-table-fee {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
}
.faq-table-fee td,
.table-fee-referral-agreement td {
  padding: 8px;
}
.image-center {
  background-position: center !important;
}
.image-right {
  background-position: right !important;
}
.app-download-link {
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  padding: 2px 10px;
  max-width: 12em;
  border: solid 0.9px #cccccc;
}
.app-download-link.white-background {
  background-color: #ffffff;
  color: #000000;
}
.app-download-link.black-background {
  background-color: #000000;
  color: #ffffff;
}
.app-download-link.black-background .app-store {
  color: #ffffff;
}
.app-download-link .download-caption {
  font-size: 12px;
}
.app-download-link .app-store {
  line-height: 0;
  letter-spacing: -0.5px;
  color: #000000;
}
@media (min-width: 320px) {
  .app-download-link .app-store {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .app-download-link .app-store {
    font-size: 18px;
  }
}
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  z-index: 99999;
}
.btn-new-feature-notification {
  border-radius: 2px;
  padding: 0.2em 0.5em;
  background-color: #ffb50d;
  color: #ffffff;
  font-size: 12px;
}
.fs-text-input-borderless {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-size: 26px;
  margin-top: 0.25em;
}
.no-underline {
  text-decoration: none !important;
}
.btn-white-background {
  margin-top: 64px;
  border: 1px solid #3e7eff;
  color: #3e7eff;
  border-radius: 1px;
}
.white-background {
  background-color: #ffffff;
}
.borrowInvestTab #int-tel-input .home-page-lead {
  color: #555;
  border: 1px solid #dde5ed;
  margin-bottom: 8px;
}
.borrowInvestTab #int-tel-input .home-page-lead .intl-tel-input {
  width: 100%;
}
.borrowInvestTab #int-tel-input .home-page-lead input {
  border: none;
  background-color: inherit;
  padding-left: 60px !important;
}
.borrowInvestTab #int-tel-input .home-page-lead .flag-container {
  padding-left: 10px;
}
.signUpModalDetailContent #int-tel-input .intl-tel-input {
  width: 100%;
}
.signUpModalDetailContent #int-tel-input .flag-container {
  padding-left: 1em;
}
.signUpModalDetailContent #int-tel-input input {
  padding-left: 60px !important;
}
#int-tel-input .intl-tel-input.allow-dropdown {
  width: 100%;
}
#int-tel-input .intl-tel-input.allow-dropdown .selected-flag {
  padding: 0;
}
#int-tel-input .intl-tel-input.allow-dropdown input {
  padding-left: 52px;
}
#int-tel-input .intl-tel-input .flag-container {
  right: auto;
  left: 0;
}
#int-tel-input .intl-tel-input .selected-flag {
  padding: 0;
}
#int-tel-input .intl-tel-input input {
  padding-left: 35px;
}
#int-tel-input .form-control-error .intl-tel-input .form-control::-webkit-input-placeholder {
  color: #8f8f8f !important;
}
#int-tel-input .form-control-error .intl-tel-input .form-control::-moz-placeholder {
  color: #8f8f8f !important;
}
#int-tel-input .form-control-error .intl-tel-input .form-control:-ms-input-placeholder {
  color: #8f8f8f !important;
}
#int-tel-input .form-control-error .intl-tel-input .form-control::-ms-input-placeholder {
  color: #8f8f8f !important;
}
#int-tel-input .form-control-error .intl-tel-input .form-control::placeholder {
  color: #8f8f8f !important;
}
.list-disc-style {
  list-style-type: disc;
}
.btn-fs-disable.disabled {
  background: #f1f1f2 !important;
  border: 1px solid #CCCCCC;
  color: #8f8f8f;
  pointer-events: none;
}
.fs-mobile-scroll-to-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  color: #3e7eff;
  background-color: white;
  border-top: 1px solid #E0E0E0;
  padding: 14px 20px;
  z-index: 1;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 12px;
}
::-webkit-scrollbar:horizontal {
  height: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.gray-text {
  color: #8f8f8f;
}
.blue-text {
  color: #3e7eff;
}
.flex-display-vertical-align {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.flex-display-vertical-align .flex-align-right {
  margin-left: auto;
}
.mat-container-group--float-left {
  background: #fafbfc;
  border: 1px solid #CCCCCC;
  padding: 12px 16px;
}
.mat-container-group--float-left.mat-radio-checked {
  background: #f3f5fd;
  border: 1px solid #3e7eff;
}
.mat-container-group--float-left .mat-radio-container {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.textbox-no-border {
  border: 0 none;
  background-color: inherit;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
}
.textbox-no-border:focus {
  outline: none;
}
.clickable {
  cursor: pointer;
}
.btn-disabled {
  background: #F1F1F2 !important;
  color: #8f8f8f;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #CCCCCC;
  cursor: not-allowed;
}
.btn-disabled:hover {
  color: #8f8f8f;
}
.border-bottom-gray-100 {
  border-bottom: solid 1px #F1F1F2;
}
.bg-color-white {
  background: #ffffff;
}
.min-h-75 {
  min-height: 75px;
}
.h-100 {
  height: 100%;
}
.p-24 {
  padding: 24px;
}
.pt-12 {
  padding-top: 12px;
}
.sticky-banner {
  z-index: 1;
  position: fixed;
  background: #370B8F;
  padding: 16px 40px;
}
.sticky-banner.bottom {
  bottom: 0;
}
.sticky-banner .link {
  color: #3e7eff;
}
@media (min-width: 320px) {
  .sticky-banner .link {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .sticky-banner .link {
    margin-top: 0;
    line-height: 40px;
  }
}
/* https://stackoverflow.com/a/22799354 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/** Checkbox **/
.ckbox label {
  font-weight: normal;
}
/**
 * https://bootsnipp.com/snippets/D2v11
 */
.ckbox {
  position: relative;
}
.ckbox input[type=checkbox] {
  opacity: 0;
  display: none;
}
.ckbox label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 24px;
}
.ckbox label:before {
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border: 2px solid #8F8F8F;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.ckbox input[type=checkbox]:checked + label:before {
  border-color: #3e7eff;
  background-color: #3e7eff;
}
.ckbox input[type=checkbox]:checked + label:after {
  top: 3px;
  left: 3.5px;
  content: "";
  color: #ffffff;
  font-size: 11px;
  font-family: "Glyphicons Halflings";
  position: absolute;
}
.a-unstyled:hover,
.a-unstyled:active {
  text-decoration: none !important;
}
.turn-off-spinner::-webkit-inner-spin-button,
.turn-off-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Dropdown Button */
.split-button {
  background-color: #3E7EFF;
  color: #ffffff;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  border-right: 1px solid #79A6FF;
}
.split-button-small {
  background-color: #3E7EFF;
  color: #ffffff;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 0 4px 4px 0;
}
/* The container <div> - needed to position the dropdown content */
.split-button-dropdown {
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.split-button-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  min-width: 215px;
  z-index: 1;
}
/* Links inside the dropdown */
.split-button-dropdown-content a {
  background-color: #ffffff;
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.split-button-dropdown-content a:hover {
  background-color: #ddd;
  cursor: pointer;
}
/* Show the dropdown menu on hover */
.split-button-dropdown:hover .split-button-dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.split-button-btn:hover,
.split-button-dropdown:hover .btn {
  background-color: #0b7dda;
}
.bg-color-gray-000 {
  background-color: #F5F5F5;
}
.bg-color-gray-100 {
  background-color: #F1F1F2;
}
.bg-color-blue-000 {
  background-color: #F3F5FD;
}
.bg-color-yellow-100 {
  background-color: #FFF3D6;
}
.bg-color-light-white {
  background-color: #fafbfc;
}
.bg-color-white {
  background-color: #ffffff !important;
}
.btn-primary-light {
  background: #2C50FF;
  color: #ffffff;
  padding: 12px 48px;
  font-size: 16px;
}
.btn-light {
  background: #ffffff;
  color: #2C50FF;
  padding: 12px 48px;
  font-size: 16px;
}
.no-border {
  border: none !important;
}
.thin-border {
  border: 1px solid;
}
.thin-border.gray-200 {
  border-color: #E0E0E0;
}
.fs-blue-400-text {
  color: #2C50FF;
}
.fs-blue-700-text {
  color: #111F66;
}
.fs-gray-600-text {
  color: #8F8F8F;
}
.fs-gray-700-text {
  color: #757575;
}
.fs-green-500 {
  color: #08C0A6;
}
.fs-grey-900-ink {
  color: #222222;
}
.fs-yellow-500 {
  color: #FFB50D;
}
.fs-charcoal-222 {
  color: #4A4A4A;
}
.line-height-2em {
  line-height: 2em;
}
.line-height-3em {
  line-height: 3em;
}
.line-height-15em {
  line-height: 1.5em;
}
.line-height-175em {
  line-height: 1.75em;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.fs-box-group {
  padding: 12px;
  border-radius: 4px;
}
.fs-box-group.gray-200 {
  border: solid 1px #E0E0E0;
}
.fs-box-group.gray-300 {
  border: solid 1px #CCCCCC;
}
.fs-box-group.blue-000 {
  border: solid 1px #F3F5FD;
}
.fs-box-group.blue-400 {
  border: solid 1px #2C50FF;
}
.container-fluid-margin-top-80 {
  margin-top: 80px;
}
.iti {
  width: 100%;
}
.word-wrap-break-word {
  word-wrap: break-word;
}
.text-green {
  color: #08c0a6;
}
.text-red {
  color: #a94442;
}
.text-blue {
  color: #2C50FF;
}
.mat-floating-placeholder {
  opacity: 0 !important;
}
.mat-select-underline {
  opacity: 0 !important;
}
.mat-select-trigger {
  height: 100% !important;
  font-size: 14px;
}
.mat-option {
  font-size: 14px;
  line-height: 35px;
  height: 1.6em !important;
}
.mat-input-container {
  width: 100%;
}
.mat-select-content {
  z-index: 99999 !important;
}
.mat-select-value {
  color: #555;
}
.mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.mat-form-field-underline {
  display: none;
}
.mat-form-field-placeholder {
  padding: 0.5em 1em;
  position: relative !important;
}
.mat-input-placeholder {
  display: none;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-placeholder {
  display: none !important;
}
.mat-form-field-placeholder {
  display: none;
}
mat-select.form-control {
  height: 2.2em;
}
mat-select.form-control.fs-rounded-drop-down {
  height: auto;
  height: initial;
  border-radius: 1em;
}
mat-select.form-control-error {
  background-color: #f2dede !important;
}
.mat-checkbox-ripple {
  display: none;
}
.mat-checkbox-layout {
  white-space: normal !important;
}
.mat-checkbox-label {
  font-size: 12px;
  line-height: 18px;
  color: #8f8f8f;
  font-weight: normal;
  display: contents;
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #000;
}
.mat-tab-group.mat-primary .mat-tab-label:focus,
.mat-tab-group.mat-primary .mat-tab-link:focus,
.mat-tab-nav-bar.mat-primary .mat-tab-label:focus,
.mat-tab-nav-bar.mat-primary .mat-tab-link:focus {
  background-color: rgba(155, 155, 155, 0.3);
}
mat-tab-header .mat-tab-header-pagination {
  z-index: 1;
}
.borrower.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #6e2fe7;
}
.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-background {
  background-color: #3e7efe;
}
.form-inline .checkbox input[type=checkbox],
.form-inline .checkbox .form-inline .radio input[type=radio] {
  position: absolute;
}
.ui-accordion-header {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-size: 16px;
  background-color: white !important;
  border: none !important;
}
.ui-accordion-header a {
  text-decoration: none !important;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.ui-accordion-header a[aria-expanded=true] {
  border: none;
}
.ui-accordion-content {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4) !important;
  padding: 0.5em 0.5em 0.5em 2em !important;
}
.ui-chkbox-box.ui-state-active,
.ui-radiobutton-box.ui-state-active {
  border: 1px solid #3d7eff !important;
  background: #3d7eff !important;
}
.ui-radiobutton-box {
  width: 1.5em !important;
  height: 1.5em !important;
  line-height: 1.35em !important;
}
.ui-radiobutton-icon {
  font-size: 0.8em !important;
}
.ui-radiobutton-label {
  font-size: 13px;
  color: #4a4a4a;
  margin-bottom: 0px;
}
.ui-calendar {
  width: 100%;
}
.mat-radio-container .mat-radio-outer-circle {
  border-color: #2c81ff !important;
}
.mat-radio-container .mat-radio-inner-circle {
  background-color: #2c81ff !important;
}
.mat-radio-label {
  white-space: inherit !important;
}
.mat-radio-label .mat-radio-label-content {
  width: 100%;
}
.ui-dropdown {
  padding: 6px 12px;
  width: 100% !important;
}
.ui-dropdown-trigger {
  border-left: 0;
}
.ui-dropdown:not(.ui-state-disabled) {
  background-color: white;
}
.ui-dropdown:not(.ui-state-disabled):hover {
  background-color: white;
}
.ui-dropdown .ui-dropdown-trigger .fa {
  margin-top: 1em;
  margin-left: -0.75em;
}
.ui-dropdown:not(.ui-state-disabled) {
  background-color: inherit;
}
.ui-dropdown:not(.ui-state-disabled):hover {
  background-color: inherit;
}
.ui-state-focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: transparent !important;
}
.mat-button-toggle-group {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mat-button-toggle {
  border-radius: 2px;
  border: 1px solid #3e7eff;
  color: #3e7eff;
  background-color: #ffffff;
}
.mat-button-toggle.mat-button-toggle-checked {
  color: #ffffff;
  background-color: #3e7eff;
  border-radius: 2px;
}
.mat-button-toggle-label {
  padding: 6px 12px;
  margin-bottom: 0;
}
.mat-button-toggle-label-content {
  line-height: normal !important;
  line-height: initial !important;
  padding: 0 !important;
}
.mat-icon {
  height: auto !important;
  height: initial !important;
  width: auto !important;
  width: initial !important;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  visibility: hidden;
}
.mat-form-field-hide-placeholder .mat-select-placeholder {
  color: #9B9B9B;
  -webkit-text-fill-color: #9B9B9B;
}
.form-control-error .mat-select-placeholder {
  -webkit-text-fill-color: #a94442;
}
.mat-form-field-empty {
  visibility: hidden;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  visibility: hidden;
}
.mat-form-field-hide-placeholder .mat-select-placeholder {
  color: #9B9B9B !important;
  -webkit-text-fill-color: #9B9B9B !important;
}
.form-control-error .mat-select-placeholder {
  -webkit-text-fill-color: #a94442;
}
.mat-form-field-empty {
  visibility: hidden;
}
.dropdown-options {
  position: absolute;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
  margin-top: 2px;
  padding: 16px;
  width: 100%;
  z-index: 100;
}
.dropdown-menu-sw {
  left: auto;
  right: 0;
}
@media (min-width: 320px) {
  .aboutUsContainer .aboutUsHeader {
    padding-top: 0.5em !important;
    background-color: #14004f;
    color: white;
  }
  .aboutUsContainer .aboutUsHeader .title {
    font-size: 22px;
  }
  .aboutUsContainer .aboutUsHeader .transparant-text {
    visibility: hidden;
  }
  .aboutUsContainer .aboutUsBody {
    padding: 2em 0em 4em;
  }
  .aboutUsContainer .aboutUsBody div:nth-child(1) {
    font-size: 4vw;
  }
  .aboutUsContainer .aboutUsBody div:nth-child(2) {
    font-size: 3vw;
  }
  .aboutUsContainer .profileContainer .swiper-container .swiper-wrapper .swiper-slide {
    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .aboutUsContainer .profileContainer .swiper-container .swiper-wrapper .swiper-slide img {
    height: 45vh;
    width: 70vw;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer {
    margin-top: -45px;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileCaption {
    font-size: 3.25vw;
  }
  .aboutUsContainer .profileContainer .city-silhouette {
    height: 10em;
    margin-top: 0px;
    background-size: contain;
  }
  .aboutUsContainer .profileImageBox .name {
    font-size: 10px;
  }
  .aboutUsContainer .profileImageBox img {
    width: 100%;
  }
  .aboutUsContainer .profileImageBox .company {
    font-size: 8px;
  }
  .aboutUsContainer .profileImageBox .title {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .aboutUsContainer .profileImageBox .company {
    font-size: 8px;
  }

  .leadership-info-container .title {
    background-color: white;
  }

  .company-shareholder-container {
    padding: 0;
  }
}
@media (min-width: 415px) {
  .aboutUsContainer .profileImageBox img {
    width: 100%;
  }
  .aboutUsContainer .profileImageBox .company {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .aboutUsContainer .profileImageBox {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .aboutUsContainer .profileImageBox .name {
    font-size: 12px;
  }
  .aboutUsContainer .profileImageBox .company {
    font-size: 12px;
  }

  .leadership-info-container .title {
    background-color: inherit;
  }

  .company-shareholder-container,
.c-lead-description-box {
    padding: 0em 5em;
  }
}
@media (min-width: 992px) {
  .aboutUsContainer .aboutUsHeader {
    padding-top: 1.5em !important;
    background-color: #14004f;
    background: repeating-linear-gradient(#14004f, #14004f 37.5vw, #FFFFFF 50.1%, #FFFFFF 100%);
  }
  .aboutUsContainer .aboutUsHeader .title {
    font-size: 36px;
  }
  .aboutUsContainer .aboutUsHeader .transparant-text {
    visibility: inherit;
  }
  .aboutUsContainer .aboutUsBody {
    padding: 2em 0em 10em;
  }
  .aboutUsContainer .aboutUsBody div:nth-child(1) {
    font-size: 18px;
  }
  .aboutUsContainer .aboutUsBody div:nth-child(2) {
    font-size: 14px;
  }
  .aboutUsContainer .profileContainer .profileContainerBox {
    height: inherit;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer {
    margin-top: 0px;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileCaption {
    font-size: 12px;
  }
  .aboutUsContainer .profileContainer .city-silhouette {
    height: 15em;
    margin-top: -140px;
    background-size: cover;
  }
  .aboutUsContainer .profileImageBox {
    padding: 0;
    margin-right: 10px;
  }
  .aboutUsContainer .profileImageBox .name {
    font-size: 12px;
  }
  .aboutUsContainer .profileImageBox .title {
    margin-top: 5px;
    font-size: 12px;
  }
  .aboutUsContainer .profileImageBox .company {
    font-size: 12px;
  }

  .company-shareholder-container,
.c-lead-description-box {
    padding: 0em 10em;
  }
}
@media (min-width: 1200px) {
  .aboutUsContainer .aboutUsHeader {
    padding-top: 1.5em !important;
    background-color: #14004f;
    background: repeating-linear-gradient(#14004f, #13004F 23vw, #FFFFFF 50.1%, #FFFFFF 100%);
  }
  .aboutUsContainer .aboutUsHeader .title {
    font-size: 36px;
  }
  .aboutUsContainer .aboutUsHeader .transparant-text {
    visibility: inherit;
  }

  .aboutUsContainer .aboutUsHeader {
    z-index: 1;
    padding: 1em;
    color: white;
  }
  .aboutUsContainer .aboutUsHeader .handshake-image {
    margin-top: -100px;
  }
  .aboutUsContainer .aboutUsHeader .title {
    line-height: 34px;
  }
  .aboutUsContainer .aboutUsBody {
    z-index: 1;
    background-color: white;
  }
  .aboutUsContainer .aboutUsBody div:nth-child(2) {
    color: #4a4a4a;
  }
  .aboutUsContainer .profileContainer {
    z-index: 1;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer {
    background-color: #f5f5f5;
    padding-top: 3em;
    padding-bottom: 10em;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileCaption {
    color: #4a4a4a;
    opacity: 0.65;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileImageBox {
    margin-right: 2em;
    margin-bottom: 2em;
    background-color: white;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileImageBox div:first-of-type {
    color: #9b9b9b;
    font-size: 11px;
    padding-left: 10px;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileImageBox div:nth-child(2) {
    padding: 1em 0em 1em 10px;
    font-size: 10px;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileImageBox div:nth-child(3) {
    padding-left: 10px;
    line-height: 10px;
  }
  .aboutUsContainer .profileContainer .detailprofileContainer .profileImageBox div:nth-child(4) {
    color: #4a4a4a;
    padding: 0.1em 0em 1.25em 10px;
  }
}
.leadership-info-container {
  padding: 2em 0em;
}
.leadership-info-container .title {
  font-size: 30px;
}
.leadership-info-container .name {
  font-weight: bold;
}
.cLeadershipSwiperContainer {
  margin-bottom: 5em;
}
@media (min-width: 320px) {
  .c-lead-profile-photo {
    width: 70%;
  }
}
@media (min-width: 415px) {
  .c-lead-profile-photo {
    width: 100%;
  }
}
.company-shareholder-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 30px;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}
.borrowerDashboard {
  border: solid 1px rgba(151, 151, 151, 0.25);
}
.borrowerDashboard .borrowerDashboardHeader {
  z-index: 1;
  background-size: cover;
  -webkit-filter: FlipH;
          filter: FlipH;
}
@media (min-width: 320px) {
  .borrowerDashboard .borrowerDashboardHeader img {
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .borrowerDashboard .borrowerDashboardHeader img {
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}
@media (min-width: 320px) {
  .borrowerDashboard .borrowerDashboardHeader .info-box {
    display: none;
  }
}
@media (min-width: 992px) {
  .borrowerDashboard .borrowerDashboardHeader .info-box {
    display: block;
  }
}
@media (min-width: 320px) {
  .borrowerDashboard .borrowerBenefit {
    display: none;
  }
}
@media (min-width: 992px) {
  .borrowerDashboard .borrowerBenefit {
    display: block;
  }
}
.borrowerDashboard .slider-mobile {
  height: 100%;
}
.borrowerDashboard .swiper-slide {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.borrowerDashboard .seeBenefit {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-top: 25px;
  text-decoration: underline;
  cursor: pointer;
}
.borrowerDashboard .borrowerCaption {
  color: #3901a8;
  background-color: #fbf8ff;
}
.borrowerDashboard .borrowerCaption h1 {
  font-size: 32px;
  font-weight: 500;
}
.borrowerDashboard .borrowerCaption .borrowercaptionDescription {
  font-size: 16px;
  line-height: 1.38;
}
.borrowerDashboard .borrowerBenefit {
  background-color: #fbf8ff;
  border-bottom: solid 1px #979797;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #3700a8;
  height: 140px;
}
.borrowerDashboard .borrowerBenefit img {
  height: 50px;
  margin-bottom: 20px;
}
.borrowerDashboard .rewardMenuContainer {
  margin-top: 20px;
  padding-left: 100px;
  width: 90%;
  height: 23px;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.2px;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 320px) {
  .borrowerDashboard .rewardMenuContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .borrowerDashboard .rewardMenuContainer {
    display: block;
  }
}
.borrowerDashboard .rewardMenuContainer .rewardSubMenu {
  margin-right: 20px;
  cursor: pointer;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
}
.borrowerDashboard .rewardMenuContainer .rewardSubMenu.active {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  color: #3700a8;
  border-bottom: solid 5px #3700a8;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.borrowerDashboard .rewardContainer {
  padding-left: 100px;
  margin-top: 80px;
}
@media (min-width: 320px) {
  .borrowerDashboard .rewardContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .borrowerDashboard .rewardContainer {
    display: block;
  }
}
.borrowerDashboard .rewardContainer .rewardCaption {
  font-size: 16px;
  color: #9b9b9b;
}
.borrowerDashboard .selectedMenuContainer {
  height: 500px;
  padding-left: 100px;
}
@media (min-width: 320px) {
  .borrowerDashboard .selectedMenuContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .borrowerDashboard .selectedMenuContainer {
    display: block;
  }
}
.borrowerDashboard .selectedMenuContainer img {
  height: 100%;
  width: 100%;
  margin-top: 40px;
}
.borrowerDashboard .selectedMenuContainer .SelectedMenuTitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
}
.borrowerDashboard .selectedMenuContainer .selectedMenuCaption {
  font-size: 19px;
  line-height: 1.11;
  letter-spacing: 0.2px;
  color: #838383;
}
.borrowerDashboard .selectedMenuContainer .selectedMenuList {
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
  margin-top: 20px;
}
.borrowerDashboard .selectedMenuContainer .selectedBtn {
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: #3901a8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}
.borrowerDashboard .ui-accordion-header .fa-caret-right,
.borrowerDashboard .ui-accordion-header .fa-caret-down {
  background: #896dc0;
}
.borrowerDashboard .borrowerOffer {
  background-color: #f5f5f5;
}
.borrowerDashboard .borrowerOffer .title {
  display: block;
}
@media (min-width: 320px) {
  .borrowerDashboard .borrowerOffer .title {
    font-size: 32px;
    margin: 20px auto 20px;
  }
}
@media (min-width: 768px) {
  .borrowerDashboard .borrowerOffer .title {
    font-size: 40px;
    margin: 50px auto 40px;
  }
}
.borrowerDashboard .borrowerOffer .offerContainer {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .borrowerDashboard .borrowerOffer .offerContainer {
    -webkit-box-shadow: 0px 3px 5px #cccccc;
            box-shadow: 0px 3px 5px #cccccc;
  }
}
.borrowerDashboard .borrowerOffer .offerContainer .item {
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
@media (min-width: 320px) {
  .borrowerDashboard .borrowerOffer .offerContainer .item {
    width: 320px;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0px 3px 5px #cccccc;
            box-shadow: 0px 3px 5px #cccccc;
  }
}
@media (min-width: 768px) {
  .borrowerDashboard .borrowerOffer .offerContainer .item {
    width: 33.33%;
    float: left;
    height: 500px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
  }
}
.borrowerDashboard .borrowerOffer .offerContainer .item img {
  width: 75px;
  display: block;
}
.borrowerDashboard .borrowerOffer .offerContainer .item ul {
  margin: 20px 0 20px -25px;
  list-style: none;
}
.borrowerDashboard .borrowerOffer .offerContainer .item ul li::before {
  content: "•";
  color: #cccccc;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.borrowerDashboard .borrowerOffer .offerContainer .item ul li {
  margin-bottom: 5px;
}
.borrowerDashboard .borrowerOffer .offerContainer .item .productName {
  font-size: 14px;
  color: #757575;
  margin: 10px 0 0;
}
.borrowerDashboard .borrowerOffer .offerContainer .item .productCaption {
  font-size: 16px;
  font-weight: 600;
}
.borrowerDashboard .borrowerOffer .offerContainer .item .upto {
  font-size: 12px;
  color: #757575;
  margin: 25px 0 0;
}
.borrowerDashboard .borrowerOffer .offerContainer .item .uptoValue {
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 320px) {
  .borrowerDashboard .borrowerOffer .offerContainer .item .btnContainer {
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .borrowerDashboard .borrowerOffer .offerContainer .item .btnContainer {
    position: absolute;
    bottom: 30px;
    width: 88%;
  }
}
.borrowerDashboard .borrowerOffer .offerContainer .item .btnProduct {
  padding: 12px 0px;
  font-size: 16px;
  width: 100%;
}
.borrowerDashboard .borrowerOffer .offerContainer .item .btnApply {
  width: 48%;
  float: left;
}
.borrowerDashboard .borrowerOffer .offerContainer .item .btnMore {
  width: 48%;
  float: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #3e7eff;
  border-radius: 0;
  margin-right: 4%;
}
@media (min-width: 768px) {
  .borrowerDashboard .borrowerOffer .offerContainer .borderItem {
    border-right: 1px solid #d6e4ff;
  }
}
@media (min-width: 768px) {
  .borrowerDashboard .borrowerOffer .offerContainer .item2Col {
    width: 50%;
  }
}
.borrowerDashboard .borrowerOffer .offerContainer2Col {
  max-width: 640px;
}
.selectedMenuContainer .term-condition-title {
  margin-top: 20px;
  margin-bottom: 5px;
}
.selectedMenuContainer .list-disc-style {
  font-size: 12px;
  font-style: italic;
}
.brwDashboard {
  background-color: #eceff1;
}
.brwDashboard .repaymentInfoRow {
  background-color: #9572cf;
  padding-left: 15vw;
  padding-right: 150px;
}
.brwDashboard .repaymentInfoRow .progressRowCaption {
  padding-top: 1.5em;
}
.brwDashboard .repaymentInfoRow .progressRowCaption .title {
  text-align: left;
  color: #ffffff;
}
.brwDashboard .repaymentInfoRow .progressRowCaption .caption {
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  color: #ffffff;
}
.brwDashboard .repaymentInfoRow .progressRowBar {
  padding-top: 2.5em;
  padding-left: 4em;
}
.brwDashboard .accountOverview {
  background-color: #3d187e;
  padding: 16px;
}
.brwDashboard .accountOverview .accountOverviewWrapper {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.brwDashboard .accountOverview .accountOverviewCaption {
  text-align: center;
}
.brwDashboard .accountOverview .accountOverviewCaption h1 {
  color: #ffffff;
}
.brwDashboard .accountOverview .accountOverviewCaption .caption {
  text-align: left;
  color: #ffffff;
  opacity: 0.55;
}
.brwDashboard .accountOverview .accountOverviewBtn {
  margin-top: 20px;
  width: 250px;
  height: 50px;
  line-height: 35px;
  font-size: 20px;
  color: #ffffff;
}
.brwDashboard .statisticRow {
  height: 300px;
  background-color: #4c1f97;
  padding-top: 50px;
  display: block;
}
.brwDashboard .statisticRow .detailRow .leftStatistic {
  max-width: 310px;
  height: 40px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.35);
  margin-bottom: 10px;
}
.brwDashboard .statisticRow .detailRow .leftStatistic a {
  text-decoration: underline;
}
.brwDashboard .statisticRow .detailRow .rightStatistic {
  width: 480px;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.brwDashboard .statisticRow .swiper-container .swiper-pagination-bullets {
  bottom: 100px !important;
}
.brwDashboard .statisticRow .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff !important;
}
.brwDashboard .statisticRow .swiper-container .swiper-wrapper .swiper-slide {
  background-color: inherit;
  opacity: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.brwDashboard .CalendarContainer {
  width: 55em;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  padding: 1.5em;
  margin-bottom: 100px;
  border-radius: 4px;
  background-color: #ffffff;
}
.brwDashboard .CalendarContainer .leftSection {
  width: 50%;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px rgba(151, 151, 151, 0.3);
}
.brwDashboard .CalendarContainer .rightSection {
  width: 50%;
  padding-left: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.5em;
}
.brwDashboard .upcoming-repayments__container {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  margin-bottom: 100px;
  border-radius: 4px;
  background-color: #ffffff;
}
.brwDashboard .upcoming-repayments__container .swiper-button-next,
.brwDashboard .upcoming-repayments__container .swiper-button-prev {
  display: none;
}
.brwDashboard .upcoming-repayments__detail {
  padding: 20px;
}
.brwDashboard .upcoming-repayments__description {
  text-align: left;
}
.brwDashboard .upcoming-repayments__title {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
  background-color: #f7f7f9;
  padding: 20px 20px;
}
.brwDashboard .upcoming-repayments__amount {
  font-family: "Poppins-Light", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 36px;
  font-weight: 300;
  color: #5220a9;
  margin-bottom: 10px;
}
.brwDashboard .upcoming-repayments__subtitle {
  font-family: "Poppins-Light", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.brwDashboard .upcoming-repayments__action {
  margin-top: 20px;
}
.brwDashboard .upcoming-repayments__action .btn-primary-borrower {
  font-size: 18px;
  padding: 10px 25px;
}
.brwDashboard .upcoming-repayments__periods {
  display: block;
  height: 300px;
  background-color: #f7f7f9;
  padding-top: 20px;
}
.brwDashboard .upcoming-repayments__periods .swiper-button-prev {
  margin-left: unset !important;
}
.brwDashboard .upcoming-repayments__periods .swiper-button-next {
  margin-right: unset !important;
}
.period-box {
  width: 165px;
  height: 165px;
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
}
.period-box.swiper-slide {
  background-color: #f7f7f9;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  opacity: 1;
}
.period-box__title {
  color: #5203e9;
  font-size: 36px;
  font-weight: 300;
}
.period-box__subvalue {
  font-size: 20px;
  font-weight: 500;
  color: #818a91;
}
.btnPay {
  color: #3d7eff;
  border-radius: 1px;
  border: solid 1px rgba(61, 126, 255, 0.5) !important;
  width: 10em;
}
.btnPay.white {
  color: #ffffff;
  border-radius: 2px;
  border: solid 1px rgba(248, 248, 248, 0.3) !important;
}
.fs-check-eligibility-modal > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fs-check-eligibility-modal .fs-eligibility-modal-header {
  background-color: #faf8ff;
  color: #8e6fcf;
}
.fs-check-eligibility-modal .fs-modal__title {
  color: #6524e3;
}
.fs-check-eligibility-modal .form-group {
  background-color: #fafbfc;
  border: solid 1px #dde5ed;
  width: 49%;
  margin-bottom: 10px;
}
.fs-check-eligibility-modal .form-group mat-select {
  margin-top: 0;
}
.fs-check-eligibility-modal .fs-eligibility-modal-body {
  padding-top: 1em;
  padding-bottom: 1em;
}
.fs-check-eligibility-modal .fs-eligibility-modal-footer {
  border-top: solid 1px #dddddd;
  padding-top: 10px !important;
}
.fs-check-eligibility-modal .fs-eligibility-modal-footer .footer-caption {
  color: #4a4a4a;
}
.fs-check-eligibility-modal .fs-eligibility-modal-footer .btn-primary-borrower {
  width: 175px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.fs-check-eligibility-modal .fs-eligibility-modal-footer .white-right-arrow-icon {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .fs-check-eligibility-modal .fs-modal__dialog {
    width: 500px;
  }

  .brwDashboard .accountOverview .accountOverviewCaption {
    width: 430px;
  }
  .brwDashboard .upcoming-repayments__container .swiper-button-next,
.brwDashboard .upcoming-repayments__container .swiper-button-prev {
    display: block;
  }
  .brwDashboard .upcoming-repayments__container .swiper-pagination {
    display: none;
  }
  .brwDashboard .period-box {
    background-color: #ffffff;
    border: solid 1px #cccccc;
  }
}
@media (min-width: 992px) {
  .brwDashboard .accountOverview .accountOverviewCaption {
    text-align: left;
    width: 600px;
  }
  .brwDashboard .accountOverview .accountOverviewCTA {
    float: right;
  }
  .brwDashboard .statisticRow {
    height: 300px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .brwDashboard .statisticRow .detailRow {
    float: unset;
  }
  .brwDashboard .upcoming-repayments__container {
    width: 1000px;
  }
  .brwDashboard .upcoming-repayments__detail {
    padding: 20px 0 20px 0;
  }
  .brwDashboard .upcoming-repayments__action {
    margin-top: unset;
  }
  .brwDashboard .period-box.swiper-slide-active {
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.18);
    border: solid 3px #5203e9;
  }
  .brwDashboard .period-box.swiper-slide {
    opacity: 1;
  }
  .brwDashboard .period-box__title {
    font-size: 30px;
  }
  .brwDashboard .period-box__subvalue {
    font-size: 18px;
  }
}
.paymentContainer {
  padding-bottom: 80px;
  padding-top: 20px;
  background-color: #f2f5fe;
}
.paymentContainer .title {
  color: #4c1f97;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.paymentContainer .title strong, .paymentContainer .title a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.paymentContainer .title-description {
  text-align: left;
  margin-right: auto;
}
.paymentContainer .title-instructions {
  margin-right: auto;
}
.paymentContainer .paymentBox {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.paymentContainer .paymentBox .paymentBoxHeader {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-basis: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: 0;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.paymentContainer .paymentBox .paymentBoxHeader .paymentHeaderTitleBox {
  padding: 10px 10px;
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.paymentContainer .paymentBox .paymentBoxHeader .paymentHeaderTitleBox .circle-number-information {
  color: #4c1f97;
  border: rgba(76, 31, 151, 0.25);
  background: rgba(76, 31, 151, 0.25);
}
.paymentContainer .paymentBox .paymentBoxHeader .paymentHeaderTitleBox.active {
  cursor: pointer;
  border: rgba(76, 31, 151, 0.25);
  background-color: rgba(76, 31, 151, 0.25);
}
.paymentContainer .paymentBox .paymentBoxHeader.active {
  background-color: #f2edfd;
}
.paymentContainer .paymentBox .paymentBoxBody {
  display: inline-block;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
  padding: 2em;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-signup-form {
  height: inherit;
  text-align: left;
  padding: 0 !important;
  background-color: transparent !important;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-signup-form input, .paymentContainer .paymentBox .paymentBoxBody .fs-signup-form select {
  height: 20px;
  line-height: 20px;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-signup-form .form-control-affix {
  width: calc(100% - 50px) !important;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-signup-form mat-select {
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
}
.paymentContainer .paymentBox .paymentBoxBody .paymentBoxBodyHeader {
  display: -webkit-box;
  display: flex;
  margin: 1em auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.paymentContainer .paymentBox .paymentBoxBody .paymentBoxBodyHeader .btnAddGuarantor {
  height: 40px;
  line-height: 27px;
  margin-left: auto;
  border-radius: 2px;
  border: solid 1px rgba(151, 151, 151, 0.4);
  color: #6f2bfe;
  align-self: center;
  margin-bottom: 10px;
}
.paymentContainer .paymentBox .paymentBoxBody .paymentBoxBodyHeader .btnDeleteGuarantor {
  align-self: center;
  border-radius: 50px;
  background-color: rgba(216, 216, 216, 0.4);
  color: black;
  margin-left: auto;
  margin-bottom: 10px;
}
.paymentContainer .paymentBox .paymentBoxBody .paymentBoxBodyHeader .paymentBoxBodyHeader__title {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.paymentContainer .paymentBox .paymentBoxBody .newLoanFormGroup {
  width: 49%;
}
.paymentContainer .paymentBox .paymentBoxBody .newLoanFormGroup .newLoanFormControl {
  width: 100%;
  border-radius: 0;
  height: 3.5em;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-fetch-automator-box {
  height: 75px;
  padding: 15px;
  margin-top: 175px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cfd8e1;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-fetch-automator-box.success {
  border: solid 1px #2cc08a;
  background-color: rgba(44, 192, 138, 0.15);
}
.paymentContainer .paymentBox .paymentBoxBody .fs-fetch-automator-box .fetch-button {
  font-weight: bold;
  line-height: 25px;
  width: 190px;
  text-align: left;
  padding-left: 20px;
  height: 40px;
  background-color: #6e2fe7;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-fetch-automator-box .fetch-button.success {
  background-color: #24c08a;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-fetch-automator-box .change-edit-button {
  background-color: #d8d8d8;
  border-radius: 4px;
  padding: 0.1em 0.5em 0.1em 0.5em;
}
.paymentContainer .paymentBox .paymentBoxBody .fs-add-bank-box {
  height: 75px;
  padding: 1.5em 1em 1.5em 1em;
  border-radius: 4px;
  border: dashed 1px rgba(50, 14, 166, 0.25);
}
.paymentContainer .paymentBox .paymentBoxBody .fs-add-bank-box .add-bank-button {
  background-color: #f5f5f5;
  color: black;
}
.paymentContainer .paymentBox .paymentBoxBody .btnReturnDashboard {
  padding: 0.5em 1em 0.5em 1em;
}
.paymentContainer .paymentBox .paymentBoxFooter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.paymentContainer .btnNewLoanNext {
  color: white;
  padding: 0.5em 1em 0.5em 1em;
  width: 175px;
}
.paymentContainer .btnNewLoanNext .white-right-arrow-icon {
  margin-top: 3px;
}
.btnSelectBank {
  width: 100%;
  color: white;
  background-color: #6e2fe7;
  padding: 1em !important;
}
.bankLogInFooter {
  border-top: solid 1px #e1e1e1;
  padding: 1em 0em 1em 2em;
}
.btnBankLogIn {
  background-color: #6e2fe7;
  color: white;
  padding: 0.5em 2.5em !important;
}
.selectBankFormControl {
  background-color: rgba(221, 229, 237, 0.3) !important;
  border-radius: 0 !important;
  padding: 1.25em 0.75em !important;
}
@media (min-width: 768px) {
  .paymentContainer .title {
    text-align: right;
    margin-bottom: 50px;
  }
  .paymentContainer .title .title-instructions {
    margin-left: auto;
    margin-right: unset;
  }
  .paymentContainer .paymentBox .paymentBoxBody .paymentBoxBodyHeader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .paymentContainer .paymentBox .paymentBoxBody .paymentBoxBodyHeader .paymentBoxBodyHeader__title {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .paymentContainer .paymentBox .paymentBoxFooter {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .paymentContainer .title {
    width: 60em;
  }
  .paymentContainer .paymentBox {
    width: 60em;
  }
}
.fs-repayment-box:first-of-type {
  margin-top: 2em;
}
.repaymentDialogHeader {
  font-size: 18px;
  padding-bottom: 0;
}
.repaymentDialogHeader .ui-dialog {
  max-height: 640px !important;
}
.fs-repayment-box {
  background-color: white;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
.fs-repayment-box .header {
  font-size: 18px;
}
.fs-repayment-box .header .title {
  cursor: pointer;
  color: #4c1f97 !important;
}
.fs-repayment-box .header .title:hover {
  color: #4c1f97 !important;
  text-decoration: underline !important;
}
.fs-repayment-box .header .button {
  color: #9b9b9b;
}
.fs-repayment-box .header .button:hover {
  color: #333333 !important;
}
.fs-repayment-box .body {
  padding: 1em 0em;
}
.fs-repayment-box .footer {
  padding: 1em 0em 0em 0em;
  border-top: solid 1px rgba(151, 151, 151, 0.3);
}
.brwRepayment .accountOverview {
  background-color: #3d187e;
}
.brwRepayment .accountOverview .accountOverviewCaption h1 {
  color: #ffffff;
}
.brwRepayment .accountOverview .accountOverviewCaption .caption {
  text-align: left;
  color: #ffffff;
  opacity: 0.55;
}
.brwRepayment .accountOverview .accountOverviewBtn {
  margin-top: 100px;
  width: 250px;
  height: 50px;
  line-height: 35px;
  font-size: 20px;
  color: #ffffff;
}
.loan-offer-container {
  background-color: #fafafa;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.loan-offer-content {
  padding: 1em !important;
  border: none !important;
}
.loan-offer-document {
  display: block;
  cursor: pointer;
  width: 100%;
  margin: 1em 0;
  text-align: center;
  color: inherit !important;
  text-decoration: none !important;
}
.loan-offer-document:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.installment-item {
  margin: 0 0 1em 0;
  padding-top: 1em;
  border-top: 1px solid rgba(216, 216, 216, 0.75);
}
.fs-repayment-checkbox {
  font-size: 20px;
  padding-top: 1em;
}
.button-container {
  margin: 1em auto;
  padding-top: 1em;
  border-top: 1px solid rgba(216, 216, 216, 0.75);
  text-align: center;
}
.button-container .btn {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0.5em 1.5em;
}
@media (min-width: 320px) {
  .brwRepayment .accountOverview .accountOverviewCaption {
    padding: 1em;
  }

  .fs-repayment-filter {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .loan-offer-dialog,
.loan-instalment-dialog,
.loan-detail-dialog,
.vida-esign-dialog {
    width: 480px;
  }

  .brwRepayment .accountOverview .accountOverviewCaption {
    padding-left: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .brwRepayment .accountOverview .accountOverviewCaption.repayment {
    width: 600px;
  }
  .brwRepayment .fs-repayment-box {
    width: 600px;
    padding: 2em;
  }

  .fs-repayment-filter {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .fs-repayment-box {
    width: 600px;
    padding: 2em;
  }

  .fs-repayment-filter {
    width: 600px;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
.installment-detail-table th, .installment-detail-table td {
  padding-left: 8px;
}
.installment-detail-title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.silk-road-banner {
  padding: 0 !important;
  margin: 20px auto;
  max-width: 600px;
}
.silk-road-banner .silk-road-banner__header {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.silk-road-banner .silk-road-banner__button {
  background-color: #3e7eff;
  color: #ffffff;
  margin-top: 15px;
}
.loan-offer-modal-content.hide {
  display: none;
}
.loan-offer-modal-content.show {
  display: block;
}
.preview-document-pdf {
  height: 450px;
}
.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 415px) {
  .preview-document-pdf {
    height: 400px;
  }
}
a.btn-link {
  cursor: pointer;
}
a.btn-link::hover {
  text-decoration: underline;
  color: #3e7eff;
}
.select-profile-button {
  cursor: pointer;
  color: #3e7eff;
  text-align: center;
  padding: 1em 0;
}
.select-profile-button:hover {
  color: #2C50FF;
}
.read-more-less {
  cursor: pointer;
  text-align: center;
  padding: 0.5em 0 1em;
  color: #8f8f8f;
}
.btn-tertiary {
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #757575;
  font-size: 14px;
}
.btn-tertiary:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}
.btn-tertiary:active {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.32);
}
.btn-secondary {
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #3e7eff;
  border: 1px solid #3e7eff;
  font-size: 14px;
  text-align: center;
}
.btn-secondary:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}
.btn-secondary:active {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.32);
}
.btn-tertiary--disabled {
  background: #F5F5F5;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.aa-link-more-info {
  cursor: pointer;
  color: #3e7eff;
  text-decoration: underline;
}
.confirm-delete-bot .btn {
  width: 47%;
  margin: 0 1%;
}
@media (min-width: 320px) {
  .confirm-delete-bot .btn.btn-primary-white {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 320px) {
  .careerContainer.detail {
    padding: 50px 40px 100px 40px;
  }
  .careerContainer.detail .well-lg {
    padding: 0px 20px 60px 30px;
  }
  .careerContainer .careerHeader {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .careerContainer .careerHeader .career-exploration {
    height: 20em;
    margin-top: 8em;
  }
  .careerContainer .careerHeader div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .careerContainer .careerHeader .careerHeaderCaption {
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 0;
    text-align: center;
    margin-top: 4em;
  }
  .careerContainer .careerSocMedRow {
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .careerContainer .careerSocMedRow .career-connect {
    display: none;
  }
  .careerContainer .careerOpinionBox {
    display: none;
  }
  .careerContainer .vacancyContainer {
    min-width: inherit;
    width: 85vw;
  }
  .careerContainer .vacancyContainer .vacancyBox {
    width: 100%;
  }
  .careerContainer .vacancyContainer .vacancyBox .careerBox {
    display: none;
  }
  .careerContainer .collapsed {
    display: table;
    padding-left: 15px;
  }
  .careerContainer .collapsed .faq-arrow-right {
    margin-right: 5px;
  }

  .hr-email {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .careerContainer .vacancyContainer {
    min-width: 55em;
  }
  .careerContainer .careerHeader .careerHeaderCaption {
    margin-top: 0;
    padding: 5em 15em;
  }
  .careerContainer .collapsed .faq-arrow-right {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .careerContainer.detail {
    padding: 50px 100px 100px 100px;
  }
  .careerContainer.detail .well-lg {
    padding: 10px 125px 75px 75px;
  }
  .careerContainer .careerHeader {
    display: inherit;
  }
  .careerContainer .careerHeader .career-exploration {
    height: 30em;
  }
  .careerContainer .careerHeader .careerHeaderCaption {
    text-align: right;
    padding: 10em;
  }
  .careerContainer .careerSocMedRow {
    padding: 5em 10em 0em 10em;
    margin-bottom: 0;
    text-align: left;
  }
  .careerContainer .careerSocMedRow .career-connect {
    display: block;
  }
  .careerContainer .careerOpinionBox {
    display: block;
  }
  .careerContainer .vacancyContainer {
    min-width: 55em;
    max-width: 500px;
    width: 75vw;
  }
  .careerContainer .vacancyContainer .vacancyBox {
    width: 30.5%;
  }
  .careerContainer .vacancyContainer .vacancyBox .careerBox {
    display: block;
  }
}
.careerContainer {
  background-color: white;
}
.careerContainer .title {
  color: #4a4a4a;
}
.careerContainer.detail {
  border-bottom: solid 2px rgba(151, 151, 151, 0.25);
  background-color: #f5f5f5;
}
.careerContainer.detail .btnApplyJob {
  width: 175px;
  line-height: 25px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.careerContainer.detail .well-lg {
  background-color: white;
}
.careerContainer .careerHeader {
  background-color: #487bfa;
}
.careerContainer .careerHeader .careerHeaderCaption div:nth-child(1) {
  line-height: 34px;
}
.careerContainer .careerHeaderTextRow {
  padding-bottom: 10vw;
  padding-top: 1em;
  margin-top: -1px;
  background-color: #487bfa;
}
.careerContainer .careerOpinionBox {
  background-color: #f7f7f7;
  margin-top: -100px;
  max-width: 100em;
  width: 80em;
}
.careerContainer .careerOpinionBox .careerOpinionCommentBox {
  height: 25em;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
}
.careerContainer .careerOpinionBox .careerOpinionCommentBox.lastChild {
  height: 24em;
}
.careerContainer .careerOpinionBox .careerOpinionCommentBox .careerOpinionName {
  position: absolute;
  bottom: 2em;
}
.careerContainer .careerOpinionBox img {
  height: 25em;
  width: 100%;
}
.careerContainer .careerVacancyContainer {
  border: solid 1px rgba(151, 151, 151, 0.25);
  background-color: #fbfbfb;
}
.careerContainer .careerVacancyContainer .careerCountrySubMenuContainer {
  margin: auto;
}
.careerContainer .careerVacancyContainer .careerCountrySubMenuContainer .careerCountrySubMenu {
  display: inline-block;
  color: #9b9b9b;
}
.careerContainer .careerVacancyContainer .careerCountrySubMenuContainer .careerCountrySubMenu.active {
  color: #000000;
  font-weight: bold;
  border-bottom: solid 1px black;
}
.careerContainer .vacancyContainer {
  margin: auto;
}
.careerContainer .vacancyContainer .vacancyBox {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.careerContainer .vacancyContainer .vacancyBox .careerBox {
  height: 10em;
  line-height: 10em;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox.q1 {
  background-color: #baf0ff;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox.q2 {
  background-color: #f2e8ff;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox.q3 {
  background-color: #cdf5d7;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox.q4 {
  background-color: #ffe9ac;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox.q5 {
  background-color: #ffe4ed;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox.q6 {
  background-color: #ffd3d2;
}
.careerContainer .vacancyContainer .vacancyBox .careerBox img {
  height: 7em;
}
.careerContainer .vacancyContainer .vacancyBox div:nth-child(2) {
  padding-top: 1em;
  font-size: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.careerContainer .vacancyContainer .vacancyBox div:nth-child(3) {
  padding-left: 10px;
}
.careerContainer .vacancyContainer .vacancyBox div:nth-child(4) {
  padding-left: 10px;
  padding-bottom: 1em;
}
.fs-apply-job-modal .form-group {
  background-color: #fafbfc;
  border: solid 1px #dde5ed;
  width: 49%;
}
.fs-apply-job-modal .file-upload-icon {
  margin-top: -25px;
}
.fs-apply-job-modal .resume-upload-label {
  padding-left: 6em;
}
.fs-apply-job-modal .resume-upload-file-accepted-label {
  color: #4a4a4a;
  padding-left: 2.75em;
}
.referralDashboard .referralDashboardHeader {
  background: url('referral-wall.b2d3ac6a7ed3d8bf15e2.png') no-repeat;
  z-index: 1;
  height: 50em;
  background-size: contain;
  background-color: #00b196;
}
.referralDashboard .referralDashboardHeader .fs-services-button {
  position: absolute;
  bottom: 4em;
}
.referralDashboard .referralDashboardHeader .fs-services-container {
  position: absolute;
  bottom: 4em;
  width: 85%;
}
@media (max-width: 1024px) {
  .referralDashboard .referralDashboardHeader .fs-services-container {
    bottom: 1.4em;
  }
}
.referralDashboard .referralDashboardHeader img {
  height: 100%;
  background-size: contain;
  background-position: 50%;
  width: 100%;
}
@media (min-width: 320px) {
  .referralDashboard .referralDashboardHeader {
    height: 30em;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .referralDashboard .referralDashboardHeader {
    height: 50em;
    background-position: center;
  }
}
@media (min-width: 320px) {
  .referralDashboard .referralDashboardHeader .info-box {
    display: none;
  }
}
@media (min-width: 992px) {
  .referralDashboard .referralDashboardHeader .info-box {
    display: block;
    height: 350px;
    bottom: 15%;
  }
}
.referralDashboard .swiper-slide {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.referralDashboard .slider-mobile .swiper-slide {
  background-color: #00b196;
}
.referralDashboard .seeBenefit {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-top: 25px;
  text-decoration: underline;
  cursor: pointer;
}
.referralDashboard .referralCaption {
  background-color: #00b196;
}
.referralDashboard .referralCaption h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}
.referralDashboard .referralBenefit {
  background-color: #00b196;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  height: 140px;
}
@media (min-width: 320px) {
  .referralDashboard .referralBenefit {
    display: none;
  }
}
@media (min-width: 992px) {
  .referralDashboard .referralBenefit {
    display: block;
  }
}
.referralDashboard .referralBenefit img {
  height: 50px;
  margin-bottom: 20px;
}
.referralDashboard .rewardMenuContainer {
  margin-top: 20px;
  padding-left: 100px;
  width: 90%;
  height: 23px;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.2px;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 10px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 320px) {
  .referralDashboard .rewardMenuContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .referralDashboard .rewardMenuContainer {
    display: block;
  }
}
.referralDashboard .rewardMenuContainer .rewardSubMenu {
  margin-right: 20px;
  cursor: pointer;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
}
.referralDashboard .rewardMenuContainer .rewardSubMenu.active {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  color: #009688;
  border-bottom: solid 5px #009688;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.referralDashboard .seeBenefit[id=referralCaption]:target {
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.referralDashboard .rewardContainer {
  padding-left: 100px;
  margin-top: 50px;
}
@media (min-width: 320px) {
  .referralDashboard .rewardContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .referralDashboard .rewardContainer {
    display: block;
  }
}
.referralDashboard .rewardContainer .rewardCaption {
  font-size: 16px;
  color: #9b9b9b;
}
.referralDashboard .selectedMenuContainer {
  padding-left: 100px;
}
@media (min-width: 320px) {
  .referralDashboard .selectedMenuContainer {
    display: none;
  }
}
@media (min-width: 992px) {
  .referralDashboard .selectedMenuContainer {
    display: block;
  }
}
.referralDashboard .selectedMenuContainer img {
  height: 320px;
  margin: 15px 20px;
}
.referralDashboard .selectedMenuContainer .SelectedMenuTitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
}
.referralDashboard .selectedMenuContainer .selectedMenuCaption {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.referralDashboard .selectedMenuContainer .selectedMenuList {
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
  margin-top: 20px;
}
.referralDashboard .selectedMenuContainer .selectedBtn {
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: #009688;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}
.referralDashboard .referralBanner {
  background-color: #13b196;
}
.referralDashboard .referralBanner [role=button] {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 320px) {
  .referralDashboard .referralBanner {
    padding: 1em;
  }
  .referralDashboard .referralBanner .fs-refferal-banner-email-caption {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .referralDashboard .referralBanner {
    padding: 1em 5em;
  }
  .referralDashboard .referralBanner .fs-refferal-banner-email-caption {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .referralDashboard .referralBanner {
    padding: 1em 15em;
  }
}
.referralDashboard .referralBanner .referralBannerCaption {
  font-size: 22px;
  color: #ffffff;
}
.referralDashboard .referralBanner .btn-primary-white {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .referralDashboard .referralBanner .btn-primary-white {
    margin-top: 0;
  }
}
.referralDashboard .ui-accordion-header .fa-caret-right,
.referralDashboard .ui-accordion-header .fa-caret-down {
  background: #afe4db;
}
.referralDashboard .btn-primary-referral {
  min-width: 200px;
  padding: 15px;
}
@media (min-width: 320px) {
  .referralDashboard .rewardTitle {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .referralDashboard .rewardTitle {
    font-size: 36px;
  }
}
.check-eligibility-result-modal {
  width: 100%;
}
.fs-check-eligibility-result-header .title {
  font-size: 32px;
}
.fs-check-eligibility-result-header .gray-text {
  color: #777777;
}
.result-container {
  padding: 3em 1em;
}
.result-container .repayment {
  border-right: solid 1px rgba(127, 138, 145, 0.3);
}
.result-container .repayment .heading-light,
.result-container .interest .heading-light {
  font-size: 30px;
}
.result-container .repayment .Heading-Medium,
.result-container .interest .Heading-Medium {
  color: #818a91;
}
.footer-information {
  font-size: 12px;
}
@media (min-width: 768px) {
  .check-eligibility-result-modal {
    width: 475px;
  }
}
.referralBorrowerDialog .fs-modal__dialog {
  max-width: 600px;
}
.referralBorrowerDialog .fs-modal__dialog .fs-modal__header {
  padding-bottom: 0;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form {
  height: auto;
  height: initial;
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 1.4em;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .fs-signup-title {
  margin-bottom: 5px;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .btn-primary-referral {
  margin-top: 10px;
  width: 100%;
  padding: 5px;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .sign-up-group {
  padding: 0em 0.5em 0.4em;
  margin-bottom: 10px;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .sign-up-group label {
  font-size: 10px;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .sign-up-group .form-control {
  font-size: 12px;
  height: auto;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .disclaimer {
  font-size: 11px;
}
.referralBorrowerDialog .fs-modal__dialog .fs-signup-form .form-referralTitle {
  font-size: 14px;
}
.referral-update-container {
  background-color: #f5f5f5;
  margin-top: 0;
}
@media (min-width: 320px) {
  .referral-update-container {
    padding: 1.5em 0 7.5em;
  }
}
@media (min-width: 768px) {
  .referral-update-container {
    padding: 3.5em 0 4.5em;
  }
}
.referral-update-container .subscribe-form {
  margin-top: 15px;
}
.referral-update-container .subscribe-form .fs-form-control {
  padding: 1.75em 1em;
  width: 100%;
  border: solid 1px #dde5ed;
  margin-bottom: 10px;
}
.referral-update-container .subscribe-form .btn-subscribe-referral {
  background-color: #3e7eff;
  display: block;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.check-eligibility .caption-title {
  color: #4a4a4a;
}
.check-eligibility .disclaimer {
  color: #757575;
  display: block;
}
.check-eligibility .sign-up-form .sign-up-form-field__wrapper .form-control {
  height: 35px !important;
}
.check-eligibility .sign-up-form .signup-button-container {
  margin-top: 0 !important;
}
.check-eligibility .result-caption {
  font-size: 16px;
  color: #757575;
  display: block;
  margin-bottom: 24px;
}
.check-eligibility .result-box {
  border-radius: 4px;
  background-color: #F1F1F2;
}
.check-eligibility .result-box .white-line {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
}
.check-eligibility .result-box .result-content {
  padding: 24px;
}
.check-eligibility .result-box .result-content .caption {
  color: #757575;
  display: block;
  margin-bottom: 5px;
}
.check-eligibility .result-box .result-content .value {
  font-size: 24px;
}
@media (min-width: 320px) {
  .faqContainer .faqMenu {
    padding-left: 0px;
    padding-right: 0px;
  }
  .faqContainer .faqListContainer {
    padding: 0px 30px 30px 30px;
  }

  ng2-completer .completer-holder .completer-input {
    width: 90vw;
  }
  ng2-completer .completer-dropdown-holder .completer-dropdown {
    width: 90vw;
  }

  .collapsed {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faqContent {
    font-size: 14px;
  }

  .tab-button {
    height: 6em;
  }
}
@media (min-width: 768px) {
  .faqContainer .faqMenu {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .faqContainer .faqMenu {
    padding-left: 100px;
    padding-right: 100px;
  }
  .faqContainer .faqListContainer {
    padding: 0px 100px 50px 100px;
  }
  .faqContainer .faqListContainer:last-child {
    padding: 0px 100px 100px 100px;
  }

  ng2-completer .completer-holder .completer-input {
    width: 650px;
  }
  ng2-completer .completer-dropdown-holder .completer-dropdown {
    width: 650px;
  }

  .collapsed {
    font-size: 18px;
    padding-top: 25px;
  }

  .faqContent {
    font-size: 16px;
  }
}
.faqContainer .faq-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#3d7ffd), color-stop(51.75%, #3d7ffd), color-stop(50%, #3d7ffd), color-stop(50%, #c3d9fd), to(#c3d9fd));
  background: linear-gradient(to bottom, #3d7ffd 0%, #3d7ffd 51.75%, #3d7ffd 50%, #c3d9fd 50%, #c3d9fd 100%);
}
.faqContainer .faq-banner {
  background-image: url('faq-icon.52ea02c4250fcb2fbaa2.png');
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.faqContainer .search-container {
  margin-top: -60px;
  padding-bottom: 5em;
  text-align: center;
  color: white;
}
.faqContainer .search-container span {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.faqContainer .search-container font {
  color: #3d7ffd;
}
.faqContainer .faqMenu {
  background-color: #fafafa;
}
.faqContainer .faqListContainer {
  background-color: #f2f2f2;
}
.faqContainer .faqListContainer .containerTitle {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 25px;
  margin-top: 50px;
}
.faqContainer .faqListContainer .faqContent {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 24px;
  color: #4a4a4a;
  overflow: scroll;
}
.faqContainer .faqListContainer .block {
  display: block !important;
  overflow: hidden !important;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  width: 100%;
}
.collapsed {
  cursor: pointer;
  display: block;
  background: #cdf;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  font-weight: 500;
  color: #9b9b9b;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 0;
}
.collapsed.active {
  color: black;
}
.collapsed .faqQuestion {
  margin-left: 50px;
}
.collapsed + input {
  display: none;
}
.collapsed + input + div {
  display: none;
}
.collapsed + input:checked + div {
  display: block;
}
input ~ .faq-arrow-right {
  color: red !important;
}
input ~ .faq-arrow-right .faq-arrow-right {
  display: none;
}
input ~ .collapsed > .faq-arrow-right {
  display: none;
}
.language-dialog {
  width: 350px;
}
footer-section {
  padding: 0;
  z-index: 1;
}
.footerContainer {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}
.ssl-secure-box {
  -webkit-box-align: center;
          align-items: center;
  background-color: #dcfaf0;
  border-radius: 23px;
  color: #08c0a6;
  display: -webkit-box;
  display: flex;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 11px;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 10px 16px;
}
.change-language-box {
  -webkit-box-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 23px;
  color: #757575;
  display: -webkit-box;
  display: flex;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 12px;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 10px;
}
.app-container__title {
  font-size: 16px;
  line-height: 1.5;
  color: #8f8f8f;
  margin-bottom: 8px;
  margin-top: 10px;
}
.app-container__title.bold {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.app-container__app {
  display: inline-block;
  color: inherit;
}
.app-container__app:hover, .app-container__app:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media (min-width: 320px) {
  .app-container__app#ios-app {
    width: 9.1em;
  }
}
@media (min-width: 768px) {
  .app-container__app#ios-app {
    width: auto;
    width: initial;
  }
}
@media (min-width: 320px) {
  .app-container__app#android-app {
    width: 10.05em;
  }
}
@media (min-width: 768px) {
  .app-container__app#android-app {
    width: auto;
    width: initial;
  }
}
@media (min-width: 992px) {
  .footerTop {
    padding-left: 3em;
    padding-right: 3em;
  }
  .footerTop .adressDetail {
    font-size: 18px;
  }
  .footerTop.active .adressDetail2 {
    font-size: 30px;
  }

  .changeLanguageBox {
    margin-right: 20px;
  }
  .changeLanguageBox font {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .clearfix {
    font-size: 0.8em;
  }
}
footer-section {
  background: #ffffff none repeat scroll 0 0;
  color: #888;
  position: relative;
}
footer-section label {
  color: #000000;
  font-size: 16px;
}
.footerNav .item li {
  list-style: outside none none;
}
.itemHeader {
  line-height: 1.25;
  font-size: 20px;
  color: #8f8f8f;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.footerNav .item li a {
  color: #222;
  font-size: 14px;
  line-height: 1.43;
  font-weight: normal;
}
.footerNav .item li a:hover {
  text-decoration: none;
}
.footerNav .item li a:hover {
  text-decoration: none;
  color: #399ee6;
}
.footer-logo {
  height: 51px;
  width: 80vw;
  margin: 0;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footerBottom {
  margin-top: 20px;
}
.footerBottom .changeLanguageBox {
  line-height: 2em;
  padding: 0.5em 1.5em;
  border-radius: 20px;
  background-color: rgba(212, 212, 212, 0.3);
}
.footerBottom .changeLanguageBox u {
  color: #4a4a4a;
}
.social-media-icon {
  color: #fff;
  font-size: 16px;
  height: 2.5em;
  margin-right: 5px;
  padding: 6px 5px;
  text-align: center;
  width: 2.5em;
  display: inline-block;
  cursor: pointer;
}
.social-media-icon.linkedin {
  background-size: contain;
  background: url('linkedin.8977d38367876ad65f09.svg') no-repeat;
}
.social-media-icon.facebook {
  background-size: contain;
  background: url('facebook.10f4aaa21e8f387d8be4.svg') no-repeat;
}
.social-media-icon.twitter {
  background-size: contain;
  background: url('twitter.d6765f1141c3545b670f.svg') no-repeat;
}
.social-media-icon.instagram {
  background-size: contain;
  background: url('instagram.026c4d3ecaa8a6b0f00e.svg') no-repeat;
}
.social-media-icon.line-icon {
  background-size: contain;
  background: url('line.8857bddfecd5b4c58989.svg') no-repeat;
}
.footerBottom__sites {
  grid-row: 1;
}
@media (min-width: 768px) {
  .footerBottom__sites {
    grid-area: sites;
  }
}
.select-site {
  list-style: none;
  margin-top: 16px;
  display: -webkit-box;
  display: flex;
}
.select-site .global-icon {
  display: inline-block;
}
.select-site img {
  height: 12px;
  margin-right: 5px;
}
.select-site .dropdown-menu {
  background: #292929;
  padding: 0;
  margin-top: 10px !important;
}
.select-site .dropdown-menu li a {
  padding: 5px;
  color: #fff;
}
.select-site li a {
  color: #fff;
  font-size: 12px;
}
.select-site a:hover {
  text-decoration: none;
}
.select-site .dropdown-menu a:hover,
.select-site .dropdown-menu a:active,
.select-site .dropdown-menu a:focus {
  text-decoration: none;
  color: #0096ff;
}
.dropdown-menu a {
  cursor: pointer;
  pointer-events: auto;
}
.dropdown-menu li {
  float: none !important;
}
.language-container {
  padding: 1em;
}
.language-container a .light-gray-text:hover {
  color: #4a4a4a;
}
.language-container a:hover,
.language-container a:active {
  text-decoration: none !important;
}
.build-version {
  color: #9b9b9b;
}
.footer-menu-container.th {
  padding: 48px 16px 16px;
}
.footer-address-container.th {
  background-position: center right;
  background-size: cover;
}
.nav > li > a.nav--lighter {
  color: #757575;
}
.nav > li > a.nav--bold {
  color: #222;
  border-bottom: solid 3px #ffffff;
}
.nav > li > a.nav--bold.active {
  color: #2C50FF;
  background-color: inherit;
  border-bottom: solid 3px #2C50FF;
}
.nav > li > a.nav--bold:hover {
  color: #2C50FF;
  background-color: inherit;
}
.nav---bold {
  color: #222;
}
.fs-menu-left {
  display: none;
}
.fs-menu-right {
  margin-left: auto;
  display: none;
}
.fs-menu {
  cursor: pointer;
  position: absolute;
  margin-left: 50%;
  left: -30px;
}
@media (min-width: 320px) {
  .fs-menu.single-stack-banner {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .fs-menu.single-stack-banner {
    margin-top: 0;
  }
}
.fs-menu-title {
  font-weight: bold;
  text-align: center;
}
.fs-menu-title a {
  color: #000000;
}
.fs-menu-triangle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
  height: 0;
  width: 0;
  margin: auto;
}
.fs-menu-icon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: auto;
}
.fs-menu-container-wrapper {
  display: block;
  width: 100%;
  height: 0px;
  overflow-y: hidden;
  white-space: nowrap;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fs-menu-container-wrapper--active {
  height: 350px;
}
.fs-header-menu-box-mobile {
  color: #9b9b9b;
  text-align: center;
  border-top: 1px solid #c8c7cc;
  border-bottom: 1px solid #c8c7cc;
  min-height: 45px;
  line-height: 39px;
}
.fs-header-profile-mobile {
  font-size: 22px;
  height: 120px;
  padding: 25px 20px;
  background-color: #f8f8f8;
  border: solid 1px #e6e6e6;
  text-align: center;
}
.fs-header-balance-cash {
  font-size: 22px;
}
.submenu-button {
  padding-right: 15px;
  font-size: 16px;
}
.submenu-divider {
  margin-left: 15px;
}
.header-container {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 2;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 320px) {
  .header-container.single-stack-banner {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .header-container.single-stack-banner {
    height: 160px;
  }
}
.header-container.multiple-stack-banner {
  height: 240px;
}
.header-container .mainMenu {
  display: none;
  position: relative;
  height: 100%;
}
.header-container .mainMenu .show {
  display: block;
}
.header-container .mainMenu .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
}
.header-container .mainMenu .container.banner-on {
  height: 65px;
}
.header-container .mainMenu .container.single-stack-banner {
  padding-bottom: 20px;
  height: auto;
}
.header-container.overlayed {
  left: 75vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 320px) {
  .header-container.log-in.single-stack-banner {
    height: 215px;
  }
}
@media (min-width: 768px) {
  .header-container.log-in.single-stack-banner {
    height: 180px;
  }
}
.boxMenu {
  margin-left: auto;
}
.modal-container {
  overflow: hidden;
  height: 0%;
  width: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-container.active {
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: fixed;
  opacity: 1;
}
.button-activity {
  display: none;
}
@media (min-width: 320px) {
  .fs-header-menu-box-mobile {
    display: block;
    overflow: scroll;
  }

  .fs-header-profile-mobile {
    display: block;
  }

  .signUpDetailModal .modalHeader .signUpTitleBox {
    font-size: 32px;
  }
  .signUpDetailModal .modalHeader .signUpCaptionBox {
    font-size: 16px;
  }
  .signUpDetailModal .modalHeader .signUpSwitchRoleBox {
    text-align: left;
    padding-left: 0px;
  }
  .signUpDetailModal .signUpModalDetailContent .sign-up-form #fullName,
.signUpDetailModal .signUpModalDetailContent .sign-up-form #password,
.signUpDetailModal .signUpModalDetailContent .sign-up-form #mobilePhoneNumber,
.signUpDetailModal .signUpModalDetailContent .sign-up-form .form-agreement {
    margin-bottom: 10px;
  }
  .signUpDetailModal .signUpModalDetailContent .sign-up-form .signInvestorButton {
    padding: 0.5em 2.75em;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .header-container .mainMenu {
    display: block;
  }

  .fs-menu-container-wrapper--active {
    height: 11.25em;
  }
  .fs-menu-container-wrapper--active.my {
    height: 12.75em;
  }

  .fs-header-balance-cash {
    text-align: right;
    font-size: 22px;
    line-height: 0.75em;
  }

  .fs-change-language-box {
    right: 15%;
  }

  .fs-menu-left {
    display: inline-block;
  }

  .fs-menu-right {
    display: inline-block;
    margin-top: 10px;
  }

  .fs-header-menu-box-mobile {
    display: none;
  }

  .fs-header-profile-mobile {
    display: none;
    text-align: left;
  }

  .signUpDetailModal .modalHeader .signUpSwitchRoleBox {
    text-align: right;
  }

  .header-container .mainMenu {
    display: block;
  }

  .submenu-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .signUpDetailModal .fs-modal__dialog {
    max-width: 800px;
  }
  .signUpDetailModal .modalHeader .signUpCaptionBox {
    font-size: 12px;
  }
  .signUpDetailModal .signUpModalDetailContent .sign-up-form #fullName,
.signUpDetailModal .signUpModalDetailContent .sign-up-form #password,
.signUpDetailModal .signUpModalDetailContent .sign-up-form #mobilePhoneNumber,
.signUpDetailModal .signUpModalDetailContent .sign-up-form .form-agreement {
    margin-bottom: 10px;
  }
  .signUpDetailModal .signUpModalDetailContent .sign-up-form .signInvestorButton {
    padding: 1em;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .fs-change-language-box {
    right: 13%;
  }
}
.signUpModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8888;
  overflow-y: scroll;
}
.signUpModal .modalBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
}
.signUpModal .modalBody {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: hidden;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: flex;
  box-pack: center;
  box-align: center;
}
#dashboardnav_hype_container {
  display: none;
}
#dashboardnav_hype_container.show {
  display: block;
}
@media screen and (max-width: 480px) {
  .signUpModal .modalBody {
    width: 100%;
    max-width: 95vw;
  }
}
.environment-configurations {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  padding: 0.5em 0 0.5em 0.5em;
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 10000;
  font-size: 0.85em;
  font-weight: bold;
  color: #19c0a6;
  background-color: rgba(8, 192, 166, 0.3);
  border-bottom-left-radius: 10px;
}
.environment-configurations__ribbon {
  padding-right: 0.5em;
}
.nav > li > a {
  color: black;
  padding: 18px 19px;
}
.nav > li > a.banner-on {
  padding: 40px 19px;
}
.stick {
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.fsmk-vertical-logo {
  display: none;
}
#webNavPage #scrollAffix .navbar-brand img {
  background: rgba(0, 0, 0, 0) url("/assets/img/header/logo.svg") no-repeat scroll left center/contain;
  height: 65px;
}
#webNavPage #scrollAffix a.navbar-brand {
  background: rgba(0, 0, 0, 0) url("/assets/img/header/logo.svg") no-repeat scroll left center/contain;
  height: 45px;
  margin: 7px 0;
  -webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  width: 100%;
}
#webNavPage #scrollAffix.secondView .navbar-brand {
  background: rgba(0, 0, 0, 0) url("/assets/img/header/logo.svg") no-repeat scroll left center/contain;
  margin: 7px 0;
}
#webNavPage #scrollAffix.secondView navbar-brand {
  padding: 15px 0;
}
.boxLogo {
  width: 20em;
  outline: none;
  float: left;
  cursor: pointer;
}
.boxLogo.id {
  width: 15em;
}
.fs-logo {
  background: rgba(0, 0, 0, 0) url("/assets/img/header/logo.svg") no-repeat scroll left center/contain;
}
.mk-logo {
  background: rgba(0, 0, 0, 0) url("/assets/img/header/logo-mk.svg") no-repeat scroll left center/contain;
}
.mk-logo .navbar-brand {
  height: 50px;
}
.funding-societies-vertical-logo {
  background: rgba(0, 0, 0, 0) url("/assets/img/header/logo.svg") no-repeat scroll left center/contain;
}
.funding-societies-vertical-logo .navbar-brand {
  height: 60px;
}
.fs-navbar-mobile-menu-container div {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  font-size: 16px;
}
.navbar-brand {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .boxLogo,
.boxMenu {
    margin: 0;
    padding: 0;
  }

  li.bigPointMenu {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    position: fixed;
  }

  .boxMenu {
    width: 100%;
  }

  .fsmk-vertical-logo {
    display: block;
  }
  .fsmk-vertical-logo .navbar-brand {
    height: 50px;
    position: static;
    position: initial;
  }

  .fs-change-language-box {
    right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .navbar-right {
    margin-right: 4px;
  }

  .fs-mobile-nav-container {
    display: none;
  }
}
.fs-mobile-nav-container {
  border-top: 1px solid #F1F1F2;
  background-color: white;
  padding: 1em 0;
}
.fs-mobile-nav-container .menu-caption {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  padding: 16px 24px;
  width: 100%;
  cursor: pointer;
  display: block;
}
.fs-mobile-nav-container .language-caption .country {
  font-size: 18px;
}
.fs-mobile-nav-container .language-caption a {
  margin: 10px 0 0 35px;
  display: block;
  padding: 2px 0;
}
.fs-mobile-nav-container .logIn-button-section div {
  font-size: 1.2em !important;
}
.fs-mobile-nav-container .logIn-button-section .btn {
  border: solid 1px rgba(155, 155, 155, 0.27);
  padding: 0.7em;
}
.fs-mobile-nav-container .logIn-button-section .btn.selected {
  background-color: black;
  color: white;
}
.fs-mobile-nav-container .logIn-button-section .btn:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
}
.fs-mobile-nav-container .logIn-button-section .btn:nth-child(2) {
  border-radius: 0px 4px 4px 0px;
}
.fs-mobile-nav-container .sign-up-button-section .btn {
  padding: 1em !important;
}
.fs-mobile-nav-container .fs-mobile-nav-row {
  border-bottom: 1px solid #f0f0f6;
}
.fs-mobile-nav-container .fs-mobile-nav-row a {
  color: #222;
}
.fs-mobile-nav-container .fs-mobile-nav-row .btn-container {
  padding: 16px 24px;
}
.fs-mobile-nav-container .fs-mobile-nav-row .btn-container .btn {
  padding: 15px;
  width: 100%;
  font-size: 16px;
}
.fs-mobile-nav-container .fs-mobile-nav-row .btn-container .btn-login {
  background-color: #ffffff;
  border: 1px solid #3e7eff;
  color: #3e7eff;
}
.fs-mobile-nav-container .fs-mobile-nav-row .btn-container .btn-signup {
  background-color: #3e7eff;
  color: #ffffff;
  margin-bottom: 12px;
}
.fs-mobile-nav-container .fs-mobile-nav-footer-row {
  padding: 1em;
}
.fs-mobile-nav-container .fs-mobile-nav-footer-row .btn {
  width: 100%;
  background-color: #181423;
  color: white;
}
.fs-mobile-nav-container .form-control {
  height: 50px;
}
.fs-mobile-nav-language-selector {
  padding: 16px 24px;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header a {
  padding: 8px;
  border: none;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa {
  float: right;
  padding-right: 100px;
  margin-top: 9px;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-right {
  background: url("/assets/img/icon/arrow-down-icon.svg") no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-down {
  background: url("/assets/img/icon/arrow-up-icon.svg") no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-right:before,
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-down:before {
  content: none;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-down {
  background: url("/assets/img/icon/arrow-up-icon.svg") no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-right:before,
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-header .fa-caret-down:before {
  content: none;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-content {
  border-bottom: 0 !important;
}
.fs-mobile-nav-language-selector .ui-accordion .ui-accordion-content {
  border-bottom: 0 !important;
}
.fs-mobile-nav-language-selector .ui-widget-content {
  padding: 0px 15px 15px 42px !important;
}
.fs-mobile-nav-language-selector .ui-widget-content .switch-lang {
  padding: 10px 0;
}
.fs-mobile-nav-language-selector__title {
  font-size: 16px;
}
.fs-mobile-nav-language-selector__country-title {
  font-size: 15px;
}
.fs-mobile-nav-language-selector__country {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.topMenu {
  background: #121212 none repeat scroll 0 0;
  font-size: 14px;
  line-height: 2;
  padding: 5px 0;
}
.topMenu span {
  line-height: 1.3;
  margin: 0;
}
.topMenu .mediaLink {
  float: right;
}
.topMenu .mediaLink a,
.topMenu .mediaLink a:hover,
.topMenu .mediaLink a:focus,
.topMenu .mediaLink a:active,
.topMenu .mediaLink a:active:focus {
  padding: 5px 10px;
  color: #399ee6;
}
.topMenu select {
  background: transparent;
  border: 0;
  font-size: 12px;
  outline-offset: 0;
  font-weight: bold;
}
.topMenu select:focus {
  outline: none;
}
.topMenu select option {
  background: black;
  color: #ffffff;
  outline: 0;
  border: 0;
}
.navbar-header {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.navbar-header.single-stack-banner {
  margin: 60px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header.multiple-stack-banner {
  margin: 85px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header.navbar-expand {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header.navbar-expand-single-stack-banner {
  margin: 110px 0 0 0;
}
.navbar-header.navbar-expand-multiple-stack-banner {
  margin: 175px 0 0 0;
}
.navbar-header a {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .topMenu {
    padding: 0;
  }

  .topMenu .mediaLink {
    display: table;
    float: none;
    margin: 0 auto;
  }

  .topMenu .mediaLink .fa {
    padding: 5px;
  }
}
.navbar-toggle {
  margin-left: auto;
  padding: 8px 15px !important;
  z-index: 100;
  margin-top: 15px;
}
.navbar-toggle i {
  color: #000000;
}
li.bigPointMenu {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
li.bigPointMenu:first-child {
  border-left: 0 none;
}
li.bigPointMenu {
  border-left: 1px solid #fff;
  border-right: 1px solid #000;
  padding: 0 10px;
}
li.bigPointMenu a {
  color: #fff !important;
  font-size: 16px !important;
}
#webNavPage li.bigPointMenu a,
#dashboardNav li.bigPointMenu a {
  color: #000 !important;
}
li.bigPointMenu.endBigPoint {
  border-right: 0 none;
  margin-right: 0;
}
li.bigPointMenu:first-child {
  border-left: 0 none;
}
li.bigPointMenu.endBigPoint {
  border-right: 0 none;
  margin-right: 0;
}
.secondView li.bigPointMenu a {
  color: #000 !important;
}
#dashboardNav #scrollAffix li.bigPointMenu.activeMenu a {
  color: #399ee6 !important;
}
#webNavPage #scrollAffix li a.active,
#webNav #scrollAffix li a.active {
  color: #0096ff !important;
}
@media screen and (max-width: 1024px) {
  .nav > li > a {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .nav > li > a {
    padding: 18px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .boxLogo,
.boxMenu {
    margin: 0;
  }

  .boxMenu {
    margin-left: auto;
  }

  li.bigPointMenu {
    padding: 0;
  }
}
#dashboardModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 8888;
  margin-top: 10em;
}
#dashboardModal.hidden {
  visibility: hidden;
}
#dashboardModal .modalBody {
  position: absolute;
  z-index: 9999;
  background: #fff;
  top: 150px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  max-height: 410px;
  min-height: 410px;
}
#dashboardModal .modalBody.fs-sign-up-modal-box {
  height: 500px;
}
#dashboardModal .modalHeader,
#dashboardModal .modalFooter {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background: #252525;
  color: #a5a5a5;
  font-size: 22px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}
#dashboardModal .modalHeader .head {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 14px;
}
#dashboardModal .modalHeader .closeModal {
  padding: 8px 10px;
  background: #191919;
  height: auto;
  border-radius: 5px;
  color: #464646;
  display: inline-block;
  font-weight: bold;
  pointer-events: all;
}
@media screen and (max-width: 480px) {
  #dashboardModal .modalBody .modalContain {
    padding-bottom: 50px;
  }

  #dashboardModal .modalHeader,
#dashboardModal .modalFooter {
    font-size: 16px;
  }

  #dashboardModal .modalBody {
    width: 100%;
    max-width: 95vw;
  }
}
.signUpModalContent {
  background: #ffffff;
  overflow: auto;
  height: 100%;
  width: 100%;
  background-size: cover;
  padding: 0 0 20px 0;
  width: 450px !important;
  margin-right: auto;
  margin-left: auto;
}
.signUpModalContent.activation {
  max-height: 450px;
}
.signUpModalContent .title {
  font-size: 32px;
  margin-bottom: 15px;
}
.signUpModalContent .button {
  height: 100%;
  max-width: 110px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 50%;
  max-height: 30px;
  line-height: 30px;
  margin-top: 20px;
  cursor: pointer;
}
.signUpModalContent .fs-sign-up-button {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding: 12px !important;
}
.fs-service-box-row {
  -webkit-transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.18, -0.55, 0.265, 1.2);
          transition-timing-function: cubic-bezier(0.18, -0.55, 0.265, 1.2);
  overflow: hidden;
  height: 0;
}
.fs-service-box-row.active {
  height: 450px;
}
.fs-service-box-row .fs-service-box {
  height: 100%;
  background-size: cover;
  padding-top: 6%;
}
.fs-service-box-row .fs-service-box.invest {
  background: url("/assets/img/_public/home/service-invest.jpg") no-repeat;
  background-size: cover;
}
.fs-service-box-row .fs-service-box.borrow {
  background: url("/assets/img/_public/home/service-borrow.jpg") no-repeat;
  background-size: cover;
}
.fs-service-box-row .fs-service-box.refer {
  background: url("/assets/img/_public/home/service-referral.jpg") no-repeat;
  background-size: cover;
}
.fs-service-box-row .fs-service-box .title {
  font-size: 32px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.fs-service-box-row .fs-service-box .btn-service {
  height: 100%;
  max-width: 120px;
  background-color: #ffffff;
  max-height: 50px;
  line-height: 40px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 50%;
  margin-top: 20px;
  border-radius: 0;
  cursor: pointer;
}
.fs-service-box-row .fs-service-box .btn-service.borrow {
  color: #3b03a8;
}
.fs-service-box-row .fs-service-box .btn-service.refer {
  color: #08c0a6;
}
.fs-service-box-row .fs-service-box .btn-service.invest {
  color: #3e7eff;
}
.line-text-middle {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #F1F1F2;
  line-height: 0.1em;
  margin: 36px 0;
}
.line-text-middle span {
  background: #ffffff;
  color: #8f8f8f;
  padding: 0 10px;
  font-size: 16px;
}
.fs-sign-up-button {
  width: 100% !important;
  padding: 12px !important;
  font-size: 20px !important;
}
.fs-padding-btn {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}
.btnLogIn {
  color: black;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 2px;
  background-color: #08c0a6;
  cursor: pointer;
}
.logInBox {
  font-size: 18px;
  font-weight: 500;
}
.logInBox .logIn {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1.5px rgba(42, 42, 42, 0.2);
  padding: 8px 20px;
  cursor: pointer;
}
.logInBox .logInCaption {
  margin-top: 10px;
}
.logInInput {
  height: 50px;
  border-radius: 0px;
}
.signUpModal .modalHeader .head {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 14px;
}
.signUpModal .modalHeader .closeModal {
  padding: 8px 10px;
  background: #191919;
  height: auto;
  border-radius: 5px;
  color: #464646;
  display: inline-block;
  font-weight: bold;
  pointer-events: all;
}
.signUpDetailModal .ui-dialog-titlebar {
  padding: 25px 10px;
}
@media (min-width: 320px) {
  .signUpDetailModal .ui-dialog-titlebar {
    padding: 20px 10px 0 10px;
  }
}
.signUpDetailModal .sign-up-form {
  margin-top: 2em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.signUpDetailModal .sign-up-form .form-agreement {
  font-size: 0.85em;
  line-height: 1.5em;
  text-align: left;
  padding: 1em;
  border: solid 1px #c4c4c4;
  background-color: #fafbfc;
}
.signUpDetailModal .sign-up-form input {
  width: 100%;
  padding: 1.75em 1em;
}
.signUpDetailModal .sign-up-form mat-form-field .mat-form-field-infix {
  margin-top: -0.4375em;
  border-top: 0 !important;
}
.signUpDetailModal .sign-up-form mat-form-field mat-select {
  width: 100%;
  height: 50px;
  padding: 0.5em 1em;
}
.signUpDetailModal .sign-up-form mat-form-field mat-select .mat-select-value {
  vertical-align: middle;
}
.signUpDetailModal .sign-up-form-field__wrapper {
  padding-bottom: 10px;
}
.signUpDetailModal .signUpModalDetailContent {
  background: #ffffff;
  width: 100%;
  background-size: cover;
  padding: 0;
}
.signUpDetailModal .signUpModalDetailContent > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.signUpDetailModal .signUpModalDetailContent .checkbox-form {
  padding: 1em;
  border: solid 1px #c4c4c4;
}
.signUpDetailModal .signUpModalDetailContent .modalHeader {
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.signUpDetailModal .signUpModalDetailContent .modalHeader .signUpSwitchRoleBox .signUpCaptionBox.investor {
  color: #3064ff;
}
.signUpDetailModal .signUpModalDetailContent .modalHeader .signUpSwitchRoleBox .signUpCaptionBox.borrower {
  color: #3d1a85;
}
.signUpDetailModal .signUpModalDetailContent .password-information {
  width: 100%;
  padding: 1.25em 1em;
  border-radius: 2px;
  text-align: left;
  font-size: 12px;
  color: #7e8993;
  background-color: rgba(158, 170, 182, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.signUpDetailModal .signUpModalDetailContent .signInvestorButton {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.signUpDetailModal .signUpModalDetailContent .title {
  font-size: 32px;
  margin-bottom: 15px;
}
.signUpDetailModal .signUpModalDetailContent .button {
  height: 100%;
  max-width: 110px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 50%;
  max-height: 30px;
  line-height: 30px;
  margin-top: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .signUpDetailModal .sign-up-form .row {
    margin-bottom: 0.75em;
  }
  .signUpDetailModal .sign-up-form-field__wrapper {
    padding-bottom: unset;
  }
  .signUpDetailModal .password-information {
    margin-top: 0.75em;
  }
}
.investorMenuContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-bottom: 1em;
  white-space: nowrap;
  background-color: white;
  overflow-x: scroll;
  z-index: 1;
  padding-top: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.investorMenuContainer.active {
  height: 11.5em;
}
.investorMenuContainer .item {
  vertical-align: top;
  display: inline-block;
  padding-top: 20px;
  margin-right: 3em;
}
@media screen and (max-width: 768px) {
  .investorMenuContainer {
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .investorMenuContainer {
    overflow-x: hidden;
  }
}
.investor-header-caption {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-weight: normal;
}
.refer-friend-box {
  -webkit-transition: visibility 0s, opacity 0.5s ease-out;
  transition: visibility 0s, opacity 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.refer-friend-box.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: ease;
}
.fs-header-menu-box {
  color: #9b9b9b;
}
.modal-error {
  width: 100%;
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffc9c9;
  color: #cb3030;
}
.fs-change-language-box {
  top: 80%;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}
.fs-change-language-box .fs-change-language-box-row:not(:last-child) {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 10px;
}
.fs-change-language-box .fs-change-language-box-row:not(:first-child) {
  padding-top: 15px;
}
.fs-change-language-box a .light-gray-text:hover {
  color: #4a4a4a;
}
.fs-statement-link {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .sticky-nav {
    position: relative;
  }

  .header-container-expand {
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .header-container-expand .navbar-header {
    height: 100px;
  }
}
.nav-separator {
  border-right: 1px solid #4a4a4a;
  height: 20px;
  margin: 18px 12px;
}
.header-banner-row {
  z-index: 1;
}
@media (min-width: 320px) {
  .header-banner-row {
    padding: 12px 16px;
  }
}
@media (min-width: 768px) {
  .header-banner-row {
    padding: 16px 32px;
  }
}
.header-banner-row .header-banner-container {
  border: 1px solid #3E7EFF;
  background: #F3F5FD;
  border-radius: 4px;
}
@media (min-width: 320px) {
  .header-banner-row .header-banner-container {
    padding: 12px 16px;
  }
}
@media (min-width: 768px) {
  .header-banner-row .header-banner-container {
    padding: 16px 32px;
  }
}
.header-banner-row .header-banner-container.yellow {
  background-color: #FAF8F0;
  border: 1px solid #FFB50D;
}
.header-banner-row .header-banner-container.blue {
  background-color: #F3F5FD;
  border: 1px solid #2C50FF;
}
.header-banner-row .header-banner-container a {
  color: #2C50FF;
}
.paralaxImg {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.paralaxImgCustomSBN {
  -o-object-position: top left;
     object-position: top left;
  padding-top: 100px;
}
#coverView .item:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#coverView {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: block;
}
#coverView .cover-container {
  background-color: #000000;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 80px;
  min-height: 750px;
  background-size: cover;
  background-position: center;
}
#coverView .cover-container.sbn-info {
  margin-top: 0;
}
#coverView .cover-container.id {
  background-size: contain;
  background-position: inherit;
}
#coverView .cover-container.single-stack-banner {
  margin-top: 80px;
}
#coverView .cover-container.multiple-stack-banner {
  margin-top: 240px;
}
#coverView .cover-container .left {
  color: #ffffff;
  padding-top: 10%;
  overflow: hidden;
}
#coverView .cover-container.remove-margin-top {
  margin-top: 0;
}
#coverView .cover-container-promo {
  background-position: left top;
}
#coverView .cover-container-promo-my {
  background-position: center;
}
@media screen and (max-width: 768px) {
  #coverView .cover-container-promo {
    background-size: contain;
  }
  #coverView .cover-container-promo-my {
    background-position: top center;
  }
}
@media screen and (max-width: 480px) {
  #coverView .cover-container-promo-my {
    background-size: contain;
  }
}
#coverView .coverContent {
  position: absolute;
  top: 10em;
  bottom: 120px;
  width: 80%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
#coverView .coverContent .caption {
  font-size: 10px;
}
#coverView .coverContent .captionLeft {
  position: absolute;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
#coverView .coverContent .captionLeft div:nth-child(1) {
  line-height: 1em;
}
#coverView .captionLeft .adsMini {
  display: table;
  width: 100%;
  position: relative;
  vertical-align: top;
}
#coverView .captionLeft .adsMini .image,
#coverView .captionLeft .adsMini .caption {
  display: block;
  width: 100%;
  padding-top: 30px;
}
#coverView .captionLeft .adsMini .image img {
  height: auto;
  width: 60%;
}
#coverView .captionLeft .adsMini .caption h4,
#coverView .caption .adsMini .desk p {
  margin: 0;
  display: inline-block;
  line-height: 1.1;
  margin-right: 10px;
}
#coverView .captionLeft .adsMini .caption h4 {
  font-size: 23px;
}
#coverView .captionLeft .adsMini .caption h4 span {
  display: block;
}
#coverView .captionLeft .adsMini .caption p {
  font-size: 47px;
  color: #00d9c7;
  font-weight: bold;
}
#coverView .captionLeft .adsMini .caption a {
  color: #00d9c7;
  text-decoration: underline;
  font-size: 12px;
}
#coverView .fooCaption {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 30px;
}
#coverView .playVideoButton {
  font-size: 18px;
}
#coverView .HelpLink {
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}
#coverView .captionLeft .caption-text {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}
#coverView .captionLeft .hashtag {
  font-size: 28px;
  line-height: 38px;
  color: #27E4CD;
}
#coverView .captionLeft .footer-text img {
  width: 100%;
}
#coverView .captionLeft .btn-cover {
  font-size: 16px;
  padding: 12px 36px;
  margin-top: 30px;
}
#coverView .footer-logo-container {
  background: #FAFBFC;
  border-radius: 10px;
  padding: 10px 15px 10px 5px;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
  font-size: medium;
  font-size: initial;
}
#coverView .footer-logo-container img {
  height: 35px;
  margin: 5px;
}
@media (min-width: 320px) {
  #coverView .coverContent .captionLeft {
    font-size: 32px;
    top: 50%;
  }

  .asFeaturedIn .swiper-container.one-slide .swiper-slide.swiper-slide-active {
    background-color: #f4f4f4 !important;
  }

  .progressSection .progress-small-image {
    display: none;
  }

  .testimonialStories .swiper-container .swiper-slide,
.asFeaturedIn .swiper-container .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonialStories .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.asFeaturedIn .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white !important;
  }
  .testimonialStories .swiper-container .swiper-button-next,
.testimonialStories .swiper-container .swiper-button-prev,
.asFeaturedIn .swiper-container .swiper-button-next,
.asFeaturedIn .swiper-container .swiper-button-prev {
    display: none;
  }

  #howThisWork .HowThisWorkContainerMobile {
    display: block;
  }
  #howThisWork .HowThisWorkContainerMobile .HowThisWorkContainerMobileBody {
    color: #4a4a4a;
    background-color: #f8fbfe;
    padding: 1em;
    font-size: 24px;
  }
  #howThisWork .HowThisWorkContainerMobile .HowThisWorkContainerMobileBackground {
    background-color: #f8fbfe;
  }
  #howThisWork .HowThisWorkContainerMobile .HowThisWorkContainerMobileBackground img {
    height: 150px;
    width: 150px;
  }
  #howThisWork .HowThisWorkContainerMobile .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0px !important;
  }
  #howThisWork .HowThisWorkContainerMobile .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  #howThisWork .HowThisWorkContainerMobile .caption {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 768px) {
  #howThisWork .HowThisWorkContainer {
    display: block;
  }
  #howThisWork .HowThisWorkContainerMobile {
    display: none;
  }

  .testimonialStories .swiper-container .swiper-slide,
.asFeaturedIn .swiper-container .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonialStories .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.asFeaturedIn .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white !important;
  }
  .testimonialStories .swiper-container .swiper-button-next,
.testimonialStories .swiper-container .swiper-button-prev,
.asFeaturedIn .swiper-container .swiper-button-next,
.asFeaturedIn .swiper-container .swiper-button-prev {
    display: block;
  }
}
@media (min-width: 992px) {
  #subscribeSection .subscribe-form-submit {
    padding-left: 0 !important;
  }

  #coverView .coverContent {
    bottom: 250px;
  }

  #coverView .coverContent .captionLeft {
    font-size: 48px !important;
  }

  .progressSection .progress-small-image {
    display: none;
  }

  .signupSection.borrower, .signupSection.investor {
    background-size: 100%;
    background-position-x: inherit;
  }
}
@media screen and (min-width: 668px) and (max-width: 768px) {
  #coverView .coverContent .captionLeft {
    width: auto;
    text-align: center;
    margin: 0 auto;
    left: 0;
  }

  #coverView .captionLeft .adsMini {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
  }

  #coverView .captionLeft .adsMini .image,
#coverView .captionLeft .adsMini .caption {
    margin: 0 auto;
    display: table;
  }

  #coverView .captionLeft .adsMini .image img {
    margin: 0 auto;
  }

  #coverView {
    height: 100%;
  }

  #coverView .paralaxImg {
    height: 80vh;
    -webkit-box-shadow: inset 35px -200px 107px -87px rgba(0, 0, 0, 0.75);
    box-shadow: inset 35px -200px 107px -87px rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 667px) {
  #coverView .captionLeft {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    left: 0;
  }

  #coverView .captionLeft .adsMini {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
  }

  #coverView .captionLeft .adsMini .image,
#coverView .captionLeft .adsMini .caption {
    margin: 0 auto;
    display: table;
    padding: 0;
  }

  #coverView .captionLeft .adsMini .image img {
    margin: 0 auto;
  }

  #coverView .captionLeft .adsMini .caption p {
    font-size: 24px;
  }

  #coverView .captionLeft .adsMini .image img {
    width: 100%;
  }

  #coverView {
    height: 100%;
  }

  #coverView .paralaxImg {
    height: 100vh;
  }
}
.borrowInvestSection {
  position: absolute;
  top: 150px;
  height: 480px;
  width: 400px;
  right: 5%;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 500ms;
  transition: visibility 0s linear 0s, opacity 500ms;
}
.borrowInvestSection.disable {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 100ms, opacity 500ms;
  transition: visibility 0s linear 100ms, opacity 500ms;
}
@media (min-width: 320px) {
  .sbnRetailSection {
    color: #000000;
    top: 100px;
    width: 100%;
    height: 525px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 768px) {
  .sbnRetailSection {
    color: #ffffff;
    top: 200px;
    width: 550px;
    height: 400px;
    right: 5%;
    background-color: #ffffff;
  }
}
.sbnRetailSection {
  position: absolute;
  padding: 3em;
  z-index: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 500ms;
  transition: visibility 0s linear 0s, opacity 500ms;
}
.sbnRetailSection .sbn-retail-hashtag {
  font-size: 24px;
  margin-bottom: 10px;
  color: #c02b3b;
}
.sbnRetailSection .sbn-retail-caption {
  font-size: 32px;
  color: #333333;
  line-height: 1em;
}
.sbnRetailSection .sbn-retail-caption .sbn-retail-small-caption {
  font-size: 26px;
}
.sbnRetailSection .sbn-retail-period {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #000000;
  font-size: 18px;
}
.sbnRetailSection .sbn-retail-logo-container {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid #c3c3c3;
}
.sbnRetailSection .sbn-retail-logo-container .kemenkeu-logo {
  min-width: 12.5em;
}
.sbnRetailSection .sbn-retail-logo-container .sbr-logo {
  height: 5em;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  min-width: 6em;
}
.sbnRetailSection .sbn-retail-logo-container .esbn-logo {
  margin-top: 10px;
  min-width: 6em;
}
.sbnRetailSection.disable {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 100ms, opacity 500ms;
  transition: visibility 0s linear 100ms, opacity 500ms;
}
.borrowInvestTab {
  width: 100%;
  height: 100%;
  font-size: 0.85em;
  background-color: #ffffff;
  margin-top: 8%;
  margin-bottom: 8%;
  overflow: hidden;
}
.borrowInvestTab ul {
  border: 0;
  margin-bottom: 25px;
}
.borrowInvestTab li {
  padding: 0;
  cursor: pointer;
  color: #000000;
}
.borrowInvestTab li:last-child {
  border-right: 0;
}
.borrowInvestTab li.active a {
  color: #ffffff !important;
  border: 0 !important;
  background-color: #3d7eff !important;
  border-radius: 0 !important;
}
.borrowInvestTab li.active a:hover,
.borrowInvestTab li.active a:active,
.borrowInvestTab li.active a:focus {
  border: 0;
  color: #3df2f2;
}
.borrowInvestTab li a {
  color: #fff;
  font-size: 24px;
  padding: 0;
  margin-right: 10px;
  border: 0;
}
.borrowInvestTab .control-label {
  color: #fff;
  text-align: left;
}
.borrowInvestTab select {
  padding: 6px 8px;
}
.tabsMenu {
  width: 50%;
  border: 0;
  text-align: center;
}
.tabsMenu .goToTab {
  background-color: #f6f6f6;
  color: #9b9b9b;
  width: 100%;
  padding: 0.25em;
  min-height: 45px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
}
.tabsMenu a {
  text-decoration: none !important;
}
.borrowInvestTab .form-control {
  border: 1px solid #dde5ed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 10px;
  margin-bottom: 8px !important;
}
.borrowInvestTab .form-control.pull-left {
  float: left;
  width: 48%;
}
.borrowInvestTab .form-control.pull-right {
  float: right;
  width: 50%;
}
.borrowInvestTab .form-control::-webkit-input-placeholder {
  color: #757575;
}
.borrowInvestTab .form-control::-moz-placeholder {
  color: #757575;
}
.borrowInvestTab .form-control:-ms-input-placeholder {
  color: #757575;
}
.borrowInvestTab .form-control::-ms-input-placeholder {
  color: #757575;
}
.borrowInvestTab .form-control::placeholder {
  color: #757575;
}
.borrowInvestTab .password-restriction {
  padding: 1em;
  margin-bottom: 0.75em;
  text-align: left;
  color: #7e8993;
  background-color: rgba(158, 170, 182, 0.2);
  border-radius: 2px;
}
.password-restriction-error {
  color: #a94442 !important;
}
.password-restriction div:before {
  content: " - ";
}
.password-restriction span:after {
  content: " | ";
}
.password-restriction span:last-child:after {
  content: "";
}
.form-control-prefix {
  float: left;
  width: 60px !important;
  text-align: center;
}
.form-control-affix {
  float: right;
  width: calc(100% - 66px) !important;
}
.submission-form {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.borrowInvestTab input::-webkit-input-placeholder {
  color: #000000;
}
.borrowInvestTab input::-moz-placeholder {
  color: #000000;
}
.borrowInvestTab input:-ms-input-placeholder {
  color: #000000;
}
.borrowInvestTab input:-moz-placeholder {
  color: #000000;
}
.borrowInvestTab .tab-content::-webkit-scrollbar-track,
.borrowInvestTab .tab-content::-web-scrollbar-track,
.borrowInvestTab .tab-content::-moz-scrollbar-track,
.borrowInvestTab .tab-content::-o-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.borrowInvestTab .tab-content::-webkit-scrollbar,
.borrowInvestTab .tab-content::-web-scrollbar,
.borrowInvestTab .tab-content::-moz-scrollbar,
.borrowInvestTab .tab-content::-o-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.borrowInvestTab .tab-content::-webkit-scrollbar-thumb,
.borrowInvestTab .tab-content::-web-scrollbar-thumb,
.borrowInvestTab .tab-content::-moz-scrollbar-thumb,
.borrowInvestTab .tab-content::-o-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.borrowInvestTab .tab-panel .tab-pane {
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .borrowInvestSection {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
  }

  #borrowSection {
    height: auto;
  }

  .borrowInvestTab {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    display: block;
  }

  .borrowInvestTab .control-label {
    color: #121212;
  }

  .borrowInvestTab .form-control {
    border-color: #ccc;
  }

  .borrowInvestTab li {
    width: 50%;
    padding: 0;
    margin: 0;
    background: #38393a;
    border-right: 0;
  }

  .borrowInvestTab li a {
    color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 0;
    margin: 0;
  }

  .borrowInvestTab li.active a,
.borrowInvestTab li.active a:hover,
.borrowInvestTab li.active a:active,
.borrowInvestTab li.active a:focus {
    text-decoration: none;
    display: block;
  }

  .borrowInvestTab .btn {
    margin: 15px auto;
    display: table;
    padding: 5px 10px;
    font-size: 14px;
  }

  .borrowInvestTab .tab-content {
    height: 100%;
  }

  .formHomeSlider {
    color: #777;
    font-size: 12px;
    padding-top: 10px;
  }

  .formHomeSlider .g-recaptcha {
    display: table;
    margin: 0 auto;
    transform-origin: 50%;
    -webkit-transform-origin: 50%;
  }

  .formHomeSlider .g-recaptcha div {
    width: 100% !important;
  }

  .formHomeSlider .g-recaptcha iframe {
    width: 100% !important;
  }

  .formHomeSlider .form-inline {
    width: 100%;
  }
}
.submitBody {
  text-align: center;
}
.submitBody .btn {
  width: 9em;
}
.submitBody .white-right-arrow-icon {
  margin-top: 3px;
}
.listFeaturedBody {
  padding: 1em;
  list-style-type: none;
  border: solid 1px rgba(158, 170, 182, 0.2);
  margin-bottom: 0;
}
.listFeaturedChild {
  display: inline-block;
  width: 50%;
}
.listFeaturedChild img {
  height: 33%;
  width: 75%;
}
.listFeaturedChild.font {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
.listHowThisWorkBody {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.listHowThisWorkChild {
  float: left;
  width: 50%;
  text-align: center;
}
.listHowThisWorkChild .homepage-circle-section {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 1.8em;
  border: #252B36;
  font-size: 14px;
  background: #3d7eff;
  color: white;
  text-align: center;
}
.listHowThisWorkChild img {
  width: 100%;
  margin-bottom: 20px;
}
.listHowThisWorkChild.font {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
.listHowThisWorkChild .linkFont {
  color: #0000EE;
}
.HowThisWorkTitle {
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
.HowThisWorkContainer {
  text-align: center;
  background-color: #f7f9ff;
  border: solid 1px rgba(158, 170, 182, 0.2);
  padding: 2em 0em;
}
.paralax {
  height: calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  position: relative;
}
.newsletter-container {
  background-color: white;
  height: auto;
  padding: 7.5em 0;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .paralax {
    height: calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    position: relative;
  }

  .paralax .caption {
    position: absolute !important;
    top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    padding: 0 !important;
    z-index: 1000;
    height: auto !important;
    width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  #expertSection h3 {
    color: #bcbcbc;
  }
}
#subscribeSection .input-group {
  max-width: 700px;
}
#subscribeSection .subscribe-form {
  margin: 20px 0;
}
.subscribe-form .form-control {
  margin-bottom: 1em;
}
#subscribeSection .input-group-addon {
  border: 0;
  border-radius: 0;
  background: transparent;
}
#subscribeSection button {
  width: 100%;
  background-color: #3e7eff;
  color: white;
  border-radius: 0px !important;
}
#subscribeSection .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.gray-border {
  border: solid 1px #dde5ed !important;
}
.progressSection {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.progressSection .progressImg {
  height: 18em;
  margin-top: 5em;
}
.progressSection .right-section {
  padding-left: 5vw;
  padding-top: 1em;
}
.progressSection .btn-primary-investor {
  font-size: 18px;
  padding: 0.5em 1.25em;
}
.signupSection {
  width: 100%;
  color: white;
  padding-top: 50px;
  padding-right: 60px;
  background-size: cover;
  background: black;
}
@media (min-width: 320px) {
  .signupSection {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .signupSection.borrower {
    background-size: 100% 390px;
    background-repeat: no-repeat;
    background-image: url('borrower-homepage-mobile.9c317366563a3b8cc1d3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(87%, #1d1d1d));
    background-image: url('borrower-homepage-mobile.9c317366563a3b8cc1d3.png'), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #1d1d1d 87%);
  }
  .signupSection.investor {
    background-size: 100% 390px;
    background-repeat: no-repeat;
    background-image: url('investor-homepage-mobile.f71263762e9e2579953b.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(87%, #1d1d1d));
    background-image: url('investor-homepage-mobile.f71263762e9e2579953b.png'), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #1d1d1d 87%);
    -webkit-box-shadow: inset -6px -200px 120px -52px #1d1d1d;
            box-shadow: inset -6px -200px 120px -52px #1d1d1d;
  }
}
@media (min-width: 768px) {
  .signupSection {
    height: 40em;
  }
  .signupSection.borrower {
    background-size: inherit;
    -webkit-box-shadow: inset -6px -200px 120px -52px #1d1d1d;
            box-shadow: inset -6px -200px 120px -52px #1d1d1d;
    background-image: url('borrower-homepage-optimized.8df64574d3285171ad93.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(87%, #1d1d1d));
    background-image: url('borrower-homepage-optimized.8df64574d3285171ad93.jpg'), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #1d1d1d 87%);
  }
  .signupSection.investor {
    background-size: inherit;
    background-image: url('investor-homepage-optimized.6df356bc6e6c258f910c.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(87%, #1d1d1d));
    background-image: url('investor-homepage-optimized.6df356bc6e6c258f910c.jpg'), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #1d1d1d 87%);
    -webkit-box-shadow: inset -6px -200px 120px -52px #1d1d1d;
            box-shadow: inset -6px -200px 120px -52px #1d1d1d;
  }
}
.signupSection .signUptitle {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.signupSection .signUptitle .titleSection {
  cursor: pointer;
}
.signupSection .signUptitle .active {
  font-weight: bold;
  border-bottom: solid 8px #ffffff;
}
.signupSection .signUpcaption {
  padding-top: 50px;
  font-size: 18px;
  text-align: right;
}
.signupSection .signUpcaption1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.11;
  letter-spacing: -0.9px;
  color: #ffffff;
  text-align: center;
}
.signupSection .signUpBtn {
  padding: 0.75em 2em;
  margin-top: 50px;
  font-size: 18px;
  float: right;
}
.testimonialStories {
  max-height: 750px;
  background-color: #1d1d1d;
  padding-top: 40px;
}
.testimonialStories .testimonialStoriesTitle {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}
.testimonialStories .testimonialStoriesCaption {
  line-height: 1.44;
  letter-spacing: 0.2px;
  color: #CCCCCC;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
.testimonialStory {
  background: white;
  color: #3e3e3e;
}
.testimonialStory .testimonialStory__caption {
  padding: 20px 15px 20px 15px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.testimonialStory .testimonialStory__caption.left {
  text-align: left;
}
.testimonialStory .testimonialStory__caption.center {
  text-align: center;
}
.testimonialStory .testimonialStory__name {
  padding: 0 15px;
  display: block;
  font-size: 15px;
}
.testimonialStory .testimonialStory__company {
  padding: 0 15px;
  display: block;
  font-size: 15px;
}
.asFeaturedIn {
  max-height: 750px;
  background-color: #f4f4f4;
  padding-top: 40px;
}
.asFeaturedIn .asFeaturedInTitle {
  color: #4a4a4a;
}
.asFeaturedIn .asFeaturedInCaption {
  line-height: 1.44;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
@media screen and (min-width: 20em) {
  .listFeaturedChild {
    width: 10.33333%;
  }

  .listHowThisWorkChild {
    width: 20%;
    padding: 0 3%;
  }
}
@media (max-width: 768px) {
  #featuredOn {
    display: none;
  }

  .captionLeft h1 {
    font-size: 32px;
  }
  .captionLeft .fooCaption {
    font-size: 4.5vw !important;
  }

  .testimonialStories .testimonialStoriesCaption {
    font-size: 3.5vw;
  }

  .asFeaturedIn .asFeaturedInCaption {
    font-size: 3.5vw;
  }

  .HelpLink {
    display: none;
  }

  .progressSection .right-section {
    padding-top: 0;
  }

  .progressImg {
    display: none;
  }

  .progressSection .right-section {
    padding-top: 0px;
    padding-left: 5vw;
    font-size: 4vw;
  }
  .progressSection .right-section h1 {
    font-size: 8vw;
    margin-top: 0;
  }

  .signupSection {
    background-size: 100% 80vh;
    padding-right: 0px;
    text-align: center;
  }

  .signupSection .signUpcaption {
    text-align: center;
    font-size: 24px;
  }
  .signupSection .signUpcaption1 {
    padding-top: 20px;
    font-size: 32px;
  }

  .signUpBtn {
    display: inline-block;
  }

  .signupSection .signUptitle {
    border-bottom: 0px;
  }
  .signupSection .signUptitle .titleSection {
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 4.5vw;
  }
  .signupSection .signUptitle .titleSection.left {
    border-radius: 10px 0px 0px 10px;
  }
  .signupSection .signUptitle .titleSection.right {
    border-radius: 0px 10px 10px 0px;
  }
  .signupSection .signUptitle .active {
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 4.5vw;
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
    color: #3e7efe;
  }
}
.fs-homepage-total-funded-caption {
  font-size: 16px;
}
.fs-homepage-total-funded {
  font-weight: 500;
  letter-spacing: -0.05em;
  font-size: 48px;
}
.id-borrow-lead {
  padding: 0 2em;
}
.id-borrow-lead .loan-section {
  padding: 2.5em 1em;
}
.id-borrow-lead .loan-section .border-bottom {
  border-bottom: solid 1px #e9e9e9;
}
.id-borrow-lead .loan-section .caption {
  color: #4a4a4a;
  font-size: 14px;
}
.id-borrow-lead .loan-section .btn {
  padding: 0.75em 2em;
  font-size: 16px;
}
.id-borrow-lead .loan-section .btn a {
  text-decoration: none;
  color: white;
}
.withBannerPage .homepage .swiper-home-pagination {
  left: 10%;
  position: absolute;
  z-index: 1;
  bottom: 5%;
}
.withBannerPage .homepage .swiper-home-pagination.sbn-info .swiper-pagination-bullet {
  width: 1em !important;
  height: 1em !important;
  background-color: #3e7eff !important;
}
.withBannerPage .homepage .swiper-home-pagination .swiper-pagination-bullet {
  width: 1em !important;
  height: 1em !important;
  background-color: #3fcca8 !important;
}
.withBannerPage .statistic {
  height: 120px;
  margin-top: 100px;
  background-color: #f2f2f2;
  padding-top: 30px;
  font-size: 16px;
  color: #757575;
}
.withBannerPage .statistic .fa {
  color: #757575;
}
.withBannerPage .statistic .item-1, .withBannerPage .statistic .item-2 {
  margin-top: 6px;
  padding-left: 10px;
  border-left: 4px solid #3e7eff;
  width: 35%;
  float: left;
}
.withBannerPage .statistic .item-1 .number, .withBannerPage .statistic .item-2 .number {
  font-size: 24px;
  color: #222;
  line-height: 1;
}
.withBannerPage .statistic .item-1 .caption, .withBannerPage .statistic .item-2 .caption {
  margin-bottom: 5px;
}
.withBannerPage .statistic .item-3 {
  width: 33%;
  float: left;
}
.withBannerPage .statistic .item-3 .item-row .left {
  display: block;
  margin-top: 5px;
  float: left;
  width: 160px;
}
.withBannerPage .statistic .item-3 .item-row .left .bull {
  color: #3e7eff;
}
.withBannerPage .statistic .item-3 .item-row .right {
  display: block;
  margin-top: 5px;
  float: left;
  width: 60px;
  color: #222;
}
.withBannerPage .statistic .item-4 {
  width: calc(50% - 220px);
  float: left;
  margin-top: 15px;
}
.withBannerPage .statistic .item-4 .btn-statistic {
  background-color: #ffffff;
  border: 1px solid #3e7eff;
  float: right;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  color: #3e7eff;
}
.withBannerPage .statistic .tooltip-bottom:after {
  margin-left: -100px;
}
.swiper-pagination.homepage {
  position: static;
  position: initial;
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #coverView .captionLeft h1 {
    font-size: 32px;
  }

  #coverView .captionLeft .caption-text, #coverView .captionLeft .hashtag {
    font-size: 22px;
    line-height: 30px;
  }

  #coverView .captionLeft .footer-text {
    font-size: 16px;
    line-height: 24px;
  }
  #coverView .captionLeft .footer-text span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #coverView .footer-logo-container img {
    height: 25px;
  }

  .hide-borrow-invest {
    display: none;
  }

  .withBannerPage .statistic {
    height: 165px;
  }
  .withBannerPage .statistic .item-1, .withBannerPage .statistic .item-2 {
    width: 34%;
  }
  .withBannerPage .statistic .item-4 {
    width: 100%;
    float: none;
    padding-top: 20px;
    overflow: hidden;
    margin-top: 0;
  }
  .withBannerPage .statistic .item-4 .btn-statistic {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #coverView .footer-logo-container {
    padding: 5px;
    margin-top: 15px;
  }
  #coverView .footer-logo-container img {
    height: 22px;
    margin: 5px 2px;
  }

  #coverView .captionLeft h1 {
    font-size: 32px;
  }

  #coverView .captionLeft .caption-text {
    margin-bottom: 10px;
  }
  #coverView .captionLeft .caption-text, #coverView .captionLeft .hashtag {
    font-size: 14px;
    line-height: 18px;
  }
  #coverView .captionLeft .btn-cover {
    margin-top: 20px;
    padding: 6px 12px;
    font-size: 14px;
  }
  #coverView .captionLeft .footer-text {
    font-size: 14px;
    line-height: 18px;
  }
  #coverView .captionLeft .footer-text span {
    margin-left: 20px;
  }

  .overlay-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
  }

  #coverView .coverContent {
    z-index: 1;
  }

  .signupSection .signUpcaption1 {
    text-align: left;
    margin-top: 20px;
  }
  .signupSection .signUpcaption {
    text-align: left;
    padding-top: 20px;
  }
  .signupSection .signUpBtn {
    float: left;
    margin-top: 20px;
  }

  .testimonialStories {
    max-height: 650px;
  }
  .testimonialStories .testimonialStoriesTitle, .testimonialStories .testimonialStoriesCaption {
    text-align: left;
  }
  .testimonialStories .swiper-container .swiper-slide {
    background-color: #1d1d1d;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .testimonialStories .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 70px;
  }
  .testimonialStories .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #E0E0E0 !important;
  }

  .testimonialStory {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .asFeaturedIn .swiper-container .swiper-slide {
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .asFeaturedIn .swiper-container .article-button {
    margin-bottom: 20px;
  }
  .asFeaturedIn .md-height {
    height: 580px !important;
  }

  .HowThisWorkContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .HowThisWorkContainer .HowThisWorkTitle {
    text-align: left;
    margin-bottom: 10px;
  }
  .HowThisWorkContainer .listHowThisWorkChild {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
  }
  .HowThisWorkContainer .listHowThisWorkChild img {
    display: none;
  }
  .HowThisWorkContainer .listHowThisWorkChild .homepage-circle-section {
    margin: 0 0 5px !important;
  }

  .borrowInvestTab {
    margin: 30px auto;
    width: 90%;
  }

  #coverView .cover-container {
    min-height: 700px;
  }
  #coverView .cover-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  }

  .withBannerPage .statistic {
    height: 265px;
  }
  .withBannerPage .statistic .item-1, .withBannerPage .statistic .item-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }
  .withBannerPage .statistic .item-3 {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  .withBannerPage .statistic .item-3 .item-row .left {
    margin-top: 15px;
    width: 220px;
  }
  .withBannerPage .statistic .item-3 .item-row .right {
    margin-top: 15px;
  }
  .withBannerPage .statistic .item-4 {
    padding: 20px 5px;
  }
  .withBannerPage .statistic [data-tooltip]:after, .withBannerPage .statistic .tooltip:after {
    width: 140px;
    padding: 10px;
  }
  .withBannerPage .statistic .tooltip-bottom:after {
    margin-left: -70px;
  }
}
@media screen and (max-width: 360px) {
  #coverView .cover-container {
    min-height: 600px;
  }

  .paralaxImgCustomSBN {
    height: 104vh !important;
  }

  .withBannerPage .statistic .item-1, .withBannerPage .statistic .item-2 {
    padding-left: 12px;
    padding-right: 15px;
  }
  .withBannerPage .statistic [data-tooltip]:after, .withBannerPage .statistic .tooltip:after {
    width: 130px;
    padding: 5px;
  }
}
#SCRafpi .clientData {
  width: 115px !important;
  height: 50px;
  position: inherit !important;
}
.my-campaign-banner {
  height: 1080px;
}
.my-campaign-banner .blank-space {
  height: 350px;
}
#campaignBannerModal .fs-modal__dialog {
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
#campaignBannerModal .close-button-row {
  margin: 0 auto;
  margin-bottom: -30px;
}
@media (min-width: 320px) {
  #campaignBannerModal .close-button-row {
    width: 78%;
  }
}
@media (min-width: 768px) {
  #campaignBannerModal .close-button-row {
    width: 88%;
    max-width: 800px;
  }
}
#campaignBannerModal .swiper-slide {
  background-color: inherit;
}
#campaignBannerModal .swiper-slide .title {
  font-size: 20px;
  width: 96%;
}
@media (min-width: 768px) {
  #campaignBannerModal .swiper-slide .title {
    padding-left: 30px;
  }
}
#campaignBannerModal .swiper-slide .header {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (min-width: 320px) {
  #campaignBannerModal .swiper-slide .header {
    width: 78%;
  }
}
@media (min-width: 768px) {
  #campaignBannerModal .swiper-slide .header {
    width: 88%;
    max-width: 800px;
  }
}
#campaignBannerModal .swiper-slide .fs-modal__content {
  max-width: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  #campaignBannerModal .swiper-slide .fs-modal__content {
    height: 245px;
    width: 78%;
  }
}
@media (min-width: 375px) {
  #campaignBannerModal .swiper-slide .fs-modal__content {
    height: 295px;
  }
}
@media (min-width: 414px) {
  #campaignBannerModal .swiper-slide .fs-modal__content {
    height: 325px;
  }
}
@media (min-width: 768px) {
  #campaignBannerModal .swiper-slide .fs-modal__content {
    height: 420px;
    width: 88%;
    max-width: 800px;
  }
}
#campaignBannerModal .swiper-slide .caption {
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 12px;
}
#campaignBannerModal .swiper-slide .caption-footer {
  font-size: 16px;
}
#campaignBannerModal .swiper-button-prev {
  margin-left: 0 !important;
  margin-right: -15px !important;
}
#campaignBannerModal .swiper-button-next {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#stickyBannerSwipper .swiper-slide {
  background-color: inherit;
}
#stickyBannerSwipper .swiper-button-prev,
#stickyBannerSwipper .swiper-button-next {
  margin: 0 !important;
}
#stickyBannerSwipper .swipper-wrapper {
  background-color: inherit;
}
#stickyBannerSwipper .swipper-wrapper .swiper-slide {
  background-color: inherit;
}
@media (min-width: 320px) {
  #stickyBannerSwipper .swiper-button-prev, #stickyBannerSwipper .swiper-button-next {
    top: 7%;
  }
}
@media (min-width: 768px) {
  #stickyBannerSwipper .swiper-button-prev, #stickyBannerSwipper .swiper-button-next {
    top: 30%;
  }
}
#stickyBannerSwipper .swiper-button-prev {
  left: 0;
}
#stickyBannerSwipper .swiper-button-next {
  right: 94%;
}
@media (max-width: 415px) {
  #stickyBannerSwipper .swiper-button-prev {
    left: 85%;
  }
  #stickyBannerSwipper .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 320px) {
  #stickyBannerSwipper .swiper-button-prev {
    left: 80%;
  }
}
@media screen and (width: 360px) {
  #stickyBannerSwipper .swiper-button-prev {
    left: 83%;
  }
}
@media screen and (width: 375px) {
  #stickyBannerSwipper .swiper-button-prev {
    left: 83%;
  }
}
#stickyBannerSwipper .title {
  font-size: 16px;
}
#stickyBannerSwipper .caption {
  font-size: 14px;
}
#stickyBannerSwipper .thumbnail-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 320px) {
  #stickyBannerSwipper .thumbnail-image {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  #stickyBannerSwipper .thumbnail-image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #stickyBannerSwipper .white-text {
    padding: 0 !important;
  }
}
@media (min-width: 320px) {
  #stickyBannerSwipper .fs-modal__close-white {
    background-position: right;
  }
}
@media (max-width: 415px) {
  #stickyBannerSwipper .modal-pagination {
    padding-top: 5px;
    padding-right: 15px;
  }
}
/* icon sizes */
.icon-xs {
  width: 0.75em;
  height: 0.75em;
}
.icon-sm {
  width: 0.875em;
  height: 0.875em;
}
.icon-lg {
  width: 1.5em;
  height: 1.5em;
}
.icon-2x {
  width: 2em;
  height: 2em;
}
.icon-3x {
  width: 3em;
  height: 3em;
}
.icon-5x {
  width: 5em;
  height: 5em;
}
.icon-7x {
  width: 7em;
  height: 7em;
}
.close-icon {
  background: url("/assets/img/icon/close-icon.svg") no-repeat;
  height: 25px;
  width: 25px;
  background-size: contain;
  cursor: pointer;
}
.close-icon-gray {
  background: url("/assets/img/icon/close-icon-gray.svg") no-repeat;
  height: 15px;
  width: 15px;
  background-size: contain;
  cursor: pointer;
}
.close-icon-round {
  background: url("/assets/img/icon/icon-close-round.svg") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  cursor: pointer;
}
.logo {
  background: url("/assets/img/_public/logo.svg") no-repeat;
  height: 4em;
  width: 4em;
  background-size: contain;
}
.arrow-right {
  background: url("/assets/img/icon/arrow-right.svg") no-repeat;
  height: 30px;
  width: 15px;
  float: right;
}
.arrow-right {
  background: url("/assets/img/icon/arrow-right.svg") no-repeat;
  height: 30px;
  width: 15px;
  float: right;
}
.gray-left-arrow {
  background: url("/assets/img/icon/gray-left-arrow.svg") no-repeat;
  height: 30px;
  width: 15px;
  float: right;
}
.gray-right-arrow {
  background: url("/assets/img/icon/gray-right-arrow.svg") no-repeat;
  height: 30px;
  width: 15px;
  float: right;
}
.borrower-repayment {
  background: url("/assets/img/borrower/repayment.png") no-repeat;
  height: 7em;
  width: 20em;
  background-size: contain;
}
.investor-wall-2 {
  background: url("/assets/img/_public/dashboard/investor-wall-2.png") no-repeat;
  height: 38vw;
  width: 100%;
  background-size: contain;
}
.investor-wall-2-mobile {
  background: url("/assets/img/_public/dashboard/investor-wall-2-mobile.png") no-repeat;
  height: 35em;
  width: 100%;
  background-size: contain;
}
.investor-wall-3 {
  background: url("/assets/img/_public/dashboard/investor-wall-3.png") no-repeat;
  height: 38vw;
  width: 100%;
  background-size: contain;
}
.investor-wall-3-mobile {
  background: url("/assets/img/_public/dashboard/investor-wall-3-mobile.png") no-repeat, repeating-linear-gradient(#3d7eff, #3d7eff 24vw, #3d7eff 50.1%, #3d7eff 100%);
  height: 35em;
  width: 100%;
  background-size: contain;
}
.handshake-image {
  background: url("/assets/img/_public/about-us/handshake-image.png") no-repeat;
  height: 35vw;
  width: 100%;
  background-size: contain;
}
.city-silhouette {
  background: url("/assets/img/_public/about-us/city-silhouette.svg") no-repeat;
  height: 15em;
  width: 100%;
  background-size: cover;
}
.faq-arrow-right {
  background: url("/assets/img/_public/faq/arrow-right.svg") no-repeat;
  height: 30px;
  width: 15px;
  float: left;
}
.faq-arrow-bottom {
  background: url("/assets/img/_public/faq/arrow-bottom.svg") no-repeat;
  height: 30px;
  width: 25px;
  float: left;
}
.exclamation-icon {
  background: url("/assets/img/icon/exclamation-icon.svg") no-repeat;
  height: 25px;
  width: 25px;
  float: left;
}
.grid-icon {
  background: url("/assets/img/icon/grid-icon.svg") no-repeat;
  background-position: center left;
  height: 20px;
  width: 25px;
  float: left;
}
.fsmk-icon {
  background: url("/assets/img/icon/fsmk-logo.svg") no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
}
.fsmk-circle-icon {
  background: url("/assets/img/icon/fsmk-circle-logo.svg") no-repeat;
  background-size: contain;
  height: 120px;
  width: 120px;
}
.facebook-icon {
  background: url("/assets/img/icon/facebook.svg") no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
}
.google-plus-icon {
  background: url("/assets/img/icon/google-plus.svg") no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
}
.slack-icon {
  background: url("/assets/img/icon/slack-icon.png") no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
}
.linkedin-icon {
  background: url("/assets/img/icon/linkedin.svg") no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
}
.twitter-icon {
  background: url("/assets/img/icon/twitter.svg") no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
}
.list-icon {
  background: url("/assets/img/icon/list-icon.svg") no-repeat;
  background-position: center left;
  height: 20px;
  width: 25px;
  float: left;
}
.media-press-icon {
  background: url("/assets/img/icon/media-press-icon.svg") no-repeat;
  height: 25px;
  width: 25px;
  margin-right: 0.5em;
  float: left;
}
.pdf-icon {
  background: url("/assets/img/icon/pdf-icon.svg") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.pdf-icon.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.chat-bubble-icon {
  background: url("/assets/img/icon/chat-bubble-icon.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.chat-bubble-icon.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.billing-payment {
  background: url("/assets/img/investor/payment/billing-payment.png") no-repeat;
  height: 35px;
  width: 150px;
}
.exclusive-loan-icon {
  background: url("/assets/img/icon/exclusive-loan.svg") no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  position: relative;
  margin-top: -12px;
  margin-right: 10px;
}
.islamic-loan-icon {
  background: url("/assets/img/icon/islamic_indicator.png") no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  position: relative;
  margin-top: -12px;
  margin-right: 10px;
  top: 7px;
}
.question-icon {
  background: url("/assets/img/icon/question-icon.svg") no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
.success-icon {
  background: url("/assets/img/icon/success-icon.svg") no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
}
.withdrawal-icon {
  background: url("/assets/img/icon/withdrawal-icon.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
}
.warning-icon {
  background: url("/assets/img/icon/warning-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 10px;
}
.warning-circle-icon {
  background: url("/assets/img/icon/warning-circle-icon.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  float: left;
}
.deposit-icon {
  background: url("/assets/img/icon/deposit-icon.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
}
.white-right-arrow-icon {
  background: url("/assets/img/icon/white-right-arrow.svg") no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
.green-right-arrow-icon {
  background: url("/assets/img/icon/green-right-arrow.svg") no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
.blue-right-arrow-icon {
  background: url("/assets/img/icon/white-right-arrow.svg") no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 5px;
  fill: blue;
}
.sucessfull-icon {
  background: url("/assets/img/icon/successfull-icon.svg") no-repeat;
  background-size: contain;
  height: 120px;
  width: 120px;
}
.queue-icon {
  background: url("/assets/img/icon/queue-icon.svg") no-repeat;
  background-size: contain;
  height: 120px;
  width: 120px;
}
.time-icon {
  background: url("/assets/img/icon/time-icon.svg") no-repeat;
  background-size: contain;
  float: left;
  height: 35px;
  width: 35px;
  margin-top: 8px;
}
.referral-box {
  background: url("/assets/img/header/referral-box.png") no-repeat;
  height: 12em;
  width: 8em;
  margin-top: -8em;
  background-size: contain;
}
.bolt-icon {
  background: url("/assets/img/icon/bolt-icon.svg") no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
}
.bars-icon {
  background: url("/assets/img/icon/bars-icon.svg") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
}
.lighter-close-icon {
  background: url("/assets/img/icon/lighter-close-icon.svg") no-repeat;
  background-size: contain;
  height: 25px;
  width: 20px;
}
.file-success-icon {
  background: url("/assets/img/icon/file-success-icon.svg") no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
}
.file-blue-icon {
  background: url("/assets/img/icon/file-blue-icon.svg") no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}
.file-icon {
  background: url("/assets/img/icon/file-icon.svg") no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
}
.file-upload-icon {
  background: url("/assets/img/icon/file-upload-icon.png") no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
}
.bank-logo {
  background-size: contain !important;
  background-position: left !important;
  height: 3em;
}
.bank-logo.agro-bank {
  background: url("/assets/img/icon/bank-logo-agro.png") no-repeat;
}
.bank-logo.alliance-bank {
  background: url("/assets/img/icon/bank-logo-alliance.png") no-repeat;
}
.bank-logo.ambank {
  background: url("/assets/img/icon/bank-logo-ambank.png") no-repeat;
}
.bank-logo.bank-rakyat {
  background: url("/assets/img/icon/bank-logo-rakyat.png") no-repeat;
}
.bank-logo.bank-simpanan-nasional {
  background: url("/assets/img/icon/bank-logo-bsn.png") no-repeat;
}
.bank-logo.cimb {
  background: url("/assets/img/icon/bank-logo-cimb.png") no-repeat;
}
.bank-logo.hsbc {
  background: url("/assets/img/icon/bank-logo-hsbc.png") no-repeat;
}
.bank-logo.hong-leong-bank {
  background: url("/assets/img/icon/bank-logo-hong-leong.png") no-repeat;
}
.bank-logo.maybank {
  background: url("/assets/img/icon/bank-logo-maybank.png") no-repeat;
}
.bank-logo.ocbc {
  background: url("/assets/img/icon/bank-logo-ocbc.png") no-repeat;
}
.bank-logo.public-bank {
  background: url("/assets/img/icon/bank-logo-public-bank.png") no-repeat;
}
.bank-logo.rhb {
  background: url("/assets/img/icon/bank-logo-rhb.png") no-repeat;
}
.bank-logo.standard-chartered {
  background: url("/assets/img/icon/bank-logo-sc.png") no-repeat;
}
.bank-logo.uob {
  background: url("/assets/img/icon/bank-logo-uob.png") no-repeat;
}
.bank-logo.affin-bank {
  background: url("/assets/img/icon/bank-logo-affin.png") no-repeat;
}
.bank-logo.dbs {
  background: url("/assets/img/icon/bank-logo-dbs.png") no-repeat;
}
.bank-logo.posb {
  background: url("/assets/img/icon/bank-logo-posb.png") no-repeat;
}
.bank-logo.anz {
  background: url("/assets/img/icon/bank-logo-anz.png") no-repeat;
}
.bank-logo.citibank {
  background: url("/assets/img/icon/bank-logo-citibank.png") no-repeat;
}
.bank-logo.other {
  background: url("/assets/img/icon/bank-logo-other.svg") no-repeat;
}
.fs-skin-in-image {
  background: url("/assets/img/_public/dashboard/fs-skin-in.svg") no-repeat;
  background-size: contain;
  height: 30em;
}
.deposit-success-image {
  background: url("/assets/img/investor/deposit-success.png") no-repeat;
  background-size: cover;
  height: 25em;
  width: 100%;
}
.lock-icon {
  background: url("/assets/img/icon/lock-icon.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.global-icon {
  background: url("/assets/img/icon/global-icon.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.progress-image {
  background: url("/assets/img/_public/home/progress.png") no-repeat;
  background-size: contain;
  height: 350px;
  width: 350px;
}
.activation-success-icon {
  background: url("/assets/img/icon/sign-up-success-icon.svg") no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.verify-email-icon {
  background: url("/assets/img/icon/verify-email-icon.svg") no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.verify-mobile-icon {
  background: url("/assets/img/icon/verify-mobile-icon.svg") no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.two-fa-deposit-icon {
  background: url("/assets/img/icon/two-fa-deposit-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-esa-icon {
  background: url("/assets/img/icon/two-fa-esa-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-profile-icon {
  background: url("/assets/img/icon/two-fa-profile-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-sign-up-icon {
  background: url("/assets/img/icon/two-fa-sign-up-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-apply-icon {
  background: url("/assets/img/icon/two-fa-apply-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-approve-icon {
  background: url("/assets/img/icon/two-fa-approve-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-funds-icon {
  background: url("/assets/img/icon/two-fa-funds-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.two-fa-setup-icon {
  background: url("/assets/img/icon/two-fa-setup-icon.svg") no-repeat;
  width: 180px;
  height: 180px;
  background-size: contain;
}
.two-fa-verify-icon {
  background: url("/assets/img/icon/two-fa-verify-phone-number.svg") no-repeat;
  width: 200px;
  height: 130px;
  background-size: contain;
}
.two-fa-otp-verify-icon {
  background: url("/assets/img/icon/two-fa-otp-verify.svg") no-repeat;
  width: 230px;
  height: 200px;
  background-size: contain;
}
.progress-small-image {
  background: url("/assets/img/_public/home/progress-small.png") no-repeat;
  background-size: contain;
  height: 150px;
  width: 160px;
  position: absolute;
  right: 0;
  bottom: -43px;
}
.forgot-password-image {
  position: relative;
  float: left;
  background: url("/assets/img/_public/home/forgot-password.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 100px;
  width: 100%;
  margin: 2em 0;
}
.instruction-send-image {
  position: relative;
  float: left;
  background: url("/assets/img/_public/home/instruction-send.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 125px;
  width: 100%;
  margin: 4em 0 2em 0;
}
.fsmk-vertical-logo {
  background-size: contain !important;
  margin-left: 20px;
}
.fsmk-vertical-logo.fs {
  background: url("/assets/img/header/logo.svg") no-repeat;
  width: 15em;
}
.fsmk-vertical-logo.mk {
  background: url("/assets/img/header/logo-mk.svg") no-repeat;
  margin-right: 10px;
  width: 12.5em;
}
.fetch-loading-icon {
  background: url("/assets/img/icon/fetch-loading-icon.svg") no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
}
.borrower-new-loan-success-image {
  background: url("/assets/img/borrower/new-loan-success.png") no-repeat;
  height: 10em;
  width: 10em;
  background-size: contain;
  margin: auto;
}
.inv-dashboard-icon {
  background: url("/assets/img/investor/inv-dashboard.png") no-repeat;
  height: 10em;
  width: 10em;
  background-size: contain;
}
.inv-referral-background {
  background: url("/assets/img/investor/referral-bg.svg") no-repeat;
  padding-top: 5em;
  height: 30em;
  width: 100%;
  background-size: cover;
}
.inv-activity-icon {
  background: url("/assets/img/investor/activity-icon.png") no-repeat;
  height: 13em;
  width: 15em;
  background-size: contain;
}
.investor-menu-icon {
  height: 80px;
  width: 115px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-position: center !important;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  color: white;
  border: 0px solid rgba(123, 123, 123, 0.5);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  border-radius: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) skew(0deg, 0deg) skewX(0deg) skewY(0deg) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(0px);
          transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) skew(0deg, 0deg) skewX(0deg) skewY(0deg) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(0px);
}
.investor-menu-icon.referral {
  background: url("/assets/img/header/referral-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.activity {
  background: url("/assets/img/header/activity-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.deposit {
  background: url("/assets/img/header/deposit-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.investment {
  background: url("/assets/img/header/investment-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.overview {
  background: url("/assets/img/header/overview-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.portfolio {
  background: url("/assets/img/header/portfolio-menu-icon.svg") no-repeat;
  background-size: contain;
}
.investor-menu-icon.withdrawal {
  background: url("/assets/img/header/withdrawal-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.repayment {
  background: url("/assets/img/header/repayment-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.facility-list {
  background: url("/assets/img/header/facility-list-menu-icon.svg") no-repeat;
  background-size: contain;
}
.investor-menu-icon.activation {
  background: url("/assets/img/header/account-activation-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.sbn-retail {
  background: url("/assets/img/header/sbn-retail-menu-icon.png") no-repeat;
  background-size: contain;
}
.investor-menu-icon.partner {
  background: url("/assets/img/header/partner-menu-icon.svg") no-repeat;
  background-size: contain;
}
.investor-menu-icon:hover {
  -webkit-transform: scale(1.4) rotate(0.01deg);
  transform: scale(1.4) rotate(0.01deg);
}
.career-exploration {
  background: url("/assets/img/_public/career/exploration.png") no-repeat;
  width: 100%;
  background-size: contain;
}
.maximize-impact-icon {
  background: url("/assets/img/_public/about-us/maximize-impact-icon.svg") no-repeat;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.no-politics-icon {
  background: url("/assets/img/_public/about-us/no-politics-icon.svg") no-repeat;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.push-your-limit-icon {
  background: url("/assets/img/_public/about-us/push-your-limit-icon.svg") no-repeat;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.test-measure-icon {
  background: url("/assets/img/_public/about-us/test-measure-icon.svg") no-repeat;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.user-win-icon {
  background: url("/assets/img/_public/about-us/user-win-icon.svg") no-repeat;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.career-connect {
  background: url("/assets/img/_public/career/connect.png") no-repeat;
  height: 20em;
  width: 100%;
  background-size: cover;
}
.autobot-disable-icon {
  background: url("/assets/img/icon/autobot-disable-icon.svg") no-repeat;
  height: 45px;
  width: 45px;
  background-size: contain;
}
.autobot-enable-icon {
  background: url("/assets/img/icon/autobot-enable-icon.svg") no-repeat;
  height: 45px;
  width: 45px;
  background-size: contain;
}
.default-profile-picture {
  background: url("/assets/img/icon/default-profile-picture.svg") no-repeat;
  height: 4em;
  width: 100%;
  background-size: contain;
}
.logo-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/assets/img/icon/logo.gif") 50% 50% no-repeat;
  background-size: 15em 15em;
}
.setting-header-image {
  background: url("/assets/img/_public/setting-header-image.png") no-repeat;
  height: 100px;
  width: 160px;
  background-size: contain;
}
.expand-icon {
  display: inline-block;
  background-size: contain !important;
  background: url("/assets/img/icon/expand-icon.svg") no-repeat;
  height: 10px;
  width: 10px;
}
.expand-table-icon-blue {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-blue.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-orange {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-orange.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-corn-flower-blue {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-corn-flower-blue.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-yellow {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-yellow.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-purple {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-purple.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-green {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-green.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-red {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-red.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-dark-blue {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-dark-blue.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-light-blue {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-light-blue.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-gray {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-gray.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-brown {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-brown.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-green-aquamarine {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-green-aquamarine.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.expand-table-icon-green-turquoise {
  background-size: contain !important;
  background: url("/assets/img/icon/expand-table-icon-green-turquoise.svg") no-repeat;
  height: 25px;
  width: 25px;
}
.collapse-table-icon {
  background: url("/assets/img/icon/collapse-table-icon.svg") no-repeat;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background-size: contain;
}
.newspaper-icon {
  background: url("/assets/img/_public/home/folded-newspaper.svg") no-repeat;
  height: 50px;
  width: 100%;
  background-size: contain;
}
.flag-id-icon {
  background: url("/assets/img/icon/flag-id.svg") no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-size: cover;
}
.flag-my-icon {
  background: url("/assets/img/icon/flag-my.svg") no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-size: cover;
}
.flag-sg-icon {
  background: url("/assets/img/icon/flag-sg.svg") no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-size: cover;
}
.flag-th-icon {
  background: url("/assets/img/icon/flag-th.svg") no-repeat;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-size: cover;
}
.secure-icon-background {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: rgba(8, 192, 166, 0.2);
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.secure-icon {
  background: url("/assets/img/icon/secure-icon.svg") no-repeat;
  height: 24px;
  width: 18px;
  background-size: cover;
  margin: 0 auto;
}
.funding-societies-logo {
  background: url("/assets/img/footer/footer-logo.svg") no-repeat;
  background-size: contain;
}
.funding-societies-header-logo {
  background: url("/assets/img/header/logo.svg") no-repeat;
  background-size: contain;
}
.loadMoreContainer {
  text-align: center;
  margin: 2em 0 1em 0;
  color: #9b9b9b;
}
.loadMoreButton {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
}
.loadMoreButton:hover {
  color: #6b6b6b;
}
.loadMoreContainer i {
  font-size: 2em;
  padding: 0.4em 0.5em;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
}
.loadMoreTitle {
  font-size: 0.85em;
}
.activation-success {
  position: relative;
  float: left;
  background: url("/assets/img/_public/home/activation-success.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 125px;
  width: 100%;
  margin: 4em 0 2em 0;
}
.activation-failed {
  position: relative;
  float: left;
  background: url("/assets/img/_public/home/activation-failed.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 125px;
  width: 100%;
  margin: 4em 0 2em 0;
}
.subscription-agreement-success {
  background: url("/assets/img/_public/signup/subscription-agreement-success.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 350px;
  width: 100%;
  margin-top: 10em;
}
.fpx-logo {
  background: url("/assets/img/investor/fpx-lg.png") no-repeat;
  background-size: contain;
  height: 70px;
  width: 100%;
}
.progress-row-image {
  background: url("/assets/img/investor/inv-dashboard.png") no-repeat;
  height: 100%;
}
.not-found-page-image {
  background: url("/assets/img/_public/not-found-page.png") no-repeat;
  background-size: contain;
  height: 350px;
  width: 100%;
}
.bca-deposit-image {
  background: url("/assets/img/investor/bca_deposit.png") no-repeat;
  background-size: contain;
  height: 350px;
  width: 100%;
}
.m-banking-bca-image {
  background: url("/assets/img/investor/mbankingbca2.png") no-repeat;
  background-size: contain;
  height: 350px;
  width: 100%;
}
.ojk-logo {
  width: 200px;
  margin-left: -15px;
}
.auto-invest-banner {
  background: url("/assets/img/icon/auto-invest.svg") no-repeat;
  background-size: contain;
  height: 4em;
  width: 4em;
}
.partner-header-logo {
  background: url("/assets/img/borrower/partner/header-logo.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 20em;
}
.my-info-logo {
  background: url("/assets/img/icon/my-info-logo.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
}
.singpass-logo {
  background: url("/assets/img/icon/singpass-logo.jpg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
}
.error-icon-exclamation {
  display: inline-block;
  background: #f5d7d7;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  line-height: 16px;
  color: #a94442;
}
.error-logo {
  background-color: #f2dede;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
}
.error-logo .error-shape {
  text-align: center;
  color: #a94442;
  font-size: 4em;
}
.pending-logo {
  background-color: #fcf3e3;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
}
.pending-logo .pending-shape {
  text-align: center;
  color: #ffb50d;
  font-size: 4em;
  width: inherit;
  line-height: 100px;
}
.fpx-logo {
  background: url("/assets/img/icon/fpx-logo.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.wallet-balance-logo {
  background: url("/assets/img/icon/wallet-balance-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.fsmk-circle-logo {
  background: url("/assets/img/investor/loyalty/fsmk-circle-logo.svg") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .fsmk-circle-logo {
    height: 12.5em;
    width: 12.5em;
  }
}
@media (min-width: 992px) {
  .fsmk-circle-logo {
    height: 15em;
    width: 15em;
  }
}
.point-reward-logo {
  background: url("/assets/img/investor/loyalty/point-reward-logo.svg") no-repeat;
  background-size: contain;
  height: 5em;
  width: 5em;
}
.graph-logo {
  background: url("/assets/img/investor/loyalty/graph-logo.svg") no-repeat;
  background-size: contain;
  height: 5em;
  width: 5em;
}
.megaphone-logo {
  background: url("/assets/img/investor/loyalty/megaphone-logo.svg") no-repeat;
  background-size: contain;
  height: 5em;
  width: 5em;
}
.giftbox-logo {
  background: url("/assets/img/investor/loyalty/giftbox-logo.svg") no-repeat;
  background-size: contain;
  height: 5em;
  width: 5em;
}
@media (min-width: 320px) {
  .loyalty-tier-logo {
    height: 3em;
    width: 3em;
  }
}
@media (min-width: 1200px) {
  .loyalty-tier-logo {
    height: 5em;
    width: 5em;
  }
}
.loyalty-blue-tier-logo {
  background: url("/assets/img/investor/loyalty/loyalty-blue-tier-logo.svg") no-repeat;
  background-size: contain;
}
.loyalty-silver-tier-logo {
  background: url("/assets/img/investor/loyalty/loyalty-silver-tier-logo.svg") no-repeat;
  background-size: contain;
}
.loyalty-gold-tier-logo {
  background: url("/assets/img/investor/loyalty/loyalty-gold-tier-logo.svg") no-repeat;
  background-size: contain;
}
.loyalty-platinum-tier-logo {
  background: url("/assets/img/investor/loyalty/loyalty-platinum-tier-logo.svg") no-repeat;
  background-size: contain;
}
.loyalty-prestige-tier-logo {
  background: url("/assets/img/investor/loyalty/loyalty-prestige-tier-logo.svg") no-repeat;
  background-size: contain;
}
.app-store-black-logo {
  background: url("/assets/img/icon/app-store-icon-black.png") no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
}
.google-play-black-logo {
  background: url("/assets/img/icon/google-play-icon-black.png") no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
}
.app-store-white-logo {
  background: url("/assets/img/icon/app-store-icon-white.png") no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
}
.google-play-white-logo {
  background: url("/assets/img/icon/google-play-icon-white.png") no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
}
.google-play-color-logo {
  background: url("/assets/img/icon/google-play-icon-color.png") no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
}
.sbn-banner {
  background: url("/assets/img/_public/sbn-banner.jpg") no-repeat;
  background-size: contain;
  min-width: 100em;
}
.esbn-logo {
  background: url("/assets/img/_public/esbn-logo.png") no-repeat;
  background-size: contain;
  height: 3em;
  min-width: 7em;
}
.sbr-logo {
  background: url("/assets/img/_public/sbr-logo.png") no-repeat;
  background-size: contain;
  height: 2em;
  min-width: 5em;
}
.kemenkeu-logo {
  background: url("/assets/img/_public/kemenkeu-logo.png") no-repeat;
  background-size: contain;
  height: 8em;
  min-width: 12.5em;
}
.referral-logo {
  background: url("/assets/img/_public/referral-logo.png") no-repeat;
  background-size: contain;
  height: 10em;
}
.st-logo {
  background: url("/assets/img/_public/st-logo.png") no-repeat;
  background-size: contain;
  height: 8em;
  min-width: 8em;
}
.icon-safe-logo {
  background: url("/assets/img/_public/icon-safe.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-aman-logo {
  background: url("/assets/img/_public/icon_aman.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-bunga-logo {
  background: url("/assets/img/_public/icon_bunga_tetap.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-pilihan-logo {
  background: url("/assets/img/_public/icon_pilihan_tenor.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-bebas-logo {
  background: url("/assets/img/_public/Bebas Pilih Tenor.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-imbalan-logo {
  background: url("/assets/img/_public/Imbalan menarik.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-repayment-logo {
  background: url("/assets/img/_public/icon-repayment.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-stats-logo {
  background: url("/assets/img/_public/statistics.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-halal-logo {
  background: url("/assets/img/_public/icon-halal.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-early-logo {
  background: url("/assets/img/_public/icon-early.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-tradeable-logo {
  background: url("/assets/img/_public/icon-tradeable.png") no-repeat;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-tradeable-v2-logo {
  background: url("/assets/img/_public/icon-tradeable-v2.png") no-repeat;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-redemption-logo {
  background: url("/assets/img/_public/icon-redemption.png") no-repeat;
  background-size: contain;
  height: 4em;
  min-width: 4em;
  background-position: center;
}
.icon-payment-via-tokopedia-logo {
  background: url("/assets/img/_public/payment-tokopedia.png") no-repeat;
  background-size: contain;
  height: 8em;
  min-width: 8em;
  background-position: center;
}
.sbn-sid-registration-logo {
  background: url("/assets/img/_public/sid-registration.png") no-repeat;
  background-size: contain;
  height: 10em;
  min-width: 4em;
  background-position: center;
}
.sbn-pay-logo {
  background: url("/assets/img/_public/sbn-pay-logo.png") no-repeat;
  background-size: contain;
  height: 10em;
  min-width: 4em;
  background-position: center;
}
.sbn-order-logo {
  background: url("/assets/img/_public/sbn-order-logo.png") no-repeat;
  background-size: contain;
  height: 10em;
  min-width: 4em;
  background-position: center;
}
.sbn-tokopedia-payment-logo {
  background: url("/assets/img/_public/sbn-tokopedia-payment-logo.png") no-repeat;
  background-size: contain;
  height: 10em;
  min-width: 4em;
  margin-left: 30px;
  background-position: center;
}
.sbn-sign-logo {
  background: url("/assets/img/_public/sbn-sign-logo.png") no-repeat;
  background-size: contain;
  height: 10em;
  min-width: 4em;
  background-position: center;
}
.inklusi-keuangan-logo {
  background: url("/assets/img/ID/logo-inklusi-keuangan.png") no-repeat;
  background-size: contain;
  height: 10em;
  min-width: 7em;
  background-position: center;
}
.sbn-icon-play {
  background: url("/assets/img/_public/icon-play.png") no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
}
.fs-lock-key {
  background: url("/assets/img/investor/fs-lockandkey.png") no-repeat;
  background-size: contain;
  height: 10em;
  width: 11em;
}
.fs-banner-yir {
  background: url("/assets/img/icon/banner-yir.svg") no-repeat;
  background-size: contain;
  height: 8em;
}
.thinking-icon {
  position: relative;
  background: url("/assets/img/investor/delete-aa.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 125px;
  width: 100%;
}
.borrower-exposure-warning-confirmation {
  position: relative;
  background: url("/assets/img/investor/borrower-exposure-warning.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 125px;
  width: 100%;
}
.info-icon {
  background: url("/assets/img/icon/info-icon.svg") no-repeat;
  height: 22px;
  width: 22px;
  background-size: contain;
  cursor: pointer;
}
.info-icon:hover, .info-icon:active {
  background: url("/assets/img/icon/info-icon-hover.svg") no-repeat;
}
.accredited-declaration-graphic {
  background: url("/assets/img/investor/accredited-declaration/accredited-declaration-banner.png") no-repeat;
  height: 100px;
  width: 100px;
  background-size: contain;
}
.accredited-declaration-notification {
  background: url("/assets/img/investor/accredited-declaration/graphic-notification.png") no-repeat;
  height: 100px;
  width: 100px;
  background-size: contain;
}
.fs-money-icon {
  background: url("/assets/img/investor/fs-money.png") no-repeat;
  height: 150px;
  width: 150px;
  background-size: contain;
}
.fs-people-talk-icon {
  background: url("/assets/img/investor/fs-people-talk.png") no-repeat;
  height: 100px;
  width: 100px;
  background-size: contain;
}
.arrow-white-left {
  background: url("/assets/img/icon/arrow-white-left.svg") no-repeat;
  height: 25px;
  width: 25px;
  background-size: contain;
}
.arrow-white-left.small {
  height: 16px;
  width: 16px;
}
.arrow-white-right {
  background: url("/assets/img/icon/arrow-white-right.svg") no-repeat;
  background-position: right;
  height: 25px;
  width: 25px;
  background-size: contain;
}
.arrow-white-right.small {
  height: 16px;
  width: 16px;
}
.bg-app-download-dl {
  background: url("/assets/img/footer/bg-app-download-dl.svg") no-repeat;
  height: 130px;
  width: 100%;
  background-size: contain;
}
.letter-renewal-icon {
  background: url("/assets/img/icon/letter-renewal-icon.svg") no-repeat;
  height: 130px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.information-icon {
  background: url("/assets/img/icon/information-icon.svg") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
}
.information-icon-yellow {
  background: url("/assets/img/icon/information-icon-yellow.svg") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
}
.logo-loading {
  background: url("/assets/img/icon/loading-logo.gif") no-repeat;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-position: center;
}
.green-check-transparant-icon {
  background: url("/assets/img/icon/green-check-icon-transparant.svg") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
}
.check-icon-green {
  background: url("/assets/img/icon/check-icon-green.svg") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
}
.information-yellow-transparant-icon {
  background: url("/assets/img/icon/information-icon-yellow-transparant.svg") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
}
.payment-confirmation {
  background: url("/assets/img/icon/payment-confirmation.svg") no-repeat;
  height: 225px;
  width: 350px;
  background-size: contain;
  background-position: center;
}
.payment-confirmed {
  background: url("/assets/img/icon/payment-confirmed.svg") no-repeat;
  height: 225px;
  width: 250px;
  background-size: contain;
  background-position: center;
}
.payment-failed {
  background: url("/assets/img/icon/payment-failed.svg") no-repeat;
  height: 225px;
  width: 250px;
  background-size: contain;
  background-position: center;
}
@media (min-width: 320px) {
  .info-box-mobile,
.slider-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .info-box-mobile,
.slider-mobile {
    display: none;
  }
}
.info-box-mobile__title {
  margin-bottom: 10px;
  font-size: 9vw;
}
.info-box-mobile__description {
  font-size: 4vw;
}
.info-box-mobile__btn {
  font-size: 4vw;
}
.info-box {
  padding-left: 30px;
  padding-top: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: 100px;
  height: 400px;
  background-color: white;
  max-width: 450px;
}
.info-box .title {
  line-height: 40px;
}
.info-box .caption {
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .list-box.statement-filter {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.list-box {
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list-box__item {
  background-color: white;
  padding: 2em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(169, 169, 169, 0.5);
          box-shadow: 0 1px 2px 0 rgba(169, 169, 169, 0.5);
  margin-bottom: 1em;
  margin-top: 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.list-box__descriptions {
  flex-basis: 90%;
}
.list-box__title {
  color: #9b9b9b;
  display: block;
}
.list-box__link {
  display: block;
  color: #a6a6a6;
}
.list-box__icon {
  flex-basis: 10%;
  align-self: flex-end;
  font-size: 32px;
  color: #4281FB;
}
.fs-loyalty-benefit-container {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.fs-loyalty-benefit-container .reward-benefit-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 20%;
  margin: 0 5px;
}
@media (min-width: 320px) {
  .fs-loyalty-header-box {
    padding: 1em;
  }
  .fs-loyalty-header-box .title {
    font-size: 22px;
  }

  .fs-loyalty-reward-box .title {
    font-size: 22px;
  }

  .fs-loyalty-reward-row {
    background-color: #fafafa;
  }
  .fs-loyalty-reward-row .swiper-slide {
    background-color: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 12em !important;
  }
  .fs-loyalty-reward-row .swiper-slide .caption {
    font-size: 12px;
  }

  .fs-loyalty-benefit-container .tier-mobile-box {
    border: solid 1px #eeeeee;
    padding: 1em 0em;
  }
  .fs-loyalty-benefit-container .tier-mobile-box .tier-title {
    font-size: 16px;
  }
  .fs-loyalty-benefit-container .tier-mobile-box .tier-logo {
    padding-right: 4.5em;
    padding-left: 0.5em;
  }
  .fs-loyalty-benefit-container .benefit-list {
    padding: 1em;
    line-height: 1.75em;
    padding-bottom: 0;
  }
  .fs-loyalty-benefit-container .benefit-list i {
    text-indent: -1.25em;
  }
}
@media (min-width: 415px) {
  .fs-loyalty-reward-row .swiper-slide .caption {
    font-size: 14px;
  }

  .fs-loyalty-benefit-container .tier-mobile-box {
    border: solid 1px #eeeeee;
    padding: 1em 0em;
  }
  .fs-loyalty-benefit-container .tier-mobile-box .tier-title {
    font-size: 16px;
  }
  .fs-loyalty-benefit-container .tier-mobile-box i {
    padding-left: 1em;
  }
}
@media (min-width: 768px) {
  .fs-loyalty-benefit-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .fs-loyalty-header-box,
.fs-loyalty-reward-row,
.fs-loyalty-reward-box {
    padding: 3em;
  }
  .fs-loyalty-header-box .title,
.fs-loyalty-reward-row .title,
.fs-loyalty-reward-box .title {
    font-size: 32px;
  }

  .reward-benefit-container {
    height: 50em;
  }
}
@media (min-width: 992px) {
  .fs-loyalty-header-box {
    padding: 3em 5em 3em 12.5em;
  }

  .fs-loyalty-reward-box {
    padding-bottom: 0 !important;
  }

  .fs-loyalty-reward-row {
    padding: 5em 10em;
  }
  .fs-loyalty-reward-row .title {
    font-size: 32px;
  }

  .fs-loyalty-benefit-box .fs-loyalty-benefit-container {
    padding-bottom: 5em;
  }

  .reward-benefit-container {
    height: 37.5em;
  }
}
.fs-loyalty-header-box {
  background-color: #7032eb;
}
.fs-loyalty-header-box .title {
  line-height: 1em;
  letter-spacing: 0em;
}
.fs-loyalty-reward-box {
  background-color: #fafafa;
  padding: 3em 0em;
}
.fs-loyalty-benefit-box {
  padding: 3em 0em;
  background-color: #ffffff;
}
.fs-loyalty-benefit-box .title {
  font-size: 32px;
}
.fs-loyalty-benefit-box .title-caption {
  margin-bottom: 20px;
  margin-top: 20px;
}
.reward-benefit-container {
  border-radius: 4px;
  border: solid 1px #e4e4e4;
}
.reward-benefit-container .reward-benefit-box {
  padding: 1em;
}
.reward-benefit-container .reward-benefit-box .tier-information {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.reward-benefit-container .reward-benefit-box .caption {
  color: #898989;
}
.reward-benefit-container .reward-benefit-box .amount-information {
  font-size: 22px;
  font-weight: bold;
}
.reward-benefit-container .reward-benefit-box .benefit-list-row {
  line-height: 2em;
}
.reward-benefit-container .reward-benefit-box .benefit-list {
  color: #898989;
  font-size: 12px;
}
.reward-benefit-container .reward-footer {
  background-color: #fafafa;
  color: #898989;
  font-size: 12px;
  padding: 1em;
  margin-top: auto;
}
@media (min-width: 320px) {
  .dashboard-loyalty-row {
    padding: 2em;
    text-align: center;
  }

  .loyalty-progress-bar-container {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
  }
}
@media (min-width: 415px) {
  .dashboard-loyalty-row {
    padding: 1.5em 1em;
  }
}
@media (min-width: 768px) {
  .dashboard-loyalty-row {
    padding: 1.5em 1em;
    text-align: inherit;
  }
  .dashboard-loyalty-row .current-status-row {
    font-size: 16px;
  }

  .loyalty-progress-bar-container {
    text-align: right;
    margin-top: 0;
  }

  .loyalty-faq-row {
    padding-left: 10em;
    padding-right: 10em;
  }
}
@media (min-width: 992px) {
  .dashboard-loyalty-row {
    padding: 1.5em 4em;
  }
}
.dashboard-loyalty-row {
  background-color: #fafafa;
}
.dashboard-loyalty-row .ui-progressbar {
  height: 16px;
}
.dashboard-loyalty-row .current-status-row {
  color: #4a4a4a;
}
.dashboard-loyalty-row .current-status-row-point {
  font-size: 16px;
  letter-spacing: 1px;
}
.dashboard-loyalty-row .current-status-caption {
  color: #9b9b9b;
}
.dashboard-loyalty-row .learn-more-button {
  color: #2743ca;
}
.dashboard-loyalty-row .current-point {
  color: #00c4a5;
}
.dashboard-loyalty-row .current-point-caption {
  font-size: 14px;
  color: #9b9b9b;
}
.loyalty-faq-container {
  background-color: #f2f2f2;
  padding-top: 2em;
  padding-bottom: 4em;
}
.loyalty-faq-container .title {
  font-size: 32px;
  margin-bottom: 10px;
}
.loyalty-faq-answer {
  background-color: #ffffff;
}
.loyalty-faq-row .arrow-icon {
  margin-right: 20px;
}
fs-p-progressBar.blue .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  background-color: #3E7EFF;
}
fs-p-progressBar.silver .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  background-color: #3E7EFF;
}
fs-p-progressBar.gold .ui-progressbar-value {
  background: #FFB50D;
}
fs-p-progressBar.platinum .ui-progressbar-value {
  background: #3E7EFF;
}
fs-p-progressBar.prestige .ui-progressbar-value {
  background: #3E7EFF;
}
@media (min-width: 320px) {
  .investorDashboard .investorDashboardHeader {
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
  }
  .investorDashboard .investorDashboardHeader img {
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  .investorDashboard .investorInfoBox {
    display: none;
  }
  .investorDashboard .investmentInformation {
    padding: 0;
  }
  .investorDashboard .fs-investor-slide-container {
    display: none;
  }

  .investMenuContainer {
    display: none;
  }

  .row-fluid .investmentImgContainer {
    display: none;
  }

  .investmentInformation,
.investMenuContainer,
.investmentStatistic,
.investor-wall-3,
.investor-wall-2 {
    display: none;
  }

  .investor-wall-3-mobile,
.investor-wall-2-mobile,
.fs-investor-info-box-mobile,
.fs-investor-accordion-menu,
.fs-investor-slider-mobile {
    display: block;
  }

  .investor-wall-3-mobile {
    background-position-y: 93px;
  }

  .fs-investor-accordion-menu {
    padding-bottom: 2em;
  }

  .fs-investor-info-box-mobile .col-xs-12 {
    padding: 1em 1em 1em 2em;
  }

  .fs-investor-footer-mobile-caption {
    height: 15em;
    background-color: #3d7eff;
    margin-bottom: -1px;
    display: block;
  }
  .fs-investor-footer-mobile-caption.left {
    padding: 2em 1em 0em 2em;
  }
  .fs-investor-footer-mobile-caption.right {
    background-color: #4d22e7;
    padding: 2em 2em 0em 1em;
  }
  .fs-investor-footer-mobile-caption.right .text {
    margin-bottom: 1em;
    padding-left: 2em;
  }
}
@media (min-width: 768px) {
  .fs-skin-in-container {
    background-color: #f7f7f9;
  }
}
@media (min-width: 992px) {
  .investorDashboard .investorDashboardHeader {
    z-index: 1;
    height: 100%;
    background-size: cover;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .investorDashboard .investorDashboardHeader img {
    background-size: contain;
    background-position: 50%;
    width: 100%;
  }
  .investorDashboard .investorInfoBox {
    display: inline-table;
  }
  .investorDashboard .fs-investor-slide-container {
    display: block;
    margin-top: 2em;
  }
  .investorDashboard .fs-investor-slide-container .swiper-slide-container .swiper-container {
    display: block;
  }
  .investorDashboard .fs-investor-slide-container .swiper-slide-container .swiper-container .swiper-wrapper {
    height: 90% !important;
  }
  .investorDashboard .fs-investor-slide-container .swiper-slide-container .swiper-container .swiper-wrapper .swiper-slide {
    background-color: transparent;
    background-color: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100% !important;
  }
  .investorDashboard .fs-investor-slide-container .swiper-slide-container .swiper-container .swiper-wrapper .swiper-slide .img img {
    height: 11.2em;
  }

  .investMenuContainer {
    display: block;
  }

  .row-fluid .investmentImgContainer {
    display: block;
  }

  .investmentInformation,
.investMenuContainer,
.investmentStatistic,
.investor-wall-3,
.investor-wall-2 {
    display: block;
  }

  .investor-wall-3-mobile,
.investor-wall-2-mobile,
.fs-investor-info-box-mobile,
.fs-investor-accordion-menu,
.fs-investor-slider-mobile,
.fs-investor-footer-mobile-caption {
    display: none;
  }

  .fs-investor-accordion-menu .title {
    font-size: 30px;
  }
  .fs-investor-accordion-menu .description {
    color: #9b9b9b;
    margin-bottom: 2em;
    line-height: 1.5;
  }

  .fs-skin-in-container {
    padding: 5em 1em 5em 5em;
  }
}
@media (min-width: 1200px) {
  .fs-skin-in-container {
    padding: 5em 1em 5em 12em;
  }

  .investorInfoBox {
    max-width: 32em;
  }
}
.investorDashboard .investmentStatistic {
  padding: 1.5em;
  background-color: #2850ff;
  color: white;
}
.investorDashboard .investmentInformation .investmentInformationBox {
  color: #777777;
}
.investorDashboard .investMenuContainer {
  background-color: #f7f7f9;
  padding: 1.5em 0em 0em 0em;
}
.investorDashboard .investMenuContainer .investInfoSubMenu {
  margin-right: 0.5em;
  padding-bottom: 5px;
  font-family: "Poppins-Light", "Inter-Regular", "Prompt-Regular", "Arial";
  display: inline-block;
  color: #5d5d5d;
  font-size: 16px;
}
.investorDashboard .investMenuContainer .investInfoSubMenu.active {
  border-bottom: 3px solid #4a4a4a;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.investorDashboard .investmentImgContainer > div:first-of-type {
  padding: 2em;
}
.investorDashboard .btnInvestLearn {
  background-color: #ffffff;
  color: #4900ec;
  border-radius: 0;
  font-size: 13px;
}
.investorDashboard .investorInfoBox {
  padding: 1.5em 0 1.5em 1.5em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: 100px;
  max-height: 450px;
  background-color: white;
}
.investorDashboard .investorInfoBox.id {
  max-height: 480px;
}
.investorDashboard .seeBenefit {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-top: 25px;
  text-decoration: underline;
  cursor: pointer;
}
.investorDashboard .referralCaption {
  background-color: #00b196;
  padding-bottom: 100px;
  padding-left: 100px;
}
.investorDashboard .referralCaption h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}
.investorDashboard .referralCaption .referralcaptionDescription {
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
}
.investorDashboard .referralBenefit {
  background-color: #00b196;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  height: 140px;
}
.investorDashboard .rewardMenuContainer {
  margin-top: 20px;
  margin-left: 100px;
  width: 90%;
  height: 23px;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.2px;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.investorDashboard .rewardMenuContainer .rewardSubMenu {
  margin-right: 20px;
  cursor: pointer;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.investorDashboard .rewardMenuContainer .rewardSubMenu.active {
  font-weight: 600;
  color: #009688;
  border-bottom: solid 5px #009688;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.investorDashboard .rewardContainer {
  padding-left: 100px;
  margin-top: 80px;
}
.investorDashboard .rewardContainer .rewardCaption {
  font-size: 16px;
  color: #9b9b9b;
}
.investorDashboard .selectedMenuContainer {
  height: 500px;
  margin-left: 100px;
}
.investorDashboard .selectedMenuContainer .SelectedMenuTitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
}
.investorDashboard .selectedMenuContainer .selectedMenuCaption {
  font-size: 19px;
  line-height: 1.11;
  letter-spacing: 0.2px;
  color: #838383;
}
.investorDashboard .selectedMenuContainer .selectedMenuList {
  font-size: 15px;
  line-height: 1.47;
  color: #000000;
  margin-top: 20px;
}
.investorDashboard .selectedMenuContainer .selectedBtn {
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: #009688;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}
.investorDashboard .referralBanner {
  background-color: #13b196;
  height: 80px;
  line-height: 80px;
  padding-left: 100px;
  padding-right: 100px;
}
.investorDashboard .referralBanner .referralBannerCaption {
  font-size: 22px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.investorDashboard .referralBanner .referralBannerBtn {
  font-weight: 600;
  width: 150px;
  margin-top: 10px;
  line-height: 50px;
  color: #009688;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.fs-accordion .fa-caret-right,
.fs-accordion .fa-caret-down {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #92b7ff;
  font-size: 14px;
  background: #92b7ff;
  color: white;
  text-align: center;
}
.fs-investor-account-act-container {
  padding-bottom: 100px;
}
.fs-investor-account-act-container .title {
  font-size: 32px;
}
.fs-investor-account-act-container .fs-account-activation-box {
  background-color: white;
  border-radius: 4px;
  display: grid;
  padding: 2em 2.5em;
}
.fs-investor-account-act-container .fs-account-activation-box.in-active {
  opacity: 0.5;
}
.fs-investor-account-act-container .fs-account-activation-box .title-row {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.fs-investor-account-act-container .fs-account-activation-box .title-row .activation-title {
  font-size: 28px;
}
@media (max-width: 768px) {
  .fs-investor-account-act-container .fs-account-activation-box .title-row .activation-title {
    font-size: 24px;
  }
}
.fs-investor-account-act-container .btn-primary-referral {
  padding: 6px 12px;
  width: 50%;
  max-width: 250px;
}
.fs-investor-account-act-container .btn-processing {
  background-color: #e6e6e6 !important;
  color: #777777;
  padding: 0.5em 2em;
  width: 50%;
  max-width: 250px;
}
.fs-investor-account-act-container .fs-account-activation-box-my {
  padding: 1.5em 1em;
}
.fs-investor-account-act-container .fs-account-activation-box-my .btn-activation-box-small-padding {
  padding: 6px;
  margin: 0 0 5px 5px;
}
.fs-investor-account-act-container .fs-account-activation-box-my .sub-title {
  font-size: 28px;
}
.fs-investor-account-act-container .circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #818a91;
  font-size: 14px;
  background: #818a91;
  color: white;
  text-align: center;
}
.fs-investor-account-act-container .circle.success {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #08c0a6;
  font-size: 14px;
  background: #08c0a6;
  color: white;
  text-align: center;
}
@media (max-width: 480px) {
  .fs-investor-account-act-container .circle {
    margin: 6px 0;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 23px;
    border: #818a91;
    font-size: 14px;
    background: #818a91;
    color: white;
    text-align: center;
  }
  .fs-investor-account-act-container .circle.success {
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 23px;
    border: #08c0a6;
    font-size: 14px;
    background: #08c0a6;
    color: white;
    text-align: center;
  }
}
.fs-investor-account-act-container span {
  color: #4a4a4a;
}
.fs-investor-account-act-container .fs-upload-box.in-active {
  pointer-events: none;
}
#digitalSignaturePopUp .full-height {
  height: 90vh !important;
}
@media (min-width: 320px) {
  .fs-container-act-header {
    background-color: #3e7eff;
  }
  .fs-container-act-header .act-header-title {
    padding: 2em;
  }
  .fs-container-act-header .inv-activity-icon {
    display: none;
  }

  .act-menu-row {
    padding: 0.5em;
    margin-bottom: 10px;
  }

  .act-list-row {
    padding: 2em;
  }

  .act-menu-row span {
    padding: 0.5em 0.5em 0.5em;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .act-menu-row {
    padding: 1em 2em;
  }
  .act-menu-row font {
    width: 20%;
  }

  .act-list-row {
    padding: 2em 10em;
  }

  .act-menu-row {
    margin-bottom: 0px;
  }
  .act-menu-row span {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 13px;
    margin-bottom: 0;
  }
  .act-menu-row .title {
    border-right: solid 1px rgba(151, 151, 151, 0.5);
  }
  .act-menu-row span:nth-child(1) {
    text-align: right;
  }
  .act-menu-row span:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .fs-container-act-header {
    background-color: #3e7eff;
  }
  .fs-container-act-header .act-header-title {
    margin-left: 10em;
    margin-top: 2em;
  }
  .fs-container-act-header .inv-activity-icon {
    display: block;
  }

  .act-menu-row {
    padding: 1em 8em 0.3em;
  }
  .act-menu-row font {
    width: 14%;
  }
  .act-menu-row .title {
    border-right: solid 1px rgba(151, 151, 151, 0.5);
  }

  .act-list-row {
    padding: 2em 20em 2em 20em;
  }

  .act-menu-row span {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.fs-container-act-header {
  background-color: #3e7eff;
}
.act-menu-row {
  border: solid 1px #d0d0d0;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}
.act-menu-row span:nth-child(1) {
  padding-right: 1em;
}
.act-menu-row span {
  color: #9b9b9b;
}
.act-menu-row span.active {
  font-weight: bold;
  border-bottom: 5px solid;
  color: black;
}
.act-list-row {
  background-color: #f7f7f9;
}
.act-list-row .act-box {
  background-color: white;
  padding: 2em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(169, 169, 169, 0.5);
          box-shadow: 0 1px 2px 0 rgba(169, 169, 169, 0.5);
  margin-bottom: 1em;
}
.act-list-row .act-box font {
  color: #9b9b9b;
}
.fs-investment-profile-box__cover {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 32px;
  color: #757575;
}
.btn-select-profile {
  height: 50px;
  line-height: 40px;
  font-size: 18px;
}
@media (min-width: 320px) {
  #fsRiskDisclosureModal .fs-modal__dialog {
    margin: auto;
  }
  #fsRiskDisclosureModal .fs-modal__dialog .fs-modal__content.statement-dialog__content {
    height: auto;
  }

  .fs-risk-disclosure-pop-up .content {
    padding: 0;
  }

  .fs-investor-agreement .left-section {
    padding: 0em 0em 5em 0em;
  }

  .fs-investor-agreement .white-background {
    background-color: #ffffff;
  }

  .fs-investor-header-flag {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: unset;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    border: #3d7eff;
    font-size: 14px;
    background: #3d7eff;
    color: white;
    text-align: center;
  }
  .fs-investor-header-flag.active {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    border: #ffffff;
    font-size: 14px;
    background: #ffffff;
    color: #3d7eff;
    text-align: center;
  }

  .fs-investment-profile-box {
    margin-bottom: 20px;
  }

  .fs-investor-agreement-header .text-center {
    height: 6em;
  }

  .btn-agreement-back {
    margin-right: 20px;
  }

  .btn-agreement-process {
    float: none;
  }

  .fs-platform-agreement {
    padding: 24px 12px 48px;
    background-color: #ffffff;
  }
  .fs-platform-agreement .btn-primary-investor {
    width: 100%;
  }
  .fs-platform-agreement .highlight:before {
    content: "";
  }
  .fs-platform-agreement .checkbox-container {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 0.35em;
  }
  .fs-platform-agreement .checkbox-left-section {
    display: table-cell;
    width: 7.5%;
  }
  .fs-platform-agreement .checkbox-right-section {
    display: table-cell;
    width: 92.5%;
  }
  .fs-platform-agreement .check-box {
    margin-right: 0.5em;
    border: 1px solid black;
    text-align: center;
    color: blue;
  }
  .fs-platform-agreement .check-box-empty {
    white-space: pre-line;
    padding: 0 0.8em;
    margin-right: 0.5em;
    border: 1px solid black;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #fsRiskDisclosureModal .fs-modal__dialog {
    margin: 8px auto;
  }
  #fsRiskDisclosureModal .fs-modal__dialog .fs-modal__content.statement-dialog__content {
    height: auto;
    height: initial;
  }

  .fs-risk-disclosure-pop-up .content {
    padding: 1em 2em;
  }

  .fs-investor-agreement .left-section {
    padding: 0em 0em 15em 0em;
  }

  .fs-investor-agreement .white-background {
    background-color: transparent;
    background-color: initial;
  }

  .suitability-assesment-modal,
.generic-questionaire-dialog {
    width: 500px;
  }

  .fs-investor-header-flag {
    display: inline-block;
    margin-right: 0.5em;
  }

  .fs-investment-profile-box {
    width: 31.5%;
  }

  .fs-investor-agreement-header .text-center {
    height: auto;
    height: initial;
  }

  .btn-primary-white {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #757575;
    margin-right: 10px;
  }

  .fs-platform-agreement {
    background-color: transparent;
    background-color: initial;
  }
  .fs-platform-agreement .btn-primary-investor {
    width: auto;
    width: initial;
  }

  .fs-mobile-scroll-to-bottom {
    display: none;
  }
}
@media (min-width: 992px) {
  #fsRiskDisclosureModal .fs-modal__dialog,
#termOfServiceModal .fs-modal__dialog,
#privacyNoticeModal .fs-modal__dialog,
#rdlNoticeModal .fs-modal__dialog {
    width: 1100px;
  }
}
.fs-investor-agreement {
  background-color: #f2f5fe;
  padding: 0em 0em 5em 0em;
}
.fs-investor-agreement .fs-signup-image-investor {
  padding-bottom: 10em !important;
  background-color: black;
}
.fs-investor-agreement .left-section #declaration .text-center,
.fs-investor-agreement .left-section #investor-detail .text-center,
.fs-investor-agreement .left-section #assessment .text-center,
.fs-investor-agreement .left-section .fs-investor-agreement-header .text-center {
  color: #3d7eff;
  padding: 1em 0;
}
.fs-investor-agreement .left-section #declaration .text-center.active,
.fs-investor-agreement .left-section #investor-detail .text-center.active,
.fs-investor-agreement .left-section #assessment .text-center.active,
.fs-investor-agreement .left-section .fs-investor-agreement-header .text-center.active {
  background-color: #3d7eff;
  color: white;
}
.fs-investor-agreement .left-section .general-questionaire {
  margin-bottom: 50px;
}
.fs-investor-agreement .left-section .general-questionaire mat-radio-group {
  background-color: #e2f0ff;
  border: solid 1px rgba(44, 129, 255, 0.2);
  color: #2c81ff;
  padding: 1em;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-description {
  color: #757575;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box {
  border-radius: 6px;
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  margin-right: 10px;
  height: 370px;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box.in-active {
  padding: 0;
  border: solid 1px #dde5ed;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box.active {
  padding: 0;
  border: solid 1px #2C50FF;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .in-active-box {
  height: 320px;
  border-bottom: 1px solid;
  border-bottom-color: #dde5ed;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .active-box {
  height: 320px;
  border-bottom: 1px solid;
  border-bottom-color: #2C50FF;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .selected-circle.balanced {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  border: #5c0fe2;
  font-size: 50px;
  background: #5c0fe2;
  color: white;
  text-align: center;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .selected-circle.conservative {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  border: #0067ff;
  font-size: 50px;
  background: #0067ff;
  color: white;
  text-align: center;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .selected-circle.aggressive {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  border: #1bdec0;
  font-size: 50px;
  background: #1bdec0;
  color: white;
  text-align: center;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .title {
  padding: 20px 15px 0;
  font-size: 16px;
  color: #222222;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .title.conservative {
  color: #2c81ff;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .title.balanced {
  color: #4306ac;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .title.aggressive {
  color: #00c3a5;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .footer {
  position: absolute;
  bottom: 15px;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .selected-profile {
  color: #2C50FF;
  text-align: center;
  padding: 1em 0;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .content {
  padding: 10px 15px;
  color: #757575;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .content ul {
  margin-left: -25px;
}
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .content ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
.fs-investor-agreement .left-section .fs-signup-form {
  background-color: inherit;
  height: auto;
}
.fs-investor-agreement .left-section .fs-signup-form mat-checkbox {
  background-color: #fafbfc;
  border: solid 1px #dae5ee;
  padding: 1em !important;
}
.fs-investor-agreement .left-section .fs-signup-form mat-select {
  margin-top: 1.5px;
}
.fs-investor-agreement .left-section .fs-signup-form ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.fs-investor-agreement .left-section .fs-investor-agreement-footer {
  padding: 1.5em 0;
}
.fs-investor-agreement .left-section .fs-investor-agreement-footer .btn-primary-white {
  border: 1px solid rgba(151, 151, 151, 0.4);
  color: #818a91;
}
.fs-investor-agreement .left-section #term-condition .row.id-term-condition {
  padding: 6em 3em;
}
.fs-investor-agreement .left-section #term-condition .customer-name {
  margin: 0.25em 0;
  font-size: 1em;
}
.fs-investor-agreement .left-section #term-condition .term-paragraph-title {
  font-size: 18px;
}
.fs-investor-agreement .left-section #term-condition .term-paragraph-header {
  margin: 0.25em 0;
  font-size: 1em;
}
.fs-investor-agreement .left-section #term-condition .term-paragraph-body {
  float: left;
}
.fs-investor-agreement .left-section #term-condition .term-paragraph-body input {
  margin-right: 0.5em;
  margin-left: -1em;
}
.fs-investor-agreement .left-section #term-condition .term-paragraph-body .text-justify {
  float: left;
  width: 97.5%;
}
.fs-investor-agreement .left-section #term-condition .term-paragraph-footer .time-of-submission {
  margin: 0.25em 0;
  font-size: 1em;
}
.generic-questionnaire-modal .ui-widget-content .ui-dialog-content {
  padding: 1em !important;
}
.fs-risk-disclosure-pop-up .footer {
  padding: 0em 2em 1em;
}
.tax-residency-checkbox {
  font-size: 12px;
}
.suitability-assesment-modal .suitability-assesment-modal-content {
  padding: 0em 2em 2em 2em !important;
}
@media (min-width: 992px) {
  .btn-agreement-back {
    float: left;
  }

  .btn-agreement-process {
    float: right;
  }

  .term-condition-check-box {
    width: 3em;
  }

  .fs-platform-agreement {
    padding: 24px 48px 48px;
  }
}
@media screen and (max-width: 1024px) {
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box {
    height: 480px;
  }
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .active-box,
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .in-active-box {
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box {
    height: auto;
  }
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .active-box,
.fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .in-active-box {
    height: auto;
  }
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .content {
    height: 50px;
    overflow: hidden;
  }
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .content.expand-profile {
    height: auto;
  }
  .fs-investor-agreement .left-section .investment-profile .fs-investment-profile-box-container .fs-investment-profile-box .content.hide-profile {
    height: 50px;
    overflow: hidden;
  }

  .fs-modal .suitability-assesment-modal {
    height: 100%;
    margin: auto;
  }
  .fs-modal .suitability-assesment-modal .fs-modal__content {
    height: 100%;
  }
  .fs-modal .suitability-assesment-modal .fs-modal__content .modal-confirm {
    position: fixed;
    bottom: 30px;
  }
  .fs-modal .suitability-assesment-modal .fs-modal__content .modal-confirm .btn-primary-white {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #757575;
    margin-right: 10px;
  }
}
@media (min-width: 320px) {
  .fs-agreement-container {
    height: 480px;
  }
}
@media screen and (max-width: 320px) {
  .suitability-assesment-modal-content {
    font-size: 12px;
  }

  .fs-agreement-container {
    height: 60vh;
  }
}
.fs-agreement-container {
  background-color: #ffffff;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px;
  overflow: scroll;
}
.fs-agreement-container a {
  color: #79A6FF;
}
.fs-agreement-container ul > li {
  margin-top: 15px;
}
.platform-agreement-content ol {
  -webkit-padding-start: revert;
}
.platform-agreement-content table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.platform-agreement-content table,
.platform-agreement-content td,
.platform-agreement-content th {
  border: 1px solid #000000;
}
.platform-agreement-content table td,
.platform-agreement-content table th {
  padding: 0.35em;
}
.platform-agreement-content .title {
  font-size: 1.35em;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}
.platform-agreement-content .subtitle {
  font-size: 1em;
  font-style: italic;
  margin-top: 1.5em;
  text-align: center;
}
.fs-platform-agreement .title {
  font-size: 24px;
  color: #222222;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.fs-platform-agreement .caption {
  font-size: 14px;
  color: #ffb50d;
}
.fs-platform-agreement .agreement-text {
  font-size: 14px;
  margin-bottom: 12px;
  color: #757575;
}
.highlight-text {
  color: #8F0101;
}
.highlight-area {
  background: #fafbfc;
  color: #8F0101;
  padding: 12px;
  margin: 12px 0;
}
.term-condition-paragraph {
  margin: 0.25em 0;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .risk-disclosure-container {
    height: 360px;
    padding: 24px 5px 24px 0;
  }
}
@media screen and (max-width: 360px) {
  .risk-disclosure-container {
    height: 250px;
  }
}
/* _investor-agreement-my */
.div-highlight-lightblue {
  background: rgba(62, 126, 255, 0.1);
  border-radius: 4px;
  padding: 12px;
  color: #222;
}
.div-custom-padding {
  padding: 34px 38px;
}
#informationPopUp .fs-modal__content {
  width: 420px;
  padding: 2em;
}
#informationPopUp .fs-modal__content .title {
  color: #222222;
  font-size: 18px;
  margin-bottom: 0.5em;
}
#informationPopUp .fs-modal__content .caption {
  color: #757575;
}
#informationPopUp .fs-modal__content .btn-container {
  margin-top: 100px;
}
#informationPopUp .fs-modal__content .letter-renewal-icon {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (min-width: 320px) {
  .fs-box-group#accredited, .fs-box-group#retail {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fs-box-group#accredited, .fs-box-group#retail {
    width: 49%;
  }
}
.fs-box-group#accredited.mat-radio-checked, .fs-box-group#retail.mat-radio-checked {
  background: #F3F5FD;
}
@media (min-width: 320px) {
  .fs-box-group#qualified {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .fs-box-group#qualified {
    margin-bottom: 0;
  }
}
.fs-box-group#background, .fs-box-group#business-type {
  padding: 32px;
  margin-top: 32px;
}
.fs-box-group#qualification-proof-group-box {
  padding: 16px;
  background: #F3F5FD;
}
#declaration-checkbox {
  background-color: inherit;
  padding: unset !important;
  margin-top: 32px;
}
#fsProofOfInvestorQualificationModal .fs-modal__dialog {
  width: 575px;
}
@media (min-width: 320px) {
  .fs-browse-loan-header-container {
    padding: 24px 16px 0 16px;
  }
  .fs-browse-loan-header-container .justify-content-flex-end {
    padding: 12px;
  }
  .fs-browse-loan-header-container .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .fs-browse-loan-header-container .fs-browse-loan-type-selection {
    font-size: 16px;
    padding: 12px 16px;
    width: 100%;
  }
  .fs-browse-loan-header-container .fs-browse-loan-type-selection.selected {
    background-color: #3e7eff;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
  }

  .loan-card-view {
    padding: 24px 36px;
  }
  .loan-card-view.empty-loan {
    padding: 48px 36px;
  }
  .loan-card-view.empty-loan .fs-money-icon,
.loan-card-view.empty-loan .fs-people-talk-icon {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  #investSuccessDialog .fs-modal__dialog,
#optOutDialog .fs-modal__dialog,
#cancelInvestmentDialog .fs-modal__dialog,
#investmentConfirm .fs-modal__dialog,
#simulateReturnDisclaimer .fs-modal__dialog,
#redirectToEsignPortal .fs-modal__dialog {
    width: inherit;
  }

  .fs-loan-card {
    height: auto;
    height: initial;
  }
}
@media (min-width: 768px) {
  .fs-browse-loan-header-container {
    padding: 24px 20px 0px 28px;
  }
  .fs-browse-loan-header-container .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .fs-browse-loan-header-container .fs-browse-loan-type-selection {
    color: #8f8f8f;
    padding: 0 0 12px 0;
    font-weight: inherit;
    background-color: inherit;
    font-size: 14px;
    width: auto;
  }
  .fs-browse-loan-header-container .fs-browse-loan-type-selection.selected {
    background-color: inherit;
    border-radius: inherit;
    color: #3e7eff;
    font-weight: bold;
  }

  .loan-card-view {
    padding: 24px 36px;
  }
  .loan-card-view.empty-loan {
    padding: 48px 36px;
  }
  .loan-card-view.empty-loan .fs-money-icon,
.loan-card-view.empty-loan .fs-people-talk-icon {
    float: right;
  }

  .fs-loan-card {
    width: 24em;
  }

  .sticky {
    position: sticky;
    top: 100px;
    z-index: 1;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 76px 0 76px;
  }

  #investSuccessDialog .fs-modal__dialog {
    width: 400px;
  }

  #optOutDialog .fs-modal__dialog,
#cancelInvestmentDialog .fs-modal__dialog,
#redirectToEsignPortal .fs-modal__dialog {
    width: 400px;
  }

  #investmentConfirm .fs-modal__dialog {
    width: 500px;
  }
  #investmentConfirm .information-box {
    padding: 16px 18px;
  }
  #investmentConfirm .information-box.yellow {
    background: #FAF8F0;
    border: 1px solid #FFB50D;
  }
  #investmentConfirm .information-box.blue {
    background: #F3F5FD;
    border: 1px solid #2C50FF;
  }

  #simulateReturnDisclaimer .fs-modal__dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fs-browse-loan-header-container {
    padding: 24px 36px 24px 76px;
  }

  .loan-card-view {
    padding: 48px 76px;
  }

  .fs-loan-card {
    width: 27em;
    height: 610px;
  }
  .fs-loan-card.with-extra-column {
    height: 670px;
  }
}
@media (min-width: 1200px) {
  .fs-loan-card {
    width: 29em;
  }
}
.fs-investor-exposure-banner {
  padding: 1em;
  background-color: #f3f7ff;
}
.fs-investor-exposure-banner.warning {
  background-color: #fcf3e3;
}
.fs-investor-exposure-banner.warning .banner-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: #ffb50d;
  font-size: 24px;
  background: #ffb50d;
  color: #ffffff;
  text-align: center;
}
.fs-investor-exposure-banner .fa-chevron-down,
.fs-investor-exposure-banner .fa-chevron-up {
  font-size: 20px;
}
.fs-investor-exposure-banner.alert {
  background-color: #f2dede;
  color: #844235;
  margin-bottom: 0;
}
.fs-investor-exposure-banner.alert .banner-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: #a94442;
  font-size: 24px;
  background: #a94442;
  color: #ffffff;
  text-align: center;
}
.fs-investor-exposure-banner.alert .banner-icon.small {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  border: #a94442;
  font-size: 24px;
  background: #a94442;
  color: #ffffff;
  text-align: center;
}
.browse-loan-container {
  margin-top: 100px;
}
.fs-browse-loan-green-text {
  color: #08C0A6;
}
.fs-browse-loan-header-container {
  background-color: #ffffff;
}
.fs-browse-loan-header-container.sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fs-browse-loan-header-container .title {
  font-size: 40px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.fs-browse-loan-header-container .caption {
  color: #757575;
  font-size: 16px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.fs-browse-loan-header-container .limit-information-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.fs-browse-loan-header-container .fs-rounded-box-small {
  background: #F3F5FD;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .fs-browse-loan-header-container .fs-rounded-box-small {
    max-width: 405px;
  }
}
.fs-browse-loan-type-selection {
  margin-top: 12px;
}
.fs-browse-loan-type-selection span {
  padding-right: 8px;
}
.fs-browse-loan-type-selection .circle-number-information {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  border: #F5F5F5;
  font-size: 14px;
  background: #F5F5F5;
  color: #9B9B9B;
  text-align: center;
}
.fs-browse-loan-type-selection.selected .circle-number-information {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  border: #3d7eff;
  font-size: 14px;
  background: #3d7eff;
  color: #ffffff;
  text-align: center;
}
.fs-loan-card {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 22px;
}
#cancel-investment {
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.fs-loan-card__wrap {
  background: #ffffff;
}
.fs-loan-card__wrap.information-box {
  padding: 24px 32px;
  line-height: 1.65em;
}
.fs-loan-card__body {
  padding: 12px;
  border-bottom: solid 1px #F1F1F2;
  border-top: solid 1px #F1F1F2;
}
.fs-loan-card__body .loan-grade {
  color: #79A6FF;
  font-size: 12px;
}
.fs-loan-card__body.gray {
  background: #fafbfc;
}
.fs-loan-card__body .fs-loan-card__body-caption {
  color: #8f8f8f;
}
.fs-loan-card__body .fs-loan-card__body-caption.margin-top {
  margin-top: 12px;
}
.fs-loan-card__body .fs-loan-card__body-value {
  color: #222;
}
.fs-loan-card__body .fs-loan-card__body-simulate-loan-caption {
  font-size: 12px;
}
.fs-loan-card__body .fs-loan-card__body-simulate-loan-input {
  font-size: 12px;
  margin-top: 20px;
}
.fs-loan-card__body .pdf-icon {
  width: 20px;
  height: 20px;
}
.fs-loan-card__loan-progress {
  height: 0.45em;
  background-color: #3e7eff;
  border-radius: 0em 1em 1em 0em;
}
.fs-loan-card__loan-progress.successful {
  background-color: #08C0A6;
}
.fs-loan-card__investment-caption {
  padding: 10px 16px;
  background: #fafbfc;
  color: #757575;
}
.fs-loan-card__investment-caption .fs-loan-card__investment-caption-crowdfund-time {
  color: #f6a623;
}
.loan-card-container {
  background-color: #f3f5fd;
}
.loan-card-container .progress-bar {
  border-radius: 100px;
  width: 36px;
  height: 0.45em;
}
.loan-card-container .progress-bar.blue {
  border: 2px solid #3E7EFF;
  background-color: #3E7EFF;
}
.loan-card-container .progress-bar.green {
  border: 2px solid #08C0A6;
  background-color: #08C0A6;
}
.loan-card-view.empty-loan {
  background-color: #f2f2f2;
}
.fs-browse-loan-type-selection:not(:last-child) {
  margin-right: 16px;
}
.fs-loan-card__footer {
  padding: 12px 16px;
}
.fs-loan-card__footer .fs-loan-card__body-footer-exposure {
  color: #757575;
  font-size: 12px;
}
.fs-loan-card__footer .fs-loan-card__body-footer-simulate-loan {
  color: #757575;
  font-size: 12px;
}
.fs-loan-card__footer .fs-loan-card__body-footer-simulate-loan-highlighted {
  color: #3e7eff;
}
.fs-loan-card__footer.btn-primary-investor {
  margin-bottom: 8px;
}
.circle-text.blue {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #3d7eff;
  font-size: 14px;
  background: #3d7eff;
  color: #ffffff;
  text-align: center;
}
.circle-text.yellow {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #ffb50d;
  font-size: 14px;
  background: #ffb50d;
  color: #ffffff;
  text-align: center;
}
.circle-text.gray {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #ADADAD;
  font-size: 14px;
  background: #ADADAD;
  color: #ffffff;
  text-align: center;
}
.fs-browse-loan__empty-loan {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 48px;
}
.fs-browse-loan__empty-loan.padding-top {
  padding-top: 48px;
}
.fs-browse-loan__empty-loan .title {
  font-size: 20px;
}
.fs-browse-loan__empty-loan .caption {
  color: #757575;
  line-height: 2em;
}
.fs-browse-loan__empty-loan .caption .aligned-padding-inline {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.fs-browse-loan__empty-loan .caption.margin-bottom {
  margin-bottom: 1em;
}
.fs-refresh-button {
  border: 1px solid #3e7eff;
  padding: 6px 12px;
  color: #3e7eff;
}
.fs-refresh-button:hover {
  color: #3e7eff;
}
#simulateReturnDisclaimer .simulate-return-disclaimer__container {
  padding: 24px;
  padding-top: 0;
  padding-bottom: 60px;
}
#simulateReturnDisclaimer .simulate-return-disclaimer__title {
  font-size: 20px;
  padding-bottom: 16px;
}
#simulateReturnDisclaimer .simulate-return-disclaimer__content {
  color: #757575;
}
#investmentConfirm .fs-modal__content {
  border-top: 1px solid #F1F1F2;
  border-bottom: 1px solid #F1F1F2;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper {
  padding: 16px 24px;
  border-top: 1px solid #F1F1F2;
  border-bottom: 1px solid #F1F1F2;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__header--balance {
  font-size: 16px;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__header--caption {
  color: #757575;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__content--invested-loan {
  background: #F1F1F2;
  padding: 12px 24px;
  color: #8f8f8f;
  font-size: 12px;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__content--investment-information {
  border-bottom: 1px solid #F1F1F2;
  border-top: 1px solid #F1F1F2;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__content--investment-information .fs-modal__content--investment-caption {
  color: #8f8f8f;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__content--investment-validation-message {
  color: #8f8f8f;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .fs-modal__content--investment-validation-error {
  font-size: 12px;
  color: #8F0101;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .form-group {
  border: 1px solid #CCCCCC;
}
#investmentConfirm .fs-modal__content .fs-modal__content--wapper .form-group.error {
  border: 1px solid #8F0101;
}
#investmentConfirm .fs-modal__content .fs-modal__content--investment-check-box {
  background: #fafbfc;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F1F1F2;
}
#investmentConfirm .fs-modal__content .fs-modal__content--footer {
  padding: 16px 24px;
}
#investmentConfirm .fs-modal__content .fs-modal__content--footer-caption {
  color: #8f8f8f;
  font-size: 12px;
  margin-top: 15px;
}
#investmentConfirm .fs-modal__content .fs-modal__content--investment-check-box-label {
  font-size: 12px !important;
  line-height: 18px;
}
#powerOfAttorneyModal .full-height {
  height: 90vh !important;
}
#optOutDialog .column-direction,
#cancelInvestmentDialog .column-direction,
#redirectToEsignPortal .column-direction {
  padding: 3em;
}
#optOutDialog .title,
#cancelInvestmentDialog .title,
#redirectToEsignPortal .title {
  font-size: 20px;
  color: #222222;
  padding-bottom: 20px;
  padding-top: 20px;
}
#optOutDialog .caption,
#cancelInvestmentDialog .caption,
#redirectToEsignPortal .caption {
  color: #757575;
  padding-bottom: 100px;
}
#optOutDialog .column-direction {
  padding: 3em;
}
#cancelInvestmentDialog .column-direction {
  padding: 24px;
}
#cancelInvestmentDialog .btn {
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.power-of-attorney-checkbox .mat-checkbox-layout {
  margin-bottom: 0;
}
.auto-invest-rejection--title {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.auto-invest-rejection--title .title {
  color: #222222;
}
.auto-invest-rejection--title .caption {
  color: #757575;
}
.tooltip-exclusive-loan.tooltip-top:after,
.tooltip-islamic-loan.tooltip-top:after {
  right: -25px;
  left: 67px;
  width: 16.5em;
  color: #ffffff;
  background-color: #070D29;
}
@media (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .fs-refresh-button {
    margin-top: 24px;
  }
}
@media (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .fs-refresh-button {
    margin-top: 18px;
  }
}
.btn--block {
  width: 100%;
  display: block;
}
.invDashboard .accountOverview .invDashboardBtn {
  display: none;
  background-color: #ffb50d;
  margin-top: 1em;
  font-size: 20px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  line-height: 25px;
  margin-right: 20px;
}
.invDashboard .investor-app-link {
  padding: 8px 16px;
  background-color: #f3f5fd;
  color: #4a4a4a;
}
.invDashboard .investor-app-link .app-logo {
  width: 32px;
  height: 32px;
}
.invDashboard .investor-app-link .text {
  margin-left: 20px;
}
.invDashboard .investor-app-link .close-icon-round {
  margin-top: 0.75em;
}
@media (min-width: 320px) {
  .invDashboard .progressRow {
    display: none;
  }
  .invDashboard .rdn-registration-row .btn-container {
    line-height: 6em;
  }
  .invDashboard .accountOverview {
    padding: 20px 10px;
  }
  .invDashboard .accountOverview .accountOverviewCaption {
    text-align: center;
  }
  .invDashboard .statisticRow {
    height: 275px;
  }
  .invDashboard .statisticRow .detailRow {
    display: none;
  }
  .invDashboard .statisticRow .swiper-container {
    display: block;
  }
  .invDashboard .statisticRow .swiper-container .swiper-wrapper .swiper-slide {
    background-color: inherit;
    opacity: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .invDashboard .statisticRow .swiper-container .swiper-pagination-bullets {
    bottom: 100px !important;
  }
  .invDashboard .statisticRow .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white !important;
  }
  .invDashboard .graphicRow .detailContainer {
    padding: 25px 10px;
  }
  .invDashboard .graphicRow .detailContainer .information-title {
    margin-top: 20px;
  }
  .invDashboard .graphicRow .detailContainer .left-side .detail-loan {
    padding-left: 0;
    line-height: 1.5em;
  }
  .invDashboard .graphicRow .detailContainer .left-side .detail-loan .detail-loan-left {
    color: rgba(0, 0, 0, 0.54);
  }
  .invDashboard .graphicRow .detailContainer .left-side .detail-loan .detail-loan-right {
    float: none;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number {
    font-size: 18px;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number.income {
    color: #3e7eff;
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number.expense {
    color: #ea5a29;
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number.summary {
    color: #00c0a6;
    float: none;
    display: block;
    margin-bottom: 5px;
  }

  .recent-activities-container {
    text-align: center;
  }
  .recent-activities-container [for~=toggle-deposit] {
    margin-top: 10px;
  }

  .fs-year-in-review-banner {
    padding: 2em;
  }
  .fs-year-in-review-banner .button-row {
    line-height: 0;
    margin-top: 2em;
    text-align: center;
  }
  .fs-year-in-review-banner .button-row a {
    color: inherit;
    text-decoration: none;
  }
  .fs-year-in-review-banner .year-in-review-description {
    text-align: center;
  }
  .fs-year-in-review-banner .fs-banner-yir {
    background-position: center;
  }

  .accredited-declaration-row {
    padding: 2em;
    text-align: center;
  }
  .accredited-declaration-row .accredited-declaration-graphic {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .accredited-declaration-row .accredited-declaration-content {
    text-align: left;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .accredited-declaration-row .accredited-declaration-content .title {
    font-size: 20px;
    font-weight: bold;
  }
  .accredited-declaration-row .accredited-declaration-content .content {
    color: #757575;
  }
  .accredited-declaration-row .accredited-declaration-button {
    padding: 0;
  }
  .accredited-declaration-row .accredited-declaration-button .btn-primary-investor {
    width: 100%;
  }

  .legal-notification.my {
    width: 100%;
  }
  .legal-notification.my .content-left {
    width: 87%;
  }
}
@media (min-width: 415px) {
  .recent-activities-container [for~=toggle-deposit] {
    margin-top: 0px;
  }

  .accredited-declaration-row {
    padding: 1.5em 1em;
  }
}
@media (min-width: 768px) {
  .invDashboard .graphicRow .detailContainer .left-side .detail-loan {
    padding-left: 1em;
  }
  .invDashboard .graphicRow .detailContainer .left-side .detail-loan .detail-loan-left {
    color: #333;
  }
  .invDashboard .graphicRow .detailContainer .left-side .detail-loan .detail-loan-right {
    float: right;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number.income {
    float: right;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number.expense {
    float: right;
  }
  .invDashboard .graphicRow .detailContainer .left-side .number.summary {
    float: right;
  }

  .fs-year-in-review-banner {
    padding: 1em 4em;
  }
  .fs-year-in-review-banner .button-row {
    line-height: 8em;
    margin-top: 0;
    text-align: right;
  }
  .fs-year-in-review-banner .year-in-review-description {
    text-align: left;
  }
  .fs-year-in-review-banner .fs-banner-yir {
    background-position: left;
  }

  .legal-notification.sg {
    width: 600px;
  }
  .legal-notification.sg .content-left {
    width: 525px;
  }
  .legal-notification.sg .content-left .accredited-declaration-row {
    padding: 1.5em 1em;
    text-align: inherit;
  }
  .legal-notification.sg .content-left .accredited-declaration-row .accredited-declaration-content {
    margin-top: 10px;
    text-align: inherit;
    padding: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .legal-notification.sg .content-left .accredited-declaration-row .accredited-declaration-button .btn-primary-investor {
    width: auto;
    float: right;
  }
  .legal-notification.my {
    width: 500px;
  }
  .legal-notification.my .content-left {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .invDashboard .progressRow {
    display: block;
  }
  .invDashboard .rdn-registration-row .btn-container {
    line-height: 10em;
    text-align: center;
  }
  .invDashboard .accountOverview {
    padding-left: 15vw;
    padding-right: 150px;
  }
  .invDashboard .accountOverview .accountOverviewCaption {
    text-align: left;
  }
  .invDashboard .accountOverview .invDashboardBtn {
    display: inline-block;
  }
  .invDashboard .statisticRow {
    padding-left: 5em;
    padding-right: 5em;
  }
  .invDashboard .statisticRow .detailRow {
    display: block;
  }
  .invDashboard .statisticRow .swiper-container {
    display: none;
  }
  .invDashboard .graphicRow .detailContainer {
    padding: 25px 0px 30px 40px;
  }
  .invDashboard .graphicRow .detailContainer .information-title {
    padding: 0px 0px 5px 0px;
    margin-top: 0;
  }

  .recent-activities-container {
    text-align: right;
  }

  .accredited-declaration-row {
    padding: 16px 70px;
  }
  .accredited-declaration-row .accredited-declaration-button {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .invDashboard .statisticRow {
    padding-left: 14em;
    padding-right: 14em;
  }
}
p-progressBar.green .ui-progressbar.ui-progressbar-determinate .ui-progressbar-value {
  background-color: #19c0a6;
}
.ui-progressbar {
  border-radius: 100px !important;
  background-color: rgba(61, 126, 255, 0.2) !important;
}
.ui-progressbar-value {
  border-radius: 100px !important;
}
.ui-progressbar-label {
  visibility: hidden;
}
.invDashboard {
  background-color: #eceff1;
}
.invDashboard .rdn-registration-row {
  background-color: white;
  padding-left: 5vw;
  padding-right: 5vw;
}
.invDashboard .rdn-registration-row .fs-lock-key {
  margin-right: 5em;
  height: 8em;
  width: 9em;
  background-position: center;
  margin-top: 0.5em;
}
.invDashboard .rdn-registration-row .btn-container {
  text-align: right;
}
.invDashboard .rdn-registration-row .title {
  font-size: 20px;
  margin-top: 1em;
}
.invDashboard .rdn-registration-row .caption {
  font-size: 16px;
  color: #757575;
}
.invDashboard .progressRow {
  height: 145px;
  border-radius: 4px;
  background-color: #f3f7ff;
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.invDashboard .progressRow .progressRowImg {
  background: url('inv-dashboard.00bfff6c1ef991cd53a5.png') no-repeat;
  height: 100%;
}
.invDashboard .progressRow .progressRowCaption {
  margin-top: 30px;
}
.invDashboard .progressRow .progressRowCaption .title {
  font-size: 24px;
  text-align: left;
  color: #4a4a4a;
}
.invDashboard .progressRow .progressRowCaption .caption {
  font-size: 16px;
  text-align: left;
}
.invDashboard .progressRow .progressRowCaption .link {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.invDashboard .progressRow .progressRowCaption i {
  opacity: 0.7;
  margin-left: 3px;
}
.invDashboard .progressRow .progressRowBar {
  height: 100%;
  padding-top: 70px;
}
.invDashboard .accountOverview {
  background-color: #3e7eff;
}
.invDashboard .accountOverview .accountOverviewCaption .title {
  color: #ffffff;
}
.invDashboard .accountOverview .accountOverviewCaption .caption {
  text-align: left;
  color: #ffffff;
  opacity: 0.55;
}
.invDashboard .accountOverview .accountOverviewBtn {
  margin-top: 1em;
  font-size: 20px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  line-height: 25px;
}
.invDashboard .statisticRow {
  background-color: #374ce5;
  padding-top: 50px;
}
.invDashboard .statisticRow .detailRow .leftStatistic {
  width: 21.5em;
  height: 40px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.35);
  margin-bottom: 10px;
}
.invDashboard .statisticRow .detailRow .rightStatistic {
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.invDashboard .statisticRow .detailRow .rightStatistic span:nth-child(2) {
  letter-spacing: 1px;
}
.invDashboard .graphicRow {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 1em;
  padding-top: 15px;
  border-radius: 4px;
  background-color: #ffffff;
}
.invDashboard .graphicRow .graphicRowHeader {
  border-bottom: solid 1px #e2e4e5;
}
.invDashboard .graphicRow .graphicRowHeader .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.2px;
  text-align: left;
  color: #344ce6;
}
.invDashboard .graphicRow .graphicRowHeader .fs-graph-period {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.invDashboard .graphicRow .graphicTitle {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
  text-align: left;
  color: #485465;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.invDashboard .graphicRow .detailContainer {
  background-color: #fafafa;
  border-top: solid 1px #e2e4e5;
}
.invDashboard .graphicRow .detailContainer .left-side {
  padding: 1em 2em;
  margin-right: 20px;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  line-height: 2em;
}
.invDashboard .graphicRow .detailContainer .left-side .highlight-caption {
  font-size: 16px;
}
.invDashboard .graphicRow .detailContainer .information-title {
  font-size: 20px;
  text-align: left;
  color: #212121;
}
.invDashboard .graphicRow .detailContainer .right-side {
  padding: 10px 25px 10px 15px;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.invDashboard .graphicRow .detailContainer .right-side .row-caption {
  font-size: 15.3px;
  line-height: 1.5;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.invDashboard .graphicRow .detailContainer .right-side .row-amount {
  font-size: 18px;
  text-align: right;
  color: #000000;
  color: #3e7eff !important;
}
.invDashboard .graphicRow .detailContainer .right-side .row-caption-month {
  font-size: 13.4px;
  line-height: 1.43;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
}
.invDashboard .graphicRow .detailContainer .right-side .row-percent {
  font-size: 16px;
  text-align: right;
  color: #000000;
}
.invDashboard .tableContainer {
  margin-top: 40px;
  margin-bottom: 70px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
.invDashboard .tableContainer .tableContainerHeader {
  border-bottom: solid 1px #979797;
  padding-bottom: 15px;
}
.invDashboard .tableContainer .tableContainerHeader .tableContainerTitle {
  font-weight: bold;
  letter-spacing: -0.2px;
  text-align: left;
  color: #344ce6;
  font-size: 24px;
}
.invDashboard .tableContainer .tableRow {
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
}
.invDashboard .tableContainer .btnActivities {
  width: 200px;
  line-height: 25px;
  padding-top: 0.5em;
  font-size: 20px;
}
.information-circle.blue {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 10px;
  border: #3d7eff;
  font-size: 14px;
  background: #3d7eff;
  color: white;
  text-align: center;
}
.information-circle.green {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 10px;
  border: #2ae49f;
  font-size: 14px;
  background: #2ae49f;
  color: white;
  text-align: center;
}
.legal-notification {
  background-color: #ffffff;
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.legal-notification .content-left {
  float: left;
  margin-right: 16px;
  overflow: hidden;
}
.legal-notification .content-right {
  width: 20px;
  overflow: hidden;
  float: left;
}
.legal-notification .content-right .fs-modal__close {
  width: 20px;
  height: 20px;
  color: #9b9b9b;
}
@media (max-width: 480px) {
  .legal-notification {
    z-index: 2200000000;
    width: 100%;
    border-top: 1px #cccccc solid;
  }
  .legal-notification .content-left {
    width: 87%;
  }
  .legal-notification .content-right {
    float: right;
  }
}
.mat-checkbox-small-font {
  font-size: 12px;
}
#rdnSuccessfulDialog .fs-modal__content {
  padding: 24px;
}
#rdnSuccessfulDialog .fs-modal__content .activation-success {
  margin: 2em 0 3em 0;
}
#rdnSuccessfulDialog .title {
  font-size: 20px;
}
#rdnSuccessfulDialog .caption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #757575;
}
#rdnSuccessfulDialog .note {
  margin-bottom: 3em;
  color: #757575;
}
.button-toggle-left-side {
  margin-right: 5px;
}
.rdn-registration-button {
  margin-top: 64px;
}
.fs-year-in-review-banner {
  background-color: #ffffff;
}
.fs-year-in-review-banner .year-in-review-description {
  margin-top: 30px;
}
.fs-year-in-review-banner .year-in-review-description .title {
  font-size: 20px;
}
.fs-year-in-review-banner .year-in-review-description .caption {
  color: #757575;
}
.accredited-declaration-row {
  background-color: #ffffff;
}
.bg-app-download-dl {
  padding-left: 10px;
}
@media (min-width: 320px) {
  .bg-app-download-dl {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .bg-app-download-dl {
    height: 130px;
  }
}
.bg-app-download-dl .title {
  font-size: 24px;
  font-family: "Poppins-Bold", "Inter-Bold", "Prompt-Bold", "Arial";
}
.bg-app-download-dl .app-download-link#ios-app {
  width: 10.25em;
}
.bg-app-download-dl .app-download-link#android-app {
  width: 11.5em;
}
.platform-agreement-content-dashboard .container {
  width: 100%;
}
.bank-account-dropdown-2 {
  padding: 0.5em 1em;
  height: auto !important;
  height: initial !important;
  line-height: 1.5em !important;
  display: block;
}
.deposit-slider-mobile {
  height: 150px;
}
.fs-deposit-container {
  background-color: #f7f7f9;
}
.fs-deposit-container .subtitle-text {
  display: none;
}
.fs-deposit-container .info {
  color: #9b9b9b;
  display: none;
}
.fs-deposit-container .title {
  color: black;
  text-align: left;
  font-size: 32px;
  padding: 8px;
  background-color: white;
}
.fs-deposit-container .title strong {
  text-decoration: underline;
  cursor: pointer;
}
.fs-deposit-container .fs-deposit-box .mat-select-value {
  padding-top: 8px;
}
.fs-deposit-container .fs-deposit-box .depositBoxLeftSection .escrow-detail-box {
  border-radius: 2px;
  background-color: #fafbfc;
  padding: 2em;
}
.fs-deposit-container .fs-deposit-box .depositBoxLeftSection .columnTitle {
  border-bottom: solid 1px rgba(196, 196, 196, 0.4);
}
.fs-deposit-container .fs-deposit-box .depositBoxLeftSection .depositCaption {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #4a4a4a;
}
.fs-deposit-container .fs-deposit-box .depositBoxLeftSection .depositCaption ul {
  padding: 0;
}
.fs-deposit-container .fs-deposit-box .depositBoxLeftSection .depositCaption li {
  list-style: none;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .fa-exclamation-triangle {
  font-size: 15em;
  margin-top: 0.3em;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .circle-information {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 2em;
  border: #252B36;
  font-size: 14px;
  background: #3d7eff;
  color: white;
  text-align: center;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .depositInformationBox {
  background-color: #faf2cc;
  line-height: 1.29;
  height: auto;
  padding: 1em 1.2em;
  margin-bottom: 1em;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .depositInformationBox .warning-icon {
  display: inline-block;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .depositInformationBox .depositInformationCaption {
  color: #8a6d3b;
  display: inline-block;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBoxTitle {
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBox {
  width: 130px;
  height: 150px;
  border-radius: 1.8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBox:hover {
  text-decoration: none;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBox .bankBoxLogo {
  width: 80%;
  height: 70%;
  margin: auto;
}
.fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBox .bankBoxName {
  background-color: #fafafa;
  height: 30%;
  padding: 10px;
  text-align: center;
}
.fs-deposit-container .deposit-upload-box {
  margin-top: 2em;
  text-align: center;
  padding: 3em;
  background-color: rgba(227, 236, 255, 0.4);
  border: dashed 2px rgba(61, 126, 255, 0.5);
}
.fs-deposit-container .deposit-upload-box .btn {
  border-radius: 10px !important;
}
.fs-deposit-container .deposit-upload-box .btn.success {
  background-color: #24c08a;
}
.fs-deposit-container .deposit-success-image {
  -webkit-box-shadow: inset 0px -200px 233px -32px white;
          box-shadow: inset 0px -200px 233px -32px white;
  position: relative;
}
.fs-deposit-container .deposit-success-image .deposit-success-information {
  right: 0;
  bottom: 2em;
  left: 0;
  margin: auto;
  position: absolute;
}
.fs-deposit-container .form-control {
  height: 50px;
}
.fs-deposit-container mat-select.form-control {
  height: 50px;
  margin-bottom: 10px;
  background-color: #fafbfc;
  border: 1px solid #dde5ed;
}
.fs-deposit-container .dz-message {
  min-height: 200px !important;
}
.fs-id-deposit-box {
  background-color: white;
  border-radius: 4px;
  padding: 2em 2.5em;
  display: grid;
}
.fs-id-deposit-box .information-box {
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.fs-id-deposit-box .information-box .title-box .fs-signup-form {
  padding: 1.5em 0em;
  background-color: inherit;
}
.fs-id-deposit-box .information-box .transfer-way-container {
  line-height: 2em;
}
.fs-id-deposit-box .information-box label {
  font-weight: 400 !important;
  color: #4a4a4a;
}
.fs-id-deposit-box .information-box.fs-signup-form {
  padding: 1.5em 0em;
  background-color: inherit;
  height: inherit;
}
.fs-id-deposit-box-info.fs-signup-form {
  padding: 1.5em 0em;
  background-color: inherit;
  height: inherit;
}
.fs-id-deposit-box-info .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fpx-benefits {
  padding: 10px;
}
.fpx-deposit-header {
  padding: 10px;
}
.fpx-transation-detail {
  padding: 10px;
}
.fpx-deposit-subtitle {
  color: #9b9b9b;
}
.fs-deposit-options {
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.fs-deposit-option {
  border-radius: 4px;
  border: solid 1px #ececec;
  background-color: white;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 5px;
  height: 100px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}
.fs-deposit-option:hover {
  background-color: rgba(74, 74, 74, 0.1);
}
.fs-deposit-option:active {
  background-color: rgba(74, 74, 74, 0.2);
}
.fs-deposit-option > .fs-deposit-option-logo {
  width: 100px;
}
.fs-deposit-option > .wallet-balance-logo {
  height: 50px;
  margin: 11px auto;
}
.fs-deposit-option > .fpx-logo {
  height: 70px;
}
.fs-deposit-options-title {
  font-weight: bold;
  margin: 10px 5px 5px 0px;
}
.fs-deposit-option-logo {
  margin: 0 auto;
}
.fs-deposit-option--selected {
  border: solid 2px #aaaaaa;
}
@media (min-width: 320px) {
  .fs-deposit-box .dropzone .dz-preview {
    display: none;
  }
  .fs-deposit-box .depositBoxContent .depositBoxLeftSection {
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-radius: 10px;
    margin-top: 20px;
    background-color: white;
  }
  .fs-deposit-box .depositBoxContent .depositBoxLeftSection .fs-deposit-information-box {
    background-color: #fcf8e3;
    padding: 0.5em 1em;
    font-size: 12px;
  }
  .fs-deposit-box .depositBoxContent .depositBoxLeftSection .caption {
    line-height: 3em;
    font-size: 12px;
  }
  .fs-deposit-box .depositBoxContent .depositBoxRightSection {
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 2em;
    margin-bottom: 2em;
    background-color: white;
    padding-bottom: 15px;
  }
  .fs-deposit-box .depositBoxContent .depositBoxRightSection .fs-deposit-note-box {
    border-radius: 2px;
    background-color: #fafbfc;
    font-size: 12px;
    text-align: justify;
    border: solid 1px #dde5ed;
    padding: 1em;
    margin-bottom: 15px;
  }
  .fs-deposit-box .depositBoxContent .depositBoxRightSection .fs-deposit-upload-information-text {
    font-size: 12px;
    margin-top: -10px;
  }
  .fs-deposit-box .depositBoxContent .depositBoxRightSection .fs-deposit-name-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .fs-deposit-box .depositBoxContent .depositBoxRightSection .fs-deposit-nominal-box {
    background-color: #fafbfc;
    border: 1px solid #dde5ed;
    padding: 0 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 415px) {
  .fs-deposit-box .depositBoxContent .depositBoxRightSection .caption {
    line-height: 2.5em;
    font-size: 14px;
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .deposit-slider-mobile {
    display: none;
  }

  .fs-deposit-container .title {
    background: white;
    padding: 1em 1em 0 1em;
  }
  .fs-deposit-container .subtitle-text {
    font-size: 16px;
    display: block;
  }
  .fs-deposit-container .title-text {
    font-size: 32px;
  }
  .fs-deposit-container .title-image {
    height: 5em;
  }
  .fs-deposit-container .info {
    font-size: 16px;
    display: block;
  }
  .fs-deposit-container .info a {
    color: #9b9b9b;
  }
  .fs-deposit-container .fs-deposit-box {
    margin: 3em auto;
    width: 100%;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxContent {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    border-radius: 0 0 4px 4px;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxLeftSection {
    background-color: #ffffff;
    border-radius: 4px;
    margin-right: 0.25em;
    padding: 1em;
    margin-top: 0;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection {
    background-color: #ffffff;
    margin-left: 0.25em;
    border-radius: 4px;
    padding: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .caption {
    padding-left: 0 !important;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBoxes {
    padding-left: 6px;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .depositInformationBox {
    background-color: #faf2cc;
    line-height: 1.29;
    height: auto;
    padding: 1em 1em 0 1em;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .depositInformationBox .warning-icon {
    display: inline-block;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .depositInformationBox .depositInformationCaption {
    color: #8a6d3b;
    display: inline-block;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .bankBoxTitle {
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
  }

  .depositForm {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .fs-deposit-container .title {
    padding: 1em 3em 0 5em;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .fs-deposit-name-box {
    padding-right: 10px;
  }
  .fs-deposit-container .fs-deposit-box .depositBoxRightSection .caption {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .fs-deposit-container .depositBoxRightSection .caption {
    line-height: 3em;
  }
  .fs-deposit-container .fs-deposit-box {
    width: 80em;
  }
}
@media (min-width: 320px) {
  #investor-knowledge-testing.container-fluid {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  #investor-knowledge-testing.container-fluid {
    padding: 32px 96px;
  }
}
#investor-knowledge-testing .title {
  color: #222222;
  font-family: "Poppins-Bold", "Inter-Bold", "Prompt-Bold", "Arial";
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 320px) {
  #investor-knowledge-testing .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #investor-knowledge-testing .title {
    font-size: 40px;
  }
}
#investor-knowledge-testing .caption {
  color: #222222;
}
@media (min-width: 320px) {
  #investor-knowledge-testing .caption {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #investor-knowledge-testing .caption {
    font-size: 24px;
  }
}
#investor-knowledge-testing .fs-box-group {
  margin-top: 16px;
}
#investor-knowledge-testing .fs-box-group.blue-000 {
  padding: 16px;
  background-color: #F3F5FD;
  margin-bottom: 16px;
}
#investor-knowledge-testing .fs-box-group.gray-200 {
  padding: 32px;
  line-height: 2.5em;
}
#investor-knowledge-testing ul p {
  line-height: 2.25em;
}
#investor-knowledge-testing .btn-primary-light {
  margin-top: 32px;
}
.green-box {
  border-radius: 4px;
  background: #F0FAF5;
  padding: 16px;
  border: 1px solid #08C0A6;
}
.green-box #skip-testing-btn {
  margin-top: 8px;
  padding: 6px 16px;
}
#investmentKnowledgeTestFailed .fs-modal__dialog {
  max-width: 455px;
}
#investmentKnowledgeTestFailed .thinking-icon {
  margin-top: 48px;
}
#investmentKnowledgeTestFailed .title {
  margin-bottom: 68px;
  margin-top: 48px;
  font-size: 18px;
}
@media (min-width: 320px) {
  .fs-investor-portfolio-container .fs-investor-portfolio-statistic-row {
    padding-left: 1.5em;
    padding-bottom: 3em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style {
    border-radius: 10px;
    width: 100%;
    padding: 1em 0em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style.left {
    margin-bottom: 15px;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box {
    background-color: #ffffff;
    padding: 0.5em 1em;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    display: -webkit-box;
    display: flex;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-date-text .year,
.fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-date-text .month {
    float: left;
    text-align: left;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-number-text {
    -webkit-box-ordinal-group: 2;
            order: 1;
    text-align: right;
  }
  .fs-investor-portfolio-container .fs-portfolio-legend-row {
    padding: 0;
    padding-top: 1em;
  }
  .fs-investor-portfolio-container .fs-portfolio-legend-row .title {
    width: 100%;
    display: block;
  }

  .calendar-block {
    width: 15em;
  }

  .fs-investor-portfolio-detail-swiper .swiper-slide .dark-purple-text {
    font-size: 12px;
  }
  .fs-investor-portfolio-detail-swiper .swiper-slide .value {
    font-size: 18px;
  }
  .fs-investor-portfolio-detail-swiper .swiper-slide .detail-value {
    font-size: 12px;
  }
  .fs-investor-portfolio-detail-swiper .swiper-slide .text {
    position: relative;
    bottom: -15px;
    font-size: 12px;
  }

  .circle-legend {
    vertical-align: middle;
  }
  .circle-legend.gray {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #969696;
    font-size: 14px;
    background: #969696;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.light-blue {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #3e7eff;
    font-size: 14px;
    background: #3e7eff;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.dark-blue {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #2746ce;
    font-size: 14px;
    background: #2746ce;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.corn-flower-blue {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #6495ed;
    font-size: 14px;
    background: #6495ed;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.orange {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #ea5a29;
    font-size: 14px;
    background: #ea5a29;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.yellow {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #ffb50d;
    font-size: 14px;
    background: #ffb50d;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.purple {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #691fff;
    font-size: 14px;
    background: #691fff;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.crimson {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #dc0e0e;
    font-size: 14px;
    background: #dc0e0e;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.green {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #00c9ac;
    font-size: 14px;
    background: #00c9ac;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.green-aquamarine {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #08c0a6;
    font-size: 14px;
    background: #08c0a6;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.green-turquoise {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #1f9989;
    font-size: 14px;
    background: #1f9989;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.brown {
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 1em;
    border: #cc6810;
    font-size: 14px;
    background: #cc6810;
    color: #ffffff;
    text-align: center;
  }

  .legend-text {
    font-size: 11px;
  }

  .portfolio-filter-dialog {
    width: 350px;
  }

  .portfolio-default-info-dialog {
    width: 700px;
  }

  .padding-left-right-3em {
    padding-left: 3em;
    padding-right: 3em;
  }

  .padding-left-right-2em {
    padding-left: 2em;
    padding-right: 2em;
  }

  .dotted-underline {
    text-decoration: none;
    border-bottom: 1px dotted;
  }

  .left-15px {
    left: 15px;
  }

  .left-5px {
    left: 5px;
  }

  .bottom-5 {
    bottom: 5% !important;
  }

  .fs-portfolio-legend-container {
    margin-top: 5px;
    text-align: center;
  }

  .fs-portfolio-filter-container {
    text-align: center;
  }

  .fs-portfolio-button-container {
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-top: 2px solid #eeeeee;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .fs-portfolio-filter-row {
    text-align: center;
  }
}
@media (min-width: 415px) {
  .circle-legend {
    vertical-align: middle;
    margin-bottom: 5px;
  }
  .circle-legend.gray {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #969696;
    font-size: 14px;
    background: #969696;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.light-blue {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #3e7eff;
    font-size: 14px;
    background: #3e7eff;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.dark-blue {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #2746ce;
    font-size: 14px;
    background: #2746ce;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.corn-flower-blue {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #6495ed;
    font-size: 14px;
    background: #6495ed;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.orange {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #ea5a29;
    font-size: 14px;
    background: #ea5a29;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.yellow {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #ffb50d;
    font-size: 14px;
    background: #ffb50d;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.purple {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #691fff;
    font-size: 14px;
    background: #691fff;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.crimson {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #dc0e0e;
    font-size: 14px;
    background: #dc0e0e;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.green {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #00c9ac;
    font-size: 14px;
    background: #00c9ac;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.green-aquamarine {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #08c0a6;
    font-size: 14px;
    background: #08c0a6;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.green-turquoise {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #1f9989;
    font-size: 14px;
    background: #1f9989;
    color: #ffffff;
    text-align: center;
  }
  .circle-legend.brown {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 1.5em;
    border: #cc6810;
    font-size: 14px;
    background: #cc6810;
    color: #ffffff;
    text-align: center;
  }

  .legend-text {
    font-size: 12px;
  }

  .fs-portfolio-legend-row {
    padding: 1.25em;
  }
}
@media (min-width: 768px) {
  .fs-investor-portfolio-container .progress-row {
    padding-left: 0;
    padding-right: 0;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-statistic-row {
    padding-left: 5em;
    padding-bottom: 5em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row {
    padding-left: 5em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box {
    width: 225px;
    border: solid 1px #cccccc;
    border-radius: 7px;
    padding: 2em 0.5em 1em;
    height: 8vw;
    min-height: 150px;
    margin-bottom: 20px;
    display: block;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-date-text .year,
.fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-date-text .month {
    float: none;
    text-align: center;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-date-text .month {
    margin-top: 20px;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-number-text {
    text-align: center;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style {
    width: auto;
    padding: 1em 4em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style.left {
    margin-bottom: 0;
    border-radius: 10px 0px 0px 10px;
    margin-right: -5px;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style.right {
    border-radius: 0px 10px 10px 0px;
  }

  .calendar-block {
    width: 100%;
  }

  .fs-portfolio-legend-container {
    text-align: center;
  }

  .fs-portfolio-filter-container {
    text-align: left;
  }

  .fs-portfolio-button-container {
    border: none;
  }

  .fs-portfolio-filter-row {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .detail-box {
    width: 22%;
  }

  .repayment-dialog {
    width: 1200px;
  }

  .fs-investor-portfolio-container .progress-row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style {
    width: auto;
    border-radius: 10px;
    padding: 1em 7em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .title {
    padding: 0;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box {
    width: 10vw;
    min-width: 9em;
  }
  .fs-investor-portfolio-container .fs-investor-portfolio-repayment-row {
    padding-left: 0;
  }
  .fs-investor-portfolio-container .fs-portfolio-legend-row {
    padding: 1em;
  }
  .fs-investor-portfolio-container .fs-portfolio-legend-row .title {
    display: inline;
  }

  .fs-portfolio-button-container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .fs-investor-portfolio-container .progress-row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .fs-investor-portfolio-container .progress-row .progress-row-caption {
    margin-top: 30px;
  }

  .fs-portfolio-legend-container {
    text-align: left;
  }

  .fs-portfolio-button-container {
    float: inherit;
  }
}
.fs-investor-portfolio-container {
  background-color: #eceff1;
}
.fs-investor-portfolio-container .progress-row {
  background-color: #f3f7ff;
  height: 145px;
}
.fs-investor-portfolio-container .progress-row .progress-row-caption .title {
  font-size: 24px;
  text-align: left;
  color: #4a4a4a;
}
.fs-investor-portfolio-container .progress-row .progress-row-caption .caption {
  font-size: 16px;
  text-align: left;
}
.fs-investor-portfolio-container .progress-row .progress-row-caption .link {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}
.fs-investor-portfolio-container .progress-row .progress-row-caption i {
  margin-left: 3px;
  opacity: 70%;
}
.fs-investor-portfolio-container .progress-row .progress-row-bar {
  height: 100%;
  padding-top: 70px;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row {
  background-color: #374ce5;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .accountOverviewCaption {
  padding: 2.5em 0em;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .monthStatistic {
  background-color: #ffffff;
  border-radius: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  width: auto;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .monthStatistic .light-blue {
  color: #92b7ff;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .monthStatistic .dark-blue {
  color: #314ce7;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row {
  margin-top: 25px;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box {
  position: relative;
  border-radius: 7px;
  background-color: #3e7eff;
  padding: 2em 1em;
  height: 7vw;
  min-height: 150px;
  margin-right: 25px;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box .statistic-number {
  color: #ffffff;
  font-family: "Poppins-Light", "Inter-Regular", "Prompt-Regular", "Arial";
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box .statistic-caption {
  position: absolute;
  left: 50%;
  top: 6.5em;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  bottom: 100%;
  width: 90%;
  color: #92b7ff;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box .statistic-sub-caption {
  position: absolute;
  left: 50%;
  top: 2em;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  bottom: 100%;
  width: 90%;
  color: #92b7ff;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box .statistic-vertical-line {
  border-left: 1px solid white;
  height: 40px;
  top: 2em;
  left: 24px;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box .statistic-sub-col {
  top: 2em;
}
.fs-investor-portfolio-container .fs-investor-portfolio-statistic-row .fs-investor-portfolio-detail-row .detail-box .top-5 {
  top: 5em;
}
.fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .title {
  color: #3e7eff;
}
.fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-number-text {
  color: #2746ce;
  font-size: 20px;
}
.fs-investor-portfolio-container .fs-investor-portfolio-repayment-row .repayment-info-box .repayment-date-text {
  color: #3e7eff;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row {
  background-color: #ffffff;
  margin-bottom: 100px;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .loan-code-col {
  width: 10%;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .tenor-col {
  width: 8%;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style {
  background-color: #ffffff;
  border: solid 1px rgba(39, 70, 206, 0.3);
  color: #2648d3;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .btn-switch-style.active {
  border: solid 1px #2746ce;
  background-color: #2746ce;
  color: #ffffff;
  font-weight: bold;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .portfolioTableTitle {
  border-bottom: solid 1px #979797;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
  color: #485465;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table {
  padding: 0;
  background-color: #ffffff;
  overflow: auto;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:nth-child(1) {
  width: 10%;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:nth-child(3) {
  width: 10%;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table thead tr th:last-child {
  width: 50%;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td:nth-child(2) {
  color: #3e7eff;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td .calendar-block .year-block {
  background-color: #bed4ff;
  color: #2743ca;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td .calendar-block .month-block {
  color: #2743ca;
  background-color: #ffffff;
  border: solid 1px #bed4ff;
  padding: 1em 0;
}
.fs-investor-portfolio-container .fs-investor-portfolio-table-row .fs-investor-portfolio-table.repayment .blue-stripped-table tbody tr td .calendar-block .month-block .disabled {
  color: rgba(39, 67, 202, 0.2);
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row {
  background-color: #173573;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table {
  margin: 0 auto;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .fa-question-circle {
  color: #c4c4c4;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .deadline [data-tooltip]:after,
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .deadline .tooltip:after,
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .deadline .tooltip-top:after {
  margin-left: -70px;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .deadline .tooltip:after,
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .deadline [data-tooltip]:after {
  width: 140px;
  padding: 10px 3px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #070e28;
  border-color: #070e28;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table .deadline .tooltip-top:before {
  border-top-color: #070e28;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table thead {
  color: rgba(255, 255, 255, 0.46);
  background-color: #173573 !important;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table thead tr:first-child {
  color: rgba(255, 255, 255, 0.46);
  background-color: #173573 !important;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table thead tr th:nth-child(2) {
  width: 150px;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table thead tr th:nth-child(3) {
  width: inherit;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table thead tr th:nth-child(4) {
  width: inherit;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table tbody tr:nth-child(odd) {
  background-color: rgba(242, 245, 254, 0.15) !important;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table tbody tr {
  background-color: #234178 !important;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.fs-investor-portfolio-container .fs-portfolio-expanded-row .fs-portfolio-expanded-table tbody tr td {
  padding: 15px 10px;
}
.loan-details-circle {
  border: solid 1px #979797;
  border-radius: 19px;
  display: inline-block;
  margin-top: 10%;
}
.loan-details-circle .inner {
  border-radius: 15px;
  margin: 3px;
  height: 30px;
  width: 30px;
}
.loan-details-circle .inner.lightgreen {
  background-color: #07c0a6;
}
.loan-details-circle .inner.orange {
  background-color: #f6a623;
}
.loan-details-circle .inner.darkgray {
  background-color: #3d7eff;
}
.loan-details-circle .inner.purple {
  background-color: #6c81ff;
}
.loan-details-circle .inner.white {
  background-color: #ffffff;
}
.visible {
  display: none;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.circle {
  margin: 5px auto;
}
.circle.purple {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #691fff;
  font-size: 14px;
  background: #691fff;
  color: #ffffff;
  text-align: center;
}
.circle.early-pay {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #3d7eff;
  font-size: 14px;
  background: #3d7eff;
  color: #ffffff;
  text-align: center;
}
.circle.dark-blue {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #2746ce;
  font-size: 14px;
  background: #2746ce;
  color: #ffffff;
  text-align: center;
}
.circle.corn-flower-blue {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #6495ed;
  font-size: 14px;
  background: #6495ed;
  color: #ffffff;
  text-align: center;
}
.circle.light-blue {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #3e7eff;
  font-size: 14px;
  background: #3e7eff;
  color: #ffffff;
  text-align: center;
}
.circle.orange {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #ea5a29;
  font-size: 14px;
  background: #ea5a29;
  color: #ffffff;
  text-align: center;
}
.circle.yellow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #ffb50d;
  font-size: 14px;
  background: #ffb50d;
  color: #ffffff;
  text-align: center;
}
.circle.red {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #dc0e0e;
  font-size: 14px;
  background: #dc0e0e;
  color: #ffffff;
  text-align: center;
}
.circle.disabled {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: solid 2px #ffffff;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
}
.circle.green-aquamarine {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #08c0a6;
  font-size: 14px;
  background: #08c0a6;
  color: #ffffff;
  text-align: center;
}
.circle.green-turquoise {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #1f9989;
  font-size: 14px;
  background: #1f9989;
  color: #ffffff;
  text-align: center;
}
.circle.brown {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: #cc6810;
  font-size: 14px;
  background: #cc6810;
  color: #ffffff;
  text-align: center;
}
.legend-text {
  font-weight: 500;
}
.legend-text.gray {
  color: #747474;
}
.legend-text.light-blue {
  color: #3e7eff;
}
.legend-text.dark-blue {
  color: #2746ce;
}
.legend-text.corn-flower-blue {
  color: #6495ed;
}
.legend-text.orange {
  color: #ea5a29;
}
.legend-text.yellow {
  color: #c78a00;
}
.legend-text.purple {
  color: #691fff;
}
.legend-text.crimson {
  color: #c90000;
}
.legend-text.green {
  color: #00c9ac;
}
.legend-text.green-aquamarine {
  color: #08c0a6;
}
.legend-text.green-turquoise {
  color: #1f9989;
}
.fs-portfolio-filter-row {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 1em;
  margin-bottom: 20px;
}
.fs-portfolio-filter-row .filter-text {
  color: #3d7eff;
}
.fs-portfolio-filter-row .btn-primary-white {
  border: 1px solid rgba(151, 151, 151, 0.3);
}
.fs-portfolio-legend-row {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.fs-portfolio-date-text {
  font-size: 16px;
}
.fs-loan-code {
  color: black;
  font-weight: 600;
}
.fs-loan-code.gray {
  color: #747474;
}
.fs-loan-code.light-blue {
  color: #3e7eff;
}
.fs-loan-code.dark-blue {
  color: #2746ce;
}
.fs-loan-code.corn-flower-blue {
  color: #6495ed;
}
.fs-loan-code.orange {
  color: #ea5a29;
}
.fs-loan-code.yellow {
  color: #c78a00;
}
.fs-loan-code.purple {
  color: #691fff;
}
.fs-loan-code.crimson {
  color: #c90000;
}
.fs-loan-code.green {
  color: #00c9ac;
}
.fs-loan-code.green-aquamarine {
  color: #08c0a6;
}
.fs-loan-code.green-turquoise {
  color: #1f9989;
}
.fs-investor-portfolio-detail-swiper .swiper-slide {
  height: 8em !important;
  padding: 1em !important;
  opacity: 1 !important;
  color: white;
  background-color: #3e7eff !important;
}
.fs-investor-portfolio-detail-swiper .swiper-slide .text {
  position: relative;
  bottom: -15px;
  font-size: 12px;
}
.fs-investor-portfolio-detail-swiper .swiper-pagination {
  position: static;
  position: initial;
  margin-top: 1em;
}
.fs-investor-portfolio-detail-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: white !important;
}
.export-csv {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 #cccccc;
          box-shadow: 0 2px 4px 0 #cccccc;
  color: #3e7eff;
}
.fs-portfolio-empty-box {
  width: 60px;
}
.month-block [data-tooltip]:after,
.month-block .tooltip:after,
.month-block .tooltip-top:after {
  margin-left: -35px;
}
.month-block .tooltip:after,
.month-block [data-tooltip]:after {
  width: 70px;
  padding: 10px 3px;
  font-size: 12px;
}
.hide-legend {
  display: none;
}
.sticky-legend {
  display: block !important;
  position: fixed;
  top: 100px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  margin-top: 0;
}
@media (max-width: 480px) {
  .sticky-legend {
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .sticky-legend-force-top {
    top: 0 !important;
  }
}
@media (min-width: 320px) {
  .fs-container.referral-hnwi .content-center.body .amount-information {
    color: #3b03a9;
    text-align: center;
  }
  .fs-container.referral-hnwi .content-center.body .amount-information .currency {
    text-align: right;
    font-size: 18px;
    vertical-align: top;
  }
  .fs-container.referral-hnwi .content-center.body .amount-information .amount {
    font-size: 48px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 1em;
  }
  .fs-container.referral-hnwi .content-center.body .amount-information .description {
    font-size: 16px;
  }
  .fs-container.referral-hnwi .content-center.body .amount-information .step-caption {
    font-size: 10px;
  }
  .fs-container.referral-hnwi .content-center .step-information,
.fs-container.referral-hnwi .content-center .step-caption {
    text-align: center;
  }
  .fs-container.referral-hnwi .content-center .step-2 {
    margin-top: 20px;
  }
  .fs-container .term-condition-referral {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .fs-container.log-in-banner-on {
    margin-top: 120px;
  }
  .fs-container.referral-hnwi .content-center {
    width: 85%;
  }
  .fs-container.referral-hnwi .content-center.body .amount-information {
    text-align: left;
  }
  .fs-container.referral-hnwi .content-center .step-information,
.fs-container.referral-hnwi .content-center .step-caption {
    text-align: left;
  }
  .fs-container.referral-hnwi .content-center .step-2 {
    margin-top: 0;
  }
  .fs-container .term-condition-referral {
    margin-top: 0;
    margin-bottom: 12em;
  }

  .fs-container-ref-body {
    padding: 2.5em 10em;
  }
}
@media (min-width: 992px) {
  .fs-container.referral-hnwi .content-center {
    width: 50%;
  }
}
.fs-container-ref-header {
  background-color: #e3eeff;
}
.fs-container-ref-header .ref-header-button-row {
  padding: 0em 30em;
}
.fs-container-ref-header .ref-header-button-row textarea {
  width: 250px;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .fs-container-ref-header .ref-header-button-row {
    padding: 0 10em;
  }
}
@media screen and (max-width: 992px) {
  .fs-container-ref-header .ref-header-button-row {
    padding: 0 2em;
  }
}
.fs-container-ref-body {
  background-color: #fafafa;
}
.fs-container-ref-body .referral-title {
  font-size: 28px;
}
.fs-container-ref-body span {
  color: #9b9b9b;
}
.fs-container-ref-body input {
  height: 3em;
  width: 38em;
  padding-left: 1em;
}
.fs-container-ref-body a:hover {
  text-decoration: none;
}
.referral-button {
  padding: 1em;
  background-color: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.3);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #9b9b9b;
  border-radius: 0px;
}
.referral-input {
  margin: 0 1em 1em 0;
  padding: 1em;
}
.fs-container.referral-hnwi {
  background-color: white;
}
.fs-container.referral-hnwi .hnwi-header {
  background-image: url('referral-bg.1591632ad85b55781366.jpg');
  padding: 3em 0;
  margin-bottom: 3em;
  height: 28em;
}
.fs-container.referral-hnwi .hnwi-header .amount-information {
  color: #3b03a9;
}
.fs-container.referral-hnwi .hnwi-header .amount-information .currency {
  font-size: 32px;
}
.fs-container.referral-hnwi .hnwi-header .amount-information .amount {
  font-size: 50px;
}
.fs-container.referral-hnwi .hnwi-header input {
  margin: 0 1em 0.25em 0;
}
.fs-container.referral-hnwi .hnwi-header .caption {
  font-size: 12px;
}
.fs-container.referral-hnwi .hnwi-header .term-condition-referral {
  font-size: 12px;
}
.fs-container .term-condition-title {
  border-bottom: 1px solid;
  padding: 0px 0px 0.5em;
  font-weight: bold;
  font-size: 18px;
}
.fs-container .term-condition-list-container {
  margin-bottom: 5em;
}
.fs-container .term-condition-list-container ol li:last-child {
  list-style-type: none;
  margin-top: 20px;
  margin-left: -20px;
}
.hnwi-image {
  background-image: url('referral-pic.6d01e182a3ecabc21236.png');
  position: absolute;
  width: 100%;
  height: 30em;
  background-repeat: no-repeat;
  background-position: right;
}
.sg-inv-referral {
  background-color: #ffffff;
  padding-top: 150px;
  margin-bottom: 100px;
  color: #4a4a4a;
}
@media (max-width: 480px) {
  .sg-inv-referral {
    padding-top: 90px;
  }
  .sg-inv-referral .mobile-padding-null {
    padding: 0;
  }
}
.sg-inv-referral .left-column {
  background: #fafbfc url('sg-refer-sme.5c3838d3385167dd55e8.png') no-repeat left top;
  background-size: 250px 170px;
  height: 100%;
  padding: 120px 50px;
}
.sg-inv-referral .left-column .btn-primary-referral {
  width: 180px;
  font-size: 18px;
}
.sg-inv-referral .left-column .btn-primary-referral .arrow-icon {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .sg-inv-referral .left-column {
    padding: 120px 20px 50px;
  }
}
.sg-inv-referral .right-column {
  background: #f3f5fd url('sg-refer-investor.1dba0175f1096849a1b7.png') no-repeat right bottom;
  background-size: 192px 148px;
  height: 100%;
  padding: 120px 50px;
}
@media (max-width: 480px) {
  .sg-inv-referral .right-column {
    padding: 50px 20px 120px;
  }
}
.sg-inv-referral .title {
  font-size: 28px;
  line-height: 40px;
  border-bottom: 3px solid #4a4a4a;
  padding-bottom: 5px;
}
.sg-inv-referral .caption {
  line-height: 32px;
  font-size: 24px;
  margin: 24px 0;
}
.sg-inv-referral .text {
  line-height: 20px;
  margin-bottom: 20px;
}
.sg-inv-referral .ref-link {
  overflow: hidden;
  margin-bottom: 20px;
}
.row.row-eq-height {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 480px) {
  .row.row-eq-height {
    display: block;
  }
}
.withdrawalBox {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.withdrawalBox .withdrawalInformation {
  color: white;
  padding: 15px;
  margin: 2em 2em 1em 2em;
  background-color: #3b3b3b;
}
.withdrawalBox .withdrawalInformation .warning-circle-icon {
  margin-top: 0;
  margin-right: 20px;
}
.withdrawalBox .btnSubmit {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 2em;
  height: 40px;
  background-color: #3d7eff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}
.withdrawalBox .withdrawalBoxLeftSection {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.withdrawalBox .withdrawalBoxLeftSection .contactDetailBox {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
}
.withdrawalBox .withdrawalBoxLeftSection .contactDetailBox .contactName {
  margin-bottom: 10px;
}
.withdrawalBox .withdrawalBoxRightSection {
  width: 100%;
  padding: 20px;
  border-left: solid 1px rgba(151, 151, 151, 0.5);
}
.withdrawalBox .withdrawalBoxRightSection .withdrawalInformation {
  color: white;
  margin: 0;
  padding: 1em;
  background-color: #3b3b3b;
}
.withdrawalBox .withdrawalBoxRightSection .withdrawalInformation .time-icon {
  margin-top: 4px;
  margin-right: 12px;
}
.withdrawalBox .withdrawalBoxRightSection .withdrawalInformation .time-icon.id {
  margin-top: -7px;
}
.withdrawalBox .withdrawalBoxRightSection .form-control {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.withdrawalBox .withdrawalBoxRightSection .btnSubmit {
  clear: both;
  margin: 1em 0 0 0;
  background-color: #3d7eff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
}
.withdrawalBox .withdrawalBoxRightSection select {
  height: 50px;
}
.withdrawalBox .withdrawalBoxRightSection textarea {
  height: 100px !important;
}
.withdrawalBox .mat-select-value {
  padding-top: 8px;
}
.withdrawalBox .mat-form-field-label {
  padding-top: 20px;
}
.withdrawalBox .error-information {
  margin-top: -10px;
  font-size: 12px;
  color: #a94442;
}
@media (min-width: 768px) {
  .withdrawalBox {
    display: block;
    width: 917px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .withdrawalBox .withdrawalBoxLeftSection {
    display: inline-block;
    width: 35%;
  }
  .withdrawalBox .withdrawalBoxRightSection {
    display: inline-block;
    width: 65%;
  }
}
.my-withdrawal-note-box {
  border-radius: 2px;
  background-color: #fafbfc;
  font-size: 12px;
  text-align: justify;
  border: solid 1px #dde5ed;
  padding: 1em;
  margin-bottom: 15px;
}
.my-withdrawal-note-box .box-title {
  font-size: 14px;
  font-weight: bold;
}
.withdrawal-checkbox-container .mat-checkbox-label {
  line-height: 20px;
  font-size: 10px;
  text-align: justify;
}
.withdrawal-box-upload-receipt {
  font-size: 12px;
  margin-top: -10px;
}
@media (min-width: 320px) {
  .statement-header-title {
    padding: 2em;
    font-size: 16px;
    background-color: #ffffff;
  }
  .statement-header-title .text-left {
    font-size: 12px;
    margin-top: 5px;
  }

  .statement-menu-row {
    padding: 1em;
  }

  .calendar-input-field {
    text-align: center;
    margin-bottom: 1em;
  }

  .statement-menu-row span:nth-child(1) {
    margin-left: 1em;
  }
  .statement-menu-row span {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .button-input-field {
    padding-left: 2em !important;
  }

  .pdpa-statement-dialog {
    width: 850px;
  }

  .statement-dialog {
    width: 710px;
  }

  .statement__header-logo {
    width: 300px;
    height: 50px;
  }

  .statement-menu-row {
    padding: 1em 2em;
  }
  .statement-menu-row font {
    width: 20%;
  }

  .statement-menu-row {
    margin-bottom: 0px;
  }
  .statement-menu-row span:nth-child(1) {
    margin-left: 0;
  }
  .statement-menu-row span {
    font-size: 13px;
    margin-bottom: 0;
    padding: 1.3em 0.5em 0.75em;
  }
  .statement-menu-row span.active {
    padding-bottom: 1em;
  }
  .statement-menu-row .title {
    border-right: solid 1px rgba(151, 151, 151, 0.5);
  }
  .statement-menu-row span:nth-child(1) {
    text-align: right;
  }
  .statement-menu-row span:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .statement-header-title {
    padding-left: 10em;
  }

  .statement-menu-row {
    padding: 1em 5em 1em 0;
  }
  .statement-menu-row font {
    width: 14%;
  }
  .statement-menu-row .title {
    border-right: solid 1px rgba(151, 151, 151, 0.5);
  }

  .statement-menu-row span:nth-child(1) {
    margin-left: 12em;
  }
  .statement-menu-row span {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.statement-filter-container {
  line-height: 2em;
  padding-top: 0.5em;
}
.statement-filter-container .footer {
  padding-left: 2em;
}
.statement-filter-container .footer .btn-primary-investor {
  width: 8em;
}
.transaction-period-caption {
  line-height: 2em;
}
@media (min-width: 320px) {
  .transaction-period-caption {
    margin-bottom: 1em;
  }
}
.period-statement-input-container {
  background-color: #3e7eff !important;
  margin-bottom: 20px;
  padding: 1em 2em 2em 2em;
  margin-left: -15px;
  margin-right: 0px;
}
.statement-title {
  font-size: 20px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
@media (min-width: 320px) {
  .statement-title {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .statement-title {
    margin-top: 0;
    line-height: 2em;
  }
}
.statement__header-logo {
  height: 50px;
}
.statement-dialog__content {
  padding: 20px;
}
.fs-container-statement-header {
  color: #818a91;
  background-color: white;
}
.printPanel {
  display: none;
  height: 40px;
}
#printPage {
  font-size: 12px;
  font-style: normal;
  margin: 0 auto;
}
#printPage .headerPrint {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 2em 0;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #cdcdcd;
}
#printPage .headerPrint .logoPrint {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
}
#printPage .headerPrint .addressPrint {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: right;
  line-height: 1.2em;
}
#printPage .reportPrint {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 10px;
}
#printPage .reportPrint .download-box-container {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  padding-bottom: 1em;
}
.reportPrint > .report-header {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: left;
}
.reportPrint > .report-address {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: right;
  line-height: 1.25em;
}
.report-header-breaker {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 1em 0 1.5em 0;
  border: 1px solid #dfdfdf;
}
.reportPrint > .report-subheader {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: left;
  margin-bottom: 2em;
}
.reportPrint .title {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  color: #0096ff;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
  text-transform: uppercase;
}
.reportPrint .subtitle {
  position: relative;
  float: left;
  height: auto;
  color: #666666;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #0096ff;
}
.reportPrint > .report-biodata {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: right;
  margin-bottom: 2em;
  line-height: 1.5em;
}
.reportPrint .account-name {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: capitalize;
}
.reportPrint .account-address {
  margin-top: 0.25em;
  font-size: 1em;
  font-style: italic;
}
.reportPrint > .report-table {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  overflow-x: scroll;
}
.reportPrint > .report-notice {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #f7e28b;
  margin-top: 1.5em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reportPrint > .report-footer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  text-align: center;
}
.report-table-breaker {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 1em 0;
}
.report-table table {
  width: 100%;
}
.report-table table tr {
  border-bottom: 1px solid #cccccc !important;
}
.report-table table tr th,
.report-table table tr td {
  padding: 0.75em 1em;
  border: none;
}
.report-table table tr th:nth-child(1) {
  width: 8em;
}
.report-table table th {
  background-color: #0096ff;
  color: white;
}
.statementDialog {
  height: 100%;
  font-size: 18px;
  padding-bottom: 0;
}
.statementDialog .ui-dialog {
  max-height: 640px !important;
  z-index: 9999 !important;
  height: 100%;
}
.statementDialog .ui-widget-header {
  height: 10%;
}
.statementDialog .ui-dialog-content {
  height: 90%;
  overflow-y: scroll;
}
.statement-menu-row {
  border-top: solid 1px #d0d0d0;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}
.statement-menu-row span:nth-child(1) {
  padding-right: 1em;
}
.statement-menu-row span {
  color: #9b9b9b;
}
.statement-menu-row span.active {
  font-weight: bold;
  border-bottom: 3px solid;
  color: black;
}
@media (min-width: 320px) {
  .browseLoanContainer {
    margin-bottom: 100px;
  }
  .browseLoanContainer .browseLoanHeader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .browseLoanContainer .browseLoanView {
    padding: 25px 10px;
  }
  .browseLoanContainer .btnBrowseLoan {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .browseLoanContainer {
    margin-bottom: 0;
  }
  .browseLoanContainer .browseLoanHeader {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
  }
  .browseLoanContainer .browseLoanHeader .browseLoanBtnContainer .btnBrowseLoan {
    width: auto;
  }
  .browseLoanContainer .btnBrowseLoan {
    width: auto;
    width: initial;
  }
  .browseLoanContainer .browseLoanView {
    padding: 25px 10px;
    padding-left: 40px;
  }
}
.browseLoanContainer {
  margin-bottom: 0;
}
.browseLoanContainer .browseLoanHeader {
  background-color: #3e7eff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  height: 100%;
}
.browseLoanContainer .browseLoanHeader .browseLoanHeaderTitleBox .browseLoanHeaderTitle {
  font-size: 36px;
  line-height: 0.67;
  color: #ffffff;
  margin-bottom: 10px;
}
.browseLoanContainer .browseLoanHeader .browseLoanHeaderTitleBox .browseLoanHeaderCaption {
  color: #9dbeff;
}
.browseLoanContainer .browseLoanHeader .browseLoanBtnContainer {
  padding-left: 0;
}
.browseLoanContainer .browseLoanHeader .browseLoanBtnContainer .btnBrowseLoan {
  float: left;
  padding: 0.75em 1em;
  margin-right: 15px;
  border-radius: 7.5px;
  background-color: #3672ec;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-align: left;
  color: #92b7ff;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.browseLoanContainer .browseLoanHeader .browseLoanBtnContainer .btnBrowseLoan.white {
  background-color: #ffffff;
  color: #3e7eff;
  opacity: 1;
}
.browseLoanContainer .browseLoanHeader .browseLoanBtnContainer .btnBrowseLoan .circle-number-information {
  display: inline-block !important;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  border: #3e7eff;
  font-size: 14px;
  background: #3e7eff;
  color: white;
  text-align: center;
}
.browseLoanContainer .browseLoanView .browseLoanViewBoxContainer {
  padding: 0 1em 2em 1em;
  max-width: 30em;
  min-height: 32em;
}
.browseLoanContainer .browseLoanView .browseLoanViewBoxContainer.today-investment {
  min-height: 0;
  min-height: initial;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox {
  padding-top: 10px;
  border-radius: 6px;
  background-color: #ffffff;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanCode {
  font-size: 20px;
  font-weight: bold;
  color: #3e7eff;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loan-detail-box {
  background-color: aliceblue;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(216, 216, 216, 0.75);
  border-bottom: 1px solid rgba(216, 216, 216, 0.75);
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .interestBoxDetail {
  font-size: 14px;
  padding-left: 15px;
  width: calc(100%/3);
  border-right: solid 1px rgba(151, 151, 151, 0.5);
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .interestBoxDetail span {
  color: black;
  font-weight: bold;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .interestBoxDetail:last-child {
  border-right: none;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanProgress {
  font-size: 14px;
  height: 10%;
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanProgress.investment-amount {
  width: inherit;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanProgress .progress-text {
  color: #19c0a6;
  font-weight: bold;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanProgress .footer-text-detail {
  color: #3e7eff;
  font-weight: bold;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanProgress .detail {
  font-size: 16px;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanStatisticFooter {
  background-color: #f2f5fe;
  padding-bottom: 1.5em;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanStatisticFooter strong {
  color: #19c0a6;
  font-size: 16px;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanStatisticFooter font {
  color: #9b9b9b;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanStatisticFooter .btnInvest {
  font-size: 16px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #3e7eff;
  font-weight: bold;
  color: #ffffff;
}
.browseLoanContainer .browseLoanView .browseLoanViewBox .loanStatistic .loanStatisticFooter .btnInvest.disabled {
  background-color: #9b9b9b;
}
#investSBNDialog .mat-checkbox-inner-container,
#RedeemSBNDialog .mat-checkbox-inner-container {
  margin-top: 0px;
}
.sbn-expand-button {
  cursor: pointer;
}
.sbn-table thead tr th {
  padding: 10px 5px;
}
.sbn-table thead tr th:first-child {
  width: 30px;
}
.sbn-table thead tr th:last-child {
  width: 150px;
}
.sbn-table thead tr th:nth-child(2) {
  width: 65px;
}
.sbn-table thead tr th:nth-child(3) {
  width: 130px;
}
.sbn-table thead tr th:nth-child(4) {
  width: auto !important;
  width: initial !important;
}
.sbn-table thead tr th:nth-child(6) {
  width: 100px;
}
.sbn-table tr td {
  padding: 10px 10px;
}
.sbn-table tr td:first-child {
  width: 60px;
}
.sbn-table tr td:last-child {
  width: 150px;
}
.sbn-transaction-status thead tr th:nth-child(1) {
  width: 20%;
}
.sbn-transaction-status thead tr th:nth-child(3) {
  width: 140px;
}
.sbn-transaction-status thead tr th:nth-child(5) {
  width: 15%;
}
.sbn-transaction-status thead tr th:nth-child(6) {
  width: 10%;
}
.sbn-transaction-status thead tr th:nth-last-child(1) {
  padding-left: 50px;
}
.sbn-transaction-status tbody td:nth-last-child(1) {
  padding-left: 50px;
}
.sbn-detail-row {
  background-color: #f2f5fe;
}
.sbn-detail-table {
  width: 80%;
}
.sbn-detail-table th,
.sbn-detail-table td {
  text-align: right !important;
  padding: 0 20px !important;
}
.sbn-retail::after {
  top: 20%;
  height: 4.5em;
}
@media (min-width: 320px) {
  .mat-checkbox-layout .mat-checkbox-label {
    font-size: 12px;
  }

  .log-in-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .mat-checkbox-layout .mat-checkbox-label {
    font-size: 16px;
  }

  .log-in-text {
    font-size: 16px;
  }
}
.standalone-log-in {
  overflow: hidden;
  padding: 48px 0;
}
.standalone-log-in .header {
  overflow: hidden;
}
.standalone-log-in .log-in-white-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
}
.standalone-log-in .log-in-white-box .btn-log-in-investor {
  background-color: #3e7eff;
  color: #ffffff;
}
.standalone-log-in .log-in-white-box .fs-log-in-button {
  width: 100% !important;
  padding: 12px !important;
  font-size: 20px !important;
  margin-top: 24px;
  margin-bottom: 24px;
}
.standalone-log-in .log-in-white-box .log-in-form {
  overflow: hidden;
  margin-top: 24px;
}
.standalone-log-in .log-in-white-box .log-in-form .log-in-form-field__wrapper {
  margin-bottom: 24px !important;
}
.standalone-log-in .log-in-white-box .log-in-form .log-in-form-field__wrapper .form-control {
  border: 1px solid #cccccc;
  height: 40px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.standalone-log-in .log-in-white-box .log-in-form-field__wrapper__border-top {
  border-top: 1px solid #F1F1F2;
  padding-top: 32px !important;
}
.standalone-log-in .log-in-white-box .mat-checkbox-layout .mat-checkbox-label {
  color: #000000;
  display: block;
}
.notification-item {
  position: fixed;
  top: 80px;
  display: table;
  width: 100%;
  margin: 0 auto;
  z-index: 99999;
  text-align: center;
  cursor: pointer;
}
.notification-item-dashboard {
  top: 100px !important;
}
@media screen and (max-width: 768px) {
  .notification-item {
    top: 58px;
  }

  .notification-item-dashboard {
    top: 58px !important;
  }
}
.notification-success {
  background-color: #d3efec;
  color: #017361;
  border: 1px solid #99e1d7;
  padding: 10px;
}
.notification-success::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: relative;
  left: auto;
  margin-left: 0.5em;
  color: #017361;
}
.notification-info {
  background-color: #fcf4e3;
  border: 1px solid #eed2a0;
  color: #735200;
  padding: 10px;
}
.notification-info::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: relative;
  left: auto;
  margin-left: 0.5em;
  color: #735200;
}
.notification-error {
  background-color: #f2dede;
  border: 1px solid #e39999;
  color: #a94442;
  padding: 10px;
}
.notification-error::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: relative;
  left: auto;
  margin-left: 0.5em;
  color: #a94442;
}
@media (min-width: 992px) {
  .not-found-page {
    padding-left: 100px;
  }
}
.not-found-page {
  padding-bottom: 50px;
  padding-top: 50px;
}
.not-found-page .left-section {
  padding-top: 50px;
}
@media (min-width: 320px) {
  .fs-partner-container .fs-partner-header .title-section {
    padding: 2em;
  }
  .fs-partner-container .fs-partner-header .title-section .heading-semi-bold,
.fs-partner-container .fs-partner-header .title-section .heading-light {
    font-size: 24px;
  }
  .fs-partner-container .fs-partner-content-container {
    margin-top: 2.5em;
  }
  .fs-partner-container .fs-partner-content-container .fs-partner-box {
    min-height: 32em;
    width: 100%;
    margin-bottom: 3em;
  }
}
@media (min-width: 415px) {
  .fs-partner-container .fs-partner-header .title-section .heading-semi-bold,
.fs-partner-container .fs-partner-header .title-section .heading-light {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .fs-partner-container .fs-partner-header {
    padding: 1em;
  }
  .fs-partner-container .fs-partner-header .title-section {
    padding: 5em 1em;
    height: 20em;
  }
  .fs-partner-container .fs-partner-header .title-section .heading-semi-bold,
.fs-partner-container .fs-partner-header .title-section .heading-light {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .fs-partner-container .fs-partner-header {
    padding: 2em 4em;
  }
  .fs-partner-container .fs-partner-header .title-section {
    padding: 5em 1em;
  }
  .fs-partner-container .fs-partner-header .title-section .heading-semi-bold,
.fs-partner-container .fs-partner-header .title-section .heading-light {
    font-size: 28px;
  }
  .fs-partner-container .fs-partner-content-container .fs-partner-box {
    width: 30%;
    height: 30em;
    margin-bottom: 2em;
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .fs-partner-container .fs-partner-content-container .fs-partner-box {
    width: 46.5%;
  }
}
@media (min-width: 1200px) {
  .fs-partner-container .fs-partner-content-container .fs-partner-box {
    width: 30%;
  }
}
.fs-partner-container .fs-partner-header {
  background-color: #3e7eff;
}
.fs-partner-container .fs-partner-content-container .fs-partner-box {
  background-color: white;
}
.fs-partner-container .fs-partner-content-container .fs-partner-box .image-container {
  background-color: #fafafa;
  padding: 2em;
}
.fs-partner-container .fs-partner-content-container .fs-partner-box .image-container img {
  height: 50px;
}
.fs-partner-container .fs-partner-content-container .fs-partner-box .heading-semi-bold {
  font-size: 18px;
}
#payment-page {
  padding-bottom: 100px;
  background-color: #ffffff;
}
#payment-page .box-container {
  max-width: 1250px;
}
@media (min-width: 320px) {
  #payment-page .box-container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #payment-page .box-container {
    padding: 0;
    padding: initial;
  }
}
@media (min-width: 320px) {
  #payment-page .box-container .box-separator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  #payment-page .box-container .box-separator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 320px) {
  #payment-page .box-container .box-separator #payment-summary-container {
    padding: 32px 0;
  }
}
@media (min-width: 768px) {
  #payment-page .box-container .box-separator #payment-summary-container {
    border: 1px solid #E0E0E0;
    padding: 32px 24px;
  }
}
#payment-page .box-container #payment-box {
  padding: 16px 24px;
}
#payment-page .box-container #payment-information-box {
  padding: 16px;
}
@media (min-width: 320px) {
  #payment-page .box-container #payment-code-box {
    border: none;
  }
}
#payment-page .box-container #payment-code-box .d-flex #payment-button-container {
  padding-bottom: 0;
  padding-top: 24px;
}
@media (min-width: 320px) {
  #payment-page .box-container #payment-code-box .d-flex #payment-button-container {
    padding: 32px 0;
  }
}
@media (min-width: 768px) {
  #payment-page .box-container #payment-code-box .d-flex #payment-button-container {
    padding: 32px;
  }
}
#payment-page .box-container #payment-code-box .d-flex #qr-code-information-box {
  padding: 24px 32px;
}
@media (min-width: 320px) {
  #payment-page .box-container #payment-code-box .d-flex {
    padding: 0;
  }
}
#payment-page .box-container #payment-code-box .qr-code {
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  #payment-page .box-container #payment-summary-container .box-separator {
    padding: 16px 48px;
    border-bottom: solid 1px #F1F1F2;
  }
}
#payment-page .box-container #payment-summary-container .box-separator .left {
  padding: 0 0 48px 0;
}
@media (min-width: 320px) {
  #payment-page .box-container #payment-summary-container .box-separator .right {
    padding: 32px 16px;
    border: 1px solid #E0E0E0;
  }
}
@media (min-width: 768px) {
  #payment-page .box-container #payment-summary-container .box-separator .right {
    border: none;
  }
}
@media (min-width: 320px) {
  #payment-page .box-container #payment-summary-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #payment-page .box-container #payment-summary-container {
    padding: 32px 68px;
  }
}
@media (min-width: 320px) {
  #payment-page .box-container #qr-code-container {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #payment-page .box-container #qr-code-container {
    border: 1px solid #E0E0E0;
    padding: 32px 24px;
    margin-right: 32px;
  }
}
#payment-page .information-box {
  border-radius: 4px;
  padding: 16px 18px;
}
#payment-page .information-box.orange {
  background: #FAF8F0;
  border: 1px solid #FFB50D;
}
#payment-page .information-box.gray {
  background: #F1F1F2;
  color: #4A4A4A;
}
#payment-page .information-box.light-white {
  background: #fafbfc;
}
@media (min-width: 320px) {
  #payment-page #title {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  #payment-page #title {
    text-align: left;
    font-size: 40px;
  }
}
#payment-page .payment-container {
  padding: 32px 16px;
  height: 600px;
}
@media (min-width: 320px) {
  #payment-page .payment-container.left {
    margin-bottom: 24px;
    height: auto;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #payment-page .payment-container.left {
    border: 1px solid #E0E0E0;
    margin-bottom: 0;
    height: 600px;
    width: 64%;
    padding: 32px 16px;
  }
}
#payment-page .payment-container.right {
  border: 1px solid #E0E0E0;
}
@media (min-width: 320px) {
  #payment-page .payment-container.right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #payment-page .payment-container.right {
    width: 33%;
  }
}
#payment-page .payment-detail-box {
  border-top: solid 1px #f1f1f2;
  border-bottom: solid 1px #f1f1f2;
  padding: 8px 0;
  line-height: 2.5em;
}
@media (min-width: 320px) {
  #payment-page .billing-payment {
    float: left;
  }
}
@media (min-width: 768px) {
  #payment-page .billing-payment {
    float: right;
  }
}
#paymentConfirmation .fs-modal__content {
  max-width: 95%;
  width: 420px;
}
#paymentConfirmation .btn {
  padding: 8px 16px;
  width: 47%;
}
@media (min-width: 320px) {
  .fs-progress-container {
    background-color: #282828;
    text-align: center;
  }

  .progressTitleRow {
    text-align: center;
    padding: 1em 3em 3em 3em;
    background-color: #171717;
    color: white;
  }

  .mediaPressbtnBlock {
    margin-top: 2em;
  }

  .progressStatisticRow .detailStatistic {
    display: none;
  }
  .progressStatisticRow .fs-progress-detail-statistic {
    display: block;
  }
  .progressStatisticRow .swiper-container {
    display: block;
  }

  .progressGraphicContainer {
    width: 95%;
    margin-bottom: 50px;
  }
  .progressGraphicContainer .padding-null {
    -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
  }
  .progressGraphicContainer div button {
    display: none;
  }
  .progressGraphicContainer .swiper-container {
    display: block;
  }
  .progressGraphicContainer .funding-mobile {
    display: block;
  }

  .progress-bar-container {
    text-align: center;
    padding: 1em;
  }
  .progress-bar-container.footer {
    display: none;
  }
  .progress-bar-container.header .center-single-line {
    margin-top: 0px;
  }
  .progress-bar-container .center-single-line {
    text-align: center;
    margin-top: 2em;
  }
  .progress-bar-container .center-single-line .btn {
    margin-bottom: 5px !important;
  }
  .progress-bar-container .center-single-line.tab-container {
    text-align: center;
    margin-top: 1em;
  }
  .progress-bar-container .center-multi-line {
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }

  .progress-bar-container-legend {
    display: block;
  }

  .statistic-table th,
.statistic-table td {
    padding: 16px;
  }

  .statistic-box-detail {
    margin-top: 5px;
  }
  .statistic-box-detail .border-right {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 415px) {
  .statistic-table th,
.statistic-table td {
    padding: 24px 36px;
  }
}
@media (min-width: 768px) {
  .statistic-table th,
.statistic-table td {
    padding: 16px 32px;
  }
}
@media (min-width: 992px) {
  .fs-progress-container {
    background-color: white;
    text-align: center;
  }

  .mediaPressbtnBlock {
    margin-top: 3em;
  }

  .progressTitleRow {
    text-align: left;
    background-color: #171717;
    color: white;
    height: 200px;
    padding-top: 20px;
    padding-left: 12vw !important;
    padding-right: 12vw !important;
  }
  .progressTitleRow div:nth-child(1) {
    float: left;
  }
  .progressTitleRow div:nth-child(2) {
    float: right;
  }

  .progressGraphicContainer {
    width: 55%;
    margin-bottom: 100px;
  }
  .progressGraphicContainer div button {
    display: block;
  }
  .progressGraphicContainer .swiper-container {
    display: none;
  }
  .progressGraphicContainer .center-multi-line {
    padding-top: 15px;
    padding-left: 30px;
  }
  .progressGraphicContainer .funding-mobile {
    display: none;
  }

  .progressStatisticRow .detailStatistic {
    display: block;
  }
  .progressStatisticRow .fs-progress-detail-statistic {
    display: none;
  }

  .progress {
    display: block;
  }

  .progress-bar-container {
    display: inline-block;
    padding: 0;
  }
  .progress-bar-container .center-single-line {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    padding-left: 1.5em;
  }
  .progress-bar-container .center-single-line .btn {
    margin-top: 5px;
  }
  .progress-bar-container .center-single-line.tab-container {
    text-align: right;
  }
  .progress-bar-container.header .center-single-line {
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .progress-bar-container.footer {
    display: block;
  }

  .progress-bar-container-legend {
    display: block;
  }

  .detail-statistic {
    width: 31%;
    margin-right: 25px;
  }

  .statistic-table th,
.statistic-table td {
    padding: 24px 70px;
  }

  .statistic-box-detail {
    font-size: 16px;
    padding-top: 20px !important;
  }

  .local-performance-my {
    width: 55% !important;
    background-color: #e8e8e8 !important;
    margin-top: -40px !important;
  }
}
@media (min-width: 1600px) {
  .statistic-table th,
.statistic-table td {
    padding: 24px 105px;
  }
}
.mediaPressbtnBlock {
  margin-right: 5em;
}
.progressStatisticRow {
  background-color: #282828;
  color: white;
  height: 300px;
  padding-top: 30px;
  padding-left: 3em;
  padding-right: 3em;
}
.progressStatisticRow .monthBox {
  border-radius: 20px;
  background-color: white;
  color: black;
  height: 30px;
  max-width: 300px;
  line-height: 30px;
  width: 300px;
  margin-left: 3em;
}
.progressStatisticRow .monthBox font {
  color: #898989;
}
.progressStatisticRow .statisticDetailRow {
  width: calc(100% - 60px);
  margin-top: 60px;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.progressStatisticRow .statisticDetailRow .detailNumber {
  width: calc(100% / 5);
}
.progressStatisticRow .statisticDetailRow .detailNumber.four-detail {
  width: calc(100% / 4);
}
.progressGraphicContainer {
  display: inline-block;
  border-radius: 4px;
  padding: 0;
  background-color: #ffffff;
  margin-top: -70px;
  overflow: hidden;
}
.progress-xs {
  height: 60px !important;
  margin-top: 25px;
  border-radius: 30px !important;
}
.progress-sm {
  height: 25px;
  margin-top: 25px;
  line-height: 25px !important;
}
.progress-thin {
  height: 5px !important;
}
.progress-bar {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 60px !important;
}
.progress-bar.purple {
  background-color: #3b03a8 !important;
}
.progress-bar.blue {
  background-color: #2c50ff !important;
}
.progress-bar.light-blue {
  background-color: #08c0a6 !important;
}
.progress-bar.orange {
  background-color: #ffb50d !important;
}
.progress-bar.green {
  border-radius: 10px;
  background-color: #19c0a6 !important;
}
.progress-bar-container {
  background-color: rgba(216, 216, 216, 0.29);
  padding-left: 1.5em;
}
.progress-bar-container .center-multi-line {
  display: table;
}
.progress-bar-container .center-single-line {
  display: table;
}
.border-bottom {
  border-bottom: solid 1px #c3c3c3;
}
.border-top {
  border-top: solid 1px #c3c3c3;
}
.fundingInfoText {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #000000;
  vertical-align: top;
  line-height: 20px;
  margin-right: 1.25em;
}
.fs-circle.purple {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #3b03a8;
  font-size: 14px;
  background: #3b03a8;
  color: black;
  text-align: center;
}
.fs-circle.orange {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #ffb50d;
  font-size: 14px;
  background: #ffb50d;
  color: black;
  text-align: center;
}
.fs-circle.light-blue {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #08c0a6;
  font-size: 14px;
  background: #08c0a6;
  color: black;
  text-align: center;
}
.fs-circle.blue {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: #2c50ff;
  font-size: 14px;
  background: #2c50ff;
  color: black;
  text-align: center;
}
.progress-title {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #20143D;
  color: #ffffff;
}
.progress-title .title {
  font-size: 40px;
  margin-bottom: 10px;
}
.progress-title p {
  font-size: 16px;
}
.progress-title p a {
  color: #ffffff;
  text-decoration: underline;
}
.local-performance {
  text-align: left;
  padding: 18px;
  background-color: rgba(216, 216, 216, 0.29);
}
.local-performance .caption {
  font-size: 20px;
  color: #222;
}
.local-performance .sub-caption {
  color: #8f8f8f;
}
.local-performance .right {
  text-align: right;
}
.local-performance .left {
  padding-top: 5px;
}
.local-performance-my {
  text-align: left;
  width: 95%;
  background-color: white;
  padding: 20px;
  margin: -70px auto 78px auto;
  border-radius: 4px;
}
.local-performance-my .caption {
  font-size: 20px;
  color: #222;
}
.local-performance-my .sub-caption {
  color: #8f8f8f;
}
.local-performance-my .right {
  text-align: right;
}
.local-performance-my .left {
  padding-top: 5px;
}
.progress-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.progress-container .sg-progress-sub-section {
  font-size: 24px;
  color: #20143D;
  margin-bottom: 15px;
}
.progress-container .sg-progress-sub-section-description {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 15px;
}
.progress-container .progress-table {
  margin-top: 10px;
}
.progress-container .progress-table .row-table {
  width: 100%;
}
.progress-container .progress-table .title {
  padding: 16px 0;
  background-color: #f5f5f5;
  color: #4a4a4a;
  text-align: center;
  border: 1px solid #E0E0E0;
}
.progress-container .progress-table .progress-table-year {
  width: 100px;
  float: left;
  overflow: hidden;
  position: relative;
}
.progress-container .progress-table .progress-table-year.year-caption {
  height: 100px;
}
.progress-container .progress-table .progress-table-year .year-caption-text {
  font-size: 12px;
  color: #757575;
  position: absolute;
  bottom: 0;
  right: 15px;
  text-align: right;
}
.progress-container .progress-table .progress-table-year .year-text {
  height: 60px;
  color: #4a4a4a;
  padding: 25px 15px;
  text-align: right;
}
.progress-container .progress-table .progress-table-left {
  float: left;
  width: 55%;
}
.progress-container .progress-table .progress-table-left .progress-table-rates {
  width: calc(100% - 100px);
  float: left;
}
.progress-container .progress-table .progress-table-right {
  width: 45%;
  float: left;
}
.progress-container .progress-table .progress-table-right .progress-table-rates {
  width: 100%;
}
.progress-container .progress-table .progress-table-right .title {
  border-left: 0;
}
.progress-container .progress-table .progress-table-right .progress-table-rates .left {
  border-left: 0;
}
.progress-container .progress-table .item {
  width: 50%;
  float: left;
  text-align: center;
  color: #4a4a4a;
  border: 1px solid #E0E0E0;
}
.progress-container .progress-table .item.small {
  width: 33.333333%;
}
@media (min-width: 320px) {
  .progress-container .progress-table .item.small {
    font-size: 85%;
  }
}
@media (min-width: 768px) {
  .progress-container .progress-table .item.small {
    font-size: inherit;
  }
}
.progress-container .progress-table .item.medium {
  width: 50%;
}
.progress-container .progress-table .item.left {
  border-top: 0;
}
.progress-container .progress-table .item.right {
  border-top: 0;
  border-left: 0;
}
.progress-container .progress-table .item.caption {
  height: 100px;
  padding: 30px 45px;
  position: relative;
}
.progress-container .progress-table .item.caption .tooltip-progress {
  position: absolute;
  right: 15px;
  top: 41%;
  white-space: pre-line;
}
.progress-container .progress-table .item.caption [data-tooltip]:after,
.progress-container .progress-table .item.caption .tooltip:after,
.progress-container .progress-table .item.caption .tooltip-bottom:after {
  margin-left: -222px;
}
.progress-container .progress-table .item.caption .tooltip:after,
.progress-container .progress-table .item.caption [data-tooltip]:after {
  width: 240px;
  padding: 10px 3px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}
.progress-container .progress-table .item.caption .tooltip-bottom:before {
  border-bottom-color: #222;
}
.progress-container .progress-table .item.caption .caption-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.progress-container .progress-table .item.value {
  height: 65px;
  padding: 25px 0;
}
.progress-container .disclaimer {
  padding-top: 20px;
  padding-left: 115px;
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1.75em;
}
.progress-container .disclaimer .disclaimer-historycal {
  color: #8f8f8f;
  font-size: 12px;
}
.progress-container .disclaimer-left {
  padding-top: 20px;
  padding-left: 115px;
  color: #4a4a4a;
}
.progress-container .disclaimer-right {
  padding-top: 20px;
  text-align: right;
  color: #8f8f8f;
  font-size: 12px;
}
.progress-container .chart-container {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 35px;
  margin-top: 10px;
}
.progress-container .chart-container .tab-container {
  text-align: right;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.progress-container .chart-container .tab-container .chart-label {
  min-width: 120px;
}
.progress-container .chart-container .legend {
  padding: 10px 100px;
}
.progress-container .chart-container .legend .square {
  width: 20px;
  float: left;
  overflow: hidden;
  margin-top: -3px;
}
.progress-container .chart-container .legend .square.yellow {
  color: #ffb50d;
}
.progress-container .chart-container .legend .square.blue {
  color: #3e7eff;
}
.progress-container .chart-container .legend .description {
  width: calc(100% - 20px);
  float: left;
  overflow: hidden;
  font-size: 12px;
}
.progress-container .chart-container .legend .description .caption {
  color: #4a4a4a;
}
.progress-container .chart-container .legend .description .text {
  color: #757575;
}
.sg-performance-metrics ul {
  margin-left: -20px;
  margin-top: -10px;
}
.sg-performance-metrics ul li {
  font-size: 16px;
  color: #4a4a4a;
}
.sg-performance-metrics .calculation {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: flex;
}
.sg-performance-metrics .calculation .item {
  background-color: #fafbfc;
  padding: 40px;
}
.sg-performance-metrics .calculation .item .formula {
  text-align: center;
}
.sg-performance-metrics .calculation .item .formula .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.sg-performance-metrics .calculation .item .formula .sub-title {
  margin-bottom: 24px;
}
.sg-performance-metrics .calculation .item .formula .parameter {
  font-size: 16px;
}
.sg-performance-metrics .calculation .item .formula .devide {
  margin: 16px auto 0;
  padding-bottom: 16px;
  overflow: hidden;
  width: 90%;
  border-top: 1px solid #222;
}
.sg-performance-metrics .calculation .item .formula sup {
  font-family: Arial;
  font-size: 12px;
}
.sg-performance-metrics .calculation .item .formula .foot-notes {
  text-align: left;
  margin-top: 50px;
}
.sg-performance-metrics .calculation .item .formula .foot-notes .foot-note {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.sg-performance-metrics .calculation .item .formula .foot-notes .foot-note .num {
  width: 30px;
  overflow: hidden;
  float: left;
}
.sg-performance-metrics .calculation .item .formula .foot-notes .foot-note .text {
  width: calc(100% - 30px);
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .progress-container .progress-table .progress-table-left {
    width: 55%;
  }

  .sg-performance-metrics .calculation {
    width: 100%;
  }

  .detail-statistic {
    width: 45%;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .progress-container .progress-table .progress-table-left {
    width: 100%;
    float: none;
  }
  .progress-container .progress-table .progress-table-right {
    width: 100%;
    float: none;
  }
  .progress-container .progress-table .progress-table-right .progress-table-rates {
    width: calc(100% - 100px);
    float: left;
  }
  .progress-container .progress-table .progress-table-right .title {
    border-left: 1px solid #E0E0E0;
    border-top: 0;
  }
  .progress-container .progress-table .progress-table-right .item.left {
    border-left: 1px solid #E0E0E0;
  }
  .progress-container .disclaimer-left p {
    padding-bottom: 15px;
  }
  .progress-container .disclaimer-right {
    padding-left: 115px;
    padding-top: 0;
    text-align: left;
  }

  .local-performance-my {
    margin-top: -70px;
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  .progress-title .title {
    line-height: 1.2;
  }

  .progress-container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .progress-container .progress-table .progress-table-left .progress-table-rates,
.progress-container .progress-table .progress-table-right .progress-table-rates {
    width: calc(100% - 60px);
  }
  .progress-container .progress-table .progress-table-year {
    width: 60px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 400px) {
  .progress-container .progress-table .progress-table-year.year-caption {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .progress-container .progress-table .progress-table-year .year-caption-text {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media only screen and (max-width: 480px) {
  .progress-container .progress-table .item.caption {
    height: 100px;
    padding: 20px 10px;
  }
  .progress-container .progress-table .item.caption .tooltip-progress {
    right: 42%;
    bottom: 12px;
    top: unset;
  }
  .progress-container .progress-table .item.caption [data-tooltip]:after,
.progress-container .progress-table .item.caption .tooltip:after,
.progress-container .progress-table .item.caption .tooltip-bottom:after {
    margin-left: -70px;
  }
  .progress-container .progress-table .item.caption .tooltip:after,
.progress-container .progress-table .item.caption [data-tooltip]:after {
    width: 140px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 400px) {
  .progress-container .progress-table .item.caption {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .progress-container .progress-table .item.caption .caption-middle {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .progress-container .progress-table .item.value sup {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .progress-container .disclaimer-left,
.progress-container .disclaimer-right,
.progress-container .disclaimer {
    padding-left: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .progress-container .chart-container {
    margin-left: 0;
    padding: 20px 10px;
  }
  .progress-container .chart-container .tab-container {
    text-align: center;
  }
  .progress-container .chart-container .legend {
    padding: 10px 25px;
  }
  .progress-container .chart-container .legend .description {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .local-performance,
.local-performance-my {
    text-align: center;
  }
  .local-performance .right,
.local-performance-my .right {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .sg-performance-metrics .calculation {
    display: block;
  }
  .sg-performance-metrics .calculation .item {
    padding: 20px;
    margin: 0 0 20px;
  }
  .sg-performance-metrics .calculation .item .formula .devide {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .detail-statistic {
    width: 100%;
  }
}
.fs-statistic-detail-row {
  margin-top: 25px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
}
.fs-statistic-detail-row .detail-statistic {
  border-radius: 7px;
  background-color: #370B8F;
  padding: 48px 25px;
  height: 13vw;
  min-height: 170px;
}
.fs-statistic-detail-row .detail-statistic .statistic-number {
  color: #ffffff;
  font-weight: bold;
  font-family: "Poppins-Light", "Inter-Regular", "Prompt-Regular", "Arial";
}
.fs-statistic-detail-row .detail-statistic .statistic-caption {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 14px;
}
.statistic-table {
  text-align: center;
  font-size: 16px;
}
.statistic-table th {
  background: #F6F5FA;
}
.statistic-table td {
  background: #ffffff;
}
.statistic-table th,
.statistic-table td {
  border: 1px solid #E0E0E0;
}
.tooltip-progress-pull-left.tooltip-bottom:after {
  left: -75px;
  width: 15em;
}
.progress-container.my .title {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-size: 24px;
}
.progress-container.my .title.margin-bottom {
  margin-bottom: 24px;
}
.progress-container.my .caption {
  font-size: 12px;
  color: #9B9B9B;
}
.progress-container.my .highlighted-number {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-size: 40px;
  margin-bottom: 48px;
  margin-top: 24px;
}
.progress-container.my .formula-box {
  background: #fafbfc;
  padding: 48px;
}
.progress-container.my .formula-line {
  font-weight: bold;
  color: #222222;
  font-size: 12px;
  margin-bottom: 48px;
}
@media (min-width: 320px) {
  .progress-container.my .formula-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .progress-container.my .formula-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .progress-container.my .formula-line div:nth-child(1) {
    text-align: right;
  }
  .progress-container.my .formula-line div:nth-child(2),
.progress-container.my .formula-line div:nth-child(3) {
    text-align: left;
  }
}
.progress-container.my .formula-line .divider {
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  border-top: 1px solid #222222;
}
.progress-container.my .formula-description {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1.5em;
}
.fs-response {
  padding: 20px;
}
@media (min-width: 320px) {
  .fs-response-rating-box {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .fs-response-rating-box {
    text-align: inherit;
    margin-left: 30%;
  }
}
.fs-response-rating-box {
  margin-top: 30px;
}
.fs-response-rating-box .title {
  color: #777777;
}
.rating {
  cursor: pointer;
  font-size: 16px;
}
.rating-active {
  color: #e6c64d;
}
.fs-setting-header {
  position: relative;
  background-color: #fafafa;
  border-bottom: solid 1px #d0d0d0;
}
.fs-setting-header .onoffswitch {
  display: inline-block;
}
.fs-setting-header .setting-header-title {
  padding: 1em;
}
.fs-setting-header .fs-setting-menu {
  padding-bottom: 0.75em;
  margin-right: 1em;
  color: #9b9b9b;
}
.fs-setting-header .fs-setting-menu.active {
  color: black;
  border-bottom: 5px solid;
}
.fs-setting-content {
  padding-bottom: 3em;
  padding-top: 1.5em;
  background-color: #F5F5F5;
}
.fs-setting-content .fs-signup-title {
  line-height: 3em;
}
.fs-setting-content .fs-signup-title .warning {
  font-size: inherit;
  line-height: normal;
  line-height: initial;
}
.fs-setting-content .fs-signup-title .warning .yellow {
  color: #FFB50D;
}
.fs-setting-content .fs-signup-title .warning .red {
  color: #FF2945;
}
.fs-setting-content .fs-signup-title .warning .green {
  color: #08C0A6;
}
.fs-setting-content .account-detail {
  margin-top: 2.5em;
}
.fs-setting-content.autobot-section {
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 2.5em;
}
@media (min-width: 992px) {
  .fs-setting-content.autobot-section.autobot-section-new {
    padding: 2.5em 14em 0em 14em;
  }
}
.fs-setting-content.autobot-section .auto-allocation-policy a {
  font-size: 12px;
  color: #3e7eff;
  margin-top: 8px;
}
.fs-setting-content input,
.fs-setting-content select {
  height: 30px;
}
.fs-setting-content .form-control-affix {
  width: calc(100% - 58px) !important;
}
.fs-setting-content .fs-setting-title {
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.fs-setting-content .onoffswitch .onoffswitch-inner:after {
  background-color: #cccccc;
}
.fs-setting-content .onoffswitch .onoffswitch-switch {
  background-color: #9b9b9b;
}
.new-auto-investment-tag {
  background-color: #ffb50d;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 12px;
  color: #ffffff;
}
.fs-setting-slider .ui-slider {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #E0E0E0;
  height: 4px;
}
.fs-setting-slider .ui-slider .ui-slider-range {
  background-color: #3e7eff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fs-setting-slider .ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #3e7eff;
  top: -8px !important;
}
.fs-setting-max-exposure-slider {
  padding: 16px;
  background-color: #ffffff;
  margin-top: 2px;
  overflow: hidden;
}
.fs-setting-max-exposure-slider .max-exposure-button-container {
  margin-top: 20px;
}
.fs-setting-current-loyalty-progress-bar .ui-progressbar {
  height: 8px;
  border: none;
  background: transparent !important;
  border-radius: 0 !important;
}
.fs-setting-current-loyalty-progress-bar .ui-progressbar-value {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.fs-setting-toggle {
  position: relative;
  color: #222;
  margin-bottom: 24px;
}
.fs-setting-toggle h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  margin-top: 0px;
  margin-bottom: 4px;
}
.fs-setting-toggle .fs-setting-toggle__description {
  font-size: 14px;
  line-height: 20px;
}
.fs-setting-toggle .left-caption {
  width: calc(100% - 80px);
  float: left;
}
.fs-setting-toggle .right-toggle {
  width: 80px;
  float: left;
  margin-top: 5px;
}
.fs-setting-toggle--disabled {
  color: #8f8f8f;
}
.fs-setting-loyalty-status {
  padding: 4px;
  display: -webkit-inline-box;
  display: inline-flex;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.fs-setting-loyalty-badge {
  display: -webkit-box;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.fs-setting-current-loyalty-status {
  background: #ffffff;
  padding: 16px;
  font-size: 16px;
  color: #4a4a4a;
}
.fs-setting-current-loyalty-status .fs-setting-current-loyalty-status__header {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  line-height: 24px;
}
.fs-setting-current-loyalty-status .fs-setting-current-loyalty-status__header > span {
  line-height: 24px;
}
.fs-setting-current-loyalty-status .fs-setting-current-loyalty-status__header .tier-color {
  margin-left: 8px;
}
.fs-setting-current-loyalty-status .fs-setting-current-loyalty-status__title {
  line-height: 24px;
  font-size: 16px;
}
.fs-setting-current-loyalty-status p {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
.fs-setting-current-loyalty-status .fs-setting-current-loyalty-status__description {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
.fs-setting-max-exposure {
  background: #ffffff;
  padding: 16px;
  margin-top: 8px;
}
.fs-setting-max-exposure a.btn-link {
  margin-left: auto;
  text-decoration: underline;
  color: #3e7eff;
}
.fs-password-form {
  margin-top: 5em;
}
.fs-password-form .fs-signup-form .btn {
  width: 100%;
  padding: 1em;
}
.fs-add-autobot-box {
  padding: 16px 0;
  margin: 8px 0;
  background-color: #f2f2ff;
  border: dashed 2px #d6d6dc;
  color: #3e7eff;
}
.addAutobotDialog {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.autobot-form .sign-up-group {
  width: 49.6%;
  border-radius: 0px;
  background-color: #fafbfc;
  border: solid 1px #dde5ed;
}
.autobot-top .title {
  font-size: 20px;
}
.autobot-top .link {
  font-size: 16px;
  color: #3e7eff;
  display: block;
}
.autobot-box {
  margin-bottom: 8px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 12px 0 !important;
}
.autobot-box .autobot-box-padding {
  padding: 0 16px;
}
.autobot-box .autobot-box-detail {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.autobot-box .autobot-box-detail .caption {
  color: #8f8f8f;
}
.autobot-box .autobot-box-detail .text-value {
  text-align: right;
}
.autobot-box .autobot-box-detail .left-content {
  margin-bottom: 10px;
}
.autobot-box .autobot-box-detail .left-content .row {
  margin-top: 10px;
}
.autobot-box .autobot-box-detail .right-content {
  background-color: #fafbfc;
}
.autobot-box .autobot-box-detail .right-content .row {
  margin-top: 10px;
}
.autobot-box .autobot-box-detail .right-content .title {
  font-size: 16px;
}
.autobot-box .autobot-box-detail .right-content .amount-big {
  font-size: 20px;
}
.autobot-box .autobot-box-footer {
  padding-top: 15px;
}
.fs-setting-box {
  padding-top: 1em;
  padding: 1.5em;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.fs-setting-box.assesment {
  padding: 0;
}
.fs-setting-box .assesment-box-padding {
  padding: 2em;
}
.fs-setting-box .assesment-box-information {
  background-color: rgba(167, 219, 212, 0.17);
  border: solid 1px #009688;
  color: #007469;
}
.fs-setting-box .assesment-box-footer {
  background-color: #007469;
  color: white;
  padding: 3em 10em;
}
.fs-setting-box .assesment-box-content {
  padding: 1em;
}
.fs-setting-box .autobot-header {
  line-height: 45px;
}
.fs-setting-box .autobot-name {
  display: inline-block;
}
.fs-setting-box .autobot-header-new {
  padding: 0 16px;
}
.fs-setting-box .autobot-header-new .autobot-enabled {
  font-size: 12px;
  color: #08c0a6;
  display: block;
}
.fs-setting-box .autobot-header-new .autobot-disabled {
  font-size: 12px;
  color: #8f8f8f;
  display: block;
}
.fs-setting-box .autobot-header-new .autobot-name {
  display: inline-block;
  margin-top: 5px;
}
.fs-setting-box ul {
  margin-left: -25px;
}
.fs-setting-box input,
.fs-setting-box select {
  height: 20px;
  line-height: 20px;
}
.fs-setting-box .form-control-affix {
  width: calc(100% - 50px) !important;
}
.fs-setting-box mat-select {
  margin-top: 1.5px;
}
.fs-setting-box-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.fs-setting-box-section {
  margin-top: 20px;
}
.fs-setting-box .error-notification,
.addAutobotDialog .error-notification {
  background-color: #f2dede;
  color: #a94442;
  padding: 10px;
}
.fs-setting-box input,
.addAutobotDialog input {
  width: 100%;
  padding-left: 1em;
  background-color: #fafbfc;
  border: none;
}
.fs-setting-box select,
.addAutobotDialog select {
  width: 100%;
  padding-left: 1em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fafbfc;
}
.fs-setting-box .mat-checkbox-inner-container,
.addAutobotDialog .mat-checkbox-inner-container {
  margin-top: 2px;
}
.fs-auto-invest-setup-success-dialog .activation-success {
  height: 160px;
  margin: 0 0 30px 0;
}
.fs-auto-invest-setup-success-dialog .fs-modal__dialog {
  max-width: 320px;
}
.fs-auto-invest-setup-success-dialog .fs-modal__dialog .modalPopupBody {
  padding: 20px;
}
.twofa-onoffswitch {
  margin-top: 3px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .fs-setting-header {
    padding: 0 10rem;
  }
}
.fs-signup-form.setting {
  height: auto;
  height: initial;
  background-color: #ffffff;
  padding: 0;
}
.fs-setting-subscription-agreement {
  background-color: #ffffff;
  margin-top: 26px;
  padding: 16px;
}
.fs-setting-subscription-agreement .download-subscription-agreement {
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}
.fs-setting-subscription-agreement .subscription-agreement-date {
  font-size: 14px;
  color: #8f8f8f;
}
.fssg-setting-subscription-agreement {
  background-color: #ffffff;
  margin-top: 26px;
  padding: 16px;
}
.fssg-setting-subscription-agreement a {
  color: inherit;
}
.fssg-setting-subscription-agreement .left-subscription-agreement {
  font-size: 16px;
  float: left;
  width: calc(100% - 140px);
  padding-top: 8px;
  padding-right: 10px;
}
.fssg-setting-subscription-agreement .right-subscription-agreement {
  width: 140px;
  float: left;
  text-align: right;
}
.fssg-setting-subscription-agreement .right-subscription-agreement .btn {
  width: 100%;
}
.fssg-setting-reverification {
  background-color: #ffffff;
  margin-top: 26px;
}
.fssg-setting-reverification .content-top {
  padding: 16px;
  width: 100%;
  overflow: hidden;
}
.fssg-setting-reverification .content-top .left-risk-disclosure {
  font-size: 16px;
  float: left;
  width: calc(100% - 140px);
}
.fssg-setting-reverification .content-top .left-risk-disclosure .warning {
  color: #ffb50d;
  display: block;
  font-size: 14px;
}
.fssg-setting-reverification .content-top .left-risk-disclosure .date {
  color: #8f8f8f;
  display: block;
  font-size: 14px;
}
.fssg-setting-reverification .content-top .left-risk-disclosure .date .investment-profile {
  text-transform: capitalize;
}
.fssg-setting-reverification .content-top .left-risk-disclosure .date .investment-profile.warning-conservative {
  color: #ffb50d;
}
.fssg-setting-reverification .content-top .right-risk-disclosure {
  width: 140px;
  float: left;
  text-align: right;
}
.fssg-setting-reverification .content-top .right-risk-disclosure .btn {
  width: 100%;
}
.fssg-setting-reverification .content-bottom {
  padding: 16px;
  border-top: 1px solid #E0E0E0;
  width: 100%;
  overflow: hidden;
  color: #8f8f8f;
}
@media only screen and (max-width: 480px) {
  .fssg-setting-subscription-agreement .left-subscription-agreement,
.fssg-setting-subscription-agreement .right-subscription-agreement {
    float: none;
    width: 100%;
  }
  .fssg-setting-subscription-agreement .right-subscription-agreement {
    float: none;
    width: 100%;
    margin-top: 15px;
  }

  .fssg-setting-risk-disclosure .content-top .left-risk-disclosure {
    float: none;
    width: 100%;
  }
  .fssg-setting-risk-disclosure .content-top .right-risk-disclosure {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.fs-setting-disable-toggle {
  color: #8f8f8f;
}
.row.row-equal-height {
  display: -webkit-box;
  display: flex;
}
.overlay-form-container {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  right: 0;
}
.overlay-form-container .outer-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  float: none;
  min-height: calc(100% - (15px * 2));
  position: relative;
}
.overlay-form-container .outer-container .close-overlay-form {
  position: absolute;
  top: 40px;
  right: 20px;
}
.overlay-form-container .outer-container .inner-container {
  padding: 60px 20px;
}
.overlay-form-container .outer-container .inner-container .form-section {
  margin-top: 40px;
}
.overlay-form-container .outer-container .inner-container .form-section .loan-type-box {
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #fafbfc;
  border: 1px solid #cccccc;
  padding: 12px 16px;
}
@media (min-width: 992px) {
  .overlay-form-container .outer-container .inner-container .form-section .loan-type-box {
    height: 135px;
  }
}
.overlay-form-container .outer-container .inner-container .form-section .loan-type-box .description {
  font-size: 12px;
  color: #8f8f8f;
}
@media (min-width: 992px) {
  .overlay-form-container .outer-container .inner-container .form-section .small-amount-box {
    width: 49%;
    padding: 8px;
  }
}
.overlay-form-container .outer-container .inner-container .form-section .loan-range-box {
  margin-bottom: 5px;
}
.overlay-form-container .outer-container .inner-container .form-section .loan-range-box .range {
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 2px;
}
.overlay-form-container .outer-container .inner-container .form-section .industry-all {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.overlay-form-container .outer-container .inner-container .form-section .industry-show-all {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  color: #3e7eff;
  font-size: 16px;
}
.overlay-form-container .outer-container .inner-container .caption {
  font-size: 24px;
}
.overlay-form-container .outer-container .inner-container p {
  font-size: 16px;
  color: #757575;
  margin-bottom: 20px;
}
.overlay-form-container .outer-container .inner-container a {
  color: #3e7eff;
}
.overlay-form-container .outer-container .inner-container .range-value {
  color: #3e7eff;
  margin-top: 20px;
}
.overlay-form-container .outer-container .inner-container .footer-section {
  margin-top: 30px;
  padding-top: 20px;
}
.overlay-form-container .outer-container .inner-container .footer-section .disclaimer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafbfc;
  color: #757575;
  font-size: 16px;
  -webkit-box-shadow: 0 8px 6px -6px #cccccc;
          box-shadow: 0 8px 6px -6px #cccccc;
  margin-bottom: 30px;
}
.overlay-form-container .outer-container .inner-container .footer-section .footer-border {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
.overlay-form-container .outer-container .inner-container .footer-section .aa-button-container {
  margin-bottom: 50px;
}
.overlay-form-container .outer-container .inner-container .caption-toggle {
  overflow: hidden;
}
.overlay-form-container .outer-container .inner-container .caption-toggle .left {
  width: 220px;
  float: left;
}
.overlay-form-container .outer-container .inner-container .caption-toggle .right {
  width: 50px;
  float: left;
  margin-top: 10px;
}
.notification-banner {
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 24px;
  overflow: hidden;
  border-bottom: 1px solid #4a4a4a;
}
.notification-banner .icon-notification {
  width: 50px;
  float: left;
  margin-right: 24px;
}
.notification-banner .icon-notification img {
  width: 50px;
}
.notification-banner .text-notification {
  float: left;
  width: calc(100% - 215px);
  color: #757575;
}
.notification-banner .text-notification .title {
  color: #222;
  font-size: 20px;
  display: block;
}
.notification-banner .text-notification.no-button {
  width: calc(100% - 74px);
}
.notification-banner .button-notification {
  width: 140px;
  float: left;
  text-align: right;
  margin-top: 18px;
}
@media only screen and (max-width: 480px) {
  .row.row-equal-height {
    display: block;
  }

  .notification-banner {
    padding: 15px;
  }
  .notification-banner .icon-notification {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .notification-banner .text-notification {
    float: none;
    width: 100%;
  }
  .notification-banner .text-notification .title {
    font-size: 16px;
    display: block;
  }
  .notification-banner .button-notification {
    float: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .notification-banner .button-notification .btn {
    width: 100%;
  }
}
.auto-investment-more-info-dialog {
  font-size: 12px;
}
@media (min-width: 768px) {
  .auto-investment-more-info-dialog {
    width: 500px;
  }
}
.auto-investment-more-info-dialog .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.auto-investment-more-info-dialog .sub-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.auto-investment-more-info-dialog p {
  color: #757575;
}
.auto-investment-more-info-dialog .btn-modal-auto-investment-more-info {
  width: 100%;
}
.auto-investment-more-info-dialog .calculation {
  color: #2c50ff;
  background-color: #f3f5fd;
  padding: 10px;
  margin: 10px 0;
}
.auto-investment-more-info-dialog a {
  color: #3e7eff;
  text-decoration: underline;
}
.auto-investment-more-info-dialog .cbs-table {
  margin-bottom: 2px;
  background-color: #f3f5fd;
  padding: 10px 10px 0;
  overflow: hidden;
}
.auto-investment-more-info-dialog .cbs-table .header {
  color: #8f8f8f;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.auto-investment-more-info-dialog .cbs-table .content {
  color: #222;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
#borrowerExposureWarning .borrower-exposure-warning-confirmation {
  margin-top: 75px;
}
#borrowerExposureWarning .fs-modal__dialog--centered {
  max-width: 455px;
}
#borrowerExposureWarning .title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 32px;
}
#borrowerExposureWarning .text {
  margin-bottom: 100px;
}
.confirm-delete-bot .title {
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.confirm-delete-bot .text {
  color: #8f8f8f;
  font-size: 14px;
  margin-bottom: 40px;
}
.group-step-container {
  position: relative;
  padding: 16px 16px 24px 16px;
}
.group-step-container .step-container {
  display: -webkit-box;
  display: flex;
}
.group-step-container .step-container .step-circle {
  display: inline-block;
  margin-right: 8px;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 1.8em;
  border: solid 1px #cccccc;
  font-size: 14px;
  background: #ffffff;
  color: #cccccc;
  text-align: center;
}
.group-step-container .step-container .step-circle--in-progress {
  display: inline-block;
  margin-right: 8px;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 1.8em;
  border: solid 1px #3d7eff;
  font-size: 14px;
  background: #ffffff;
  color: #3d7eff;
  text-align: center;
}
.group-step-container .step-container .step-circle--completed {
  display: inline-block;
  margin-right: 8px;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 1.8em;
  border: solid 1px #3d7eff;
  font-size: 14px;
  background: #3d7eff;
  color: #ffffff;
  text-align: center;
}
.group-step-container .step-container .step-title {
  position: relative;
  display: inline-block;
  line-height: 24px;
}
.group-step-container .step-container .step-title--completed {
  color: #222222;
}
.group-step-container .step-container .step-title--incomplete {
  color: #757575;
}
.group-step-container .step-line {
  border-left: 2px;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  height: 18px;
  margin-left: 12px;
}
.group-step-container .step-line--incomplete {
  border-color: #cccccc;
  border-style: dashed;
}
.group-step-container .step-line--completed {
  border-color: #3e7eff;
  border-style: solid;
}
@media (min-width: 320px) {
  #accreditedInvestorOptOutDialog .fs-modal__dialog,
#accreditedDeclarationSuccess .fs-modal__dialog,
#optOutDialogSuccess .fs-modal__dialog {
    width: auto;
    width: initial;
  }

  .accredited-declaration--mat-checkbox {
    width: 100%;
  }
  .accredited-declaration--mat-checkbox.margin {
    margin-bottom: 8px;
  }
  .accredited-declaration--mat-checkbox.margin .mat-radio-container {
    margin-left: 20px;
  }

  .accredited-declaration--information-container {
    margin-top: 16px;
  }

  .accredited-declaration--opt-out-container {
    margin-top: 16px;
  }
  .accredited-declaration--opt-out-container .btn-primary-investor,
.accredited-declaration--opt-out-container .btn-primary-white {
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  #accreditedInvestorOptOutDialog .fs-modal__dialog,
#accreditedDeclarationSuccess .fs-modal__dialog,
#optOutDialogSuccess .fs-modal__dialog {
    width: 440px;
  }

  .accredited-declaration--mat-checkbox {
    width: 49%;
    height: 110px;
  }
  .accredited-declaration--mat-checkbox.margin {
    margin-right: 8px;
  }
  .accredited-declaration--mat-checkbox.margin .mat-radio-label {
    margin-top: 15px;
  }
  .accredited-declaration--mat-checkbox.margin .mat-radio-container {
    margin-left: 0;
  }
  .accredited-declaration--mat-checkbox.margin .mat-radio-label-content {
    width: 100%;
  }

  .accredited-declaration--opt-out-container {
    margin-top: 0;
  }
  .accredited-declaration--opt-out-container .btn-primary-investor,
.accredited-declaration--opt-out-container .btn-primary-white {
    margin-top: 0;
  }

  .accredited-declaration--information-container {
    margin-top: 0;
  }
}
.accredited-declaration--title {
  font-size: 20px;
}
.accredited-declaration--step {
  line-height: 1.75em;
}
.accredited-declaration--progress-title {
  background-color: #ffffff;
  margin-top: 24px;
}
.accredited-declaration--progress-step {
  padding-bottom: 16px;
  border-bottom: solid 1px #E0E0E0;
  padding: 16px;
}
.accredited-declaration--process-container {
  background-color: #ffffff;
  padding: 24px;
}
.accredited-declaration--process-step {
  font-size: 20px;
  font-weight: bold;
}
.accredited-declaration--process-title {
  padding-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
.accredited-declaration--process-caption {
  color: #757575;
  font-size: 12px;
}
.accredited-declaration--mat-container {
  margin-bottom: 24px;
  margin-top: 24px;
}
.accredited-declaration--mat-checkbox {
  font-size: 12px;
}
.accredited-declaration--mat-checkbox .title {
  color: #222;
}
.accredited-declaration--mat-checkbox .caption {
  color: #8f8f8f;
}
.accredited-declaration--uploader-box {
  background: #fafbfc;
  margin-top: 16px;
}
.accredited-declaration--uploader-box-title {
  padding: 16px;
  border-bottom: 1px solid #F1F1F2;
}
.accredited-declaration--process-button-container {
  background-color: #ffffff;
  padding: 24px;
  border-top: 1px solid #F1F1F2;
}
.accredited-declaration--information-container {
  background-color: #D6E4FF;
  padding: 16px;
}
.accredited-declaration--opt-out-container {
  padding: 16px;
  background-color: #ffffff;
  border-top: 1px solid #F1F1F2;
}
.accredited-declaration--opt-out-container .caption {
  font-size: 12px;
}
.accredited-declaration--opt-out-green-text {
  color: #08C0A6;
}
.accredited-declaration--opt-out-information {
  color: #757575;
  font-size: 12px;
}
#accreditedInvestorOptOutDialog .accredited-declaration-opt-out-modal-container {
  padding: 75px 24px 24px 24px;
}
#accreditedInvestorOptOutDialog .accredited-declaration-opt-out-modal-title {
  color: #222;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#accreditedInvestorOptOutDialog .accredited-declaration-opt-out-modal-caption {
  color: #757575;
  padding-bottom: 110px;
}
#accreditedInvestorOptOutDialog .btn-primary-white {
  padding: 6px 64px;
  border: 1px solid #3e7eff;
  color: #3e7eff;
}
#accreditedInvestorOptOutDialog .btn-primary-investor {
  padding: 6px 64px;
}
#accreditedDeclarationSuccess .accredited-declaration-success-modal-container,
#optOutDialogSuccess .accredited-declaration-success-modal-container {
  padding: 75px 24px 24px 24px;
}
#accreditedDeclarationSuccess .accredited-declaration-success-modal-title,
#optOutDialogSuccess .accredited-declaration-success-modal-title {
  color: #222;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}
#accreditedDeclarationSuccess .accredited-declaration-success-modal-caption,
#optOutDialogSuccess .accredited-declaration-success-modal-caption {
  color: #757575;
  padding-bottom: 110px;
}
#accreditedDeclarationSuccess .btn-primary-investor,
#optOutDialogSuccess .btn-primary-investor {
  padding: 6px 64px;
}
#accreditedDeclarationSuccess .subscription-agreement-success,
#optOutDialogSuccess .subscription-agreement-success {
  height: 150px;
  width: 150px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .fs-setting-header .mat-tab-label {
    min-width: 140px !important;
    padding: 0 10px !important;
  }
  .fs-setting-header .mat-tab-label-active {
    color: #3e7eff !important;
    opacity: 1;
  }
  .fs-setting-header mat-ink-bar {
    background-color: #3e7eff !important;
  }
}
.warning-agreement {
  color: #ffb50d;
  cursor: pointer;
}
.warning-agreement:focus {
  outline: none;
}
.warning-agreement.large {
  font-size: 20px;
}
.retake-suitability-assessment .fs-investor-agreement {
  background-color: #ffffff;
}
.retake-suitability-assessment .fs-investor-agreement .latest-suitability-assessment {
  background-color: #F1F1F2;
  padding: 16px;
  font-size: 16px;
  color: #4a4a4a;
  margin: 12px 0;
  overflow: hidden;
}
.retake-suitability-assessment .fs-investor-agreement .latest-suitability-assessment .profile-type {
  text-transform: capitalize;
}
.retake-suitability-assessment .fs-investor-agreement .conservative-warning {
  background-color: #fff3d6;
  padding: 16px;
  font-size: 16px;
  color: #4a4a4a;
  margin: 12px 0;
  overflow: hidden;
}
.retake-suitability-assessment .fs-investor-agreement .conservative-warning .left {
  width: 20px;
  float: left;
}
.retake-suitability-assessment .fs-investor-agreement .conservative-warning .right {
  width: calc(100% - 20px);
  float: left;
}
.retake-suitability-assessment .fs-investor-agreement .save-assessment {
  padding: 10px 40px;
}
.suitability-assessment-modal .modal-confirm {
  margin-top: 30px;
}
.disable-container {
  pointer-events: none;
  opacity: 0.4;
}
.auto-investment-reverification {
  margin-top: 20px;
  padding: 0 10rem;
}
@media (max-width: 768px) {
  .auto-investment-reverification {
    padding: 0;
  }
}
.auto-investment-reverification .box {
  background-color: #fff3d6;
  border-radius: 2px;
  padding: 16px;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.5;
}
.auto-investment-reverification .box ul {
  margin: 10px 0;
}
.auto-investment-reverification .box a {
  color: #3e7eff;
  cursor: pointer;
}
/** investor/priority-investment **/
.priority-content {
  margin: 0;
  padding: 24px 10rem;
}
@media only screen and (max-width: 480px) {
  .priority-content {
    margin: 0;
    padding: 3em 0 1.5em;
  }
}
.priority-content .fs-setting-box h4 {
  margin-bottom: 24px;
}
.padding-bottom-16 {
  padding-bottom: 16px;
}
.padding-top-16 {
  padding-top: 16px;
}
.priority-content .div-highlight-lightgray {
  background: #F5F5F5;
  border-radius: 2px;
  padding: 16px 32px;
  color: #222222;
}
.priority-content .div-highlight-lightgray .head {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 600;
}
.priority-content .div-highlight-lightgray.container-fluid {
  margin: 24px 0;
}
.product-content {
  border-bottom: 1px solid #F1F1F2;
  padding-bottom: 32px;
  margin-bottom: 16px;
  padding-top: 8px;
}
.priority-content .control-inline {
  display: -webkit-box;
  display: flex;
  padding-bottom: 4px;
}
.priority-content p.hd1 {
  padding-bottom: 24px;
}
.priority-content p.hd6 {
  padding-bottom: 4px;
}
.priority-content .control-inline input[type=text] {
  -webkit-box-flex: 1;
          flex: 1;
}
.priority-content .control-inline input[type=radio] {
  margin: 0 8px 0 0;
}
.priority-content input {
  width: auto;
  height: 40px;
}
.priority-content input[type=text] {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.priority-content .text-16,
.verification-title {
  font-size: 16px;
}
.priority-content .padding-top-8 {
  padding-top: 12px;
}
.priority-content .control-inline label {
  font-weight: normal;
  line-height: 40px;
}
.priority-content .azure-blue-btn {
  background: #3e7eff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 16px;
}
.password-restriction {
  line-height: 1.5em;
  color: #757575;
  font-size: 12px;
}
.password-restriction ul li::before {
  color: #CCCCCC;
}
.password-restriction span {
  color: #222222;
}
#myinfoPassUpdateInformation .fs-modal__background,
#myinfoPassUpdateConfirmation .fs-modal__background,
#myinfoPassUpdateSuccessfully .fs-modal__background {
  background: rgba(0, 0, 0, 0.75);
}
#myinfoPassUpdateInformation .fs-modal__content,
#myinfoPassUpdateConfirmation .fs-modal__content,
#myinfoPassUpdateSuccessfully .fs-modal__content {
  height: auto;
  max-width: 456px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}
#myinfoPassUpdateInformation .fs-modal__content .fs-modal__body,
#myinfoPassUpdateConfirmation .fs-modal__content .fs-modal__body,
#myinfoPassUpdateSuccessfully .fs-modal__content .fs-modal__body {
  padding: 0px;
  margin: 24px;
}
#myinfoPassUpdateInformation .fs-modal__content IMG,
#myinfoPassUpdateConfirmation .fs-modal__content IMG,
#myinfoPassUpdateSuccessfully .fs-modal__content IMG {
  margin: 96px 0 12px 0;
  width: 9em;
}
#myinfoPassUpdateInformation .fs-modal__content .head,
#myinfoPassUpdateConfirmation .fs-modal__content .head,
#myinfoPassUpdateSuccessfully .fs-modal__content .head {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #222222;
  font-weight: bold;
}
#myinfoPassUpdateInformation .fs-modal__content .desc,
#myinfoPassUpdateConfirmation .fs-modal__content .desc,
#myinfoPassUpdateSuccessfully .fs-modal__content .desc {
  padding-top: 8px;
  color: #757575;
  font-size: 14px;
}
#myinfoPassUpdateInformation .fs-modal__content .desc.small,
#myinfoPassUpdateConfirmation .fs-modal__content .desc.small,
#myinfoPassUpdateSuccessfully .fs-modal__content .desc.small {
  font-size: 12px;
}
#myinfoPassUpdateInformation .fs-modal__content .buttons,
#myinfoPassUpdateConfirmation .fs-modal__content .buttons,
#myinfoPassUpdateSuccessfully .fs-modal__content .buttons {
  margin: 98px 0 0;
}
#myinfoPassUpdateInformation .fs-modal__content .buttons .border-btn,
#myinfoPassUpdateInformation .fs-modal__content .buttons .solid-btn,
#myinfoPassUpdateConfirmation .fs-modal__content .buttons .border-btn,
#myinfoPassUpdateConfirmation .fs-modal__content .buttons .solid-btn,
#myinfoPassUpdateSuccessfully .fs-modal__content .buttons .border-btn,
#myinfoPassUpdateSuccessfully .fs-modal__content .buttons .solid-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  min-width: 192px;
}
#myinfoPassUpdateInformation .fs-modal__content .buttons .solid-btn,
#myinfoPassUpdateConfirmation .fs-modal__content .buttons .solid-btn,
#myinfoPassUpdateSuccessfully .fs-modal__content .buttons .solid-btn {
  background: #3E7EFF;
  color: #ffffff;
  border: 1px solid #3E7EFF;
  margin-left: 6px;
}
#myinfoPassUpdateInformation .fs-modal__body .close,
#myinfoPassUpdateConfirmation .fs-modal__body .close,
#myinfoPassUpdateSuccessfully .fs-modal__body .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
}
.live-capture-container {
  overflow: auto;
  cursor: pointer;
}
.live-capture-message {
  border: 2px dashed #aaa;
  display: inline-block;
  margin: 8px;
  width: calc(100% - 16px);
  overflow: auto;
  position: relative;
  height: 100px !important;
  margin-left: 0 !important;
  background-color: rgba(61, 126, 255, 0.2) !important;
  border-color: #92b7ff !important;
  color: #3d7eff !important;
}
.live-capture-text {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.live-capture-modal .fs-modal__content {
  max-width: 600px;
}
@media (min-width: 320px) {
  .onboarding .investor .onboarding-header div,
.onboarding .borrower .onboarding-header div {
    min-height: 90px;
  }

  .onboarding-footer .btn-primary-investor .white-right-arrow-icon {
    margin-left: 0.5em;
  }

  .fs-fetch-automator-box-text {
    font-size: 3vw;
  }

  .fetch-button {
    font-size: 4vw;
  }

  .fs-add-bank-box {
    font-size: 2.75vw;
  }

  .fs-upload-box {
    padding: 10vw;
  }

  .fs-signup-caption {
    font-size: 12px;
  }

  .fs-signup-form .return-automator-button {
    left: 55%;
    font-size: 3.5vw;
  }

  .fs-signup-footer .green-text {
    font-size: 3.5vw;
  }

  .fs-signup-header-list {
    line-height: 3vw;
    font-size: 3vw;
  }
  .fs-signup-header-list.investor {
    padding: 10px 0px 10px 10px;
    line-height: 15px;
  }

  .fs-fetch-automator ~ .fs-signup-form-box {
    padding: 0px 20px 100px 20px;
  }

  .fs-signup-form-box .fs-signup-title {
    margin-top: 2.5em;
  }

  .fs-signup-circle-information {
    float: left;
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 4vw;
    border: #9b9b9b;
    font-size: 3vw;
    background: #9b9b9b;
    color: white;
    text-align: center;
  }
  .fs-signup-circle-information.investor {
    margin-right: 5px !important;
  }
  .fs-signup-circle-information.investor.active {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 4vw;
    border: #3d7eff;
    font-size: 3vw;
    background: #3d7eff;
    color: white;
    text-align: center;
  }
  .fs-signup-circle-information.borrower.active {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 4vw;
    border: #310ea6;
    font-size: 3vw;
    background: #310ea6;
    color: white;
    text-align: center;
  }
  .fs-signup-circle-information.fetch-success {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    border: #3bcab4;
    font-size: 4em;
    background: #3bcab4;
    color: white;
    text-align: center;
  }

  .upload-button {
    margin-top: 10px;
  }

  .progress-image {
    height: 35vh;
    width: 70vw;
  }

  .fs-signup-footer {
    padding: 25px 40px 55px 25px;
  }

  .fs-signup-form-box.borrower {
    padding: 50px 20px 100px 20px;
  }
  .fs-signup-form-box.investor {
    padding: 0px 20px 100px 20px;
  }
  .fs-signup-form-box.sms-box {
    padding-top: 2em;
  }

  .fs-signup-header .fs-signup-header-list:nth-child(2) {
    padding-left: 4px;
  }

  .fs-signup-header-mobile {
    display: block;
  }

  .fs-signup-form .fs-fetch-automator {
    border: none;
    font-size: 0.9em;
    padding-bottom: 1em;
  }
  .fs-signup-form .fs-fetch-automator-box {
    margin-top: 50px;
    font-size: 0.9em;
  }
  .fs-signup-form .fs-fetch-automator-box .fs-fetch-automator-box-text {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fs-signup-form .fetch-button {
    width: 45vw;
  }
  .fs-signup-form .fs-add-bank-box {
    margin-bottom: 10px;
  }

  .fs-signup {
    margin-bottom: 0px;
  }

  .signup-button-next {
    position: inherit;
    left: 60%;
  }

  .add-bank-button {
    display: none;
  }

  #sign-up-borrower-step-4 {
    margin-top: 6.5em;
    padding-bottom: 7.5em;
    height: 100vh;
  }

  #sign-up-borrower-step-5 {
    padding-bottom: 7.5em;
  }

  #tax-card-type-tooltip {
    float: right;
  }
}
@media (min-width: 415px) {
  .onboarding .investor .onboarding-header div,
.onboarding .borrower .onboarding-header div {
    min-height: 0;
    min-height: initial;
  }
  .onboarding .btn-primary-investor .white-right-arrow-icon {
    margin-left: 0.5em;
  }
}
@media (min-width: 992px) {
  .onboarding-footer .btn-primary-investor {
    width: auto;
    width: initial;
  }

  .fs-fetch-automator-box-text,
.fetch-button,
.fs-add-bank-box {
    font-size: 14px;
  }

  .fs-signup-caption {
    font-size: 14px;
  }

  .fs-signup-form-box .fs-signup-title {
    margin-top: 0;
  }

  .progress-image {
    height: 300px;
    width: 400px;
  }

  .fs-signup-footer .green-text {
    font-size: 12px;
  }

  .fs-signup-form .return-automator-button {
    left: 55%;
    font-size: 14px;
  }

  .fs-signup-header-list {
    line-height: 2vw;
    font-size: 1vw;
  }
  .fs-signup-header-list.investor {
    padding: 10px 10px 10px 50px;
    line-height: 30px;
  }

  .fs-upload-box {
    padding: 75px;
  }

  .fs-signup-header .fs-signup-header-list:nth-child(2) {
    padding-left: 3em;
  }

  .add-bank-button {
    display: block;
  }

  .fs-signup-circle-information {
    float: left;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
    border-radius: 2vw;
    border: #9b9b9b;
    font-size: 14px;
    background: #9b9b9b;
    color: white;
    text-align: center;
  }
  .fs-signup-circle-information.investor.active {
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
    border-radius: 2vw;
    border: #3d7eff;
    font-size: 14px;
    background: #3d7eff;
    color: white;
    text-align: center;
  }
  .fs-signup-circle-information.borrower.active {
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
    border-radius: 2vw;
    border: #310ea6;
    font-size: 14px;
    background: #310ea6;
    color: white;
    text-align: center;
  }
  .fs-signup-circle-information.fetch-success {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    border: #3bcab4;
    font-size: 4em;
    background: #3bcab4;
    color: white;
    text-align: center;
  }

  .fs-signup-footer {
    padding: 25px 40px 32px 25px;
  }

  .fs-signup-form-box {
    padding: 75px 40px 80px 40px;
  }
  .fs-signup-form-box.sms-box {
    padding-top: 11em;
  }
  .fs-signup-form-box .progress-image {
    margin-left: 12em;
    height: 17em;
  }

  .fs-signup-form .return-automator-button {
    left: 35%;
  }
  .fs-signup-form .fs-fetch-automator {
    padding: 2em;
    background-color: white;
    border-bottom: solid 1px #e3e3e3;
  }
  .fs-signup-form .fetch-button {
    width: 190px;
  }
  .fs-signup-form .signup-button-next {
    position: fixed;
    left: 40%;
  }

  #sign-up-borrower-step-4 {
    margin-top: 3.5em;
  }

  #tax-card-type-tooltip {
    float: none;
  }
}
@media only screen and (max-width: 1200px) {
  .fs-signup-form {
    width: 100% !important;
  }

  .sign-up-group {
    width: 100% !important;
  }

  #sign-up-phone-number,
#sign-up-passport-number,
#sign-up-zip-code,
#sign-up-gender,
#sign-up-nationality,
#sign-up-id-address-country,
#sign-up-address-province,
#sign-up-company-name,
#sign-up-id-company-address-country,
#sign-up-company-address-province,
#sign-up-company-zip-code,
#sign-up-company-industry,
#sign-up-company-entity,
#sign-up-company-local-sharehodling,
#sign-up-company-annual-net-income,
#sign-up-bank-account-name,
#sign-up-bank-account-name,
#sign-up-bank-swift-code,
#sign-up-company-est-date {
    margin-bottom: 10px;
  }

  .fs-signup-footer {
    position: inherit !important;
  }
}
.wht-banner {
  vertical-align: top;
  border: 1px solid #2c50ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  display: -webkit-box;
  display: flex;
}
.wht-banner .information-icon {
  flex-shrink: 0;
}
.fs-signup-form {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh + 550px);
  padding: 1.5em 1.5em 1em 1.5em;
  background-color: #f2f5fe;
  position: relative;
}
.fs-signup-form .fs-signup-header .fs-signup-header-list {
  background-color: #fafafa;
  color: #929292;
  border-right: solid 1px #efefef;
}
.fs-signup-form .fs-signup-header .fs-signup-header-list.investor.active {
  cursor: pointer;
  background-color: rgba(61, 126, 255, 0.35);
  color: #3d7eff;
}
.fs-signup-form .fs-signup-header .fs-signup-header-list.borrower {
  padding: 10px 10px 10px 15px;
}
.fs-signup-form .fs-signup-header .fs-signup-header-list.borrower.active {
  cursor: pointer;
  background-color: rgba(49, 14, 166, 0.35);
  color: #310ea6;
}
.fs-signup-form .fs-signup-header .fs-signup-header-list .fs-signup-header-content {
  width: 8em;
}
.fs-signup-form .fs-signup-title {
  color: #4a4a4a;
}
.fs-signup-form .fs-signup-section-title {
  font-size: 18px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.fs-signup-form .fs-signup-caption {
  color: #9b9b9b;
}
.fs-signup-form .sign-up-group {
  width: 49.6%;
  border-radius: 0px;
  background-color: #fafbfc;
  border: solid 1px #dde5ed;
}
.fs-signup-form .sign-up-group.small {
  width: 32.9%;
}
.fs-signup-form .sign-up-group.disabled {
  background-color: #f5f5f5;
}
.fs-signup-form .sign-up-group.disabled input {
  background-color: #f5f5f5;
}
.fs-signup-form #sign-up-group-remove-bb {
  background: transparent;
  border: 0;
  padding: 0;
  vertical-align: top;
}
.fs-signup-form #sign-up-group-remove-bb .form-group {
  margin-bottom: 10px;
}
.fs-signup-form .tax-card-checkbox .mat-checkbox-label {
  display: inline;
}
.fs-signup-form .sign-up-check-box-container {
  padding: 17px;
}
.fs-signup-form .fs-fetch-automator.success {
  color: #009688;
}
.fs-signup-form .fs-signup-footer {
  padding-bottom: 55px;
  background-color: white;
  border-top: solid 1px #e3e3e3;
}
.fs-signup-form .fs-signup-footer .green-text {
  color: #19c0a6;
}
.fs-signup-form .btn-verify {
  color: white;
  width: 130px;
}
.fs-signup-form .btn-verify .white-right-arrow-icon {
  margin-top: 3px;
}
.fs-signup-form .fs-upload-box {
  border-style: dashed;
}
.fs-signup-form .fs-upload-box.borrower {
  background-color: rgba(167, 128, 244, 0.2);
  border-color: #ceb5ff;
  color: #5203e9;
}
.fs-signup-form .fs-upload-box.investor {
  background-color: rgba(61, 126, 255, 0.2);
  border-color: #92b7ff;
  color: #3d7eff;
}
.fs-signup-form .fs-upload-box.success {
  border-radius: 5px;
  color: #176a4c;
  background-color: rgba(44, 192, 138, 0.15);
  border: solid 1px #2cc08a;
}
.fs-signup-form .fs-fetch-automator-box {
  height: 75px;
  padding: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cfd8e1;
}
.fs-signup-form .fs-fetch-automator-box.success {
  border: solid 1px #2cc08a;
  background-color: rgba(44, 192, 138, 0.15);
}
.fs-signup-form .fs-add-bank-box {
  height: 75px;
  line-height: 45px;
  padding: 15px;
  border-radius: 4px;
  border: dashed 1px rgba(50, 14, 166, 0.25);
}
.fs-signup-form .fetch-button {
  line-height: 25px;
  text-align: left;
}
.fs-signup-form .fetch-button.success {
  background-color: #24c08a;
}
.fs-signup-form .add-bank-button {
  color: #5e5e5e;
}
.fs-signup-form .proceed-button {
  padding: 10px 50px 10px 50px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.fs-signup-form .proceed-button.investor {
  color: #3d7eff;
}
.fs-signup-form .proceed-button.borrower {
  color: #6e2fe7;
}
.fs-signup-form .signup-button-next {
  width: 130px;
}
.fs-signup-form .signup-button-next .white-right-arrow-icon {
  margin-top: 3px;
}
.fs-signup-form .return-automator-button {
  position: fixed;
  background-color: white;
  color: #6e2fe7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding: 10px 15px 10px 15px;
}
.fs-signup-form .completed {
  padding: 10em 0;
}
.fs-signup-image {
  background-color: #000000;
  padding-bottom: 20% !important;
}
#sign-up-company-ever-bankrupt {
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  background-color: #eeebfe;
  border: solid 1px rgba(110, 47, 231, 0.24);
}
.mpin-field-item {
  background-color: Transparent;
  border: none;
  border-bottom: 2px solid #979797;
  cursor: pointer;
  outline-width: 0;
  height: 50px;
  width: 50px;
  font-size: 32px;
  text-align: center;
}
.onboarding .onboarding-content {
  overflow: auto;
  background-color: #f2f5fe;
}
.onboarding .onboarding-content .fs-signup-form .form-control-affix {
  width: calc(100% - 50px) !important;
}
.onboarding .borrower {
  height: auto;
  height: initial;
}
.onboarding .borrower .onboarding-header {
  padding: 0 !important;
  text-align: center;
  background-color: #fafafa;
  color: #929292;
  font-size: 1em;
}
.onboarding .borrower .onboarding-header div {
  padding: 1em 0;
  border-right: solid 1px #efefef;
}
.onboarding .borrower .onboarding-header div :last-child {
  border-right: none;
}
.onboarding .borrower .onboarding-header div .onboarding-header-flag {
  padding: 0.35em 0.35em 0.35em 0.5em;
  border-radius: 50%;
  margin-right: 0.3em;
  background-color: #9b9b9b;
  color: white;
}
.onboarding .borrower .onboarding-header div .onboarding-header-flag font {
  margin: 0 0.25em;
}
.onboarding .borrower .onboarding-header div.active {
  cursor: pointer;
  background-color: rgba(167, 128, 244, 0.2);
  color: #5203e9;
}
.onboarding .borrower .onboarding-header div.active .onboarding-header-flag {
  background-color: #5203e9;
  color: white;
}
.onboarding .borrower .onboarding-footer {
  margin: 10px 0 20px;
  padding: 1em 0;
}
.onboarding .borrower .onboarding-footer .btn {
  min-width: 10em;
  margin-right: 0.25em;
}
.onboarding .borrower .onboarding-footer .btn .white-right-arrow-icon {
  margin-top: 3px;
}
.onboarding .investor .onboarding-header {
  padding: 0 !important;
  text-align: center;
  background-color: #fafafa;
  color: #929292;
  font-size: 1em;
}
.onboarding .investor .onboarding-header div {
  padding: 1em 0;
  border-right: solid 1px #efefef;
}
.onboarding .investor .onboarding-header div :last-child {
  border-right: none;
}
.onboarding .investor .onboarding-header div .onboarding-header-flag {
  padding: 0.2em 0.3em;
  border-radius: 50%;
  margin-right: 0.2em;
  background-color: #9b9b9b;
  color: white;
}
.onboarding .investor .onboarding-header div .onboarding-header-flag font {
  margin: 0 0.25em;
}
.onboarding .investor .onboarding-header div.active {
  cursor: pointer;
  background-color: rgba(61, 126, 255, 0.35);
  color: #3d7eff;
}
.onboarding .investor .onboarding-header div.active .onboarding-header-flag {
  background-color: #3d7eff;
  color: white;
}
.onboarding .investor .onboarding-footer {
  margin: 10px 0 20px;
  padding: 1em 0;
}
.onboarding .investor .onboarding-footer .btn .white-right-arrow-icon {
  margin-top: 0.2em;
}
.testimonial .testimonial_text {
  position: absolute;
  top: 45%;
  color: white;
}
.borrower .dz-message {
  background-color: rgba(167, 128, 244, 0.2) !important;
  border-color: #ceb5ff !important;
  color: #5203e9 !important;
}
.investor .dz-message {
  height: 100px !important;
  margin-left: 0 !important;
  background-color: rgba(61, 126, 255, 0.2) !important;
  border-color: #92b7ff !important;
  color: #3d7eff !important;
}
.onboarding-footer .btn-process-signup {
  float: right;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  .investor .onboarding-image,
.borrower .onboarding-image {
    display: none;
  }

  .onboarding-footer .tnc-box {
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .onboarding-footer .btn-process-signup {
    float: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .investor .onboarding-image,
.borrower .onboarding-image {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .investor .onboarding-image,
.borrower .onboarding-image {
    display: none;
  }

  .onboarding .onboarding-content .fs-signup-form {
    height: auto;
  }
  .onboarding .onboarding-content .fs-signup-form .two-fa-container {
    height: calc(100vh + 550px);
  }
  .onboarding .investor .onboarding-header div .onboarding-header-flag,
.onboarding .borrower .onboarding-header div .onboarding-header-flag {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: unset;
  }
}
.onboarding .onboarding-content .fs-signup-form {
  height: auto;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .investor .onboarding-image,
.borrower .onboarding-image {
    display: none;
  }
}
.myInfo-information-box {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 4px;
  line-height: 1.5em;
  margin-top: 5px;
}
.myInfo-information-box.expandable {
  padding-bottom: 0;
}
.myInfo-information-box.long {
  line-height: 2em;
}
@media (min-width: 320px) {
  .myInfo-information-box {
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .myInfo-information-box {
    padding: 1em;
  }
}
.myInfo-information-box__header {
  font-size: 14px;
  color: #757575;
}
.myInfo-information-box__subheader {
  font-size: 12px;
  color: #8f8f8f;
}
.myInfo-information-box__data {
  color: #222;
  font-weight: 500;
}
@media (min-width: 320px) {
  .myInfo-information-box__data {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .myInfo-information-box__data {
    text-align: left;
  }
}
.myInfo-information-box__accordion-button {
  border-top: 1px solid #cccccc;
  padding: 1em 0;
  font-size: 12px;
  color: #757575;
}
.postal-code-auto-fill-form-group {
  padding: 0;
  overflow: hidden;
}
.postal-code-auto-fill-form-group .postal-code {
  float: left;
  width: calc(100% - 125px);
  padding: 8px 12px;
}
.postal-code-auto-fill-form-group .get-address {
  float: left;
  width: 125px;
  height: 58px;
  text-align: center;
  padding-top: 18px;
  font-size: 16px;
  border: 1px solid #79A6FF;
  color: #79A6FF;
  cursor: pointer;
}
.postal-code-auto-fill-form-group .get-address:hover {
  border: 1px solid #3e7eff;
  color: #3e7eff;
}
.floor-unit-container {
  width: 100%;
  overflow: hidden;
}
.floor-unit-container .floor-prefix {
  width: 20px;
  overflow: hidden;
  float: left;
}
.floor-unit-container .floor {
  width: 30px;
  overflow: hidden;
  float: left;
}
.floor-unit-container .separator {
  width: 15px;
  overflow: hidden;
  float: left;
}
.floor-unit-container .unit-number {
  width: 40px;
  overflow: hidden;
  float: left;
}
.disable-floor-unit {
  padding: 0.5em 0em 1em;
  overflow: hidden;
}
.disable-floor-unit label {
  font-weight: normal;
}
.standalone-signup {
  overflow: hidden;
  padding: 48px 0;
}
.standalone-signup .sign-up-white-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
}
.standalone-signup .sign-up-white-box .title {
  font-size: 24px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  margin-bottom: 16px;
}
.standalone-signup .sign-up-white-box .btn-signup-borrower {
  background-color: #ffffff;
  border: 1px solid #3e7eff;
  color: #3e7eff;
}
.standalone-signup .sign-up-white-box .btn-signup-investor {
  background-color: #3e7eff;
  color: #ffffff;
}
.standalone-signup .sign-up-white-box .logInCaption {
  margin-top: 10px;
  font-size: 16px;
  color: #4a4a4a;
}
.standalone-signup .sign-up-white-box .logInBox .logIn {
  border: 1px solid #E0E0E0;
  color: #3e7eff;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .header {
  overflow: hidden;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .header h3 {
  margin-top: 0;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .header .switch-borrower-investor {
  color: #4a4a4a;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form {
  overflow: hidden;
  margin-top: 24px;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper {
  margin-bottom: 24px !important;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper .form-control {
  border: 1px solid #cccccc;
  height: 40px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper .flag-container {
  padding-left: 10px;
  height: 40px;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper #int-tel-input .intl-tel-input.allow-dropdown input {
  padding-left: 60px !important;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper mat-form-field .mat-form-field-infix {
  margin-top: -0.4375em;
  border-top: 0 !important;
  padding-bottom: 0;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper mat-form-field mat-select {
  width: 100%;
  height: 40px;
  padding: 0.5em 1em;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper mat-form-field mat-select .mat-select-value {
  vertical-align: middle;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .sign-up-form-field__wrapper .mat-form-field-placeholder {
  margin-top: -5px;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .sign-up-form .checkbox-label {
  overflow: hidden;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .password-information {
  padding: 12px;
  background-color: #f3f5fd;
  font-size: 12px;
  color: #757575;
  margin-bottom: 5px;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .password-information ul {
  color: #4a4a4a;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .password-information ul li {
  font-size: 14px;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .link {
  color: #3e7eff;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .signup-button-container {
  overflow: hidden;
  margin-top: 15px;
}
.standalone-signup .sign-up-white-box .signup-borrower-investor .signup-button-container .btn-signup-investor-borrower {
  background-color: #3e7eff;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  padding: 12px;
}
.sign-up-successful-container {
  padding-top: 15vh !important;
  padding-bottom: 15vh !important;
}
@media (min-width: 415px) {
  .sbn-simulation-box {
    padding: 2em 2em 2em 0;
  }
}
@media (min-width: 320px) {
  .videoWrapper video {
    padding-bottom: 200px;
  }

  .fs-simulation-blue-text.box {
    font-size: 20px;
  }

  .fs-simulation-bold-text {
    font-size: 20px;
  }

  .return-field {
    font-size: 16px;
    line-height: 3em;
  }

  .calculation-row {
    margin-bottom: 2em;
  }

  .sbn-simulation-box {
    padding: 1em 1em 1em 0;
  }

  .sbn-banner {
    min-width: 0;
    min-width: initial;
  }

  .sbn-partner-container {
    padding: 0;
  }

  .sbn-process-container {
    padding: 4em 5em;
    background-color: #3e7eff;
    color: #ffffff;
  }

  .sbn-process-caption {
    margin-bottom: 4em;
    text-align: left;
  }

  .sbn-faq-container {
    padding: 5em 0;
  }
  .sbn-faq-container .arrow-icon {
    margin-right: 10px;
  }

  .sbn-partner-container {
    padding: 1em;
  }

  .sbn-partner-box {
    padding: 2em;
  }

  .sbn-description-caption-text {
    font-size: 16px;
    font-weight: bold;
  }

  .sbn-description-highlight-text {
    color: #3e7eff;
    font-size: 16px;
    font-weight: bold;
  }
  .sbn-description-highlight-text.green {
    color: #08C0A6;
  }

  .sbn-referral-box {
    border: 1px solid #e0e0e0;
    border-radius: 1em;
    padding: 2em;
    margin-bottom: 2em;
  }

  .sbn-simulation-container-title {
    font-size: 28px;
    margin-top: -4em;
    color: #ffffff;
    font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  }
}
@media (min-width: 768px) {
  .videoWrapper video {
    padding-bottom: 0;
  }

  .fs-simulation-blue-text.box {
    font-size: 16px;
  }

  .fs-simulation-bold-text {
    font-size: 28px;
  }

  .fs-simulation-gray-text {
    font-size: 16px;
  }

  .return-field {
    line-height: 0;
    margin-bottom: 0.5em;
  }

  .calculation-row {
    margin-bottom: 0;
  }

  .sbn-simulation-box {
    padding: 3em;
  }

  .sbn-description-highlight-text {
    font-size: 28px;
  }

  .sbn-partner-container {
    padding: 5em 20em;
  }

  .sbn-process-container {
    padding: 4em 10em 12em;
  }

  .sbn-process-caption {
    margin-bottom: 0;
  }

  .sbn-faq-container {
    padding: 5em 10em;
    background: #F5F5F5;
  }

  .sbn-partner-container {
    padding: 5em 10em;
  }

  .sbn-partner-box {
    padding: 2em 5em;
  }
}
.sbn-banner-information-box {
  padding: 150px 50px 100px;
  height: 100%;
}
.sbn-banner {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  height: 55em;
  overflow: hidden;
}
.sbn-hashtag {
  font-size: 32px;
  color: #3e7eff;
  margin-bottom: 10px;
}
.sbn-description {
  font-size: 60px;
  color: #4a4a4a;
}
.sbn-highlight-text {
  color: #EB5757;
}
.sbn-period-information {
  font-size: 24px;
}
.sbn-register-button {
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
  float: left;
}
.sbn-logo-container {
  margin-top: 50px;
}
.sbn-logo-container .kemenkeu-logo {
  margin-right: 10px;
}
.sbn-logo-container .sbr-logo {
  margin-top: 10px;
}
.sbn-logo-container .esbn-logo {
  margin-top: 10px;
}
.sbn-benefit-container {
  background-color: #222;
}
.sbn-benefit-container.green {
  background: #08C0A6;
}
.sbn-benefit-container.blue {
  background: #3E7EFF;
}
.sbn-benefit-container.gray {
  background: #e3e3e3;
}
.benefit-text {
  color: #4a4a4a;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}
.benefit-caption-text {
  color: #4a4a4a;
  margin-top: 10px;
  font-size: 16px;
}
.sbn-process-title {
  font-size: 24px;
  margin-top: 20px;
}
.sbn-partner-container {
  background-color: #ffffff;
}
.sbn-partner-box {
  border: 1px solid #e0e0e0;
  margin-top: 3em;
}
.sbn-partner-box .esbn-logo {
  height: 3em;
}
.sbn-partner-box .sbr-logo {
  height: 5em;
}
.sbn-partner-box .partner-text {
  margin-top: 20px;
}
.sbn-faq-title {
  font-size: 28px;
  margin-bottom: 2em;
}
.sbn-table-row {
  overflow: scroll;
}
.referral-box-title {
  font-size: 28px;
  color: #08c0a6;
}
.sbn-description-text {
  margin-top: 5em;
  margin-bottom: 2em;
}
.sbn-description-text p {
  text-align: left;
}
.sbn-benefit-container {
  padding: 3em 14em;
}
.sbn-benefit-container .item {
  margin-bottom: 0;
}
.sbn-description-container {
  background-color: #ffffff;
  padding: 3em 14em;
}
.sbn-play-video {
  float: left;
  margin: 35px 0 0 30px;
  width: 150px;
  cursor: pointer;
}
.sbn-play-video .sbn-icon-play {
  float: left;
  margin-right: 10px;
}
.sbn-play-video .sbn-play-caption {
  color: #3e7eff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.sbr005-top-section {
  cursor: pointer;
}
.sbr005-top-section img {
  width: 100%;
}
.sbn-term-condition {
  margin-top: 50px;
  text-align: left;
}
.sbn-term-condition .left {
  width: 30%;
  float: left;
  margin-right: 30px;
  margin-top: 50px;
}
.sbn-term-condition .left img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sbn-term-condition .left {
    text-align: center;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sbn-term-condition .left img {
    max-width: 250px;
  }
}
.sbn-term-condition .right {
  width: 60%;
  float: left;
}
.sbn-term-condition .right .caption {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sbn-term-condition .right {
    width: 100%;
    float: none;
    padding: 20px;
  }
}
.sbn-about-container {
  padding: 100px 0 40px;
  background-color: #ffffff;
}
.sbn-about-container .item {
  margin-bottom: 50px;
}
.sbn-about-container .item img {
  width: 120px;
  margin-bottom: 20px;
}
.sbn-about-container .item p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .fs-text-input-borderless {
    font-size: 18px;
  }

  .currency-input {
    font-size: 18px;
  }

  .fs-simulation-blue-text.box {
    font-size: 16px;
  }

  .sbn-simulation-box {
    padding: 2em;
  }

  .fs-simulation-bold-text.box {
    font-size: 18px;
  }

  .sbn-banner-information-box {
    padding: 100px 20px;
  }

  .sbn-benefit-container {
    padding: 3em 8em;
  }

  .sbn-description-container {
    background-color: #ffffff;
    padding: 5em 8em;
  }
}
@media only screen and (max-width: 768px) {
  .sbn-description-highlight-text {
    font-size: 24px;
  }

  .sbn-banner-information-box {
    padding: 150px 50px;
  }

  .sbn-process-caption {
    margin-bottom: 30px;
  }

  .sbn-benefit-container {
    padding: 3em 1em;
  }

  .sbn-description-container {
    padding: 5em 1em;
  }
}
@media only screen and (max-width: 480px) {
  .sbn-banner-information-box {
    padding: 40px 20px 0;
  }

  .sbn-benefit-container {
    padding: 4em 1em;
  }
  .sbn-benefit-container .item {
    margin-bottom: 15px;
  }

  .sbn-description-container {
    background-color: #ffffff;
    padding: 5em 2em;
  }
  .sbn-description-container .item {
    margin-bottom: 20px;
  }

  .sbn-description-text {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sbn-process-container {
    padding: 4em 1em 12em;
  }

  .sbn-hashtag {
    font-size: 28px;
  }

  .sbn-period-information {
    font-size: 24px;
  }

  .sbn-description {
    font-size: 40px;
  }

  .sbn-referral-box {
    padding: 2em 1em;
  }

  .referral-logo {
    background-position: center;
  }

  .referral-box-title {
    font-size: 24px;
  }

  .sbn-play-video {
    margin: 35px 0 0 15px;
    width: 130px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fs-simulation-blue-text {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  font-size: 20px;
  color: #3e7eff;
}
.fs-simulation-blue-text.bottom-box {
  margin-bottom: 1.5em;
}
.fs-simulation-gray-text {
  color: #8f8f8f;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
}
.fs-simulation-gray-text.information {
  margin-top: 2em;
  font-size: 14px;
}
.sbn-simulation-container {
  background-color: #ffffff;
}
.sbn-simulation-box.border {
  margin-top: -4em;
  background-color: #ffffff;
}
.sbn-simulation-box .currency-input {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  margin-top: 0.35em;
}
.fs-simulation-bold-text {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  margin-top: 0.25em;
}
.fs-simulation-bold-text .currency {
  font-size: 16px;
  vertical-align: top;
}
.fs-simulation-bold-text .net-text {
  font-size: 16px;
  font-weight: 100;
  color: #8f8f8f;
}
.sbn-process-container-title {
  font-size: 28px;
  background-color: #ffffff;
}
.video-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #3e7eff), to(#3e7eff));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #3e7eff 50%, #3e7eff 100%);
}
.video-container.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #08c0a6), to(#08c0a6));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #08c0a6 50%, #08c0a6 100%);
}
@media (min-width: 1200px) {
  .currency-input {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .sukuk-modal {
    width: 560px;
  }
}
@media (min-width: 992px) {
  .sbn-confirm-investment {
    width: 50%;
  }
}
.sbn-confirm-investment .mat-checkbox-layout {
  display: inline-block;
}
.checkbox-sbn {
  font-size: 12px;
}
@media (min-width: 992px) {
  .fs-sbn-success-invest {
    width: 50% !important;
  }
}
.tokopedia-info {
  background-color: #ffffff;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#sbn-info #coverView .cover-container {
  min-height: 675px;
}
.sbn-redirect-login {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 50px;
  border: 2px solid #505ac7;
  border-radius: 4px;
  background-color: #505ac7;
  -webkit-box-shadow: 0px 0px 2px 0px #333;
  box-shadow: 0px 0px 2px 0px #333;
}
.sbn-redirect-login:hover {
  border-color: #505ac7;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px #333;
  box-shadow: 0px 0px 2px 0px #333;
  cursor: pointer;
  text-decoration: none;
}
.sbn-redirect-login .mb-text {
  color: #fff;
  font-family: Tahoma;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: unset;
  padding: 18px 0 0;
}
.sbn-redirect-login:hover .mb-text {
  color: #505ac7;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .sbn-redirect-login {
    width: 90%;
  }

  .sbn-redirect-login .mb-text {
    font-size: 12px;
  }
}
@media (min-width: 320px) {
  .swiper-slide {
    opacity: 1;
  }

  .swiper-button-prev {
    margin-left: 0px !important;
  }

  .swiper-button-next {
    margin-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .swiper-slide {
    opacity: 1;
  }

  .swiper-button-prev {
    margin-left: 28vw !important;
  }

  .swiper-button-next {
    margin-right: 27.5vw !important;
  }
}
@media (min-width: 1200px) {
  .swiper-button-prev {
    margin-left: 28.8vw !important;
  }

  .swiper-button-next {
    margin-right: 28.5vw !important;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container.portfolio {
  width: 950px !important;
}
.swiper-container.three-slide {
  height: 500px;
}
.swiper-container.three-slide .swiper-slide.swiper-slide-next {
  opacity: 0.1;
}
.swiper-container.three-slide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.md-height {
  height: 600px;
}
.swiper-container.sign-up-swipper .swiper-pagination {
  bottom: 22vw;
}
.swiper-container.sign-up-swipper .swiper-pagination .swiper-pagination-bullet {
  background-color: #c4c4c4 !important;
  margin-right: 10px;
}
.swiper-container .article-button {
  border: solid 1px rgba(62, 126, 255, 0.4);
  background-color: white;
  color: #3e7eff;
  font-size: 20px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  width: 200px;
}
.swiper-container a:hover {
  text-decoration: none;
}
.swiper-pagination-bullet-active {
  width: 17px !important;
  height: 17px !important;
  background: #c4c4c4 !important;
}
.swiper-pagination-bullet {
  width: 17px !important;
  height: 17px !important;
  background-color: #4a4a4a !important;
}
.swiper-button-prev.blue {
  width: 50px !important;
  height: 50px !important;
  top: 40% !important;
  background: url('slide-show-prev-button-blue.58ada024fd51c8b0692f.svg') !important;
}
.swiper-button-prev.green {
  width: 50px !important;
  height: 50px !important;
  top: 40% !important;
  background: url('slide-show-prev-button-green.0c26cd190cea981e4fbf.svg') !important;
}
.swiper-button-prev.gray {
  background: url('gray-left-arrow.2fe189c19bae0fba7c11.svg') no-repeat !important;
  top: 70%;
}
.swiper-button-prev.purple {
  width: 50px !important;
  height: 50px !important;
  background-color: #3d187e;
  background-image: url('arrow-right.0090f88cfa39589c4e6c.svg');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-next.blue {
  width: 50px !important;
  height: 50px !important;
  top: 40% !important;
  background: url('slide-show-next-button-blue.cb474334d5ae60cadaa5.svg') !important;
}
.swiper-button-next.green {
  width: 50px !important;
  height: 50px !important;
  top: 40% !important;
  background: url('slide-show-next-button-green.6672310609fc09d4d597.svg') !important;
}
.swiper-button-next.gray {
  background: url('gray-right-arrow.1d28058d7e79f9f23ad1.svg') no-repeat !important;
  top: 70%;
}
.swiper-button-next.purple {
  width: 50px !important;
  height: 50px !important;
  background-color: #3d187e;
  background-image: url('arrow-right.0090f88cfa39589c4e6c.svg');
}
.swiper-slide {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  height: 90% !important;
  opacity: 0.1;
}
.swiper-slide.portfolio {
  height: 100px !important;
  margin-right: 25px;
  opacity: 1 !important;
  padding-top: 1em;
  width: 100px;
}
.swiper-slide.feature {
  height: 90% !important;
}
.swiper-slide.swiper-slide-next {
  opacity: 0.4;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets.feature {
  bottom: 15px !important;
}
.slider-mobile .swiper-slide {
  padding-top: 20px;
  padding-bottom: 20px;
}
/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
.tooltip-top, .tooltip-right, .tooltip-bottom, .tooltip-left {
  color: black;
}
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 15px;
  min-width: 50px;
  border: solid 1px rgba(127, 120, 151, 0.25);
  background-color: white;
  color: #4a4a4a;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}
.tooltip:after [title-tooltip]:after,
[data-tooltip]:after [title-tooltip]:after {
  font-size: 18px;
}
/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: white;
  border-top-color: rgba(51, 51, 51, 0.9);
}
/* Horizontally align top/bottom tooltips */
@media (min-width: 320px) {
  [data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -50vw;
  }

  .tooltip:after,
[data-tooltip]:after {
    width: 52vw;
  }
}
@media (min-width: 415px) {
  [data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -50px;
  }

  .tooltip:after,
[data-tooltip]:after {
    width: 200px;
  }
}
@media (min-width: 992px) {
  [data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
  }

  .tooltip:after,
[data-tooltip]:after {
    width: 400px;
  }
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: white;
  border-left-color: rgba(51, 51, 51, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: white;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: white;
  border-right-color: rgba(51, 51, 51, 0.9);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.step-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.step-box:first-child {
  border-top-left-radius: 4px;
}
.step-box:last-child {
  border-top-right-radius: 4px;
}
.step-box__number {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  border: #92b7ff;
  font-size: 14px;
  background: #92b7ff;
  color: #336bda;
  text-align: center;
  margin-right: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.step-box__title {
  display: block;
}
@media (min-width: 768px) {
  .step-box__number {
    display: inline-block;
  }

  .step-box__title {
    display: inline-block;
  }
}
.shimmering {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #9fbfff;
  background-image: -webkit-gradient(linear, left top, right top, from(#9fbfff), color-stop(20%, #8bb2ff), color-stop(40%, #78a5ff), to(#6598ff));
  background-image: linear-gradient(to right, #9fbfff 0%, #8bb2ff 20%, #78a5ff 40%, #6598ff 100%);
  background-repeat: no-repeat;
}
.shimmering.medium {
  height: 1.5em;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.no-scroll {
  overflow: hidden;
}
.modal-open-fix-for-ios {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.fs-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
/* Layering issue when subcomponents are also a modal, don't use this */
.fs-modal-layer-fix {
  z-index: 1001;
}
.fs-modal--hidden {
  display: none;
}
.fs-modal__open {
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.75);
}
.fs-modal__dialog {
  position: relative;
  margin: 8px;
  pointer-events: none;
}
.fs-modal__dialog--centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  float: none;
  min-height: calc(100% - (15px * 2));
}
.fs-modal__dialog--full-height {
  height: 100%;
  margin: auto;
}
.fs-modal__dialog--full-height .fs-modal__content {
  height: 100%;
}
.fs-modal__content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: 0;
  margin: 0 auto;
}
.fs-modal__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.fs-modal__title {
  font-size: 18px;
  margin-bottom: 0px;
}
.fs-modal__title--centered {
  width: 100%;
  text-align: center;
}
.fs-modal__header--noborder {
  border: 0px;
}
.fs-modal__title {
  margin-bottom: 0;
  line-height: 1.5;
}
.fs-modal__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fs-modal__body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 16px;
}
.fs-modal__body .fs-modal__title {
  margin-top: 12px;
}
.fs-modal__body .fs-modal__paragraph {
  margin-top: 12px;
}
.fs-modal__body .fs-modal__actions {
  position: absolute;
  bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 30em;
}
.fs-modal__body .fs-modal__actions .btn {
  min-width: 132px;
  width: 100%;
}
.fs-modal__body .fs-modal__actions .btn:nth-child(2) {
  margin-left: 8px;
}
.fs-modal__body--content-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.fs-modal__close {
  margin-left: auto;
  width: 25px;
  height: 25px;
  background: url('close-icon.4001802bf8dc72ca7f41.svg') no-repeat;
  cursor: pointer;
}
.fs-modal__close-white {
  width: 30px;
  height: 30px;
  background: url('close-icon-white.30923c8c637d8a740cd4.svg') no-repeat;
  cursor: pointer;
}
.fs-modal.signup .modalHeader .signUpTitleBox {
  font-size: 32px;
}
.fs-modal.signup .modalHeader .signUpCaptionBox {
  font-size: 16px;
}
.fs-modal.signup .modalHeader .signUpSwitchRoleBox {
  text-align: left;
  padding-left: 0px;
}
.fs-callback-modal .fs-modal__content {
  max-width: 500px;
}
.fs-callback-modal .fs-callback-modal__body .flex-row {
  padding: 10px 0;
}
.fs-callback-modal .fs-callback-modal__text {
  text-align: center;
  color: #9b9b9b;
}
@media (min-width: 320px) {
  .fs-modal__dialog {
    margin: 8px auto;
  }
  .fs-modal__dialog.fs-modal__dialog--full-height {
    margin: auto;
  }
}
@media (min-width: 320px) {
  .fs-modal__content--small {
    width: 320px;
  }
}
#twoFaLoginSetupDialog .fs-modal__content,
#changeNumberOtpModal .fs-modal__content {
  background-color: #F3F5FD;
}
#changePhoneNumberModal .fs-modal__content {
  max-height: 550px;
}
#changeNumberOtpModal .proceed-button,
#changeNumberOtpModal #investor-signup-otp-verify-btn,
#TwoFaLoginModal .proceed-button,
#TwoFaLoginModal #investor-signup-otp-verify-btn {
  width: 21em;
}
#changeNumberOtpModal .turn-off-spinner,
#TwoFaLoginModal .turn-off-spinner {
  letter-spacing: 10px;
  font-size: 32px;
}
#TwoFaLoginModal .fs-modal__background {
  background-color: #f3f5fd;
}
#TwoFaLoginModal .fs-modal__background .text-right {
  position: absolute;
  bottom: 3em;
  right: 8em;
  font-size: 12px;
  color: #7B7B7B;
}
#TwoFaLoginModal .fs-modal__content {
  border: none;
  height: 90% !important;
  background-color: #f3f5fd;
}
.maintenance {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.maintenance h1 {
  color: #ffffff;
}
.maintenance--title-divider {
  color: #ffffff;
  max-width: 700px;
  width: 100%;
}
.maintenance-logo {
  height: auto;
  margin: 10px auto 50px;
  width: 300px;
}
.background-cover {
  background-color: black;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  width: 100%;
}
.background-my {
  background: url("/assets/img/MY/fs-homepage-main.jpg") no-repeat center center fixed;
}
.background-sg {
  background: url("/assets/img/SG/fs-homepage-main.jpg") no-repeat center center fixed;
}
.background-id {
  background: url("/assets/img/ID/fs-homepage-main.jpg") no-repeat center center fixed;
}
.background-th {
  background: url("/assets/img/TH/fs-homepage-main.jpg") no-repeat center center fixed;
}
.cover-view {
  display: block;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  width: 100%;
  background-size: cover;
}
.cover-view .item ::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.cover-view .caption {
  color: #ffffff;
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
.cover-view .caption h1 {
  font-size: 50px;
}
.cover-view .caption p {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .cover-view .caption {
    left: 0;
    margin: 0 auto;
    right: 0;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  .cover-view .caption h1 {
    font-size: 40px;
  }
  .cover-view .caption p {
    font-size: 14px;
  }
}
.my-info-empty {
  padding-bottom: 1em;
}
.my-info-container {
  padding: 20px;
  min-height: calc(100vh - 100px);
}
.my-info-container .my-info {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
}
.my-info-container .my-info-title {
  font-size: 22px;
}
.my-info-container .my-info-title p {
  font-size: 16px;
}
.my-info-container .my-info-content-title {
  font-size: 22px;
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
}
.my-info-container .my-info-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100%);
  grid-gap: 10px;
}
.my-info-container .my-info-header {
  display: block;
  padding: 20px;
}
.my-info-container .my-info-header .funding-societies-logo {
  display: inline-block;
  height: 50px;
  width: 120px;
}
.my-info-container .my-info-header-logos {
  display: inline-block;
  width: 65%;
}
.my-info-container .my-info-header-logo {
  display: inline-block;
  width: 100px;
  height: 50px;
  margin-right: 10px;
}
.my-info-container .my-info-footer {
  border-top: 1px solid #dae5ee;
  display: grid;
  grid-template-columns: 1fr 100px;
  padding: 20px;
}
.my-info-container .my-info-footer-cta .btn-primary-investor {
  margin: auto 0;
  text-align: center;
}
.my-info-container .my-info-footer__label {
  display: grid;
  grid-template-columns: 40px 1fr;
}
.my-info-container .my-info-footer__description {
  padding: 0 10px;
}
.my-info-container .my-info-header-timing {
  display: inline-block;
  text-align: right;
  margin: 0 auto;
  width: 30%;
}
.my-info-container .my-info-header-timing-number {
  font-size: 22px;
}
.my-info-pending-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: inherit;
}
.my-info-pending-text {
  font-size: 2em;
  max-width: 50%;
}
.my-info-link {
  text-decoration: underline;
}
@media (min-width: 415px) {
  .my-info-container .my-info-header .funding-societies-logo {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .my-info-container .my-info-list {
    grid-template-columns: repeat(auto-fit, 49%);
  }
  .my-info-container .my-info-header .funding-societies-logo {
    width: 200px;
  }
}
.upload-label {
  color: #4a4a4a;
  font-size: 14px;
}
.upload-instructions {
  color: #4a4a4a;
  font-size: 14px;
}
.upload-btn-description {
  color: #757575;
  font-size: 14px;
}
.upload-description {
  color: #757575;
  font-size: 12px;
}
.virtual-account .title {
  font-size: 32px;
}
.virtual-account .sub-title {
  font-size: 22px;
}
.virtual-account .caption {
  font-size: 16px;
}
#allocationPolicySection .title {
  margin: 30px 0;
  font-size: 32px;
}
#allocationPolicySection .content {
  width: 80%;
  margin: auto;
}
.two-fa-title {
  color: #222;
  font-size: 22px;
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.two-fa-paragraph {
  color: #757575;
}
.two-fa-digits {
  margin: 0 auto;
}
.two-fa-digits input[type=number]::-webkit-inner-spin-button,
.two-fa-digits input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.two-fa-digits input[type=text],
.two-fa-digits input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 42px;
  height: 60px;
  border-radius: 2px;
  background-color: #fafbfc;
  border: solid 1px #cccccc;
  line-height: 50px;
  font-size: 2em;
  text-align: center;
}
.two-fa-digits input[type=text].form-input-error,
.two-fa-digits input[type=number].form-input-error {
  border-color: #a94442;
}
.two-fa-digits input[type=text]:disabled,
.two-fa-digits input[type=number]:disabled {
  background-color: #f5f5f5;
}
.two-fa-error-subtitle .icon {
  margin-right: 8px;
}
.two-fa-instructions-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.two-fa-instructions {
  list-style: none;
  padding: 0;
}
.two-fa-instructions li {
  text-align: left;
  color: #757575;
  font-size: 14px;
  height: 20px;
  line-height: 1.43;
}
.two-fa-instructions li::before {
  content: "•";
  color: #cccccc;
  margin-right: 8px;
}
.two-fa-modal h2 {
  font-family: "Poppins-Regular", "Inter-Regular", "Prompt-Regular", "Arial";
  height: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}
.two-fa-modal h3 {
  height: 40px;
  font-size: 14px;
  line-height: 1.43;
  color: #757575;
}
.two-fa-modal .fs-modal__dialog {
  height: 100%;
  margin: auto;
}
.two-fa-modal .fs-modal__content {
  height: 100%;
  max-height: 500px;
  max-width: 448px;
}
.two-fa-modal .two-fa-modal-content {
  margin: auto 0;
}
.two-fa-modal .two-fa-modal-content > .two-fa-title {
  margin-top: 8px;
}
.two-fa-modal form .form-group {
  border-radius: 2px;
  border: solid 1px #cccccc;
  padding: 8px 12px;
}
.two-fa-modal form label {
  height: 18px;
  line-height: 18px;
}
.two-fa-modal form input {
  height: 20px;
  line-height: 20px;
}
.btn-two-fa-modal-update {
  height: 48px;
  font-size: 16px;
  line-height: 2;
  margin-top: 100px;
}
@media only screen and (max-height: 480px) {
  .btn-two-fa-modal-update {
    margin-top: 30px;
  }
}
.two-fa-steps {
  position: relative;
  padding: 2% 1%;
  width: 300px;
  margin: 0 auto;
}
.two-fa-steps .steps-container {
  display: block;
  margin: 0 auto;
}
.two-fa-steps .step-container {
  display: -webkit-box;
  display: flex;
}
.two-fa-steps .step-container .two-fa-step-icon {
  display: inline-block;
  margin-right: 8px;
}
.two-fa-steps .step-container .step-content {
  position: relative;
  display: inline-block;
  color: #8f8f8f;
  line-height: 24px;
}
.two-fa-steps .step-line {
  border-left: 2px;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  border-style: solid;
  border-color: #cccccc;
  height: 18px;
  margin-left: 12px;
}
.two-fa-steps .step-line--incomplete {
  border-style: dashed;
}
.two-fa-steps .step-line--completed {
  border-color: #08c0a6;
}
@media (min-width: 415px) {
  .fs-modal__dialog.two-fa-dialog {
    max-width: 384px;
  }
}
.intl-tel-input .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input .intl-phone-form {
  padding-left: 52px;
}
#investor-signup-otp-verify-btn {
  padding: 0 9em;
}
@media (min-width: 320px) {
  .rdn-registration-container {
    padding-top: 125px;
    padding-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .rdn-registration-information {
    font-size: 24px;
  }

  .grey-border {
    width: 100%;
  }
  .grey-border.radio-container {
    width: 100%;
  }
  .grey-border.radio-container .mat-radio-label {
    display: block;
    text-align: right;
  }
  .grey-border.upload {
    border: none;
    background-color: inherit;
  }
  .grey-border.upload.show-preview-image .dz-preview {
    display: inline-block;
  }
  .grey-border.upload .dz-preview {
    display: none;
  }
}
@media (min-width: 768px) {
  .rdn-registration-container {
    padding-top: 125px;
    padding-bottom: 96px;
    margin-left: 50px;
    padding-right: 100px;
  }
  .rdn-registration-container .form-inline .form-group {
    display: inline-block;
  }
  .rdn-registration-container .grey-border.upload {
    width: 23em;
  }

  .rdn-registration-information {
    font-size: 40px;
  }

  .grey-border {
    width: 20em;
  }
  .grey-border.radio-container {
    width: 35em;
  }
  .grey-border.upload {
    width: 30em;
  }
}
@media (min-width: 992px) {
  .rdn-registration-container {
    padding-top: 125px;
    padding-bottom: 96px;
    margin-left: 100px;
    margin-right: 0px;
    padding-right: 45px;
  }
  .rdn-registration-container .grey-border.upload {
    width: 30em;
  }
}
.rdn-registration-information {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
}
.rdn-registration-section-title {
  font-family: "Poppins-SemiBold", "Inter-Bold", "Prompt-SemiBold", "Arial";
  margin-top: 1.6em;
  font-size: 32px;
}
.rdn-registration-section-title.no-margin {
  margin: 0;
}
.rdn-registration-section-caption {
  color: #222222;
  margin-bottom: 8px;
}
.line {
  border-top: 2px solid #e0e0e0;
  margin: 1.25em 8px;
  width: 2em;
}
.line.success {
  border-top: 2px solid #3e7eff;
}
.grey-border {
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.grey-border.radio-container {
  padding: 12px 16px;
}
.disabled-input-container {
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.disabled-input-container .placeholder {
  color: #757575;
}
.disabled-input-container .value {
  color: #222222;
}
.red-error-box {
  background: #f5d7d7;
  border-radius: 4px;
  color: #8f0101;
  padding: 12px 16px;
}
#rdnSuccessfulDialog .fs-modal__content {
  height: auto;
  max-width: 456px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}
#rdnSuccessfulDialog .fs-modal__content .fs-modal__body {
  padding: 0px;
  margin: 24px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.2.0_webpack@5.50.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/.pnpm/postcss-loader@6.1.1_postcss@8.3.6_webpack@5.50.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.007b2705c0a8f69dfdf6.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.9d5328fb490cddd43f66.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }


/*# sourceMappingURL=styles.0b6f46c6e2327de16232.css.map*/