.columbus-blue-font {
  color: #2A4F96 !important;
}

@media only screen and (min-width:1024px) {
  .dashboard-page {
    margin-top: 5rem;
    margin-bottom: 6rem;
    min-height: 600px;
  }

  .dashboard-page .button-for-adviser {
    cursor: pointer;
    font-size: 15px;
  }

  .dashboard-page .container,
  .documents-page .container,
  .movements-page .container,
  .client-profile-page .container,
  .insurance-detail-page .container,
  .individual-account-page .container,
  .strategy-detail-page .container {
    max-width: initial;
    padding: 0;
  }

  .summary-container {
    border: 0.5px solid #EAEBEF;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 15px 14px 4px 0 rgba(152, 153, 154, 0.1);
  }

  .summary-container .previous-value,
  .summary-container .negative-value,
  .summary-container .positive-value {
    font-size: 16px;
  }

  .line-graph-container {
    border: 0.5px solid #EAEBEF;
    border-radius: 0 4px 4px 0;
    box-shadow: 12px 17px 4px -4px rgba(152, 153, 154, 0.1);
    border-left: none;
    background-color: white;
  }

  .title-section {
    font-size: 20px;
    font-weight: bold;
  }

  .contracts-container {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }

  .strategies-container {
    margin-bottom: 2rem;
  }

  .dashboard-page .table tr td {
    font-size: 16px;
  }

  .dashboard-page .table tr td:last-child {
    height: 80px;
  }

  .dashboard-page .table tr td:nth-child(4) {
    padding: 1rem 1rem 1rem 0;
  }

  .dashboard-page .table thead .contract-titles-container th:last-child {
    width: 24rem;
  }

  .dashboard-page .table thead th:last-child {
    width: 22rem;
  }

  .dashboard-page .table thead .contract-titles-container th:last-child {
    padding: 1rem 1rem 1rem 0;
  }

  .dashboard-page .table-responsive {
    overflow-x: initial;
  }

  .dashboard-page .table tbody tr {
    height: 80px;
  }

  .dashboard-page table .contract-card:hover td {
    border: 0.5px solid #0048D2;
    box-shadow: 0 9px 0px 0 rgba(152, 153, 154, 0.1);
    cursor: pointer;
  }

  .dashboard-page table .contract-card:hover td:first-child,
  .dashboard-page table .contract-card:hover td:nth-child(2),
  .dashboard-page table .contract-card:hover td:nth-child(3) {
    border-right: none;
  }

  .dashboard-page table .contract-card:hover td:nth-child(2),
  .dashboard-page table .contract-card:hover td:nth-child(3),
  .dashboard-page table .contract-card:hover td:nth-child(4) {
    border-left: none;
  }

  .container-last-cell i {
    font-size: 14px;
    color: #0048D2;
    padding-left: 1rem;
  }

  .td-mobile {
    display: none !important;
  }

  .table-percentage {
    padding-right: 0.5rem;
  }

  .progress-contracts,
  .progress-strategy {
    height: 0.7rem !important;
  }

  .table-percentage {
    font-size: 16px;
  }

  .title-table {
    color: #2A4F96;
    font-size: 14px;
  }

  #myChart {
    width: 610px !important;
    height: 280px !important;
  }

  #doughnutDiversificationCurrency,
  #doughnutDiversificationAsset {
    margin-top: 1rem;
  }

  /* #myDoughnut {
    height: 271px;
    width: 554px;
  } */
  /* canvas {
    width: 700;
    height: 900;
  } */

  .doughnut-graph-container,
  .doughnut-asset-container {
    padding: 2rem;
    border: 0.5px solid #EAEBEF;
    border-radius: 4px 0 0 4px;
    box-shadow: 15px 14px 4px 0 rgba(152, 153, 154, 0.1);
    border-right: none;
  }

  .doughnut-currency-container {
    padding: 2rem;
    border: 0.5px solid #EAEBEF;
    border-radius: 0 4px 4px 0;
    box-shadow: 12px 17px 4px -4px rgba(152, 153, 154, 0.1);
    background-color: white;
    border-left: none;
  }

  .doughnut-diversification-title {
    font-size: 16px;
    margin-top: 1rem;
  }

  .doughnut-currency-content {
    display: flex
  }

  .container-all-bar {
    border-radius: 0 4px 4px 0;
    box-shadow: 12px 17px 4px -4px rgba(152, 153, 154, 0.1);
    border-left: none;
    background-color: white;
  }

  .contact-adviser-container {
    margin-top: 4rem;
  }

  .contact-adviser-content {
    font-size: 14px;
    border: 0.5px solid #0048D2;
    border-radius: 24px 0 0 24px;
    padding: 0.8rem 2rem;
    border-right: 0;
  }

  .button-contact-adviser:hover {
    /* text-decoration: none; */
    color: white;
  }

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

  .container-last-cell {
    display: flex;
    align-items: center;
  }

  .contact-adviser-content img {
    padding-right: 0.5rem;
  }

  .dashboard-page table .strategies-table.click .progress-strategy-container {
    padding: 1rem 1rem 1rem 0;
  }

  .dashboard-page .strategies-table.click:hover td {
    border: 0.5px solid #0048D2;
    box-shadow: 0 9px 0px 0 rgba(152, 153, 154, 0.1);
    cursor: pointer;
  }

}

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

  .dashboard-page .container,
  .movements-page .container,
  .client-profile-page .container,
  .insurance-detail-page .container,
  .individual-account-page .container,
  .strategy-detail-page .container {
    max-width: 1400px;
  }

  .documents-page .container {
    max-width: 1700px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  #myChart {
    width: 542px !important
  }

  .dashboard-page .container,
  .documents-page .container,
  .movements-page .container,
  .client-profile-page .container,
  .insurance-detail-page .container,
  .individual-account-page .container {
    max-width: initial;
    padding: 0;
  }

  .dashboard-page .table thead th:last-child {
    width: 19rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #myChart {
    height: 280px !important;
    width: 606px !important;
  }

  .dashboard-page .table-responsive {
    overflow-x: initial;
  }

  .dashboard-page .table thead th:first-child {
    width: 7rem;
  }

  .dashboard-page .table thead th:nth-child(2) {
    width: 10rem;
  }

  .contact-adviser-container {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 528px) {
  #myChart {
    height: 154px !important;
    width: 300px !important;
  }

  .dashboard-page .container,
  .documents-page .container,
  .movements-page .container,
  .client-profile-page .container,
  .insurance-detail-page .container,
  .individual-account-page .container {
    max-width: initial;
  }

  .contact-adviser-container {
    margin-top: 2rem;
  }
}

