@font-face {
  font-family: 'Nunito';
  src: url(../font/Nunito-Regular.ttf);
  src: url(../font/Nunito-Regular.ttf) format('ttf'), url(../font/Nunito-Regular.ttf) format('truetype')
}

@font-face {
  font-family: 'Aldrich';
  src: url(../font/Aldrich-Regular.ttf);
  src: url(../font/Aldrich-Regular.ttf) format('ttf'), url(../font/Aldrich-Regular.ttf) format('truetype')
}

html {
  position: relative;
  min-height: 100%;
  font-family: 'Nunito'
}

body {
  height: 100%;
}

a:focus {
  outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#wrapper #content-wrapper {
  width: 100%;
  overflow-x: hidden
}

#wrapper #content-wrapper #content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.container,
.container-fluid,
.container-login {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.col-login {
  max-width: 580px;
}

.col-register {
  max-width: 680px;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  line-height: 46px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.scroll-to-top:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.scroll-to-top i {
  font-weight: 800
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes growIn {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
  animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.animated--fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, .4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, .4, 1)
}

.bg-gradient-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #194982), to(#303f9f));
  background-image: linear-gradient(180deg, #194982 10%, #303f9f 100%);
  background-size: cover
}

.bg-gradient-secondary {
  background-size: cover
}

.bg-gradient-success {
  background-size: cover
}

.bg-gradient-info {
  background-size: cover
}

.bg-gradient-warning {
  background-size: cover
}

.bg-gradient-danger {
  background-size: cover
}

.bg-gradient-light {
  background-size: cover
}

.bg-gradient-dark {
  background-size: cover
}


.bg-gradient-login {
  background-size: cover;
}


.o-hidden {
  overflow: hidden !important
}

.text-xs {
  font-size: .7rem
}

.text-lg {
  font-size: 1.2rem
}


.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.progress-sm {
  height: .5rem
}

.rotate-15 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg)
}

.rotate-n-15 {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

.dropdown .dropdown-menu {
  font-size: .85rem;
}

.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: .65rem;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107'
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

.topbar {
  height: 4.375rem;
  z-index: 2;
}

.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: 0 0 !important;
  box-shadow: 0 0 !important
}


.topbar .navbar-search {
  width: 25rem
}

.topbar .navbar-search input {
  font-size: .85rem
}

.topbar .topbar-divider {
  width: 0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem
}

.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .75rem
}

.topbar .nav-item .nav-link:focus {
  outline: 0
}

.topbar .nav-item:focus {
  outline: 0
}

.topbar .dropdown {
  position: static
}

.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: .75rem
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden
}

.topbar .dropdown-list .dropdown-header {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.3rem
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  height: .75rem;
  width: .75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem
}


@media (min-width:576px) {
  .topbar .dropdown {
    position: relative
  }

  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0
  }

  .topbar .dropdown-list {
    width: 20rem !important
  }

  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem
  }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}


.sidebar {
  min-height: 100vh;
  width: 14rem !important;
  z-index: 0
}

.sidebar .nav-item {
  position: relative;
  margin-bottom: -15px
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem
}

.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  width: 14rem
}

.sidebar .nav-item .nav-link i {
  font-size: .85rem;
  margin-right: .25rem
}

.sidebar .nav-item .nav-link span {
  font-size: .85rem;
  display: inline
}

.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}

.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
  content: '\f105'
}

.sidebar .nav-item .collapse {
  position: relative;
  left: 0;
  z-index: 1;
  top: 0;
  -webkit-animation: none;
  animation: none
}

.sidebar .nav-item .collapse .collapse-inner {
  border-radius: .35rem;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

.sidebar .nav-item .collapsing {
  display: block;
  -webkit-transition: height .3s ease;
  transition: height .3s ease
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
  margin: 0 1rem
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: .5rem 0;
  min-width: 10rem;
  font-size: .85rem;
  margin: 0 0 1rem 0
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .65rem;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: .5rem 1rem;
  margin: 0 .5rem;
  display: block;
  text-decoration: none;
  border-radius: .35rem;
  white-space: nowrap
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  font-weight: 800
}

.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer
}

