@import url('https://fonts.googleapis.com/css?family=Poppins');

.sustainability-table-text {
    font-size: .813rem;
    line-height: 2.1;
}

.sustainability-filter-heading {
    min-height: 55px;
}

p.sustainability-filter {
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 600;
}

h1.sustainability-heading {
    font-size: 2.25rem !important;
    font-weight: 600 !important;
}

.form-select-sustainability {
    width: 192px !important;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #5d0e8b;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 60px 12px 15px;
    /* border: 1px solid #5d0e8b; */
    border-radius: 6px;
    font-size: 0.875rem;
    position: relative;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'10'%20height%3D'7'%20viewBox%3D'0%200%2010%207'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M1%201L5%205L9%201'%20stroke%3D'rgba(255%2C255%2C255%2C0.6)'%20stroke-width%3D'1.5'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-select-sustainability:focus {
    /* border-color: #5d0e8b;
    outline: none; */
    /* border: 1px solid #5d0e8b; */
    box-shadow: 0 0 0 2px rgba(93, 14, 139, 0.2);
}

.form-select-sustainability option {
    background-color: #ffffff;
    color: #000000;
    border-radius: 0px 0px 4px 4px !important;
    border: none !important;
}

.chart-container {
    position: relative;
    min-height: 300px;
    width: 100%;
    margin-bottom: 20px;

}
@media (max-width: 768px) {
.chart-container {
    margin-bottom: 0px;
    padding-bottom: 0px !important;

}
.sustainability-table {
     padding-top: 2rem !important;
}
}
#cashFlowChart,
#performanceChart,
#positionChart {
    width: 100% !important;
    height: 200px !important;
    display: block;
    /* background-color: #fff !important;
    box-shadow: 0px 3px 5px -5px #212121 !important;
    padding: 0; */
}

.chart-box {
    background-color: #fff !important;
    box-shadow: 0px 1.59px 6.17px -1.19px rgba(0, 0, 0, 0.15) !important;
    padding: 8px;
    border-radius: 8px;
}

canvas {
    transition: opacity 0.3s ease;
}

/* .form-select-sustainability {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
} */

.chart-container.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(93, 14, 139, 0.2);
    border-top-color: rgba(93, 14, 139, 0.8);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.sustability-icon-height {
    min-height: 38px;
}