.button:focus, .search__input:focus {
  outline: 0
}

.page-header .actions > .dropdown .dropdown-menu .dropdown-item, .top-toolbar-wrapper .top-toolbar ul li > a > i:before {
  vertical-align: middle
}

body.layout-horizontal .content-wrapper {
  padding: 35px
}

.header-wrapper {
  height: 135px;
  width: 100%
}

.header-wrapper .header-top {
  height: 80px
}

.header-wrapper .header-bottom {
  height: 60px;
  box-shadow: 0 1px 1px 1px rgba(18, 106, 211, .08)
}

@media (max-width: 992px) {
  body.layout-horizontal .content-wrapper {
    padding: 0
  }

  .header-wrapper .header-bottom, .header-wrapper .header-top {
    box-shadow: 0 1px 1px 1px rgba(18, 106, 211, .08);
    display: flex;
    margin: 0;
    padding: 0
  }

  .header-wrapper {
    height: 65px;
    position: fixed;
    z-index: 1050;
  }

  .header-wrapper .header-top {
    z-index: 99;
    height: 65px;
    flex-direction: row;
    width: 100%;
    background: #161931
  }

  .header-wrapper .header-bottom {
    z-index: 150;
    transition: all .3s ease;
    flex-direction: row;
    left: -245px;
    width: 240px;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    position: fixed
  }

  body.aside-left-open {
    overflow-y: hidden;
    left: 0 !important;
  }

  body.aside-left-open .header-bottom {
    left: 0 !important;
    z-index: 1050
  }
}

.sidebar-right, body.aside-right-open {
  overflow: hidden
}

.layout-horizontal .site-logo {
  margin: 0;
  padding: 25px 0 0;
  list-style: none
}

.layout-horizontal .site-logo .logo {
  position: absolute;
  top: 25px;
  left: 45px
}

.layout-horizontal .site-logo .brand-text {
  font-size: 20px;
  padding: 0 0 0 60px;
  font-weight: 300
}

.layout-horizontal .container .site-logo .logo {
  position: absolute;
  top: 25px;
  left: 15px
}

.layout-horizontal .container .site-logo .brand-text {
  font-size: 20px;
  padding: 0 0 0 32px;
  font-weight: 300
}

@media (max-width: 992px) {
  .layout-horizontal .site-logo {
    margin: 0;
    padding: 12px 0 0;
    text-align: center
  }

  .layout-horizontal .site-logo .logo {
    position: absolute;
    top: 25px !important;
    left: 45px !important
  }

  .layout-horizontal .site-logo li {
    display: inline-block
  }

  .layout-horizontal .site-logo li a {
    position: relative;
    width: 170px;
    display: inline-block
  }

  .layout-horizontal .site-logo li a #logo {
    position: absolute;
    top: -17px;
    left: -29px
  }

  .layout-horizontal .site-logo .brand-text {
    font-size: 20px;
    padding: 8px 0 0 50px !important;
    font-weight: 300
  }
}

.top-toolbar-wrapper {
  position: relative
}

.top-toolbar-wrapper .top-toolbar {
  padding: 0;
  right: 0;
  top: 25px;
  position: absolute;
  z-index: 5
}

.top-toolbar-wrapper .top-toolbar ul {
  margin: 0 0 0 auto;
  /* flex-direction: row */
}

.top-toolbar-wrapper .top-toolbar ul li {
  list-style: none;
  min-width: 4.0625rem
}

.top-toolbar-wrapper .top-toolbar ul li > a {
  text-align: center;
  min-width: 3.9375rem;
  display: inline-block;
  position: relative;
  padding: 0
}

.top-toolbar-wrapper .top-toolbar ul li > a > i {
  font-size: 1.3rem;
  position: relative
}

.top-toolbar-wrapper .top-toolbar ul li > a.user-avatar {
  margin-top: -3px
}

.top-toolbar-wrapper .top-toolbar .navbar-nav .nav-item > a:hover i.icon:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: -9px;
  top: -4px;
  z-index: -1
}

