.eadmin-notiframe {
    background-color:black !important;
}
.eadmin-iframe {
    background-color:transparent !important;
    padding-right:20px !important;
}
* ::-webkit-scrollbar{
    width:11px;
}
* ::-webkit-scrollbar-track{
    background:rgba(255,255,255,0.1) !important;
}
* ::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,0.5) !important;
}
.chartLoading {
    display:flex;
    align-items:center;
    justify-content:center;
    height:300px;
}

