@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap);
.app-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 0.9rem;
  text-align: center;
}
.app-logo a {
  color: #495057;
}

.lite-page {
  align-items: center;
  background: url("/assets/img/JAM_background.jpg") no-repeat center #e9ecef;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
.lite-page .card {
  padding: 0.5rem;
}

section.content {
  width: 100%;
}
section.content > div {
  margin-left: auto;
  margin-right: auto;
}

.lite-page-box {
  width: 360px;
}
@media (max-width: 576px) {
  .lite-page-box {
    margin-top: 0.5rem;
    width: 90%;
  }
}
.lite-page-box .logo {
  text-align: center;
  margin: 1rem auto;
}
.lite-page-box .card {
  margin-bottom: 0;
}

.dark-mode .app-logo a {
  color: #fff;
}

html,
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.content-wrapper {
  background: url("/assets/img/JAM_background.jpg") no-repeat center #f4f6f9;
  background-size: cover;
}

b,
strong {
  font-weight: 600;
}

table {
  width: 100%;
}

.main-sidebar ul.nav-treeview > li.nav-item a {
  padding-left: 3.5rem;
}

.sidebar-mini.sidebar-collapse img.brand-image {
  display: none;
}
.sidebar-mini.sidebar-collapse img.brand-image.collapse {
  display: block;
}

.select2-container {
  min-height: calc(2.25rem + 2px);
}
.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
}

.dataTables_wrapper > .row > * {
  padding: 1rem 1rem 0.5rem;
}
.dataTables_wrapper .dataTables_filter {
  text-align: left !important;
}
.dataTables_wrapper .dt-buttons {
  text-align: right;
}
.dataTables_wrapper a {
  display: inline-block;
}
.dataTables_wrapper a.btn {
  padding: 0.25rem 1rem;
}
.dataTables_wrapper button {
  padding: 0.25rem 1rem;
}
.dataTables_wrapper i.fa {
  font-size: 0.875rem;
  position: relative;
  margin: auto;
}
.dataTables_wrapper img {
  max-width: 100%;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dataTables_wrapper .dataTables_scrollBody table tr:hover {
  background-color: #dcedfa;
}

.small-box h2 {
  font-size: 1.125rem;
  margin: 0.25rem 1rem;
}
.small-box .inner {
  max-width: calc(100% - 90px);
}
.small-box .inner.multi {
  display: flex;
  justify-content: space-between;
}
.small-box .small-box-header {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.small-box .small-box-header ~ .icon > i.ion {
  top: 40px;
}

.profile-user-img-large {
  max-width: 10rem;
  max-height: 10rem;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
}

.direct-chat-messages.full-messages {
  height: auto;
  max-height: calc(100vh - 220px);
}
@media (max-width: 768px) {
  .direct-chat-messages.full-messages {
    max-height: unset;
  }
}

body.user-page {
  background: url("/assets/img/JAM_background.jpg") no-repeat center #f4f6f9;
  background-size: cover;
  padding-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3d3d3d;
}
body.user-page::before {
  content: " ";
  background: #4023ab;
  background: linear-gradient(180deg, #4023ab 0%, #67a7d5 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
body.user-page .header {
  display: flex;
  justify-content: center;
  background-color: #3B26A8;
  height: 6.7rem;
  margin-bottom: 1.5rem;
}
body.user-page .card,
body.user-page .card-body {
  border-radius: 1rem;
}
body.user-page button {
  min-height: 3rem;
  padding: 1rem 2rem;
  border: none;
  background-color: #3B26A8;
  color: white;
  border-radius: 5px;
}
