.mat-tab-body-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    transition: height .5s cubic-bezier(.35, 0, .25, 1);
}

.mat-tab-body-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

div.fm-legend {
    text-align: left!important;
    flex-grow: 1;
    justify-content: flex-start;
    padding-left: 14px;
    font-size: 12px;
    font-weight: 300;
}

.contentColumnContainer,
.contentRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

div.fm-short {
    height: 80px;
}

div.fm-wide {
    width: 440px;
}

div.fm {
    border: 1px solid rgba(194, 24, 91, .15);
    padding: 12px;
    margin: 10px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
}

div.fm-side {
    flex-grow: 1;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

div.fm-answer {
    font-size: 16px;
    font-weight: 500;
}

div.fm-caption {
    font-size: 12px;
    font-weight: 300;
    color: #c2185b;
}

div.fm-sign {
    width: 20px;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

div.fm-op {
    padding: 2px;
}

hr.fm-line {
    width: 75%;
    border: 0;
    height: 2px;
    background-color: #000;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.card {
    /* margin: 12px;*/
    text-align: center;
    flex: 1 1 100%;
    padding: 0;
    color: rgba(0, 0, 0, .87);
    box-shadow: 0 3px 1px -3px rgba(0, 0, 0, .17), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.card-main {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: relative;
    /* padding: 24px;*/
    border-radius: 2px;
}

.bgWhite {
    background-color: #fdf1f1!important;
    display: flex;
    flex-direction: row;
    /*padding: 29px;*/
    display: flex;
    justify-content: space-between;
    border-bottom-width: 0px;
}

.fa-camera {
    color: teal!important;
    font-size: 18px;
}

#chart-container1 {
    min-height: 600px;
}

.table-row {
    margin-left: 5px;
}

.definition-link {
    text-decoration: none;
    color: teal;
}

.definition-link:hover {
    text-decoration: none;
    color: teal;
}


/* tbody tr>:nth-child(2) {
    font-weight: 500;
} */

#example3 tbody tr>:nth-child(2) {
    font-weight: 400 !important;
}

#example3 tbody tr>:nth-child(1) {
    font-weight: 600 !important;
}

.table-select {
    margin-left: 5px;
}

#capital-buffer-ratio {
    min-height: 450px;
}


/* .chart-second{
    max-width: 770px!important;
  }*/


/*.table-second{
    max-width: 770px!important;
  }*/

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}