.switch {
    display: inline-block;
    height: 15px;
    position: relative;
    top: 38px;
    width: 36px;
}

.switch input {
    display: none;
}

.slider {
    background-color: rgba(0, 0, 0, .38);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    transition: .4s;
}

.slider:before {
    background-color: #e9e3e3;
    bottom: -3px;
    content: "";
    height: 21px;
    left: -1px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

input:checked+.slider {
    background-color: rgba(0, 150, 136, .5);
}

input:checked+.slider:before {
    transform: translateX(20px);
    background-color: #009688;
}

.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider-text {
    position: relative;
    top: 28px;
    left: 6px;
}

.chart-footer {
    text-align: left;
    padding: 0!important;
    border: none!important;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin: 0!important;
}

.fa-camera {
    color: teal!important;
    font-size: 18px;
}

.header-row {
    padding: 0px 1px 0px 2px;
    background: #fff;
    margin: 0px;
}

.header-text {
    padding-top: 6px
}

.chart-image {
    padding: 7px 0px 2px;
}

[data-title] {
    position: relative;
    text-transform: initial;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -28px;
    right: -50px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
}

[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 6px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #000;
}

.chart-height {
    max-height: 600px;
}

#capital-ratio {
    min-height: 600px;
}

#capital-adequacy,
#profitability,
#liquidity {
    height: 450px;
}


/*  .kt-container .row{
    margin-bottom: 10px;
  }*/

.bank-table tbody tr :first-child {
    font-weight: 500;
}

.bank-table tbody tr>:nth-child(2) {
    font-weight: 300;
}

.icon-minmax {
    font-size: 16px;
    cursor: pointer;
}

.minmax {
    position: fixed;
    width: 100%;
    height: 97%;
    z-index: 9999;
    max-width: 100%;
    top: -7px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
}

.body {
    overflow: hidden;
}

.caret-icon {
    position: absolute;
    right: 6px;
    top: 11px;
}

.container-cb {
    padding-left: 10px!important;
    padding-right: 10px!important;
}