.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: var(--culture);
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.item-image {
  width: 50px;
}

.validation-message {
  font-size: 0.8rem;
  color: var(--custom-danger);
}

.table td {
  padding: 0.5rem;
  vertical-align: middle;
}

.text-bold {
  font-weight: bold;
}

.text-step {
  font-weight: 500;
  font-size: 1.17rem;
}

.text-sub-step {
  font-weight: 400;
  font-size: 1rem;
}

.text-title {
  font-weight: bold;
  font-size: 2.5rem;
}

.w-20 {
  width: 20%;
}

.list-group-item.bg-culture {
  cursor: pointer;
}


.switch-container li {
  margin: 0;
  padding: 10px 0;
  min-height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.text-normal-big {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: var(--text-black);
  font-size: 1.3em;
}

.text-normal > i {
  font-size: 0.9em;
}

i.font-big {
  font-size: 1.4em;
}

.text-italic {
  font-style: italic;
}


.loader-container {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pointer {
  cursor: pointer;
}

.list-no-style {
  list-style: none;
  padding: 0;
}

.text-processing {
  color: var(--text-black);
}

.text-processing-disabled {
  color: var(--text-black-disabled);
}

.with-space {
  white-space: pre-line;
}

.text-recommended {
  font-size: 1rem;
  font-weight: 400;
}

.text-plan-title {
  font-size: 1.3rem;
}

.btn-learn {
  padding: 0.2em 0;
  border: none;
  outline: none;
  width: 100%;
  /* background-color: var(--culture); */
  transition: 0.3s;
}

.btn-learn:hover,
.btn-learn:focus {
  background-color: var(--culture-dark);
  outline: none;
}

.btn-next-steps {
  background-color: transparent;
  padding: 0.5em 1.25em;
}

.btn-next-steps-expanded {
  background-color: var(--culture-dark);
  padding: 0.5em 1.25em;
}

.btn-step {
  background-color: var(--light-gray);
  padding: 0.5em 0.5em;
}

.btn-step-expanded {
  background-color: var(--avendar-blue);
  padding: 0.5em 0.5em;
}

.btn-info-transparent {
  background-color: transparent;
  padding: 0.5em 0.5em;
}

.btn-info-transparent:hover,
.btn-info-transparent:focus,
.btn-info-transparent:active {
  background-color: var(--avendar-blue);
}

.bg-info-70 {
  background-color: var(--avendar-blue-70);
}

.btn-step:hover,
.btn-step:focus,
.btn-step:active,
.btn-step-expanded:hover,
.btn-step-expanded:focus,
.btn-step-expanded:active {
  background-color: var(--avendar-blue-opacity);
  outline: none;
}

.text-step-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.step-icon {
  color: var(--indigo-dye);
  font-size: 1.2em;
}

.text-learn {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 300;
  color: var(--indigo-dye);
  text-align: center;
  vertical-align: bottom;
  margin: 0.5em 0 0 0;
}

.icon-learn {
  font-size: 0.9rem;
  color: var(--indigo-dye);
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0.25em;
  padding: 0.25em 0;
}

.breadcrumb-item {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: 400;
}

.breadcrumb-item a {
  color: var(--electric-indigo-opacity);
  text-decoration: none;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:active,
.breadcrumb-item a:focus {
  color: var(--electric-indigo-dark);
}

.breadcrumb-item a i,
.breadcrumb-item i {
  margin-right: 0.2em;
}

.breadcrumb-item.active {
  color: var(--electric-indigo);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--electric-indigo);
  content: "/";
}

.info-card {
  cursor: pointer;
  transition: 0.3s ease;
  background-color: var(--avendar-blue);
}

.info-card:hover {
  background-color: var(--culture);
}

.clickable-card {
  cursor: pointer;
  transition: 0.3s ease;
}

.clickable-card:hover {
  background-color: var(--avendar-blue-opacity);
}


.negative-mx-4 {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.border-card {
  border-color: rgba(0, 0, 0, 0.125);
}

.px-125 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.dashboard-label {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 300;
}

.dashboard-data {
  font-size: 1.25rem;
  font-weight: 400;
}

.dashboard-data-detail {
  font-size: 0.8rem;
  font-weight: 400;
}

.info-card-title {
  font-size: 1rem;
  font-weight: 400;
  text-align: start;
  vertical-align: middle;
}


.square-icon-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  cursor: pointer;
}

.icon-documents {
  color: white;
  font-size: 2.5em;
}

.file-icon {
  font-size: 2em;
  color: var(--deep-saffron);
}

a.file.card.shadow-sm:hover {
  background-color: var(--culture) !important;
  transition: 0.3s;
}

div.file.card.shadow-sm:hover {
  background-color: var(--culture) !important;
  transition: 0.3s;
}

div.selector.card.shadow-sm:hover {
  background-color: var(--light-deep-saffron) !important;
  transition: 0.3s;
}

div.selector.card.shadow-sm:hover > div.selector-text {
  color: white !important;
  transition: 0.3s;
}

.logo-separator {
  width: 1.5px;
  height: 100%;
  min-height: 100%;
  background-color: var(--indigo-dye);
  margin: 0 2.5em;
}

.logo-separator.custom-topbar {
  width: 1px;
  height: 35px;
  margin: 0 1em;
}

.logo-separator.custom-content {
  width: 1px;
  height: 35px;
  margin: 0 0.3em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-15 {
  margin-top: 15em;
}

.my-9 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.mb-6 {
  margin-bottom: 6em;
}

.p-6 {
  padding: 4em;
}

.mx-negative-6 {
  margin-right: -4em !important;
  margin-left: -4em !important;
}

.title-icon {
  font-size: 1.8em;
  color: var(--deep-saffron);
  margin-right: 0.25em;
}

.success-icon {
  font-size: 3em;
  color: white;
}

.download-icon {
  font-size: 1.3em;
  color: var(--deep-saffron);
}

.global-notification {
  margin-bottom: 3em;
  margin-right: 1em;
  z-index: 10001;
}

ul.number-style {
  list-style: decimal;
  margin-block: 0;
  padding-inline-start: 0;
  margin: 0 1em;
}

ul.no-style {
  list-style: none;
  margin-block: 0;
  padding-inline-start: 0;
}

ul.no-style li.product-step {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin-bottom: 0.2em;
}

ul.no-style li.pointer {
  cursor: pointer;
  align-items: center;
}

ul.no-style li.pointer > i {
  font-size: 1.3em;
  color: var(--indigo-dye);
}

ul.no-style li.pointer > p {
  color: var(--indigo-dye);
}

ul.no-style li.pointer:hover > i,
ul.no-style li.pointer:hover > p {
  color: var(--electric-indigo);
  transition: 0.3s;
}

.w-fit-content {
  width: fit-content;
}

.text-appt-url {
  font-size: 0.9rem;
}

ul.no-padding,
ol.no-padding {
  padding-inline-start: 20px;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.validation-summary-errors ul {
  margin-left: 0;
  padding-inline-start: 0 !important;
}

.validation-summary-errors li {
  list-style: none;
  margin: 0;
}

a.icon-button {
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
  cursor: pointer;
}

a.icon-button > i {
  font-size: 1.3em;
  color: var(--deep-saffron);
}

a.icon-button > p {
  margin: 0;
  font-size: 1em;
  color: var(--indigo-dye);
  font-family: "Oswald", sans-serif;
  margin-top: -0.2em !important;
  text-align: center;
}

a.icon-button:hover {
  background: var(--culture);
  transition: 0.3s;
}


.underlined {
  text-decoration: underline;
}

.underlined.offset {
  text-underline-offset: 2px;
}

h5.b-bottom {
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--indigo-dye-light);
}

div.b-left {
  padding-left: 0.5em;
  border-left: 3px solid var(--light-deep-saffron);
}

a.income-calc {
  font-size: 0.9em;
  color: var(--indigo-dye);
  cursor: pointer;
}

a.income-calc:hover,
a.income-calc:active {
  color: var(--indigo-dye-light);
}

.mt--05 {
  margin-top: -0.5em;
}


.w-fc {
  width: fit-content;
}

.ss {
  font-family: sans-serif;
  font-weight: 300;
}

p.lh-sm {
  line-height: 1.35;
}

.outline-none {
  outline: none;
}

.outline-none:hover,
.outline-none:focus,
.outline-none:active {
  /*        background-color: var(--avendar-blue-opacity);*/
  outline: none;
}

.font-oswald {
  font-family: "Oswald", sans-serif !important;
  font-weight: 600 !important;
}

.purple {
  color: #3c1f77;
}

.btn-link {
  color: #0366d6;
}

.badge {
  align-items: center;
  height: fit-content;
  padding: 0.3em 0.5em;
}

.widget-icon-title {
  font-size: 1.8em;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 7px;
  accent-color: var(--indigo-dye);
}

.appointment-date {
  color: white;
  font-size: 0.8em;
  font-weight: normal;
}

.appointment-date.big {
  font-size: 0.9em;
  font-weight: bold;
}

ul.no-style li.tip {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border: 1px dashed var(--indigo-dye);
  border-radius: 0.5em;
  padding: 0.5em;
}

.row-eq-height {
  display: flex;
}

.text-green {
  color: var(--spanish-green);
}

.text-red {
  color: var(--custom-danger);
}

.text-gray {
  color: #9ca2a8;
}

.text-black {
  color: #424242;
}

table.projections {
  border-radius: 10px;
}

table.projections th,
table.projections td {
  border: 1px solid var(--indigo-dye-60);
}

table.projections.no-lines th,
table.projections.no-lines td {
  border: none;
}

table.projections td {
  padding: 0 0.6em;
  text-align: end;
  font-size: 1em;
  font-weight: 400;
}

table.projections.no-lines td {
  padding: 0 0.6em;
  text-align: start;
  font-size: 1em;
  font-weight: 400;
}

table.projections.no-lines td.r {
  text-align: end;
}

table.projections td.header {
  text-align: start;
  color: var(--indigo-dye);
  font-family: "Oswald", sans-serif;
}

table.projections th {
  font-family: "Oswald", sans-serif;
  padding: 0 0.6em;
  text-align: end;
  font-size: 1em;
  font-weight: 400;
}

.desc-details {
  font-size: 1.2em;
  cursor: pointer;
}

.desc-details-1 {
  font-size: 1em;
}

.overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.slider-text {
  font-size: 0.8rem;
  color: var(--indigo-dye);
  transform: translateY(0.3rem);
}

.instructions {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--indigo-dye);
  transform: translateY(0.3rem);
}

.text-btn {
  font-style: italic;
  font-weight: 400;
  color: var(--electric-indigo) !important;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.text-btn:hover {
  color: var(--deep-saffron) !important;
}

.ordered-list {
  padding-inline-start: 20px;
}

.ordered-list li {
  margin-bottom: 0.3rem;
}

.custom-notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
}

.custom-notification div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-notification p,
.custom-notification i {
  color: white;
  margin: 0;
}

.custom-notification div > i {
  margin-right: 1rem;
  font-size: 1.25rem;
}

.custom-notification div > p > a {
  text-decoration: underline !important;
  color: white !important;
}

.pt-6 {
  padding-top: 4.2rem !important;
}

.paywall-fact {
  padding: 0.5em 0.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.paywall-fact p {
  font-size: 1.2em;
  margin-bottom: 0;
}

.paywall-fact i {
  font-size: 1.4em;
}

.paywall-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin: 0;
}

.border-r-0 {
  border-radius: 0 !important;
}

.bg-selected {
  background-color: var(--indigo-dye-light) !important;
}

.border-selected {
  border-width: 2px !important;
  border-color: var(--indigo-dye-light) !important;
}

.payment-success-bg {
  background-color: #cff5d3;
  border-radius: 8px;
}

.payment-error-bg {
  background-color: #f9c2c1;
  border-radius: 8px;
}

.payment-error-badge {
  background-color: #d92925;
}

.grid-sep {
  height: 75%;
  width: 1px;
}

.grid-sep-success {
  background-color: #64ab6c;
}

.grid-sep-error {
  background-color: #d92925;
}

.payment-success-badge {
  background-color: #64ab6c;
}

.payment-error-icon {
  color: #d92925;
  font-size: 1.5em;
}

.f-400 {
  font-weight: 400;
}

.cool-box::before {
  content: "";
  filter: opacity(0.25);
  position: absolute;
  /*    top: -4px;
    left: -4px;*/
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  background-size: 400%;
  /*    width: calc(100% + 8px);
    height: calc(100% + 8px);*/
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: 0;
  animation: glowing 20s linear infinite;
}

.rounded-pill-left {
  border-radius: 50rem 0 0 50rem;
}

.rounded-pill-right {
  border-radius: 0 50rem 50rem 0;
}

.font-size-bg {
  font-size: 1.25em;
}

.font-size-095 {
  font-size: 0.95em;
}

.font-size-sm {
  font-size: 0.85em;
}

.font-size-smaller {
  font-size: 0.7em;
}

.teaser-value {
  width: 100%;
  text-align: center;
  border: 1px solid var(--indigo-dye);
  border-radius: 3px;
  padding: 0.2em 0.2em;
  background-color: var(--light-gray);
}

.teaser-value span {
  font-size: 1.5em;
  color: var(--electric-indigo);
  font-weight: bold;
}

.teaser-symbol {
  font-size: 4em;
  font-weight: 600;
  line-height: 0;
  margin-top: 0.85em;
}

.bolder {
  font-weight: bold;
  font-size: 1.1em;
}

.img-splash img {
  width: 100%;
  height: 100%;
}

span.trademark {
  font-size: 0.6em;
  vertical-align: top;
}

table.teaser-table {
  width: 100%;
}

table.teaser-table tr th {
  text-align: center;
  border: 1px solid var(--electric-indigo);
  padding: 0.1em 0.5em;
}

table.teaser-table tr:first-child th {
  background-color: var(--electric-indigo);
  color: white;
  text-align: start;
  padding: 0.1em 0.5em;
}

table.teaser-table tr td {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.3em;
  color: var(--electric-indigo);
  border: 1px solid var(--electric-indigo);
}

table.welcome-table tr th {
  text-align: start;
  border: 1px solid var(--indigo-dye);
  padding: 0.1em 0.5em;
  color: var(--indigo-dye);
}

table.welcome-table tr td {
  text-align: center;
  padding: 0.5em 0.1em;
  color: var(--electric-indigo);
  border: 1px solid var(--indigo-dye);
}

.left-pane {
  position: sticky;
  top: 80px;
  height: fit-content;
}

@media (max-width: 400px) {
  .slider-text {
    font-size: 0.65em;
  }

  .brand-name {
    font-size: 0.9em;
  }

  .navbar img {
    height: 1.8rem;
  }

  .teaser-title {
    font-size: 1em;
  }

  .teaser-value {
    padding: 0.2em 0.2em;
  }

  .teaser-value span {
    font-size: 0.85em !important;
  }

  .teaser-symbol {
    line-height: 1;
    font-size: 3em !important;
    margin-top: 0;
  }
}

.box-shadow {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

span.numbered {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

.font-small {
  font-size: 0.8em;
}

.font-smallish {
  font-size: 1em;
}

.line-height-8 {
  line-height: 1.8;
}

.mb-md-c3 {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 2rem !important;
  }
}

.border-2 {
  border-width: 2px;
}

div.ribbon::after {
  content: "Upgrade";
  text-align: center;
  font-size: 0.8em;
  display: block;
  background-color: var(--deep-saffron);
  color: #fff;
  font-weight: bold;
  font-style: italic;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.border-dashed {
  border-style: dashed;
  border-width: 1px;
}

.tcpa-container {
  height: 400px;
  max-height: 400px;
  overflow-y: scroll;
  border: 1px solid var(--control-border);
  border-radius: 0.25rem;
  padding: 0.75em;
}

.tcpa-container.small {
  height: 100px;
  max-height: 100px;
}

.tcpa-container::-webkit-scrollbar {
  width: 7px;
}

.tcpa-container::-webkit-scrollbar-thumb {
  background: var(--control-border);
  border-radius: 0.2rem;
}


.welcome-logo {
  width: 6.5em;
  height: 6.5em;
  overflow: hidden;
}

.welcome-logo img {
  width: auto;
  height: 100%;
}

.welcome-logo.partner {
  width: auto;
  height: 6.5em;
}

.welcome-logo.partner img {
  width: auto;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.auth-content {
  padding-top: 6em;
}

.auth-content.partner {
  padding-top: 4em;
}

div.tooltip div.tooltip-inner {
  background-color: var(--indigo-dye);
}

div.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: var(--indigo-dye);
}

div.grecaptcha-badge {
  bottom: 50px !important;
}

.path-step-card p.header {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.pill-border-light {
  border-color: var(--light-gray-border) !important;
}
