@media only screen and (min-width:1024px) {

  .individual-account-page,
  .insurance-detail-page {
    margin-top: 10rem;
    margin-bottom: 7rem;
  }

  .strategy-detail-page {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }

  .profiles-container {
    margin-bottom: 4rem;
  }

  .individual-account-page .table-responsive,
  .insurance-detail-page .table-responsive,
  .movements-page .table-responsive,
  .adviser-dashboard-page .table-responsive {
    overflow-x: initial;
  }

  .title-type {
    margin-bottom: 0.5rem;
  }

  .movements-page .table tr td {
    padding: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .individual-account-page .table-responsive,
  .insurance-detail-page .table-responsive,
  .strategy-detail-page .table-responsive {
    overflow-x: initial;
  }
}

@media only screen and (max-width:992px) {

  .individual-account-page,
  .insurance-detail-page {
    margin-top: 8rem;
  }

  .strategy-detail-page {
    margin-top: 7rem;
  }

  .profiles-container {
    margin-bottom: 3.5rem;
  }

  .client-name-content {
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
    line-height: 30px;
  }

  .title-type {
    margin-bottom: 0.2rem;
  }

  .title-position {
    margin-bottom: 0;
  }

  .individual-account-page .contact-adviser-container {
    margin-top: 1rem;
  }

  .contact-adviser-content {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }

  /* .movements-page .table tr td {
    padding: 0;
  } */
}

.individual-account-page .alert-info,
.insurance-detail-page .alert-info {
  margin-top: 5rem;
}

.title-contract {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #808892;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.title-type,
.title-position {
  font-family: "Montserrat", sans-serif;
  color: #202952;
}

.title-type {
  font-size: 16px;
  font-weight: 600;
}

.title-position {
  font-size: 20px;
  font-weight: 600;
}

.individual-account-page .table tbody tr:nth-child(even),
.insurance-detail-page .table tbody tr:nth-child(even),
.strategy-detail-page .table tbody tr:nth-child(even) {
  background-color: #F9FBFE;
}

.individual-account-page tbody tr td:first-child,
.movements-page tbody tr td:first-child,
.strategy-detail-page tbody tr td:first-child {
  color: #2A4F96;
  font-size: 14px;
  font-weight: 600;
}

.individual-account-page .table-total-contract {
  text-align: end;
}

.insurance-detail-page .table-total-insurance {
  text-align: center;
}

.individual-account-page .table-total-contract,
.insurance-detail-page .table-total-insurance {
  font-size: 16px;
  color: #0048D2;
}

.individual-account-page table thead tr,
.insurance-detail-page table thead tr,
.movements-page table thead tr,
.strategy-detail-page table thead tr {
  border: none;
  background-color: white;
}

.individual-account-page table thead,
.insurance-detail-page table thead,
.movements-page table thead,
.strategy-detail-page table thead {
  border: none;
  background-color: white;
}

.individual-account-page table,
.insurance-detail-page table,
.movements-page table,
.strategy-detail-page table {
  border: none;
  border-radius: 4px;
  box-shadow: 0 6px 5px 5px rgba(139, 139, 139, 0.1);
}

/* table thead tr:first-child {
  box-shadow: 0 -8px 7px -3px rgba(139, 139, 139, 0.1)
} */

.individual-account-page .table thead th,
.insurance-detail-page .table thead th,
.movements-page .table thead th,
.strategy-detail-page .table thead th {
  padding: 1rem;
  vertical-align: inherit;
  font-weight: 600;
}

.individual-account-page .table tr td:first-child,
.insurance-detail-page .table tr td:first-child,
.movements-page .table tr td:first-child,
.strategy-detail-page .table tr td:first-child {
  color: #2A4F96;
  font-weight: 600;
}

.individual-account-page .table tr td,
.insurance-detail-page .table tr td,
.strategy-detail-page .table tr td {
  padding: 1rem;
  border: none;
  vertical-align: inherit;
  font-size: 14px;
  color: #808892;
}

.movements-page .table tr td {
  border: none;
  vertical-align: inherit;
  font-size: 14px;
  color: #808892;
}

.individual-account-page .table thead tr,
.insurance-detail-page .table thead tr,
.movements-page .table thead tr,
.strategy-detail-page .table thead tr {
  height: 92px;
}

.movements-page .table thead tr,
.strategy-detail-page .table thead tr {
  border-bottom: 1px solid #D6D8DF;
}

.individual-account-page .table tbody tr,
.insurance-detail-page .table tbody tr,
.movements-page .table tbody tr,
.strategy-detail-page .table tbody tr {
  height: 68px;
}

.individual-account-page .table td,
.individual-account-page .table th,
.insurance-detail-page .table td,
.insurance-detail-page .table th,
.movements-page .table td,
.movements-page .table th,
.strategy-detail-page .table td,
.strategy-detail-page .table th {
  text-align: center;
}

.individual-account-page .page-item.active .page-link,
.insurance-detail-page .page-item.active .page-link,
.movements-page .page-item.active .page-link,
.adviser-dashboard-page .page-item.active .page-link,
.adviser-home-page .page-item.active .page-link {
  color: white;
  background-color: #0048D2;
  border-color: #0048D2;
  border-radius: 50px;
  padding: 0.15rem 0.5rem;
}

.individual-account-page .page-item.active .page-link:hover,
.insurance-detail-page .page-item.active .page-link:hover,
.movements-page .page-item.active .page-link:hover,
.adviser-dashboard-page .page-item.active .page-link:hover,
.adviser-home-page .page-item.active .page-link:hover {
  font-weight: 500;
}

.individual-account-page .page-link:focus,
.insurance-detail-page .page-link:focus,
.movements-page .page-link:focus,
.adviser-dashboard-page .page-link:focus,
.adviser-home-page .page-link:focus {
  box-shadow: none;
}

.individual-account-page .page-link,
.insurance-detail-page .page-link,
.movements-page .page-link,
.adviser-dashboard-page .page-link,
.adviser-home-page .page-link {
  color: black;
  font-size: 16px;
  border: none;
  padding: 0.15rem 0.5rem
}

.individual-account-page .page-link:hover,
.insurance-detail-page .page-link:hover,
.movements-page .page-link:hover,
.adviser-dashboard-page .page-link:hover,
.adviser-home-page .page-link:hover {
  background-color: transparent;
  color: #0048D2;
  font-weight: 700;
  font-size: 16px;
}

.strategy-detail-page .go-back-link {
  color: #202952;
  font-size: 14px;
  cursor: pointer;
}

.strategy-detail-page .go-back-link:hover {
  text-decoration: underline;
}

.insurance-detail-page .position-table.click:first-child,
.individual-account-page .position-table.click:first-child {
  border-top: 1px solid #D6D8DF
}

.insurance-detail-page .position-table.click:hover,
.individual-account-page .position-table.click:hover {
  border: 0.5px solid #0048D2;
  cursor: pointer;

}

.insurance-detail-page .position-table.click i,
.individual-account-page .position-table.click i {
  color: #0048D2;
  width: 20px;
}

.insurance-detail-page .icon-container,
.individual-account-page .icon-container {
  width: 20px;
}

@media screen and (max-width: 1024px) {

  .individual-account-page .table tr td,
  .insurance-detail-page .table tr td {
    font-size: 13px;
  }
}