.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-color: #e9ecef;
  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;
}

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;
  }
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3d3d3d;
  min-height: 100vh;
}

body.user-page {
  background: url("/assets/img/JAM_background.jpg") no-repeat center #f4f6f9;
  background-size: cover;
  padding-bottom: 2rem;
}
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 .seller-image {
  flex: 0 0 auto;
  margin-bottom: 1.5rem;
  text-align: center;
}
body.user-page .seller-image img {
  width: 8rem;
  height: 8rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.user-page .card {
  border-radius: 1rem;
}
body.user-page .card.seller .card-header {
  background-color: #f9f9fd;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  justify-items: center;
  align-items: center;
}
body.user-page .card.seller .card-header .title {
  flex: 1 1 auto;
}
body.user-page .card.seller .card-header .title h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #481fb1;
}
body.user-page .card.seller .card-header .rating {
  flex: 0 0 auto;
  text-align: right;
  padding-left: 16px;
}
body.user-page .card.seller .card-header .rating p {
  margin-bottom: 4px;
}
body.user-page .card.seller .card-body {
  border-radius: 0 0 1rem 1rem;
  background-color: #f0f0f0;
  padding: 0;
}
body.user-page .card.seller .card-body .item {
  padding: 12px 16px;
  border-bottom: 2px solid #fbfbfe;
}
body.user-page .card.seller .card-body .item:last-child {
  border-bottom: none;
}
body.user-page .card.seller .card-body .item.contact a {
  font-weight: 600;
  color: #3d3d3d;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
body.user-page .card.seller .card-body .item.contact a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #481fb1;
  content: "\f0ac";
}
body.user-page .card.seller .card-body .item.contact a.phone:after {
  content: "\f098";
}
body.user-page .card.seller .card-body .item.contact a.email:after {
  content: "\f199";
}
body.user-page .card.seller .card-body .item.contact a.facebook:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
}
body.user-page .card.seller .card-body .item.contact a.twitter:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f081";
}
body.user-page .card.seller .card-body .item.contact a.pinterest:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f0d3";
}
body.user-page .card.seller .card-body .item.contact a.behance:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f1b5";
}
body.user-page .card.seller .card-body .item.contact a.instagram:after {
  font-family: "Font Awesome 5 Brands";
  content: "\e055";
}
body.user-page .card.seller .card-body .item.contact a.medium:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f23a";
}
body.user-page .card.seller .card-body .item.contact a.linkedin:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f08c";
}
body.user-page .card.seller .card-body .item.contact a.whatsapp:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f40c";
}
body.user-page .card.seller .card-body .item.contact a.vimeo:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f194";
}
body.user-page .card.seller .card-body .item.contact a.youtube:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f431";
}
body.user-page .card.seller .card-body .item.contact a.weixin:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f1d7";
}
body.user-page .card.seller .card-body .item.contact a.weibo:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f18a";
}
body.user-page .card.seller .card-body .item.contact a.snapchat:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f2ad";
}
body.user-page .card.seller .card-body .item.contact a.reddit:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f1a2";
}
body.user-page .card.seller .card-body .item.contact a.github:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f092";
}
body.user-page .card.seller .card-body .item.contact a.git:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f1d2";
}
body.user-page .card.seller .card-body .item.contact a.dribbble:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f397";
}
body.user-page .card.seller .card-body .item.contact a.behance:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f1b5";
}
body.user-page .card.seller .card-body .item.contact a.blogger:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f37c";
}
body.user-page .card.seller .card-body .item.contact a.discord:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f392";
}
body.user-page .card.seller .card-body .item.contact a.discourse:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f393";
}
body.user-page .card.seller .card-body .item.contact a.flickr:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f16e";
}
body.user-page .card.seller .card-body .item.contact a.line:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
}
body.user-page .jam-title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #481fb1;
}

.rate {
  display: flex;
}
.rate i {
  background: url("/assets/img/star-empty.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-size: cover;
}
.rate i:nth-child(5) {
  margin-right: 0;
}
.rate.rate-10 i:nth-child(1), .rate.rate-15 i:nth-child(1), .rate.rate-20 i:nth-child(1), .rate.rate-25 i:nth-child(1), .rate.rate-30 i:nth-child(1), .rate.rate-35 i:nth-child(1), .rate.rate-40 i:nth-child(1), .rate.rate-45 i:nth-child(1), .rate.rate-50 i:nth-child(1) {
  background: url("/assets/img/star.png") no-repeat;
  background-size: cover;
}
.rate.rate-20 i:nth-child(2), .rate.rate-25 i:nth-child(2), .rate.rate-30 i:nth-child(2), .rate.rate-35 i:nth-child(2), .rate.rate-40 i:nth-child(2), .rate.rate-45 i:nth-child(2), .rate.rate-50 i:nth-child(2) {
  background: url("/assets/img/star.png") no-repeat;
  background-size: cover;
}
.rate.rate-30 i:nth-child(3), .rate.rate-35 i:nth-child(3), .rate.rate-40 i:nth-child(3), .rate.rate-45 i:nth-child(3), .rate.rate-50 i:nth-child(3) {
  background: url("/assets/img/star.png") no-repeat;
  background-size: cover;
}
.rate.rate-40 i:nth-child(4), .rate.rate-45 i:nth-child(4), .rate.rate-50 i:nth-child(4) {
  background: url("/assets/img/star.png") no-repeat;
  background-size: cover;
}
.rate.rate-50 i:nth-child(5) {
  background: url("/assets/img/star.png") no-repeat;
  background-size: cover;
}
.rate.rate-15 i:nth-child(2) {
  background: url("/assets/img/star-half.png") no-repeat;
  background-size: cover;
}
.rate.rate-25 i:nth-child(3) {
  background: url("/assets/img/star-half.png") no-repeat;
  background-size: cover;
}
.rate.rate-35 i:nth-child(4) {
  background: url("/assets/img/star-half.png") no-repeat;
  background-size: cover;
}
.rate.rate-45 i:nth-child(5) {
  background: url("/assets/img/star-half.png") no-repeat;
  background-size: cover;
}
