@charset "UTF-8";
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}

.dark-blue-color {
  color: #083b56;
}

.dark-blue-color-75 {
  color: rgba(8, 59, 86, 0.75);
}

.light-blue-color {
  color: #27c2ff;
}

.primary-color {
  color: #00FFC0;
}

.danger-color {
  color: #ff566a;
}

.primary-background {
  background-color: #00FFC0;
}

.light-gray-background {
  background-color: #f2f2f2;
}

.tertiary-color {
  background-color: #eeeeee;
}

.eq-bg-muted {
  background-color: rgba(8, 59, 86, 0.4);
}

.aileron-font {
  font-family: "aileronbold", sans-serif;
}

.muli-font {
  font-family: "Muli", sans-serif;
}

.warning-color {
  color: #E5DD18;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}

.dark-blue-color {
  color: #083b56;
}

.dark-blue-color-75 {
  color: rgba(8, 59, 86, 0.75);
}

.light-blue-color {
  color: #27c2ff;
}

.primary-color {
  color: #00FFC0;
}

.danger-color {
  color: #ff566a;
}

.primary-background {
  background-color: #00FFC0;
}

.light-gray-background {
  background-color: #f2f2f2;
}

.tertiary-color {
  background-color: #eeeeee;
}

.eq-bg-muted {
  background-color: rgba(8, 59, 86, 0.4);
}

.aileron-font {
  font-family: "aileronbold", sans-serif;
}

.muli-font {
  font-family: "Muli", sans-serif;
}

.warning-color {
  color: #E5DD18;
}

.plan-selector {
  position: relative;
  cursor: pointer;
}
.plan-selector p:first-child {
  min-width: 220px;
}
.plan-selector .plan-change-text {
  color: #27c2ff;
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 6px;
}
.plan-selector .eq-chevron-icon {
  margin-left: 0px;
  color: #27c2ff;
  transition: transform 0.2s ease;
  display: inline-block;
  font-size: 11px;
  font-weight: bolder;
}
.plan-selector .eq-chevron-icon.rotated {
  transform: rotate(90deg);
}

.plan-description {
  margin-top: 0;
}
.plan-description.sub-text {
  margin-bottom: 15px;
}

.plan-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 340px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  overflow: hidden;
}
.plan-dropdown.ng-enter {
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.15s ease-out;
}
.plan-dropdown.ng-enter.ng-enter-active {
  opacity: 1;
  transform: translateY(0);
}
.plan-dropdown.ng-leave {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.15s ease-in;
}
.plan-dropdown.ng-leave.ng-leave-active {
  opacity: 0;
  transform: translateY(-4px);
}

.plan-option {
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f0f0f0;
}
.plan-option:last-child {
  border-bottom: none;
}
.plan-option:hover {
  background-color: #fafafa;
}
.plan-option.selected {
  background-color: #f0f9ff;
}
.plan-option.selected .plan-option-name {
  color: #083b56;
}

.plan-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.plan-option-name {
  font-weight: 600;
  color: #083b56;
  font-size: 13px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.plan-badge {
  display: inline-block;
  background: #27c2ff;
  color: white;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-right: 20px;
}

.plan-option-price {
  color: #083b56;
  font-weight: 600;
  font-size: 14px;
}

.plan-option-features {
  font-size: 12px;
  color: #9aafb9;
  line-height: 1.6;
}
.plan-option-features .feature-item {
  margin-bottom: 3px;
}
.plan-option-features .feature-item:last-child {
  margin-bottom: 0;
}

button, html, input, select, textarea {
  font-family: "Muli", sans-serif;
}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  border-left: none;
  background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
  background-color: #27c2ff;
}

[ng-click], [ui-sref] {
  cursor: pointer;
}

body {
  background-color: #f6f8ff;
  height: 100%;
}

.eq-login-signup-background {
  background-image: linear-gradient(to top, rgba(8, 59, 86, 0.04), rgba(8, 59, 86, 0));
}

h1, h2, h3, h4, h5 {
  color: #083b56;
  font-family: "aileronbold", sans-serif;
  font-weight: 600;
}

