.dashboard_div_0
{
    display: flex;
}
.dashboard_div_1
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 10px;
    border: 0;
    width: calc(30% - 30px);
    height: calc(100% - 30px);
    display: block;
}
.dashboard_div_2
{
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    border: 0;
    width: 70%;
    height: 30%;
}
.dashboard_div_3
{
    position: absolute;
    right: 0;
    top: calc(30% + 20px);
    padding: 0;
    margin: 10px;
    border: 0;
    width: 70%;
    height: calc(70% - 50px);
    
}

/*@media all and (max-width: 1050px)
{
    .dashboard_div_1
    {
        display: none;
    }
    .dashboard_div_2
    {
        width: calc(100% - 20px);
    }
    .dashboard_div_3
    {
        width: calc(100% - 20px);
    }
}*/

@media all and (max-width: 1299px)
{
    .dashboard_div_1
    { 
       display: none;
    }
    .dashboard_div_2
    {
        display: none;
    }
    .dashboard_div_3
    {
        width: calc(100% - 20px);
        top: 0;
        height: 100%;
    }
}