@media only screen and (min-width: 320px) and (max-width: 480px) {
    .dashboard-box {
        background-color: rgb(255 255 255 / 83%);
        margin-top: 15px !important;
    }

    .dashboard-container {
        background-repeat: no-repeat;
    }

    .button.final-save {
        float: left;
        margin-right: 0;
    }

    .dashboard-box .content.with-padding.mobile-view-btn-container {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .offline-form-wrapper h5 {
        margin-bottom:12px;
    }
    
    .offline-form-wrapper .offline-form-download {
        float: none;
        margin-top: 0;
    }
}