a {
  color: #083b56;
  cursor: pointer;
}
a:hover {
  color: #204e67;
}
a.uppercase {
  text-decoration: none;
  font-weight: bold;
  font-family: "aileronbold", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
a.underlined {
  text-decoration: underline;
}

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

.eq-layout-fill {
  min-height: 100%;
}
.eq-layout-fill::after {
  content: "";
  clear: both;
  display: table;
}

.no-margin {
  margin: 0;
}

.account-already {
  color: rgba(8, 59, 86, 0.75);
  margin-bottom: 30px;
}
.account-already a {
  font-size: 12px;
  border-bottom: 1px solid rgba(8, 59, 86, 0.75);
  padding-bottom: 1px;
  top: -2px;
  position: relative;
}

md-checkbox .md-container {
  margin-top: 2px;
}
md-checkbox .md-label {
  font-size: 14px;
  font-weight: 600;
  color: #083b56;
}
md-checkbox .md-label a {
  color: inherit;
  text-transform: inherit;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Muli", sans-serif;
}

#steps {
  margin: 38px 0 12px;
}
#steps .step {
  margin: 0 14px;
}
#steps .step .decorative-line {
  background-color: #9aafb9;
  padding: 3px;
  border-radius: 3px;
}
#steps .step .text {
  font-size: 12px;
  text-transform: uppercase;
  color: #9aafb9;
  margin-right: 34px;
  margin-left: 6px;
  margin-top: 8px;
}
#steps .step.active .decorative-line {
  background-color: #083b56;
}

.eq-payment.second-col {
  background-color: #eff0f4;
  border-radius: 8px;
  box-shadow: 0 2px 35px 0 rgba(227, 227, 227, 0.5), 0 2px 2px 0 rgba(8, 59, 86, 0.2);
}

.eq-card.whitout-padding.compact-lists p {
  margin-top: 0;
  margin-bottom: 0;
}

#confirm-safety-block .card {
  text-align: center;
  border-radius: 6px;
  padding: 20px 10px;
}
#confirm-safety-block .card .img-container {
  margin: 6px;
}
#confirm-safety-block .card .img-container img {
  border-radius: 4px;
}
#confirm-safety-block .card .eq-linearicon {
  font-size: 60px;
}

.full-width-xs {
  padding: 0 22px;
}

#payment-summary p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
#payment-summary p small {
  text-transform: initial;
}
#payment-summary p.sub-text {
  margin-top: -15px;
}
#payment-summary .number {
  text-align: right;
}

/*
    TO DO: decide what to do when the button is disabled

    ## this scss should contain all buttons css that overrides deafault material stuff

    for now the buttons are
    .md-button
    .md-button.md-primary
    .md-button.md-dark
    .md-button.md-secondary
    .md-button.md-raised
    .md-button.md-raised.md-danger
    .md-button.md-linkstyle
    .md-button.white
    .md-button.md-raised.md-large
    .md-button.md-raised.md-primary
    +behaviour of icons in buttons

    + special buttons at the end

 */
