@charset "UTF-8";

/* sidebar */
.user-panel .img-circle {
  width: 30px;
  height: 30px;
}
.nav-sidebar>.nav-item .nav-icon.fa, .nav-sidebar>.nav-item .nav-icon.fas {
    font-size: 0.8rem;
}
.brand-link {
    font-size: 1.25rem;
    padding: 20px .5rem;
}

/* header */
.layout-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
    margin-top: 90px;
}

/* content margin */
.text-sm .content-header {
    padding: 30px 1rem 20px;
}
.content-wrapper>.content {
    padding: 0 1rem;
}

/* table */
.table td, .table th {
    vertical-align: middle;
}

/* form */
.upload {
  background-color: #f1f1f1;
  border: 5px dashed #96D9F0;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  color: #8CC7E0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.custom-file {
  overflow: hidden;
}
.custom-file-label {
  white-space: nowrap;
}