@media only screen and (max-width:992px) {
  .dashboard-page {
    margin-top: 4.5rem;
    min-height: 600px;
  }

  .dashboard-page .container,
  .documents-page .container,
  .movements-page .container,
  .client-profile-page .container,
  .insurance-detail-page .container,
  .individual-account-page .container {
    max-width: initial;
    padding: 0;
  }

  .dashboard-page .button-for-adviser {
    font-size: 13px;
  }

  .summary-container .previous-value,
  .summary-container .negative-value,
  .summary-container .positive-value {
    font-size: 14px;
  }


  .title-section {
    margin-bottom: 1rem;
    font-weight: 900;
  }

  .table-percentage {
    font-size: 12px;
  }

  .dashboard-page .row {
    background-color: white;
  }

  .line-graph-container {
    border-bottom: 0.5px solid #EAEBEF;
    border-radius: 0 4px 4px 0;
  }

  .progress-contracts,
  .progress-strategy {
    height: 0.5rem !important;
  }

  .contracts-container {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .strategies-container {
    margin-bottom: 1rem;
  }

  .table-percentage {
    padding-right: 10rem;
    font-size: 14px;
  }

  .dashboard-page .table tr td {
    font-size: 14px;
  }

  .dashboard-page .table tbody tr,
  .dashboard-page .table tr td:last-child {
    height: 60px;
  }


  .container-last-cell i {
    display: none;
  }

  .dashboard-page .fa-chevron-right {
    color: #0048D2;
  }

  #myDoughnut {
    height: 180px !important;
    width: 262px !important;
  }

  #doughnutDiversificationAsset,
  #doughnutDiversificationCurrency {
    margin-top: 2rem;
    height: 195px !important;
    width: 350px !important;
  }

  .container-summary-section:first-child {
    border-top: 0.5px solid #EAEBEF;
    border-radius: 0 4px 4px 0;
  }

  .doughnut-graph-container,
  .doughnut-asset-container {
    border: 0.5px solid #EAEBEF;
    border-right: none;
    display: flex;
    justify-content: center;
    padding: 1rem 0 1rem 0;
  }

  .doughnut-currency-container {
    border: 0.5px solid #EAEBEF;
    display: flex;
    justify-content: center;
    padding: 1rem 0 1rem 0;
  }

  .doughnut-diversification-title {
    font-size: 16px;
    margin-top: 1rem;
  }

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

  .contact-adviser-content img {
    padding-right: 0.5rem;
    padding-top: 0.1rem;
  }

  .dashboard-page .title-table {
    display: none;
  }

  .dashboard-page .table tbody td:nth-child(3),
  .dashboard-page .table tbody td:nth-child(4),
  .dashboard-page .table tbody .strategies-table td:nth-child(5),
  .dashboard-page .total-table {
    display: none;
  }
}


.dashboard-page .alert-info {
  margin-top: 5rem;
}

.dashboard-page .button-for-adviser {
  background-color: #0048D2;
  border-color: #0048D2;
}

.dashboard-page .strategies-table.click {
  cursor: pointer;
}

.dashboard-page table .strategies-table.click td:first-child,
.dashboard-page table .strategies-table.click td:nth-child(2),
.dashboard-page table .strategies-table.click td:nth-child(3),
.dashboard-page table .strategies-table.click td:nth-child(4) {
  border-right: none;
}

