/* #Media Queries
================================================== */
/* END__ */

@media (min-width: 992px) and (max-width: 1199px) {
.dash-body .dash-content{ padding:30px 0;}
.content-wrap{ padding-left:16px; padding-right:16px;}
.top-content [class*=col-] + [class*=col-]{ margin-top:24px;}
.bottom-content{overflow:hidden; white-space:nowrap; overflow-x:auto; overflow-y:hidden; text-align:center; -webkit-overflow-scrolling:touch; -ms-overflow-style:none; display:block; max-width:inherit; margin-top:24px;}
.bottom-content .box-content { min-width:320px;}
.bottom-content .box-content{ margin-left:16px;}
.bottom-content .box-content:last-child { min-width:200px;}
.sidebar-logo{ padding:0 16px; height:70px;}
.sidebar-logo.justify-content-center{justify-content: flex-start!important;}
} 
/* END__ */

@media (min-width: 768px) and (max-width: 991px) {
.dash-body .dash-content{ padding:30px 0;}
.content-wrap{ padding-left:16px; padding-right:16px;}
.top-content [class*=col-] + [class*=col-]{ margin-top:24px;}
.bottom-content{overflow:hidden; white-space:nowrap; overflow-x:auto; overflow-y:hidden; text-align:center; -webkit-overflow-scrolling:touch; -ms-overflow-style:none; display:block; max-width:inherit; margin-top:24px;}
.bottom-content .box-content { min-width:320px;}
.bottom-content .box-content{ margin-left:16px;}
.bottom-content .box-content:last-child { min-width:200px;}
.sidebar-logo{ padding:0 16px; height:70px;}
.sidebar-logo.justify-content-center{justify-content: flex-start!important;}	
} 
/* END__ */

@media only screen and (max-width: 767px) {
.login-header .login-btn{ font-size:16px; padding:8px 16px;}
.login-header .logo .icon img{ height:50px; width:auto}
.login-main{ padding-top:200px; padding-bottom:50px;}
.sidebar{ left:-260px; -moz-transition:all 0.5s ease;  -webkit-transition:all 0.5s ease;  -o-transition:all 0.5s ease;  transition:all 0.5s ease; background:rgba(52,52,60,0.8);}
.sidebar.active{ left:0;}
.dash-body{ margin-left:0;}
.dash-body .dash-content{ padding:30px 0;}
.content-wrap{ padding-left:16px; padding-right:16px;}
.top-content [class*=col-] + [class*=col-]{ margin-top:24px;}
.bottom-content{overflow:hidden; white-space:nowrap; overflow-x:auto; overflow-y:hidden; text-align:center; -webkit-overflow-scrolling:touch; -ms-overflow-style:none; display:block; max-width:inherit; margin-top:24px;}
.bottom-content .box-content { min-width:320px;}
.bottom-content .box-content{ margin-left:16px;}
.bottom-content .box-content:last-child { min-width:200px;}
.sidebar-logo{ padding:0 16px; height:70px;}
.sidebar-logo.justify-content-center{justify-content: flex-start!important;}
} 
/* END__ */

@media only screen and (max-width: 480px) {
.login-content .content h2{ font-size:30px;}
.login-content .content h3{ font-size:20px;}
.login-content .content h3 span, .login-content .content h5{ font-size:16px;}
} 
/* END__ */