.md-button {
  font-family: "aileronbold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  padding: 4px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: transparent;
  /******* special buttons ********/
}
.md-button.s {
  font-size: 12px;
  line-height: 24px;
  padding: 4px 10px;
  font-weight: 600;
}
.md-button.m {
  font-size: 15px;
  padding: 10px 20px;
}
.md-button.l {
  font-size: 16px;
  padding: 20px 40px;
  font-weight: 400;
}
.md-button.xl {
  font-size: 25px;
  padding: 20px 30px;
  font-weight: 400;
}
.md-button.long {
  overflow: inherit;
  white-space: inherit;
}
.md-button.next-to-input {
  text-transform: initial;
  margin-top: 2px;
  margin-bottom: 19px;
}
.md-button.circular {
  border-radius: 50%;
}
.md-button.circular.large {
  width: 50px;
  padding: 16px !important;
}
.md-button.md-primary {
  border: 2px solid #00FFC0;
  color: #00FFC0;
}
.md-button.md-primary:hover:not([disabled]) {
  background-color: #00FFC0;
  color: white;
}
.md-button.md-bordered-dark {
  border: 2px solid #083b56;
  color: #083b56;
}
.md-button.md-bordered-dark.md-raised {
  background-color: #083b56;
  border-color: #083b56;
}
.md-button.md-bordered-dark:hover:not([disabled]) {
  background-color: #083b56;
  color: white;
}
.md-button.md-bordered-light-blue {
  border: 2px solid #27c2ff;
  color: #27c2ff;
  background-color: rgba(39, 194, 255, 0.06);
}
.md-button.md-bordered-light-blue.md-raised {
  background-color: #27c2ff;
  border-color: #27c2ff;
}
.md-button.md-bordered-light-blue:hover:not([disabled]) {
  background-color: #27c2ff;
  color: white;
}
.md-button.white {
  border: 2px solid white;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.md-button.white:hover:not([disabled]) {
  background-color: initial;
  color: white;
}
.md-button:hover {
  background-color: initial;
  color: #00FFC0;
}
.md-button:hover:not([disabled]) {
  background-color: initial;
}
.md-button.md-raised {
  border: 2px solid #9aafb9;
  background-color: #9aafb9;
  color: white;
}
.md-button.md-raised:not([disabled]) {
  box-shadow: unset;
}
.md-button.md-raised:hover:not([disabled]) {
  background-color: #222;
}
.md-button.md-raised.md-primary {
  border: 2px solid #00FFC0;
  background-color: #00FFC0;
}
.md-button.md-raised.md-primary:hover {
  background-color: initial;
}
.md-button.md-raised.md-primary:hover:not([disabled]) {
  background-color: #00FFC0;
  box-shadow: unset;
}
.md-button.md-raised.md-primary:hover[disabled] {
  background-color: #00FFC0;
  box-shadow: unset;
}
.md-button.md-raised.md-dark {
  border: 2px solid #083b56;
}
.md-button.md-raised.md-dark, .md-button.md-raised.md-dark.md-focused {
  background-color: #083b56;
}
.md-button.md-raised.md-dark:hover:not([disabled]) {
  background-color: #4b7184;
  border-color: #4b7184;
  color: white;
}
.md-button.md-raised.md-dark[disabled] {
  background-color: #cfd4d7;
  border-color: #cfd4d7;
}
.md-button.md-raised.md-secondary {
  border: 2px solid #27c2ff;
  background-color: #27c2ff;
}
.md-button.md-raised.md-secondary.md-raised:not([disabled]).md-focused {
  background-color: #27c2ff !important;
}
.md-button.md-raised.md-secondary:hover {
  background-color: #48cbff;
  border-color: #48cbff;
  color: white;
}
.md-button.md-raised.md-secondary:disabled {
  color: white;
  opacity: 0.8;
}
.md-button.md-raised.md-secondary:disabled:hover {
  background-color: #27c2ff;
}
.md-button.md-raised.md-semitransparent {
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.md-button.md-raised.md-semitransparent:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.md-button.md-raised.md-danger {
  border: 2px solid #ff566a;
  background-color: #ff566a;
}
.md-button.md-raised.md-danger:hover {
  background-color: initial;
}
.md-button.md-raised.md-danger:hover:not([disabled]) {
  background-color: #ff566a;
  box-shadow: unset;
}
.md-button.md-raised.md-danger:hover[disabled] {
  background-color: #ff566a;
  box-shadow: unset;
}
.md-button.md-raised.md-large {
  padding: 19px 25px;
  font-size: 16px;
  font-weight: normal;
}
.md-button.md-raised.md-touchleft {
  margin-left: 0;
}
.md-button.md-linkstyle {
  margin: 0;
  padding: 0;
  color: #083b56;
  border-bottom: 1px solid #083b56;
  border-radius: 0;
  min-height: 20px;
  line-height: 20px;
}
.md-button [class^=icon-], .md-button [class*=" icon-"] {
  position: relative;
  top: 5px;
  font-size: 157%;
  margin-right: 4px;
}
.md-button .eq-btn-cross-icon {
  font-size: 14px;
  -webkit-text-stroke: 1px;
  font-weight: bold;
  top: 2px;
}
.md-button.create-profile {
  max-width: 200px;
  color: #00FFC0 !important;
  border: 0;
}
.md-button.create-profile:hover:not([disabled]) {
  background-color: #222;
  box-shadow: unset;
  color: #00FFC0 !important;
}
.md-button.md-button.questinonaire-nav {
  min-height: 25px;
}

.gray-when-hover .md-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

/* this file contains the general inputs styling,
* all form elements defaults should be here and then modified by modifier classes
*
*/
/*input placeholders in italic*/
::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

/********* Colors of INVALID INPUTS ************/
md-input-container.md-default-theme.md-input-invalid .md-char-counter, md-input-container.md-input-invalid .md-char-counter, md-input-container.md-default-theme.md-input-invalid .md-input-message-animation, md-input-container.md-input-invalid .md-input-message-animation, md-input-container.md-default-theme.md-input-invalid label, md-input-container.md-input-invalid label {
  color: #ff566a;
}

md-input-container.md-default-theme .md-input-message-animation, md-input-container .md-input-message-animation, md-input-container.md-default-theme .md-input-messages-animation, md-input-container .md-input-messages-animation {
  color: #ff566a;
}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
  border-color: #ff566a;
}

md-input-container input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-outer-spin-button,
md-input-container input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

md-input-container input[type=number], input[type=number], input[type=text].thousands-separator {
  -moz-appearance: textfield;
  padding-right: 10px;
}
md-input-container input[type=number].big, input[type=number].big, input[type=text].thousands-separator.big {
  padding-right: 10px !important;
}

input[type=text].big {
  padding-right: 10px !important;
}

.ng-dirty:invalid {
  border-color: #ff566a;
}

md-input-container.md-input-focused label:not(.md-no-float) {
  color: #083b56;
}

md-input-container.eq-bordered-input-label:not(.md-no-float):not(.md-container-ignore) {
  top: -10px;
}

.eq-message-invalid {
  color: #ff566a;
  font-size: 12px;
  padding: 5px 5px 0px 0px;
}

md-input-container.md-input-invalid .eq-bordered-input.ng-invalid-equal {
  border-color: #88a6b6;
}

/********* NUMERIC ************/
input[type=number], input[type=email], input[type=password], input[type=text].eq-bordered-input, input[type=text].financials-table, input[type=text].balance-sheet-table, input[type=text].thousands-separator {
  background-color: white;
  border: 1px solid #88a6b6;
  color: #083b56;
  border-radius: 2px;
  font-weight: 600;
  line-height: 24px;
}
input[type=number].small, input[type=email].small, input[type=password].small, input[type=text].eq-bordered-input.small, input[type=text].financials-table.small, input[type=text].balance-sheet-table.small, input[type=text].thousands-separator.small {
  font-size: 13px;
}
input[type=number].big, input[type=email].big, input[type=password].big, input[type=text].eq-bordered-input.big, input[type=text].financials-table.big, input[type=text].balance-sheet-table.big, input[type=text].thousands-separator.big {
  padding: 10px 0;
  line-height: 30px;
  height: 38px;
  min-width: 94px;
}
input[type=number].material-style, input[type=email].material-style, input[type=password].material-style, input[type=text].eq-bordered-input.material-style, input[type=text].financials-table.material-style, input[type=text].balance-sheet-table.material-style, input[type=text].thousands-separator.material-style {
  background-color: transparent;
  border-width: 0 0 1px;
  border-color: rgba(0, 0, 0, 0.12);
  background-image: none;
}

input[type=number], input[type=text].financials-table, input[type=text].balance-sheet-table, input[type=text].thousands-separator {
  text-align: right;
}

input[type=text].financials-table {
  padding-right: 18px;
}

input[type=email], input[type=password], input[type=text].eq-bordered-input {
  font-style: normal;
  border-radius: 3px;
  padding: 16px 10px 4px 10px;
  height: auto;
  line-height: 1;
}
input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text].eq-bordered-input::-moz-placeholder {
  color: rgba(8, 59, 86, 0.5);
}
input[type=email]::placeholder, input[type=password]::placeholder, input[type=text].eq-bordered-input::placeholder {
  color: rgba(8, 59, 86, 0.5);
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  overflow: visible;
  padding-left: 12px;
  line-height: 12px;
}