.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  margin-right: .1rem
}

.sidebar #sidebarToggle:hover {
  text-decoration: none
}

.sidebar #sidebarToggle:focus {
  outline: 0
}

.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  letter-spacing: .05rem;
  z-index: 1
}

.sidebar .sidebar-brand .sidebar-brand-icon img {
  max-height: 2.3rem
}

.sidebar .sidebar-brand .sidebar-brand-icon .fa {
  margin-top: 3px;
  font-size: 17px;
}

.sidebar hr.sidebar-divider {
  margin: 1rem 0 1rem 0
}

.sidebar .sidebar-heading {
  text-align: left;
  padding: 0 1rem;
  font-weight: 800;
  font-size: .65rem;
  letter-spacing: .13rem
}

.sidebar .version {
  text-align: left;
  font-size: .6rem;
  padding: 0 1rem;
  letter-spacing: .030rem
}

.sidebar .sidebar-brand .sidebar-brand-text {
  display: inline;
  font-weight: 700;
  font-family: 'Aldrich', sans-serif;
  font-size: 1.35rem;
  margin-left: 3px;
}

.sidebar.toggled {
  overflow: visible;
  width: 6.5rem !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  z-index: 1
}

.sidebar.toggled .nav-item {
  margin-bottom: 0
}

.sidebar.toggled hr.sidebar-divider {
  margin: 0 0 1rem 0
}

.sidebar.toggled #sidebarToggle::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  margin-left: .25rem
}

.sidebar.toggled .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  top: 2px;
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
  animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

.sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
  margin: 0
}

.sidebar.toggled .nav-item .collapse .collapse-inner {
  border-radius: .35rem
}

.sidebar.toggled .nav-item .collapsing {
  display: none;
  -webkit-transition: none;
  transition: none
}

.sidebar.toggled .nav-item:last-child {
  margin-bottom: 1rem
}

.sidebar.toggled .nav-item .nav-link {
  text-align: center;
  padding: .75rem 1rem;
  width: 6.5rem
}


.sidebar.toggled .sidebar-heading {
  display: none
}

.sidebar.toggled .nav-item .nav-link span {
  display: none
}

.sidebar.toggled .nav-item .nav-link i {
  float: left;
  text-align: center;
  font-size: 1rem;
  margin: 0 0 .7rem 1.5rem
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text {
  display: none
}

.sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free'
}

.sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
  content: '\f105'
}

.login-form {
  padding: 3rem !important
}

@media (max-width:768px) {
  #container-wrapper {
    min-width: 100vw
  }

  .sidebar.toggled {
    width: 100vw !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
  }

  .sidebar.toggled .nav-item {
    margin-left: -1rem;
    position: relative;
    margin-bottom: -15px
  }

  .sidebar.toggled .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem
  }

  .sidebar.toggled .nav-item .nav-link i {
    font-size: .85rem;
    margin-top: .4rem;
    margin-right: .5rem
  }

  .sidebar.toggled .nav-item .nav-link span {
    font-size: .85rem;
    display: inline
  }

  .sidebar.toggled .nav-item.active .nav-link {
    font-weight: 700
  }

  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free'
  }

  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105'
  }

  .sidebar.toggled .nav-item .collapse {
    position: relative;
    padding-left: 1rem;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-transition: height .15s ease;
    transition: height .15s ease
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner {
    border-radius: .35rem;
  }

  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapsing {
    margin: 0 1rem
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner,
  .sidebar.toggled .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: .85rem;
    margin: 0 0 1rem 0
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .65rem;
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .5rem 1rem;
    margin: 0 .5rem;
    display: block;
    text-decoration: none;
    border-radius: .35rem;
    white-space: nowrap
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:hover,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:hover {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
  }

  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item.active,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item.active {
    font-weight: 800
  }

  .sidebar.toggled .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    letter-spacing: .05rem;
    z-index: 1
  }

  .sidebar.toggled hr.sidebar-divider {
    margin: 1rem 0 1rem 0
  }

  .sidebar.toggled .sidebar-heading {
    display: block;
    text-align: left;
    padding: 0 1rem;
    font-weight: 800;
    font-size: .65rem;
    letter-spacing: .13rem
  }

  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: inline
  }

  .sidebar {
    width: 0 !important;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
  }

  .sidebar .sidebar-brand {
    overflow: hidden
  }

  .sidebar .sidebar-brand .sidebar-brand-text {
    overflow: hidden
  }

  .sidebar .nav-item {
    overflow: hidden
  }

  .sidebar .sidebar-brand .sidebar-brand-icon img {
    overflow: hidden
  }

  .sidebar hr.sidebar-divider {
    margin: 1rem 0 1rem 0
  }

  .topbar .navbar-search {
    width: 100%
  }

  .login-form {
    padding: 3rem 2rem !important
  }
}