.top-toolbar-wrapper .top-toolbar .dropdown-menu {
  box-shadow: 0 0 15px 1px rgba(174, 197, 231, .3);
  top: 110% !important
}

.top-toolbar-wrapper .top-toolbar .dropdown-menu.dropdown-menu-right {
  right: -40px !important
}

.top-toolbar-wrapper .top-toolbar .card.card-notification .card-body {
  overflow: hidden;
  padding: 13px
}

.top-toolbar-wrapper .top-toolbar .card.card-notification .card-body .card-container-wrapper .card-container {
  width: 300px
}

.top-toolbar-wrapper .top-toolbar .actions.top-right {
  right: 0;
  top: 6px
}

@media (max-width: 992px) {
  .top-toolbar-wrapper .top-toolbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 65px;
    margin: 0;
    z-index: 0;
    transition: all .3s ease;
    display: none
  }

  .top-toolbar-wrapper .top-toolbar ul li > a > i {
    font-size: 1.5rem;
    position: relative
  }
}

@media (max-width: 992px) and (max-width: 575.98px) {
  .top-toolbar-wrapper .top-toolbar li.show {
    position: static
  }

  .top-toolbar-wrapper .top-toolbar li.show .dropdown-menu {
    min-width: 320px;
    max-width: 320px;
    left: auto !important;
    right: 20px !important;
    width: 320px;
    top: 65px !important
  }
}

@media (max-width: 992px) {
  body.mobile-topbar-toggle .top-toolbar {
    top: 65px;
    z-index: 99;
    box-shadow: 0 1px 1px 1px rgba(18, 106, 211, .08);
    display: flex
  }

  body.mobile-topbar-toggle .content-wrapper .content {
    margin-top: 130px
  }
}

.customizer-panel-wrapper, .sidebar-right {
  display: block !important;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
  transition: all .3s ease
}

.sidebar-left {
  z-index: 999;
  order: 1;
  transition: all .3s ease
}

.sidebar-left .sidebar-content {
  width: 255px;
  transition: all .3s ease
}

body.aside-left-open .sidebar-left {
  z-index: 1005
}

.sidebar-right {
  order: 3;
  z-index: 1250;
  position: fixed;
  width: 450px !important;
  right: -455px;
  padding: 20px;
  background-color: #fff
}

body.aside-right-open .sidebar-right {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
  right: 0
}

@media (max-width: 576px) {
  .sidebar-right {
    width: 320px !important;
    right: -325px
  }
}

.sidebar-content #sidebar-tabs .nav-link {
  font-size: .9375rem
}

.sidebar-content #sidebar-tabs .tab-content {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  height: calc(100vh - 100px)
}

.sidebar-content #sidebar-tabs .list-view-group-header {
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 15px;
  position: absolute;
  left: 15px;
  z-index: 5
}

.sidebar-content #sidebar-tabs .list-group .list-group-item {
  padding: .75rem 0 .75rem 15px;
  border: none;
  margin-left: 40px;
  margin-right: 10px
}

.sidebar-content #sidebar-tabs .list-group .list-group-item:hover {
  background-color: #eaf3fd;
  cursor: pointer
}

.sidebar-content #sidebar-tabs .qt-scroll {
  max-height: 100%;
  height: calc(100vh - 200px);
  position: absolute;
  width: 420px
}

.customizer-panel-wrapper {
  z-index: 1105;
  position: fixed;
  overflow: hidden;
  width: 450px !important;
  right: -455px;
  padding: 20px;
  background-color: #fff
}

.customizer-panel-wrapper:after, .customizer-panel-wrapper:before {
  position: absolute;
  top: 25%;
  height: 50px;
  background-color: #fff;
  content: ''
}

.customizer-panel-wrapper:before {
  left: -47px;
  width: 48px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .1);
  box-shadow: 0 0 9px rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0 4px 4px 0
}