md-input-container[md-no-float] input[type=number], md-input-container[md-no-float] input[type=email], md-input-container[md-no-float] input[type=password], md-input-container[md-no-float] input[type=text].eq-bordered-input {
  padding: 6px 10px;
  line-height: 30px;
}

md-input-container .md-input[disabled] {
  background-image: none;
  border-bottom: 1px solid rgb(136, 166, 182);
}
md-input-container .dark-disabled.md-input[disabled] {
  color: rgba(8, 59, 86, 0.5);
  background-color: #e1e7ea;
  border: 1px solid #88a6b6;
  box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(3px, 21px, 0) scale(0.65);
}

md-input-container.md-input-focused .md-input, md-input-container.md-input-resized .md-input, md-input-container .md-input.ng-invalid.ng-dirty {
  border-width: 1px;
  padding-bottom: 4px;
}

/********* RADIO ************/
md-radio-group md-radio-button {
  margin-bottom: 16px;
  line-height: 1.4;
}
md-radio-group md-radio-button .md-label {
  margin-left: 42px;
}
md-radio-group md-radio-button .md-off {
  border-width: 1px;
  border-color: #083b56;
}

/********* DATEPICKER ************/
.md-datepicker-open {
  width: 338px;
}

.eq-raised-datepicker md-datepicker.eq-hidden {
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.eq-raised-datepicker .arrow-down:after {
  display: inline-block;
  content: "▼";
  position: relative;
  top: 0px;
  left: 10px;
  font-size: 13px;
  transform: scaleY(0.5) scaleX(1);
}
.eq-raised-datepicker .md-datepicker-input-mask-opaque {
  width: 77px !important;
}

/********* CHECKBOX ************/
md-checkbox .md-icon {
  border-width: 1px;
  width: 18px;
  height: 18px;
}

/********* SELECT ************/
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
  color: white;
}

