/* .bk-root > .bk > .bk:nth-child(1), 
.bk-root > .bk > .bk:nth-child(3) {
    display: none !important;
} */

/*Main Chart*/
/* .bk-root > .bk > .bk:nth-child(2) {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
} */

/*Mobile devices*/
@media (min-width: 320px) and (max-width: 480px) {
    
}
/*iPads, Tablets*/
@media (min-width: 481px) and (max-width: 768px) {
    
}
/*Small screens, laptops*/
@media (min-width: 769px) and (max-width: 1024px) {
    
}
/*Small screens, laptops*/
@media (min-width: 1025px) {
    /* .bk-root > .bk > .bk:nth-child(2) {
        width: 1025px !important;
        height: 1025px !important;
    } */
}

