body {
  background-color: #e4e5e6;
}

.cssload-description {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 48px 0 0 -200px;
  width: 400px;
  text-align: center;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 0.8rem;
}

.cssload-container {
  position: relative;
}
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(204, 204, 204);
  border-left-color: rgb(0, 0, 0);
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
}
.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::before {
  content: '';
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}
.cssload-whirlpool::after {
  content: '';
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}
@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

/*@keyframes lds-pacman-1 {*/
/*  0% {*/
/*    -webkit-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  50% {*/
/*    -webkit-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*}*/
/*@-webkit-keyframes lds-pacman-1 {*/
/*  0% {*/
/*    -webkit-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  50% {*/
/*    -webkit-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*  }*/
/*}*/
/*@keyframes lds-pacman-2 {*/
/*  0% {*/
/*    -webkit-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*  }*/
/*  50% {*/
/*    -webkit-transform: rotate(225deg);*/
/*    transform: rotate(225deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*  }*/
/*}*/
/*@-webkit-keyframes lds-pacman-2 {*/
/*  0% {*/
/*    -webkit-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*  }*/
/*  50% {*/
/*    -webkit-transform: rotate(225deg);*/
/*    transform: rotate(225deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*  }*/
/*}*/
/*@keyframes lds-pacman-3 {*/
/*  0% {*/
/*    -webkit-transform: translate(190px, 0);*/
/*    transform: translate(190px, 0);*/
/*    opacity: 0;*/
/*  }*/
/*  20% {*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: translate(70px, 0);*/
/*    transform: translate(70px, 0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/*@-webkit-keyframes lds-pacman-3 {*/
/*  0% {*/
/*    -webkit-transform: translate(190px, 0);*/
/*    transform: translate(190px, 0);*/
/*    opacity: 0;*/
/*  }*/
/*  20% {*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: translate(70px, 0);*/
/*    transform: translate(70px, 0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*.app-loading {*/
/*  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  top: 10em;*/
/*}*/
/*.app-loading p {*/
/*  display: block;*/
/*  font-size: 1.17em;*/
/*  margin-inline-start: 0px;*/
/*  margin-inline-end: 0px;*/
/*  font-weight: normal;*/
/*}*/

/*.app-loading .lds-pacman {*/
/*  position: relative;*/
/*  margin: auto;*/
/*  width: 200px !important;*/
/*  height: 200px !important;*/
/*  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);*/
/*  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);*/
/*}*/
/*.app-loading .lds-pacman > div:nth-child(2) div {*/
/*  position: absolute;*/
/*  top: 40px;*/
/*  left: 40px;*/
/*  width: 120px;*/
/*  height: 60px;*/
/*  border-radius: 120px 120px 0 0;*/
/*  background: #bbcedd;*/
/*  -webkit-animation: lds-pacman-1 1s linear infinite;*/
/*  animation: lds-pacman-1 1s linear infinite;*/
/*  -webkit-transform-origin: 60px 60px;*/
/*  transform-origin: 60px 60px;*/
/*}*/
/*.app-loading .lds-pacman > div:nth-child(2) div:nth-child(2) {*/
/*  -webkit-animation: lds-pacman-2 1s linear infinite;*/
/*  animation: lds-pacman-2 1s linear infinite;*/
/*}*/
/*.app-loading .lds-pacman > div:nth-child(1) div {*/
/*  position: absolute;*/
/*  top: 97px;*/
/*  left: -8px;*/
/*  width: 24px;*/
/*  height: 10px;*/
/*  background-image: url('../images/logo-jhipster.png');*/
/*  background-size: contain;*/
/*  -webkit-animation: lds-pacman-3 1s linear infinite;*/
/*  animation: lds-pacman-3 1.5s linear infinite;*/
/*}*/
/*.app-loading .lds-pacman > div:nth-child(1) div:nth-child(1) {*/
/*  -webkit-animation-delay: -0.67s;*/
/*  animation-delay: -1s;*/
/*}*/
/*.app-loading .lds-pacman > div:nth-child(1) div:nth-child(2) {*/
/*  -webkit-animation-delay: -0.33s;*/
/*  animation-delay: -0.5s;*/
/*}*/
/*.app-loading .lds-pacman > div:nth-child(1) div:nth-child(3) {*/
/*  -webkit-animation-delay: 0s;*/
/*  animation-delay: 0s;*/
/*}*/