.eq-questionnaire-select {
  font-size: 13px;
  background: rgba(8, 59, 86, 0.4);
  border-radius: 4px;
  padding: 5px 15px;
  color: white;
}
.eq-questionnaire-select .md-select-value {
  border-bottom: none;
}
.eq-questionnaire-select .md-select-value .md-select-icon {
  color: white;
}
.eq-questionnaire-select.capitalise {
  text-transform: capitalize;
}
.eq-questionnaire-select.next-to-input {
  position: relative;
  top: -3px;
  padding: 1px 9px;
}
.eq-questionnaire-select:not([disabled]):focus .md-select-value {
  border-bottom: none;
}
.eq-questionnaire-select .md-select-value.md-select-placeholder {
  color: white;
  font-weight: 600;
}

.eq-questionnaire-select.funding {
  padding: 0px 15px;
}
.eq-questionnaire-select.funding .md-select-value span {
  align-self: center;
  padding-bottom: 5px;
}

/********* SEARCH BOX ************/
md-input-container.eq-search-box {
  margin-bottom: 0;
  height: 40px;
  margin-top: 0;
  margin-left: 5px;
  border: none;
  padding: 0;
}
md-input-container.eq-search-box input {
  font-size: 16px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  height: 100%;
  min-height: 38px;
  padding-right: 30px;
  padding-left: 6px;
  border: 1px solid #88a6b6;
  border-radius: 3px;
}
md-input-container.eq-search-box .search-icon {
  font-size: 17px;
  position: absolute;
  top: 6px;
  right: 4px;
  font-weight: bold;
  color: rgba(8, 59, 86, 0.4);
  padding: 6px;
  box-shadow: -5px 0px 5px 0px rgb(255, 255, 255);
}
md-input-container.eq-search-box .search-icon.icon-cross-circle {
  cursor: pointer;
}

/********* TEXTAREA ************/
md-input-container textarea.md-input {
  border: 1px solid #88a6b6;
  border-radius: 3px;
  padding: 4px 10px;
  margin-top: 6px;
}

/********* GENERAL ************/
md-input-container.not-tall {
  height: 40px;
}
md-input-container .md-errors-spacer {
  min-height: 0;
}
md-input-container.eq-input-margin-right {
  margin-right: 22px;
}
md-input-container .input-gray-label {
  font-weight: bold;
  color: rgba(8, 59, 86, 0.7);
  text-transform: uppercase;
}
md-input-container.no-top-margin {
  margin-top: 0;
}

/********* OTHER ELEMENTS NEXT TO INPUTS ************/
.eq-input-suffix {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(8, 59, 86, 0.5);
}

.eq-input-suffix.funding {
  padding-left: 0;
}

.eq-error-font {
  color: #ff566a;
  font-size: 13px;
}

.eq-error-with-link a {
  text-transform: initial;
  font-weight: initial;
  color: inherit;
  text-decoration: underline;
}

.eq-success-font {
  color: #083b56;
}

.eq-tab-style {
  margin-right: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #083b56;
  opacity: 0.7;
}
.eq-tab-style:first-child {
  margin-right: 20px;
}
.eq-tab-style.eq-tab-active {
  opacity: 1;
  border-bottom: 1px solid #083b56;
}