.breadcrumb {
  font-size: 12px;
  font-weight: 700
}


.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-icon-split .icon {
  display: inline-block;
  padding: .375rem .75rem
}

.btn-icon-split .text {
  display: inline-block;
  padding: .375rem .75rem
}

.btn-group-sm>.btn-icon-split.btn .icon,
.btn-icon-split.btn-sm .icon {
  padding: .25rem .5rem
}

.btn-group-sm>.btn-icon-split.btn .text,
.btn-icon-split.btn-sm .text {
  padding: .25rem .5rem
}

.btn-group-lg>.btn-icon-split.btn .icon,
.btn-icon-split.btn-lg .icon {
  padding: .5rem 1rem
}

.btn-group-lg>.btn-icon-split.btn .text,
.btn-icon-split.btn-lg .text {
  padding: .5rem 1rem
}

.card .card-header .dropdown {
  line-height: 1
}

.card .card-header .dropdown .dropdown-menu {
  line-height: 1.5
}

.card .card-header[data-toggle=collapse] {
  text-decoration: none;
  position: relative;
  padding: .75rem 3.25rem .75rem 1.25rem
}

.card .card-header[data-toggle=collapse]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free'
}

.card .card-header[data-toggle=collapse].collapsed {
  border-radius: .35rem
}

.card .card-header[data-toggle=collapse].collapsed::after {
  content: '\f105'
}

.chart-area {
  position: relative;
  height: 10rem;
  width: 100%
}

@media (min-width:768px) {
  .chart-area {
    height: 20rem
  }
}

.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%
}

@media (min-width:768px) {
  .chart-bar {
    height: 20rem
  }
}

.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%
}

@media (min-width:768px) {
  .chart-pie {
    height: calc(20rem - 43px) !important
  }
}

.bg-login-image {
  background-position: center;
  background-size: cover
}

.bg-register-image {
  background-position: center;
  background-size: cover
}

.bg-password-image {
  background-position: center;
  background-size: cover
}

.btn-google {
  border-radius: .25rem
}


.btn-google.focus,
.btn-google:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-facebook {
  border-radius: .25rem
}

