﻿#frmReport .flex-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#frmReport #title {
    font-size: 30px;
}
@media (max-width:481px) {
    #frmReport #title {
        font-size: 25px;
    }
}

@media (max-width:430px) {
    #frmReport #title2 {
        display: none;
    }
}

#frmReport button {
    font-weight: bold;
    height: 35px !important;
    min-width: 145px;
}

#frmReport #btnXemBaoCao {
    background-color: #f6821f;
}

#frmReport #btnXemBaoCaoChart {
    background-color: #666;
    margin-top: 5px;
    color: #f6821f;
}