.eq-text-next-input {
  color: #083b56;
  margin-right: 12px;
  line-height: 30px;
  margin-top: 23px;
  margin-bottom: 0;
}
.eq-text-next-input.select {
  margin-top: -2px;
}

.eq_tooltip {
  z-index: 100;
  width: 72%;
  margin-left: 11.5%;
  margin-right: 12%;
  margin-top: 8px;
  pointer-events: none;
  border-radius: 8px;
  background-color: #444;
  text-align: center;
  position: absolute;
  padding: 8px;
  opacity: 0.8;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.eq_tooltip.cinfo {
  margin-top: 40px !important;
}
.eq_tooltip span {
  font-weight: 400;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
  color: white;
}

.eq_tooltip_no_outline {
  outline: none;
}

.md-tooltip {
  opacity: 1 !important;
  max-width: 300px;
  white-space: normal;
  text-overflow: initial;
  height: initial;
  line-height: 22px;
  padding: 8px;
  white-space: inherit;
  background-color: #083b56 !important;
  font-size: 12px;
  color: white;
  padding: 14px 18px;
}

.has-md-tooltip {
  cursor: default;
}

/*
*	ELEMENTS THAT ARE COMMON TO MORE TABS
*
*/
#eq-tab-content {
  box-shadow: inset 7px 0 9px -7px rgba(240, 241, 247, 0.5);
}

.eq-chapter-title {
  margin-left: 20px;
}
.eq-chapter-title [class^=icon-], .eq-chapter-title [class*=" icon-"] {
  color: #083b56;
  top: 10px;
  position: relative;
  font-size: 35px;
}
.eq-chapter-title h2 {
  color: #083b56;
  font-size: 20px;
  margin-bottom: 20px;
}
.eq-chapter-title p {
  margin-top: 0;
  font-weight: 600;
}

[class^=icon-].clickable, [class*=" icon-"].clickable {
  cursor: pointer;
}

md-icon.s13 {
  height: 13px;
  width: auto;
  max-width: 13px;
}
md-icon.s18 {
  height: 18px;
  min-height: 18px;
  width: 18px;
  min-width: 18px;
}
md-icon.s35 {
  height: 35px;
  width: 35px;
}
md-icon.s45 {
  height: 45px;
  width: 45px;
}

md-progress-linear {
  position: absolute;
}

.eq-tab-scrollable-content {
  padding: 22px 14px 80px 14px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 97%, rgba(240, 241, 247, 0.5));
}

.eq-checkbox .md-icon:not(.md-checked) {
  border-color: #083b56;
}
.eq-checkbox .md-label {
  color: #083b56;
}

.eq-card {
  border-radius: 8px;
  background-color: white;
  padding: 18px;
  box-shadow: 0 2px 35px 0 rgba(227, 227, 227, 0.5), 0 2px 2px 0 rgba(8, 59, 86, 0.2);
}
.eq-card.with-margin {
  margin: 8px;
}
.eq-card.whitout-padding {
  padding: 0;
}
.eq-card .md-title.bordered {
  border-bottom: 1px solid #f2f2f2;
}
.eq-card .left-col-paddings {
  padding: 40px 20px 50px 50px;
}
.eq-card .right-col-paddings {
  padding: 40px 20px 50px 20px;
}

.overlay {
  opacity: 0.6;
  position: relative;
}
.overlay::before {
  content: " ";
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.eq-progress-bar-circle-container {
  border-radius: 50%;
  padding: 4px;
}
.eq-progress-bar-circle-container.no-inner-text .progressbar-text {
  display: none;
}
.eq-progress-bar-circle-container.no-inner-text .eq-progress-bar-inside-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: -88px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.eq-progress-bar-circle-container.no-inner-text .eq-progress-bar-inside-text p {
  font-size: 16px;
  font-weight: normal;
}
.eq-progress-bar-circle-container.no-inner-text .eq-progress-bar-inside-text p span {
  text-transform: capitalize;
  font-weight: bold;
}

.eq-reduced-opacity {
  opacity: 0.6;
}

#status-text {
  font-weight: bold;
  color: rgba(8, 59, 86, 0.75);
}
#status-text ul {
  font-size: 14px;
}
#status-text ul li {
  margin-bottom: 4px;
}

.eq-progress-semicircle .progressbar-text {
  top: 8px !important;
}