.error {

  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(31px, 9999px, 91px, 0)
  }

  5% {
    clip: rect(70px, 9999px, 29px, 0)
  }

  10% {
    clip: rect(3px, 9999px, 56px, 0)
  }

  15% {
    clip: rect(7px, 9999px, 78px, 0)
  }

  20% {
    clip: rect(97px, 9999px, 4px, 0)
  }

  25% {
    clip: rect(24px, 9999px, 60px, 0)
  }

  30% {
    clip: rect(80px, 9999px, 41px, 0)
  }

  35% {
    clip: rect(78px, 9999px, 14px, 0)
  }

  40% {
    clip: rect(20px, 9999px, 23px, 0)
  }

  45% {
    clip: rect(70px, 9999px, 61px, 0)
  }

  50% {
    clip: rect(65px, 9999px, 89px, 0)
  }

  55% {
    clip: rect(74px, 9999px, 25px, 0)
  }

  60% {
    clip: rect(76px, 9999px, 84px, 0)
  }

  65% {
    clip: rect(56px, 9999px, 10px, 0)
  }

  70% {
    clip: rect(85px, 9999px, 58px, 0)
  }

  75% {
    clip: rect(46px, 9999px, 71px, 0)
  }

  80% {
    clip: rect(6px, 9999px, 64px, 0)
  }

  85% {
    clip: rect(20px, 9999px, 84px, 0)
  }

  90% {
    clip: rect(57px, 9999px, 26px, 0)
  }

  95% {
    clip: rect(36px, 9999px, 92px, 0)
  }

  100% {
    clip: rect(12px, 9999px, 53px, 0)
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(31px, 9999px, 91px, 0)
  }

  5% {
    clip: rect(70px, 9999px, 29px, 0)
  }

  10% {
    clip: rect(3px, 9999px, 56px, 0)
  }

  15% {
    clip: rect(7px, 9999px, 78px, 0)
  }

  20% {
    clip: rect(97px, 9999px, 4px, 0)
  }

  25% {
    clip: rect(24px, 9999px, 60px, 0)
  }

  30% {
    clip: rect(80px, 9999px, 41px, 0)
  }

  35% {
    clip: rect(78px, 9999px, 14px, 0)
  }

  40% {
    clip: rect(20px, 9999px, 23px, 0)
  }

  45% {
    clip: rect(70px, 9999px, 61px, 0)
  }

  50% {
    clip: rect(65px, 9999px, 89px, 0)
  }

  55% {
    clip: rect(74px, 9999px, 25px, 0)
  }

  60% {
    clip: rect(76px, 9999px, 84px, 0)
  }

  65% {
    clip: rect(56px, 9999px, 10px, 0)
  }

  70% {
    clip: rect(85px, 9999px, 58px, 0)
  }

  75% {
    clip: rect(46px, 9999px, 71px, 0)
  }

  80% {
    clip: rect(6px, 9999px, 64px, 0)
  }

  85% {
    clip: rect(20px, 9999px, 84px, 0)
  }

  90% {
    clip: rect(57px, 9999px, 26px, 0)
  }

  95% {
    clip: rect(36px, 9999px, 92px, 0)
  }

  100% {
    clip: rect(12px, 9999px, 53px, 0)
  }
}

.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(68px, 9999px, 1px, 0)
  }

  5% {
    clip: rect(44px, 9999px, 53px, 0)
  }

  10% {
    clip: rect(72px, 9999px, 43px, 0)
  }

  15% {
    clip: rect(18px, 9999px, 16px, 0)
  }

  20% {
    clip: rect(6px, 9999px, 72px, 0)
  }

  25% {
    clip: rect(18px, 9999px, 16px, 0)
  }

  30% {
    clip: rect(93px, 9999px, 46px, 0)
  }

  35% {
    clip: rect(100px, 9999px, 33px, 0)
  }

  40% {
    clip: rect(27px, 9999px, 29px, 0)
  }

  45% {
    clip: rect(5px, 9999px, 64px, 0)
  }

  50% {
    clip: rect(40px, 9999px, 65px, 0)
  }

  55% {
    clip: rect(72px, 9999px, 49px, 0)
  }

  60% {
    clip: rect(44px, 9999px, 39px, 0)
  }

  65% {
    clip: rect(84px, 9999px, 45px, 0)
  }

  70% {
    clip: rect(99px, 9999px, 56px, 0)
  }

  75% {
    clip: rect(87px, 9999px, 20px, 0)
  }

  80% {
    clip: rect(52px, 9999px, 8px, 0)
  }

  85% {
    clip: rect(64px, 9999px, 22px, 0)
  }

  90% {
    clip: rect(51px, 9999px, 69px, 0)
  }

  95% {
    clip: rect(2px, 9999px, 11px, 0)
  }

  100% {
    clip: rect(19px, 9999px, 40px, 0)
  }
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(68px, 9999px, 1px, 0)
  }

  5% {
    clip: rect(44px, 9999px, 53px, 0)
  }

  10% {
    clip: rect(72px, 9999px, 43px, 0)
  }

  15% {
    clip: rect(18px, 9999px, 16px, 0)
  }

  20% {
    clip: rect(6px, 9999px, 72px, 0)
  }

  25% {
    clip: rect(18px, 9999px, 16px, 0)
  }

  30% {
    clip: rect(93px, 9999px, 46px, 0)
  }

  35% {
    clip: rect(100px, 9999px, 33px, 0)
  }

  40% {
    clip: rect(27px, 9999px, 29px, 0)
  }

  45% {
    clip: rect(5px, 9999px, 64px, 0)
  }

  50% {
    clip: rect(40px, 9999px, 65px, 0)
  }

  55% {
    clip: rect(72px, 9999px, 49px, 0)
  }

  60% {
    clip: rect(44px, 9999px, 39px, 0)
  }

  65% {
    clip: rect(84px, 9999px, 45px, 0)
  }

  70% {
    clip: rect(99px, 9999px, 56px, 0)
  }

  75% {
    clip: rect(87px, 9999px, 20px, 0)
  }

  80% {
    clip: rect(52px, 9999px, 8px, 0)
  }

  85% {
    clip: rect(64px, 9999px, 22px, 0)
  }

  90% {
    clip: rect(51px, 9999px, 69px, 0)
  }

  95% {
    clip: rect(2px, 9999px, 11px, 0)
  }

  100% {
    clip: rect(19px, 9999px, 40px, 0)
  }
}

