#dashboard {
	padding-left: 300px;
}

#dashboard nav:not(.rdt_Pagination) { 
    display: none !important;
}

#dashboard main { 
    padding-top: 2rem;
    height: 100vh;
    overflow: auto;
}

@media only screen and (max-width: 992px) {
	#dashboard {
		padding-left: 0;
	}
	.chart .col.s6 {
		width: 100% !important;
	}

    #dashboard nav { 
        display: block !important;
    }

    #dashboard main#dashboard-content { 
        padding-top: 5rem;
    }
}

#dashboard .text-black {
	color: black
}

.table-actions > button.waves-effect {
    overflow: unset;
}

.rdt_Pagination select {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.rdt_Pagination svg {
    top: 4px !important;
}

main#dashboard-content .header-no-space {
    margin: 0;
}