@media (max-width: 2560px) and (min-width: 1920px) {}
    
@media (max-width: 1920px) and (min-width: 1440px) {}

@media (max-width: 1440px) and (min-width: 1366px) {}

@media (max-width: 1366px) and (min-width: 1280px) {}

@media only screen and (min-width: 1200px) {
  .dashboard-app {margin-left: 240px;}
  .dashboard-compact .dashboard-app {margin-left: 0;}
  .dashboard-toolbar {left: 240px;}
  .dashboard-compact .dashboard-toolbar {left: 0;}
}

@media only screen and (max-width: 1199px) {
  .dashboard-toolbar{min-height: 84px;background-color: #2F3349;display: flex;align-items: center;justify-content: space-between; padding: 8px;}
  .dashboard-toolbar .head-logo{font-weight: bold;font-size: 20px;display: flex;color: #515151;align-items: center;}
  .dashboard-toolbar i{color: var(--Lightgrey); font-size: 27px;}
  .dashboard-toolbar span{padding-left: 10px;color: var(--Lightgrey);}
  .dashboard-nav {display: none;position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 1070;}
  .dashboard-nav.mobile-show {display: block}
  .dashboard-nav header .menu-toggle {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
  .dashboard-content{margin: 0;}
  .section-plans .hero-title{font-size: 40px;}
  .h100vh{min-height: 100vh;}
}

@media only screen and (max-width: 991px)  {
  table{border: 0;background-color: transparent;}
  .ht{display: inline-flex;} 
  .tr {display: block; border: 2px solid #555a73;margin-bottom: 10px;}
  .tr td{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-bottom: 0px;border: 0;background-color: var(--Dark-purple-800);}
  .tr td:not(:last-child){border-bottom: 1px solid #555a73;} 
  
  .authentication .auth-cover-right .boxwrap{margin: 100px auto;}
}
    
@media only screen and (max-width: 767px)  {
  #header .navbar-brand img{max-width: 80px;}
  .dashboard-content {padding: 15px 0px;}
  .section-plans{padding: 40px 0;}
  .section-plans .hero-title{font-size: 30px;}

}
    
@media only screen and (max-width: 479px)  {
 
}




@media (max-width: 768px) {
  
}
