/*
Theme Name: Movement RX Patient Dashboard v2
Author: CH | Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Responsive CSS for Global Partials (Desktop)
*/

@media (min-width: 992px) {

#main-wrapper {
    min-height: 96.6vh;
}

/*--------------------------------------------------------------
Full Width Video iFrame on Modal 
--------------------------------------------------------------*/
.video-modal-content {
    width: 70%;
}

} /* END of @media 992px and above*/

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
@media (min-width: 993px) and (max-width: 1420px) {

    .assign-list-details button {
        font-size: 13px;
    }

    .btn-complete i {
        font-size: 21px;
    }

} /*end of 993px - 1420px*/