.customizer-panel-wrapper:after {
  left: 0;
  width: 5px
}

.aside-overlay-absolute, .aside-overlay-fixed {
  z-index: 1000;
  background: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.aside-overlay-fixed {
  position: fixed;
  overflow: hidden
}

.aside-overlay-absolute, .hidden {
  position: absolute;
  overflow: hidden
}

.hidden {
  width: 0;
  height: 0;
  pointer-events: none
}

.fullpage-search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eff6ff
}

.fullpage-search-wrapper .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: #6861C0
}

.fullpage-search-wrapper {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh
}

.fullpage-search-wrapper::after, .fullpage-search-wrapper::before {
  content: '';
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none
}

.fullpage-search-wrapper::before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: translate3d(-15px, -15px, 0)
}

.fullpage-search-wrapper::after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
  transform: translate3d(15px, 15px, 0)
}

.button--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: block
}

.search__form {
  margin: 5em 0
}

.search__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: .05em 0;
  color: #6861C0;
  border-bottom: #6861C0 2px solid !important
}

.search__input::-webkit-input-placeholder {
  opacity: .3;
  color: #060919
}

.search__input::-moz-placeholder {
  opacity: .3;
  color: #060919
}

.search__input:-ms-input-placeholder {
  opacity: .3;
  color: #060919
}

.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
  -webkit-appearance: none
}

.search__input::-ms-clear {
  display: none
}

.search__info {
  font-size: 90%;
  font-weight: 700;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: .85em 0;
  text-align: right;
  color: #6861C0
}

.search__related {
  display: flex;
  width: 75%;
  pointer-events: none
}

.search__suggestion:nth-child(2) {
  margin: 0 3em
}

.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0
}

.search__suggestion h3::before {
  content: '\21FE';
  display: inline-block;
  padding: 0 .5em 0 0
}

.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: .75em 0 0
}

.fullpage-search-wrapper {
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s
}

.search--open {
  pointer-events: auto;
  opacity: 1
}

.fullpage-search-wrapper::after, .fullpage-search-wrapper::before {
  transition: transform .5s
}

.button--search-close, .search__form, .search__suggestion {
  transition: opacity .5s, transform .5s
}

.search--open::after, .search--open::before {
  transform: translate3d(0, 0, 0)
}

.button--search-close {
  opacity: 0;
  transform: scale3d(.8, .8, 1)
}

.search--open .button--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}

.search__form {
  opacity: 0;
  transform: scale3d(.8, .8, 1)
}

.search--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}

.search__suggestion {
  width: 33.33%;
  text-align: left;
  opacity: 0;
  transform: translate3d(0, -30px, 0)
}

.search--open .search__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.search--open .search__suggestion:nth-child(2) {
  transition-delay: .1s
}

.search--open .search__suggestion:nth-child(3) {
  transition-delay: .2s
}

@media screen and (max-width: 40em) {
  .search__form {
    margin: 5em 0 1em
  }

  .button--search-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em
  }

  .search__info {
    text-align: left
  }

  .search__suggestion {
    font-size: 80%;
    width: 100%
  }

  .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
    display: none
  }
}

.button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: 0 0
}

.button--search {
  font-size: 1.5em
}

.button--hidden {
  pointer-events: none;
  opacity: 0
}

.search__input {
  border: 0;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: none
}

.page-header {
  padding: 30px 0;
  position: relative
}

.page-header h1 {
  margin: 0;
  display: inline-block;
  padding: 7px 20px 7px 0
}

.page-header h1.separator {
  border-right: solid thin rgba(148, 170, 197, .2)
}

.page-header .actions {
  z-index: 10
}

.page-header .actions.top-right {
  right: 0;
  top: 30px;
  bottom: 0
}

.page-header .actions.top-left {
  left: 20px;
  top: 30px;
  bottom: 0
}

.page-header .actions > .dropdown .dropdown-menu {
  padding: 0
}

