.bg-galaxy {
  /* background: linear-gradient(#4099E1, #2069A5); */
  background-image: linear-gradient(to right, #434343 0%, black 100%);
}
.bg-glass {
  background-color: rgba(255, 255, 255, .15);  
  backdrop-filter: blur(5px);
}
.bg-grown-early {
  background-image: linear-gradient(to top, #1d1f8c 0%, #333597 100%);
}
.bg-shine {
  background: #2b9dfe;
  background: -webkit-linear-gradient(to right, #0ac888, #2b9dfe);
  background: linear-gradient(to right, #0ac888, #2b9dfe);
}
.btn-excel {
  background-color: #0d7239;
  color: #ffffff;
}
.btn-excel:hover {
  background-color: #0a5b2d;
  color: #ffffff;
}
.card-ns {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fade-load {
  animation-name: fadeload;
  -webkit-animation-name: fadeload;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  display: block;
  visibility: visible;
}
@keyframes fadeload {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeload {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.spin-simpag {
  width: 37px;
}
.spin-lg {
  width: 4rem;
  height: 4rem;
}
.spin-md {
  width: 3rem;
  height: 3rem;
}
.spin-img {
  width: 2rem;
}
.z-index-2 {
  z-index: 2;
}
.circle {
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #3e57ff;
  border-radius: 50%;
  -webkit-animation: rotate linear infinite;
  animation: rotate linear infinite;
}
.circle.one {
  height: 80px;
  width: 80px;
  left: 50px;
  top: 50px;
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
}
.circle.two {
  height: 105px;
  width: 105px;
  top: 38px;
  left: 38px;
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
}
.circle.three {
  height: 130px;
  width: 130px;
  top: 25px;
  left: 25px;
  -webkit-animation-duration: 1.05s;
  animation-duration: 1.05s;
}
.f-14 {
  font-size: 14px !important;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
}
.img-profile {
  object-fit: cover;
  width: 200px;
  height: 200px;
}
.img-crop-container {
  overflow: hidden;
  width: 200px;
  height: 200px;
  position: relative;
}
.img-crop-top {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
}
@-webkit-keyframes rotate {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
@keyframes rotate {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
.text-success-c1 {
  color: #1e6649 !important;
}