body {
    font-family: 'Varela Round';
}
.logo-1 {
    line-height: 27px;width: 140px;padding: 0;color: #81B441;margin: -1px;overflow: visible;font-size: 18px;border: 0;top: 9px;left: 53px;
}
.logo-1-inner {
    font-family: 'Comfortaa'; color: #fff;
}
.font-weight-light {
    font-weight:100;
}
.logo-1-js {
    font-family: 'Comfortaa'; color: #e74f38; font-weight: 700;
}
.overflow-hidden {
    overflow: hidden;
}
.font-family-comf {
    font-family: 'Comfortaa';
    font-size: 55px;
    font-weight: 700;
}
.js-2 {
    font-family: 'Comfortaa';
    color: #e74f38;
    font-weight: 700;
    font-size: 60px;
}
.font-size-40 {
    font-size: 40px;
}
.h6-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jumbotron {
    padding-top: 1rem!important;
    padding-bottom: 0.7rem!important;
    background: #fff;
    position: relative;
}
.jumbotron .text-muted {
    color: rgba(255,255,255,0.8)!important;
}
.jumbotron .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.7); */
}
.jumbotron .container {
    z-index: 1;
    position: relative;
}
.lead {
    font-size: 1.15rem;
}


body {
    font-family: 'Varela Round';
}
.logo-1 {
    line-height: 27px;width: 140px;padding: 0;color: #81B441;margin: -1px;overflow: visible;font-size: 18px;border: 0;top: 9px;left: 53px;
}
.logo-1-inner {
    font-family: 'Comfortaa'; color: #fff;
}
.font-weight-light {
    font-weight:100;
}
.logo-1-js {
    font-family: 'Comfortaa'; color: #e74f38; font-weight: 700;
}
.overflow-hidden {
    overflow: hidden;
}
.font-family-comf {
    font-family: 'Comfortaa';
    font-size: 55px;
    font-weight: 700;
}
.js-2 {
    font-family: 'Comfortaa';
    color: #e74f38;
    font-weight: 700;
    font-size: 60px;
}
.font-size-40 {
    font-size: 40px;
}
.h6-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jumbotron {
    padding-top: 1rem!important;
    padding-bottom: 0.7rem!important;
    background: #fff;
    position: relative;
}
.jumbotron .text-muted {
    color: rgba(255,255,255,0.8)!important;
}
.jumbotron .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.7); */
}
.jumbotron .container {
    z-index: 1;
    position: relative;
}
.lead {
    font-size: 1.15rem;
}

.style_badge {
    width: 20px !important;
    height: 20px !important;
    line-height: 2px;
    text-align: center;
    color: #fff;
    margin: auto;
    font-size: 11px;
    display: inline-table;
}
.profile {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to right, #e04831, #934589);
}
div#popuppro {
    left: -184px;
}
.profile_out, .profile_out:hover {
    background-color: #a538bb;
    color: #fff;
}

/* =====================
   GLOBAL
===================== */
html, body {
  height: 100%;
  overflow: hidden; /* Disable body scroll */
}

/* =====================
   HEADER
===================== */
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 1030;
  background: #fff;
  border-bottom: 1px solid #eee;
}

/* =====================
   LAYOUT
===================== */
.app-layout {
  display: flex;
  height: calc(100vh - 64px);
  margin-top: 64px;
}

/* =====================
   SIDEBAR
===================== */
.app-sidebar {
    width: 260px;
    position: fixed;
    top: 64px;
    left: 0;
    height: calc(100vh - 64px);
    background: linear-gradient(to bottom, #990db4, #450852);
    border-right: 1px solid #eee;
    overflow-y: auto;
    border-radius: 0px 20px 20px 0px;
}

.app-sidebar .list-group-item {
  border: none;
 border-radius: 10px 0px 0px 10px;
 background: transparent;
 color: #fff;
 font-size: 16px;
}

.app-sidebar .list-group-item.active {
    background: #ffffff;
    color: #000000;
    border-radius: 10px 0px 0px 10px;
}

/* =====================
   MAIN CONTENT
===================== */
.app-main {
  margin-left: 260px;
  width: calc(100% - 260px);
  height: calc(100vh - 64px);
  overflow-y: auto;
  padding: 24px;
  background: #f8f9fa;
}

/* =====================
   CARDS
===================== */
.card {
  border-radius: 12px;
  overflow: hidden;
}

.card img {
  transition: opacity 0.3s ease;
}

.card img:hover {
  opacity: 0.85;
}

.btn-primary {
  background: #e76916;
  border-color: #e76916;
}

.btn-primary:hover {
  background: #ff7d28;
  border-color: #ff7d28;
}

/* =====================
   MOBILE
===================== */
@media (max-width: 992px) {
  .app-sidebar {
    transform: translateX(-100%);
  }

  .app-main {
    margin-left: 0;
    width: 100%;
  }
}