.bg-inverse-primary {
  background: rgba(105, 111, 251, 0.2); }

.bg-inverse-secondary {
  background: rgba(223, 232, 251, 0.2); }

.bg-inverse-success {
  background: rgba(76, 206, 172, 0.2); }

.bg-inverse-info {
  background: rgba(133, 123, 255, 0.2); }

.bg-inverse-warning {
  background: rgba(255, 111, 89, 0.2); }

.bg-inverse-danger {
  background: rgba(219, 80, 74, 0.2); }

.bg-inverse-light {
  background: rgba(243, 245, 246, 0.2); }

.bg-inverse-dark {
  background: rgba(34, 60, 97, 0.2); }

.bg-inverse-white {
  background: rgba(255, 255, 255, 0.2); }

/* Header */
.t-header {
  display: flex;
  height: 0px;
  background: #fbfcfd;
  z-index: 100; }
  @media (max-width: 991.98px) {
    .t-header {
      padding-left: 5px;
      padding-right: 5px; } }
  .t-header .t-header-brand-wrapper {
    display: flex;
    align-items: center;
    height: 65px;
    width: 17rem;
    min-width: 17rem;
    max-width: 17rem;
    background: #fff;
    z-index: 100;
    padding-left: 18px;
    background: transparent !important;}
    .t-header .t-header-brand-wrapper a {
      display: flex;
      align-items: center;
      color: #f3f5f6;
      font-weight: 500;
      font-size: 1.25rem; }
      .t-header .t-header-brand-wrapper a .logo {
        max-width: 100%;}
      .t-header .t-header-brand-wrapper a p {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .t-header .t-header-brand-wrapper {
        left:50%;
        right:50%;
        position:relative;} }
  .t-header .t-header-content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 0 2.5rem; }
    @media (max-width: 991.98px) {
      .t-header .t-header-content-wrapper {
        padding: 0 1rem; } }
    .t-header .t-header-content-wrapper .t-header-search-box {
      display: flex;
      width: 20%;
      height: 40px;
      background: #fff;
      border-radius: 50px;
      padding: 5px;
      transition: 0.3s ease-in-out;
      transition-property: "width";
      overflow: hidden; }
      @media (max-width: 580px) {
        .t-header .t-header-content-wrapper .t-header-search-box {
          display: none; } }
      .t-header .t-header-content-wrapper .t-header-search-box .form-control {
        height: inherit;
        border: none;
        background: transparent;
        font-size: 1rem;
        font-weight: 500;
        padding-left: 0;
        padding: 5px 20px; }
        .t-header .t-header-content-wrapper .t-header-search-box .form-control.placeholder {
          font-size: inherit;
          font-family: inherit;
          font-weight: inherit; }
        .t-header .t-header-content-wrapper .t-header-search-box .form-control:-moz-placeholder {
          font-size: inherit;
          font-family: inherit;
          font-weight: inherit; }
        .t-header .t-header-content-wrapper .t-header-search-box .form-control::-moz-placeholder {
          font-size: inherit;
          font-family: inherit;
          font-weight: inherit; }
        .t-header .t-header-content-wrapper .t-header-search-box .form-control:-ms-input-placeholder {
          font-size: inherit;
          font-family: inherit;
          font-weight: inherit; }
        .t-header .t-header-content-wrapper .t-header-search-box .form-control::-webkit-input-placeholder {
          font-size: inherit;
          font-family: inherit;
          font-weight: inherit; }
      .t-header .t-header-content-wrapper .t-header-search-box button[type="submit"] {
        height: 100%;
        border-radius: 50px;
        padding: 0 7px;
        box-shadow: 0px 0px 5px -1px #696ffb;
        transition-duration: 0.3s;
        transition-property: "box-shadow"; }
        .t-header .t-header-content-wrapper .t-header-search-box button[type="submit"] i {
          font-size: 15px; }
        .t-header .t-header-content-wrapper .t-header-search-box button[type="submit"]:hover {
          box-shadow: 0px 0px 8px -1px #696ffb; }
    .t-header .t-header-content-wrapper .t-header-content {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 100%; }
      .t-header .t-header-content-wrapper .t-header-content .nav .nav-item .nav-link {
        position: relative; }
        .t-header .t-header-content-wrapper .t-header-content .nav .nav-item .nav-link i {
          color: #525c5d; }
        .t-header .t-header-content-wrapper .t-header-content .nav .nav-item .nav-link .notification-indicator {
          position: absolute;
          top: 12px;
          right: 12px; }
      .t-header .t-header-content-wrapper .t-header-content .nav .nav-item:last-child .nav-link {
        padding-right: 0; }
  .t-header .t-header-toggler {
    background: transparent;
    border: none;
    margin-left: auto; }
    .t-header .t-header-toggler i {
      font-size: 1.375rem; }
    .t-header .t-header-toggler.t-header-mobile-toggler {
      margin-left: 0;
      margin-right: 15px; }
  .t-header.fixed-top {
    position: fixed; }

.header-fixed .t-header {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.header-fixed .sidebar {
  padding-top: 65px; }
  .header-fixed .sidebar .t-header-brand-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 17rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05); }
  .header-fixed .sidebar .navigation-menu {
    z-index: 1; }

/* Footer */
footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 2rem 2.5rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

  .cards {
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
    display: inline-block;
    transition: 0.8s ease-out 100ms;
  }

  .cards:hover {
    box-shadow: rgba(255, 255, 255, 0.25) 0px 54px 55px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 255, 255, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
  }

  body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .header {
    color: rgba(255,255,255, 0.6) !important;
  }
  .header:hover {
    cursor: default;
    color: rgba(255,255,255, 0.6) !important;
  }
  
  .create-btn {
    width: 140px;
    height: 45px;
    color: #ffffff;
    background-color: #4c57ad;
    border: none;
    border-radius: 15px;
    box-shadow: rgb(0, 0, 0, 70%) 0px 3px 8px;
    cursor: pointer;
    outline: none;
    transition: box-shadow 0.65s ease-out 100ms;
    position: relative;
    float: right;
  }

  .create-btn:hover {
    box-shadow: rgba(0, 0, 0, 60%) 0px 54px 55px, rgba(0, 0, 0, 50%) 0px -12px 30px, rgba(0, 0, 0, 50%) 0px 4px 6px, rgba(0, 0, 0, 40%) 0px 12px 13px, rgba(0, 0, 0, 50%) 0px -3px 5px;
  }

  .spacer{
    height: 10px;
  }
  
  .big-title {
    color: white;
  }

  #name {
    color: rgba(255,255,255, 0.6) !important;
    font-weight: 500;
  }

  #createServerPage {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(76, 87, 173);
    overflow-x: hidden;
    transition: 0.5s;
    z-index:100;
    text-align:center;
  }

  #createServerPage .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 60px;
  }

  #createServerPage a {
    padding: 5px;
    text-decoration: none;
    font-size: 25px;
    color: #acacac;
    display: block;
    transition: 0.3s;
    transition: color 0.5s ease-out 100ms;
  }

  #createServerPage a:hover {
    cursor: pointer;
    color: #979797;
  }

  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .logoutButton {
    --figure-duration: 100ms;
    --transform-figure: none;
    --walking-duration: 100ms;
    --transform-arm1: none;
    --transform-wrist1: none;
    --transform-arm2: none;
    --transform-wrist2: none;
    --transform-leg1: none;
    --transform-calf1: none;
    --transform-leg2: none;
    --transform-calf2: none;
    background: none;
    border: 0;
    color: #f4f7ff;
    cursor: pointer;
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    outline: none;
    padding: 0 0 0 20px;
    perspective: 100px;
    position: relative;
    text-align: left;
    width: 130px;
    -webkit-tap-highlight-color: transparent;
    float: right;
 }
  .logoutButton::before {
    background-color: #1f2335;
    border-radius: 5px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: none;
    transition: transform 50ms ease;
    width: 100%;
    z-index: 2;
 }
  .logoutButton:hover .door {
    transform: rotateY(20deg);
 }
  .logoutButton:active::before {
    transform: scale(0.96);
 }
  .logoutButton:active .door {
    transform: rotateY(28deg);
 }
  .logoutButton.clicked::before {
    transform: none;
 }
  .logoutButton.clicked .door {
    transform: rotateY(35deg);
 }
  .logoutButton.door-slammed .door {
    transform: none;
    transition: transform 100ms ease-in 250ms;
 }
  .logoutButton.falling {
    animation: shake 200ms linear;
 }
  .logoutButton.falling .bang {
    animation: flash 300ms linear;
 }
  .logoutButton.falling .figure {
    animation: spin 1000ms infinite linear;
    bottom: -1080px;
    opacity: 0;
    right: 1px;
    transition: transform calc(var(--figure-duration) * 1ms) linear, bottom calc(var(--figure-duration) * 1ms) cubic-bezier(0.7, 0.1, 1, 1) 100ms, opacity calc(var(--figure-duration) * 0.25ms) linear calc(var(--figure-duration) * 0.75ms);
    z-index: 1;
 }
  .logoutButton--light::before {
    background-color: #f4f7ff;
 }
  .logoutButton--light .button-text {
    color: #1f2335;
 }
  .logoutButton--light .door, .logoutButton--light .doorway {
    fill: #1f2335;
 }
  .button-text {
    color: #f4f7ff;
    font-weight: 500;
    position: relative;
    z-index: 10;
 }
  svg {
    display: block;
    position: absolute;
 }
  .figure {
    bottom: 5px;
    fill: #4371f7;
    right: 18px;
    transform: var(--transform-figure);
    transition: transform calc(var(--figure-duration) * 1ms) cubic-bezier(0.2, 0.1, 0.8, 0.9);
    width: 30px;
    z-index: 4;
 }
  .door, .doorway {
    bottom: 4px;
    fill: #f4f7ff;
    right: 12px;
    width: 32px;
 }
  .door {
    transform: rotateY(20deg);
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
    transition: transform 200ms ease;
    z-index: 5;
 }
  .door path {
    fill: #4371f7;
    stroke: #4371f7;
    stroke-width: 4;
 }
  .doorway {
    z-index: 3;
 }
  .bang {
    opacity: 0;
 }
  .arm1, .wrist1, .arm2, .wrist2, .leg1, .calf1, .leg2, .calf2 {
    transition: transform calc(var(--walking-duration) * 1ms) ease-in-out;
 }
  .arm1 {
    transform: var(--transform-arm1);
    transform-origin: 52% 45%;
 }
  .wrist1 {
    transform: var(--transform-wrist1);
    transform-origin: 59% 55%;
 }
  .arm2 {
    transform: var(--transform-arm2);
    transform-origin: 47% 43%;
 }
  .wrist2 {
    transform: var(--transform-wrist2);
    transform-origin: 35% 47%;
 }
  .leg1 {
    transform: var(--transform-leg1);
    transform-origin: 47% 64.5%;
 }
  .calf1 {
    transform: var(--transform-calf1);
    transform-origin: 55.5% 71.5%;
 }
  .leg2 {
    transform: var(--transform-leg2);
    transform-origin: 43% 63%;
 }
  .calf2 {
    transform: var(--transform-calf2);
    transform-origin: 41.5% 73%;
 }
  @keyframes spin {
    from {
      transform: rotate(0deg) scale(0.94);
   }
    to {
      transform: rotate(359deg) scale(0.94);
   }
 }
  @keyframes shake {
    0% {
      transform: rotate(-1deg);
   }
    50% {
      transform: rotate(2deg);
   }
    100% {
      transform: rotate(-1deg);
   }
 }
  @keyframes flash {
    0% {
      opacity: 0.4;
   }
    100% {
      opacity: 0;
   }
 }
  