.dashboard-page table .strategies-table.click td:nth-child(2),
.dashboard-page table .strategies-table.click td:nth-child(3),
.dashboard-page table .strategies-table.click td:nth-child(4),
.dashboard-page table .strategies-table.click td:nth-child(5) {
  border-left: none;
}

.dashboard-page .table thead th {
  padding: 1rem;
  vertical-align: inherit;
  font-weight: 600;
}

.dashboard-page .table thead tr,
.dashboard-page .table,
.table thead tr th {
  border: none;
  background-color: white;
}

.dashboard-page .table tr td {
  padding: 1rem;
  border: none;
  vertical-align: inherit;
  font-weight: 600;
}


.dashboard-page .table thead tr {
  padding: 1rem;
  border: none;
}

.dashboard-page .table tbody tr {
  padding: 1rem;
  border: 0.5px solid #D6D8DF;
  border-radius: 0 4px 4px 0;
  margin-bottom: 2rem;
}

.dashboard-page table tbody tr td:first-child {
  color: #0048D2;
}

.dashboard-page table tbody tr:last-child {
  border: 0.5px solid #D6D8DF;
}

.dashboard-page table tbody tr:nth-child(even) {
  background-color: white;
}

.dashboard-page table tbody .total-table td {
  color: #2A4F96;
  font-size: 14px;
  padding-top: 0 !important;
}

.dashboard-page table tbody .total-table,
.dashboard-page table tbody .total-table tr:last-child {
  border: none !important;
}

.title-alias {
  color: #808892;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.client-name-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #202952;
  font-weight: bold;
}

.summary-container {
  padding: 0;
  border-bottom: none;
}

.container-summary-section {
  border-bottom: 0.5px solid #EAEBEF;
  border-radius: 4px 0 0 0;
}

.summary-container .section-name {
  margin-bottom: 0;
  font-size: 12px;
  color: #000000;
}

.summary-container .current-value {
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #0048D2;
  margin-bottom: 0.5rem;
}

.summary-container .previous-value {
  color: #818181;
}

.summary-container .negative-value {
  color: #F27676;
}

.summary-container .positive-value {
  color: #99D094;
}

.line-graph-container {
  max-height: 70vh;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-all-bar {
  border: 0.5px solid #EAEBEF;
}


.bar-progress-and-title-container {
  margin-bottom: 1.5rem;
}

.bar-progress-container :last-child {
  margin-bottom: 0;
}

.bar-progress-container {
  width: 100%
}

.bar-progress-and-title-container p {
  margin-bottom: 0.3rem;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}

.bar-progress-and-title-container span {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  font-size: 14px;
  font-weight: bold;
}

.progress-contracts,
.progress-strategy {
  background-color: #F4F6F9;
  border-radius: 3rem;
  width: 100%;
}

.table-percentage {
  display: flex;
  align-items: center;
  color: #000000;
}

.title-blue {
  color: #0048D2;
}

.total-balance,
.total-percentage {
  color: #2A4F96;
  font-size: 14px;
}

.progress-bar-contracts,
.progress-bar-strategy {
  border-radius: 3rem;
  background-color: #2A4F96
}

.progress-contract-detail {
  background-color: transparent;
  width: 100%;
}

.progress-bar-contract-detail {
  border-radius: 0 3rem 3rem 0;
  background-color: #2A4F96
}

.doughnut-diversification-title {
  font-size: 16px;
  text-align: center;
  margin-top: 1rem;
  position: absolute;
  color: #2A4F96;
  top: 0;
}

.contact-adviser-content {
  font-size: 14px;
  border: 0.5px solid #0048D2;
  border-radius: 24px 0 0 24px;
  border-right: 0;
}

.button-contact-adviser,
.button-contact-adviser-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  right: 1.2rem;
  background-color: #0048D2;
  border-radius: 24px;
  border-color: #0048D2;
  color: white;
}

.button-contact-adviser-mobile {
  width: 40px;
  height: 2.4rem;
  right: 1.5rem;
}

/* .alias-container {
  padding: 1rem;
} */
.dashboard-page .currency-title {
  font-size: 14px;
  color: #000000;
}

.dashboard-page .swiper-slide p {
  font-size: 14px;
  color: #000000;
}

.dashboard-page .swiper-slide .transaction-name {
  color: #2A4F96;
  font-weight: 600;
}

.dashboard-page .swiper-slide .currency-name {
  font-weight: bold;
}

.dashboard-page .swiper-container {
  width: 100%;
  height: 100%;
  border: 1px solid #D6D8DF;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.dashboard-page .swiper-slide p {
  background-color: transparent;
  margin-bottom: 0;
}

.dashboard-page .swiper-slide .negative-percentage {
  background-color: #ffe1e1;
  font-weight: 600;
}

.dashboard-page .swiper-slide .positive-percentage {

  background-color: #9cf4dc;
  font-weight: 600;
}
@media(min-width: 992px) and (max-width: 1435px) {
  .dashboard-page .swiper-slide p {
    font-size: 12px;
  }
}

@media(min-width: 320px) and (max-width: 991px) {
  .dashboard-page .swiper-slide p {
    font-size: 12px;
    width: 100%;
  }
}