.eq-pie-chart-with-inside-number {
  position: relative;
  height: 300px;
}
.eq-pie-chart-with-inside-number .eq-donut-center {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.error-weights p {
  margin-top: 9px;
  font-size: 12px;
}

.error-weights md-icon {
  min-width: 20px;
  width: 20px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.error-weights h6 {
  text-transform: uppercase;
}

md-toolbar .eq-toolbar-switch-text {
  text-transform: uppercase;
  font-family: "aileronbold", sans-serif;
  font-size: 12px;
  font-weight: 500;
  top: 1px;
  position: relative;
}

.eq-add-element-to-table {
  margin-top: 16px;
}

.input-disabled {
  color: transparent !important;
  border-color: #E0E0E0 !important;
}
.input-disabled.font-cero {
  font-size: 0 !important;
}

.legend {
  margin-top: 12px;
}
.legend .square {
  display: inline-block;
  height: 16px;
  width: 16px;
  top: 3px;
  margin-right: 8px;
  position: relative;
  background-color: #00FFC0;
}
.legend .square.secondary {
  background-color: #083b56;
}
.legend .text {
  display: inline;
  font-weight: bold;
  font-family: "aileronbold", sans-serif;
  font-size: 12px;
  color: #083b56;
}
.legend .legend-item {
  display: inline-block;
}
.legend .legend-item:not(:first-child) {
  margin-left: 20px;
}
.legend .legend-item.vertical {
  display: block;
}
.legend .legend-item.vertical:not(:first-child) {
  margin-left: 0px;
}

.bullet p {
  font-family: "aileronbold", sans-serif;
  font-size: 16px;
  width: 42px;
  margin-top: 10px;
  line-height: 20px;
  position: relative;
  color: #083b56;
  border-left: solid 4px #00FFC0;
  padding-left: 10px;
  margin-left: 22px;
}
.bullet.unanswered p {
  border-left-color: #ffc800;
}

/***** ICONS *******/
md-icon.s15 {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
}

md-icon.s19 {
  height: 19px;
  width: 19px;
  min-height: 19px;
  min-width: 19px;
}

/****** Button Icons ******/
.eq-chevron-icon {
  cursor: pointer;
  margin-right: 3px;
  margin-top: 2px;
  transition: transform 0.3s ease-in-out;
}
.eq-chevron-icon.toggled {
  transform: rotate(90deg);
}

/***** TOOLTIP *******/
.underline-dashed {
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

.eq-blue-tooltip {
  position: absolute;
  width: 335px;
  font-size: 12px;
  margin-left: -330px;
  background-color: #083b56;
  color: white;
  margin-top: -20px;
  padding: 15px 0 15px 15px;
  line-height: 1.42;
  z-index: 1;
}
.eq-blue-tooltip i {
  font-size: 11px;
  font-weight: bold;
  padding: 8px;
  padding-top: 8px;
  top: -4px;
  position: relative;
}

.eq-tab-limit-xl {
  max-width: 1176px;
  margin: auto;
}

@media (max-width: 400px) {
  .eq-blue-tooltip {
    width: 290px;
    margin-left: -266px;
  }
}
@media (max-width: 600px) {
  #eq-tab-content {
    padding-bottom: 130px;
  }
}
.eq-payment.p-container {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding-bottom: 120px;
  padding-top: 0px;
}
.eq-payment.first-col {
  max-width: 700px;
}
.eq-payment.first-col .first-padded {
  padding: 40px 40px 30px 40px;
  margin: 0;
}
.eq-payment.first-col .second-padded {
  padding: 30px 40px 22px 40px;
}
.eq-payment.second-col {
  padding: 22px;
  background-color: #eeeeee;
}
.eq-payment md-input-container:not(.md-input-invalid) label {
  color: rgba(8, 59, 86, 0.5);
  font-weight: 600;
}

.eq-message-space {
  min-height: 70px;
}
.eq-message-space .eq-toast {
  border-radius: 8px;
  background-color: white;
  padding: 3px 24px;
  margin: 26px 0;
}
.eq-message-space .eq-toast.danger {
  background-color: #ff566a;
  color: white;
}
.eq-message-space.no-forced-height {
  min-height: 0;
}

@media (max-width: 600px) {
  .eq-payment.first-col {
    width: auto;
  }
  .eq-payment.first-col h2.first-padded {
    font-size: 20px;
  }
  .eq-payment.first-col .first-padded, .eq-payment.first-col .second-padded {
    padding: 30px 22px 0 22px;
  }
  .eq-payment.first-col .second-padded {
    padding-bottom: 50px;
  }
  .eq-payment .second-col {
    padding-bottom: 70px;
  }
  .eq-message-space {
    min-height: 0;
    padding: 0 22px;
    background-color: white;
  }
}
md-toolbar#eq-navbar {
  background-color: #f6f8ff;
  color: black;
  z-index: 61;
  box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.06);
  height: 71px;
}
md-toolbar#eq-navbar .md-toolbar-tools {
  height: 100%;
  max-height: 100px;
  padding-right: 0;
}
md-toolbar#eq-navbar .md-toolbar-tools #logo-container {
  width: 204px;
  padding-left: 8px;
  padding-right: 40px;
  height: 100%;
}
md-toolbar#eq-navbar .md-toolbar-tools #logo-container img {
  width: 100%;
  margin-top: 25px;
}
md-toolbar#eq-navbar #eq-nav-right-block {
  margin-right: 24px;
  text-align: right;
  text-transform: capitalize;
  color: #083b56;
}
md-toolbar#eq-navbar #eq-nav-right-block p {
  margin: 0;
  font-size: 11px;
}
md-toolbar#eq-navbar #eq-nav-right-block p b {
  font-size: 14px;
  line-height: 25px;
}
md-toolbar#eq-navbar #company-name {
  text-transform: capitalize;
}
md-toolbar#eq-navbar .full-height-icon-button {
  height: 100%;
  width: 71px;
  border-left: 1px solid rgba(8, 59, 86, 0.1);
}
@-moz-document url-prefix() {
  md-toolbar#eq-navbar .full-height-icon-button {
    height: 82px;
  }
}
md-toolbar.eq-tab-navbar p {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 600;
}
md-toolbar .eq-toolbar-input-container.md-menu {
  margin: 0;
  padding: 2px 8px;
}
md-toolbar .eq-toolbar-input-container.md-menu button.md-select-value {
  border: none;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
md-toolbar .eq-toolbar-input-container.md-menu .md-datepicker-input-mask-opaque {
  width: 77px !important;
}

.sticky-navbar {
  height: 64px;
}
.sticky-navbar md-toolbar {
  position: fixed;
  top: 64px;
  width: 100%;
  left: 0;
  padding-left: 200px;
  box-sizing: border-box;
  z-index: 10;
}

@media (max-width: 600px) {
  md-toolbar#eq-navbar {
    height: auto;
  }
  md-toolbar#eq-navbar .md-toolbar-tools #logo-container img {
    margin-top: 18px;
  }
}
@media (max-width: 959px) {
  .sticky-navbar md-toolbar {
    padding-left: 62px;
  }
}
.eq-footer {
  margin: 20px 35px;
  font-size: 12px;
  color: #083b56;
}
.eq-footer a, .eq-footer span {
  margin: 0 8px;
  text-transform: none;
  font-weight: normal;
  font-family: "Muli", sans-serif;
}

@media (max-width: 600px) {
  .eq-footer {
    margin: 12px;
    font-size: 10px;
    margin-top: 30px;
    margin-right: 80px;
    margin-bottom: 40px;
  }
  .eq-footer span:first-child {
    margin-left: 0;
  }
}
.eq-mask-password {
  margin-top: 0;
  position: absolute;
  right: 0;
  min-width: 0;
  color: #083b56;
  opacity: 72%;
}
.eq-mask-password:hover {
  color: #27c2ff !important;
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  padding-left: 14px;
  top: -15px;
}

md-input-container.md-default-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after, md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after, md-input-container label:not(.md-container-ignore).md-required:after {
  color: rgba(8, 59, 86, 0.5);
}

@media (min-width: 959px) {
  .eq-login-signup-background {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    background-image: url("/images/in-templates/onboard-background.jpg");
  }
}
@media (max-width: 600px) {
  .full-width-xs {
    width: 100%;
    padding: 0;
  }
  .align-center-xs {
    text-align: center;
  }
  .xs-padding {
    padding: 22px;
  }
  .eq-card {
    border-radius: 0;
  }
  #welcome-screen h1.md-display-1 {
    font-size: 20px;
  }
}