.page-header .actions > .dropdown .dropdown-menu .dropdown-header {
  display: block;
  padding: 15px 20px 10px;
  margin-bottom: 0;
  font-size: .8125rem;
  white-space: nowrap;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  font-weight: 400
}

.page-header .actions > .dropdown .dropdown-menu .dropdown-item i {
  font-size: 18px;
  width: 22px;
  vertical-align: middle;
  margin-right: 7px
}

.page-header .actions > .dropdown > a.btn.btn-fab, .page-header .actions > li > a.btn.btn-fab {
  box-shadow: 0 3px 20px 0 rgba(18, 106, 211, .1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .2s ease;
  padding: 0;
  border-color: transparent !important
}

.page-header .actions > .dropdown.show > a.btn.btn-fab {
  box-shadow: none
}

.page-header .actions > a.btn-fab > i, .page-header .actions > li > a.btn-fab > i {
  width: 40px;
  height: 40px;
  margin: 0 0 0 -1px;
  line-height: 1.7;
  font-size: 1.4375rem
}

.page-header .actions.mobile-menu {
  display: none
}

@media (max-width: 992px) {
  .page-header .actions.mobile-menu {
    display: block
  }
}

@media (max-width: 768px) {
  .page-header h1.separator {
    border-right: none
  }

  .page-header .actions.mobile-menu {
    display: block
  }

  .page-content.container, .page-header.container {
    max-width: 100%
  }
}

.page-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column
}

@media (max-width: 576px) {
  .page-header.fit-mobile .actions {
    top: 120px !important
  }

  .page-header.fit-mobile + .page-content {
    padding: 85px 20px 20px
  }

  .page-content {
    padding: 0 !important
  }
}

@media (max-width: 991.99px) {
  .content.container {
    max-width: 100%;
    transition: all .3s ease
  }

  .content-wrapper .content {
    margin-top: 65px
  }
}


@media (min-width: 992px) {
  .content-wrapper .content {
    margin-top: 95px
  }
}

.content[data-layout=tabbed] .page-header {
  padding: 30px 30px 80px;
  position: relative;
  background-color: #6760d5
}

.content[data-layout=tabbed] .page-header h1 {
  color: #fff
}

.content[data-layout=tabbed] .page-header .breadcrumb-wrapper li, .content[data-layout=tabbed] .page-header .breadcrumb-wrapper li a {
  color: rgba(255, 255, 255, .7)
}

.content[data-layout=tabbed] .page-header .breadcrumb-wrapper li a:active, .content[data-layout=tabbed] .page-header .breadcrumb-wrapper li a:hover {
  color: #fff
}

.content[data-layout=tabbed] .page-header .breadcrumb-wrapper .breadcrumb .breadcrumb-item > a > i {
  color: rgba(255, 255, 255, .7)
}

.content[data-layout=tabbed] .page-header .breadcrumb-wrapper .breadcrumb .breadcrumb-item > a > i:active, .content[data-layout=tabbed] .page-header .breadcrumb-wrapper .breadcrumb .breadcrumb-item > a > i:hover {
  color: #fff
}

.content[data-layout=tabbed] .page-header .nav.nav-tabs {
  position: absolute;
  bottom: 0;
  margin: 0;
  border-bottom: none
}

.content[data-layout=tabbed] .page-header .nav.nav-tabs .nav-item {
  margin-bottom: 0
}

.content[data-layout=tabbed] .page-header .nav.nav-tabs .nav-item .nav-link.active.show, .content[data-layout=tabbed] .page-header .nav.nav-tabs .nav-item .nav-link:hover, .content[data-layout=tabbed] .page-header .nav.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: 0 0
}

.content[data-layout=tabbed] .page-header .nav.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: .9375rem;
  border-bottom: 3px solid transparent;
  color: rgba(255, 255, 255, .7)
}

.content[data-layout=tabbed] .page-header .nav.nav-tabs .nav-item .nav-link.active {
  border-bottom: solid 3px #fff
}
