/**
 * @file    Sistema Venda CasaSoft®
 * @author  CasaSoft® Desenvolvimento de Sistemas Ltda <http://www.casasoft.net.br>
 * @version 1.0
 *
 * @section DESCRIPTION
 *
 * css styles for sistema venda casasoft®
 *
 * @section LICENSE
 *
 * Todos os direitos reservados
 * CasaSoft® Desenvolvimento de Sistemas Ltda
 */



/* ==========================================================================
   = breakpoint full ( 100% - 1680px )
   ========================================================================== */


/* chart */

/* .main__chart-box {
    height: 440px;
    padding: 35px;
} */

.main__chart {
    width: 100% !important;
}



/* ==========================================================================
   = breakpoint desktop ( 1680px - 1366px )
   ========================================================================== */


@media (max-width: 1680px) {
}



/* ==========================================================================
   = breakpoint desktop ( 1366px - 1024px )
   ========================================================================== */


@media (max-width: 1366px) {
}



/* ==========================================================================
   = breakpoint tablet ( 1024px - 768px )
   ========================================================================== */


@media screen and (max-width: 1024px) {
}



/* ==========================================================================
   = breakpoint mobile ( 768px - 512px )
   ========================================================================== */


@media screen and (max-width: 768px) {
}



/* ==========================================================================
   = breakpoint mobile ( 512px - 0px )
   ========================================================================== */


@media screen and (max-width: 512px) {
}