/* Layout */
.page-body {
  background: rgb(44,45,48);
  height: 100%;
}

.page-content-wrapper {
  background: #2c2d30;
  border-left: 1px solid #32343a; 
  height: 100%;
}

@media (min-width: 768px) {
  .page-body {
    position: relative;
    max-width: 100%;
    -ms-grid-template-columns: 17rem calc(100vw - 17rem);
    grid-template-columns: 17rem calc(100vw - 17rem);
    -ms-grid-columns: 17rem calc(100vw - 17rem);
    transition: 0.3s; }
    .page-body .page-content-wrapper {
      position: relative;
      width: 100%;
      padding: 1.5rem 2.5rem calc(90px + 1.5rem); }
      .page-body .page-content-wrapper .page-content-wrapper-inner {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; }
        .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header {
          position: -webkit-sticky;
          position: sticky;
          top: 65px;
          background: #fbfcfd;
          z-index: 99; }
          .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb {
            padding: 1rem 1rem 1rem 21px;
            margin-left: -20px;
            margin-right: -20px;
            background: #fbfcfd; }
            .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb .breadcrumb-item {
              color: #565656;
              letter-spacing: 0.03rem;
              font-weight: 500; }
              .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb .breadcrumb-item a {
                color: inherit; }
              .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .breadcrumb .breadcrumb-item.active {
                color: #696ffb; }
          .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .page-title-heading {
            color: #565656;
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 0; }
          .page-body .page-content-wrapper .page-content-wrapper-inner .viewport-header .page-description {
            opacity: 0.7;
            margin-top: 15px; } }

@media (max-width: 991.98px) {
  .t-header {
    width: 100vw; }
    .t-header .t-header-brand-wrapper {
      background: #fbfcfd;}
      .t-header .t-header-brand-wrapper a .logo {
        -webkit-animation-name: menuItemFadeIn;
                animation-name: menuItemFadeIn;
        -webkit-animation-duration: 0.25s;
                animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;}
  @-webkit-keyframes menuItemFadeIn {
    from {
      -webkit-transform: translate3d(-20px, 0, 0);
              transform: translate3d(-20px, 0, 0);
      display: none;
      opacity: 0; }
    to {
      display: block;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; } }
  @keyframes menuItemFadeIn {
    from {
      -webkit-transform: translate3d(-20px, 0, 0);
              transform: translate3d(-20px, 0, 0);
      display: none;
      opacity: 0; }
    to {
      display: block;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; } }
  .page-body {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    max-width: 100%; }
    .page-body .page-content-wrapper {
      padding: 20px 20px;
      min-width: 100vw;
      margin-left: 0;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out;
      transition-property: "margin-left"; }
      .page-body .page-content-wrapper .viewport-header .breadcrumb {
        background: transparent;
        padding-left: 0; } }

@media (max-width: 767.98px) {
  .page-body .page-content-wrapper {
    padding: 80px 20px 0px 20px; } }