body {
    background-color: #f9fbfd;
}

.text-blue {
    color: #3490dc;
}

.text-klipter {color: #1d77be;}
.bg-klipter {background-color: #1d77be !important;}
.fw-500 {font-weight: 500;}

.custom-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    transition: all .15s ease-in-out;
}
.card-title {
    color: #1d77be;
    font-weight: bold;
}
.card-primary {
    border-top: 3px solid #3490dc !important;
}

.btn-primary {
    background-color: #3490dc;
    border-color: #3490dc;
}

.custom-card-title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-card-hr {
    margin: 0;
}

.form-multiselect .btn-group {
    height: 38px;
    min-width: 150px;
}

#cardDashboard {
    max-height: 90vh;
    overflow: auto;
    position: relative;
}

.cursor-pointer{
    cursor: pointer;
}

.chart-container {
    position: relative;
    height: 50vh;
    width: 100%;
    margin: auto;
}

body[data-esg-mode="1"] .bg-klipter {
    background-color: #095564 !important;
}
body[data-esg-mode="1"] .card-primary {
    border-top-color: #40b3b4 !important;
}
body[data-esg-mode="1"] .bg-primary {
    background-color: #40b3b4 !important;
}
@media screen and (min-width: 768px) {
    .chart-container {
        height: 60vh;
    }
}

body[data-risk-mode="1"] .bg-klipter {
    background-color: #095564 !important;
}
body[data-risk-mode="1"] .card-primary {
    border-top-color: #40b3b4 !important;
}
body[data-risk-mode="1"] .bg-primary {
    background-color: #40b3b4 !important;
}