.l6NcX0Lc_chart_root {
    display: flex;
    align-items: center;
    justify-content: center;
}


.l6NcX0Lc_loader_div {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
}

.l6NcX0Lc_loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #2c3e50;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: l6NcX0Lc_loader-rotation 1s linear infinite;
}
  
@keyframes l6NcX0Lc_loader-rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 


.l6NcX0Lc_error_div {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: red;
}

.dck-cl6m3-hide {
    display: none !important;
}

/* ===================== paginate button ================= */

.l6NcX0Lc_chart_paginate {
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}

.l6NcX0Lc_chart_paginate > button {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    transform: scale(0.6);
    transition: all 0.2s;
}

.l6NcX0Lc_chart_paginate > button:hover {
    transform: translateY(-1px) scale(0.7);
}

.l6NcX0Lc_chart_paginate > button:disabled {
    cursor: default;
}

.l6NcX0Lc_chart_paginate > button:disabled svg {
    fill: #999999 !important;
    opacity: 0.6;
}

.l6NcX0Lc_chart_paginate .l6NcX0Lc_chart-paginate-page-index {
    font-size: 15px;
    transform: translateY(-2px);
}
