.card__content {
  padding: 2em;
  background-color: white;
  min-height: 100vh;
  margin: 0 auto; }
  .card__content .financials-header {
    display: flex;
    justify-items: center;
    justify-content: right;
    align-items: center;
    align-content: center;
    width: 80%;
    margin: 0 auto; }
    .card__content .financials-header .show-dialog {
      font-size: 1em;
      background-color: #ca1e6621;
      padding: 0.5em;
      margin-right: 0.5em;
      position: relative; }
      .card__content .financials-header .show-dialog .financials-close-button {
        color: #ca1e66;
        font-weight: 600;
        font-size: 2em;
        position: absolute;
        bottom: 1px;
        right: 5px;
        transform: rotateZ(45deg);
        cursor: pointer; }
      .card__content .financials-header .show-dialog .financials-title-link {
        text-decoration: underline;
        margin-right: 2em; }
    .card__content .financials-header svg {
      margin: 0 0.5em;
      cursor: pointer; }

.financials-title {
  color: #ca1e66;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 1em;
  text-align: center; }

.financials-select-title {
  text-align: center;
  margin-top: 1em;
  font-weight: 600; }

.horizontal-line {
  height: 1px;
  width: 95%;
  background-color: #1f1f214d;
  margin: 1em auto 0; }

.select-company {
  font-size: 1.2em;
  margin: 2em auto;
  width: 339px;
  height: 44px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 13px 0 #00000026;
  padding: 0.4em; }

.financials-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center; }
  .financials-container .financials-edit-delete {
    display: flex;
    justify-content: center;
    align-items: center; }
    .financials-container .financials-edit-delete .financials-edit-content,
    .financials-container .financials-edit-delete .financials-delete-content {
      position: relative; }
      .financials-container .financials-edit-delete .financials-edit-content .financials-edit-tooltip,
      .financials-container .financials-edit-delete .financials-edit-content .financials-delete-tooltip,
      .financials-container .financials-edit-delete .financials-delete-content .financials-edit-tooltip,
      .financials-container .financials-edit-delete .financials-delete-content .financials-delete-tooltip {
        visibility: hidden;
        position: absolute;
        top: -50px;
        display: block;
        background-color: black;
        color: white;
        width: 10em;
        text-align: center;
        padding: 15px 7px;
        border-radius: 10px; }
        .financials-container .financials-edit-delete .financials-edit-content .financials-edit-tooltip::after,
        .financials-container .financials-edit-delete .financials-edit-content .financials-delete-tooltip::after,
        .financials-container .financials-edit-delete .financials-delete-content .financials-edit-tooltip::after,
        .financials-container .financials-edit-delete .financials-delete-content .financials-delete-tooltip::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 25px;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: black transparent transparent transparent; }
      .financials-container .financials-edit-delete .financials-edit-content:hover .financials-edit-tooltip,
      .financials-container .financials-edit-delete .financials-delete-content:hover .financials-edit-tooltip {
        visibility: visible; }
      .financials-container .financials-edit-delete .financials-edit-content:hover .financials-delete-tooltip,
      .financials-container .financials-edit-delete .financials-delete-content:hover .financials-delete-tooltip {
        visibility: visible; }
    .financials-container .financials-edit-delete .financials-delete-button,
    .financials-container .financials-edit-delete .financials-edit-button {
      background-color: transparent; }
      .financials-container .financials-edit-delete .financials-delete-button:hover,
      .financials-container .financials-edit-delete .financials-edit-button:hover {
        cursor: pointer; }

.card {
  cursor: default; }

.financials-month-content {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .financials-month-content input {
    margin-right: 1em; }

.financials-month-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#financials-body {
  width: 876px;
  margin-left: auto;
  margin: 0 auto; }

.bpage {
  width: 100%; }

.financials-list-buttons {
  list-style-type: none;
  display: flex;
  justify-content: center; }
  .financials-list-buttons .money-multiplier-button {
    width: 200px;
    height: 200px; }
  .financials-list-buttons .money-for-growth-button {
    width: 200px;
    height: 200px; }
  .financials-list-buttons .cash-flow-analysis-button {
    width: 200px;
    height: 200px; }

* {
  margin: 0;
  padding: 0; }

#content {
  margin-left: 320px; }
