html {
  font-size: 14px;
}

.form-check-label {
  margin-right: 25px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px)
  {
  .newPost-content {
      height: 340px;
      overflow: hidden;
  }
  .newProduct-content {
      height: 340px;
      overflow: hidden;
  }
  .newRegister-content {
      height: 340px;
      overflow: hidden;
  }
  .newBooking-content {
      height: 340px;
      overflow: hidden;
  }
  .newOrder-content {
      height: 340px;
      overflow: hidden;
  }
  .newCustomer-content {
      height: 340px;
      overflow: hidden;
  }
  .lastestschool-content{
      height: 340px;
      overflow: hidden;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px;
}
.content .row {
  padding-left:0 !important;
  padding-right:0 !important;
}
.content .row>* {
  padding:10px !important;
}
.sidebar-footer{
    position: absolute;
    left: 0;
    bottom:80px;
}
.btn-setting
{
  display: flex;
  background-color: #08f;
}
.sidebar-footer a{
  text-align: center;
  color: #fff;
}
#drop_file_zone,
#drop_file_zone_mobile,
#drop_file_zone_desktop {
    display: inline-block;
}
#drop_file_zone img,
#drop_file_zone_mobile img,
#drop_file_zone_desktop img {
  width: 96%;
  height: 96%;
  margin: auto;
}
#drag_upload_file,
#drag_upload_file_mobile,
#drag_upload_file_desktop {
}
#drag_upload_file #btnUpload,
#drag_upload_file_mobile #btnUploadMobile,
#drag_upload_file_desktop #btnUploadDesktop {
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #4e73df;
    border: 1px solid #4e73df;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#drag_upload_file #selectfile,
#drag_upload_file_mobile #selectfileMobile,
#drag_upload_file_desktop #selectfileDesktop {
  display: none;
}
.box-post-item {
  width: 100%;
  height: 100px;
}
.box-post-item img{
    float: left;
    margin-right: 15px;
    display: block;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75px;
    height: 75px;
}
.box-post-item .box-post-title {
  display: block;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 13px;
}
.box-product-item {
  width: 100%;
  height: 100px;
}
.box-product-item img{
    float: left;
    margin-right: 15px;
    display: block;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75px;
    height: 75px;
}
.box-product-item .box-product-title {
  display: block;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 13px;
}