.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse
}

footer.sticky-footer {
  padding: 2rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: .8rem
}


footer.sticky-footer .copyright a:hover {
  text-decoration: none
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%
}

.table-flush td,
.table-flush th {
  border-right: 0;
  border-left: 0
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0
}

.card .table {
  margin-bottom: 0
}

.card .table td,
.card .table th {
  padding-right: .5rem;
  padding-left: .5rem
}

.customer-message {
  padding-bottom: 10px;
  padding-top: 10px
}


.customer-message a .message-title {
  padding-right: 1.3rem;
  padding-left: 1.3rem
}

.customer-message a .message-time {
  padding-right: 1.3rem;
  padding-left: 1.3rem
}

.customer-message a:hover {
  text-decoration: none
}

.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading,
.text-uppercase {
  text-transform: uppercase !important;
}

.btn-link {
  font-weight: 400;
  color: #fafafa;
  text-decoration: none;
}

/* .dropdown-menu .dropdown-item:active {
  background-color: aqua;
} */

/* .user-menu .small {
  font-size: .900rem;
  font-weight: 400;
} */

.power-button {
  display: block;
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.power-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.power-button input:checked~.control {
  background-color: #2EA749;
}

.power-button input:checked~.control:after {
  left: 19px;
}

.power-button .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 38px;
  border-radius: 11px;
  background-color: #6C757D;
  transition: background-color 0.15s ease-in;
}

.power-button .control:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 11px;
  background: white;
  transition: left 0.15s ease-in;
}

.power-button2 {
  text-align: center;
  margin: 2em;
}

.power-button2-on {
  color: #2EA749;
  font-size: 4em;
  border-radius: 100%;
  padding: 0.3em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
}

.power-button2-on:active {
  box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
}

.power-button2-off {
  color: #888;
  font-size: 4em;
  border-radius: 100%;
  padding: 0.3em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
}

.power-button2-off:active {
  box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
}

.power-button2-offline {
  color: #DDD;
  font-size: 4em;
  border-radius: 100%;
  padding: 0.3em;
  box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.5);
}

::selection {
  background: #be6115;
  color: #FFF;
}

::-moz-selection {
  background: #be6115;
  color: #FFF;
}

.logo-brand { color: #FFFFFF;height: 3rem;text-decoration: none;font-size: 1rem;font-weight: 800;text-align: center;letter-spacing: .05rem;z-index: 1}
.logo-brand:hover {text-decoration: none;}
.logo-brand .logo-brand-icon .fa {color: #FFFFFF;margin-top: 3px;font-size: 17px;}
.logo-brand .logo-brand-text {text-decoration: none;color: #FFFFFF;display: inline;font-weight: 700;font-family: 'Aldrich', sans-serif;font-size: 1.25rem;margin-left: 3px;}
