html,
body {
  height: 100%;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-shadded {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-upgraded {
  background-color: rgba(226, 154, 0, 0.424);
}

.body-card-title {
  margin-bottom: 2rem;
  padding: 2rem;
  font-weight: 300;
  font-size: 2rem;
}

.body-card-title a {
  color: #212529;
}

.body-card-title small {
  font-size: 0.9rem;
}

.body-card-title-welcome {
  margin-bottom: 2rem;
  padding: 0rem;
  font-weight: 500;
  font-size: 2rem;
}

.logo-navbar {
  margin-top: -200px;
  margin-left: 200px;
  /* padding: -0.5rem 1rem; */
}

.logo-navbar-img {
  margin-right: auto;
}

.body-content {
  min-height: 60vh;
}

.footer {
  /* min-height: 20rem; */
  /* min-height: 5rem; */
  width: 100%;
  padding-top: 1rem;
  position: relative;
  bottom: 0;
  background-color: #292b2c;
}

.footer h5 {
  /* text-indent: 2rem; */
  margin: 1rem auto;
  font-size: 120%;
}

.footer p {
  text-indent: 2rem;
  /* font-size: small; */
  font-size: 90%;
}

.bottom-footer {
  background-color: #333536;
  padding-top: 1.5rem;
  /* width: 100%; */
  bottom: 0;
  position: relative;
  padding-bottom: 2rem;
}

.footer-btn {
  height: 2.1rem;
  width: 2.1rem;
}

/* .grouped-left {
    border-left: 4px dotted blue !default;
} */

.strong-label {
  font-weight: 500;
}

.blue-content {
  color: blue;
}

.nav-search {
  /* background-color: #353941; */
  background-color: #3d424b;
  border-color: #333536;
  color: white;
}

.nav-search button {
  background-color: #333536;
}

.nav-search:focus {
  background-color: #353941;
  border-color: #333536;
  color: white;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}

/* new style vars */