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

@media (min-width: 767px) and (max-width: 1199px) {
body {
	font-size: 18px;
	line-height: 24px;
}

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

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


} /*END of @media 767px -1199px*/

/*--------------------------------------------------------------
CUSTOM BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 767px) and (max-width: 1634px) {
.assign-list-details {
	white-space: normal;
}

} /*END of @media 767px -1634px*/

@media (min-width: 767px) and (max-width: 992px) {
.left-sidebar {
	padding: 40px 15px;
	font-size: 16px;
}

ul.sidebar-menu li a i {
	padding-right: 3px;
}

.dynamic-content-card {
	padding: 20px;
}

} /*END of @media 767px -1634px*/

/*--------------------------------------------------------------
CUSTOM IPAD BREAKPOINTS
--------------------------------------------------------------*/
/*IPAD Portrait & Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

} /*END of IPAD Portrait & Landscape*/

/*IPAD in Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

} /*END of IPAD in Landscape*/


/*IPAD in Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

} /*END of IPAD in Portrait*/