
.nav-loader{
  min-width: 80px;
  height: 100%;
  background-color: #1F2937 !important;
}

.loader-top-nav{
  background-color: #FFF  !important;
  height: 65px;
  margin-bottom: 1rem;
}

.loader-alternative-color {
  background-color: #E4E6EF  !important;
}

.messages-menu{
  min-width:260px;
  height: 100%;
  background-color: #ffffff !important;
}

.messages-menu > div{
  background-color: #E4E6EF !important;
}

.nav-menu{
  min-width:280px;
  height: 100%;
}

.loader-placeholder{
  width:100%;
  height:100%;
}

.loader-line {
  height: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.loader-message {
  height: 35px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.loader-block {
  height: 50px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.loader-big-block {
  height: 80px;
  margin-bottom: 45px;
  margin-top: 15px;
}

.loader-card {
  min-height:250px;
  padding:1rem;
}

.skeleton {
  animation: loading 2s ease-in-out infinite;
  background-color: #ffffff;
}

.skeleton > div {
  background-color: #edeff7;
}

@keyframes loading {
  50% {
    opacity: 0.6;
  }
}