/* REACT PROJECT CLASSES */
.disable-container {
  opacity: 0.5;
  pointer-events: none;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.card-helpers {
  row-gap: 24px;
}

.card-helpers .card {
  margin: 0;
  height: 100%;
}

.card-helpers .card-body {
  padding: 0.75rem 1.5rem;
}

.card-helpers .card-body p {
  margin: 0;
}

.fakeLinkInsideSidebar {
  color: #c8cdd8;
  display: block;
  padding: 12px 20px;
  position: relative;
  transition: all 0.4s;
  font-family: "Cerebri Sans,sans-serif";
  font-size: 0.95rem;
  background: transparent;
  border: unset;
}

.fakeLinkInsideSidebar > i {
  display: inline-block;
  line-height: 1.0625rem;
  margin: 0 10px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  font-size: 18px;
}

.fakeLinkInsideSidebar > span {
  vertical-align: middle;
}

.plans-helpers {
}

.plans-container {
  display: flex;

  flex: 0 0 100%;
  max-width: 100%;
  column-gap: 8px;
  margin: 10px;
}

.card-plan {
  display: flex;
  align-items: center;
  border: 2px solid #5f5f63;
  border-radius: 4px;

  padding: 0px 30px;
}

.card-plan.selected {
  background: #38414A;
  color: white;
}

.card-plan-content {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}

.card-plan-radio {
  width: 25px;
  height: 25px;

  background: white;
  color: #6d83ad;
  margin-right: 20px;
  border-color: rgba(0, 0, 0, 0.25);
}

.plan-year {
  max-width: 310px;
  min-height: 115px;
}

.plan-month {
  max-width: 234px;
  min-height: 115px;
}

.plan-title {
  display: flex;
  flex-direction: column;

  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  margin: auto 0;
}

.plan-value {
  font-weight: 700;
  font-size: 20px;

  margin-top: 5px;
}

.plan-value > span {
  font-weight: 700;
  font-size: 14px;
}

.plan-description {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;

  margin: 5px auto 0 auto;
}
