/*@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;*/
/*}*/
body {
    background: #e4e5e6;
}
.app-loading,
.app-loading:before,
.app-loading:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.app-loading {
    position: fixed;
    width: 100px;
    height: 100px;
    margin: auto;
    animation: lds-pacman 2s linear infinite;
}

@keyframes lds-pacman {
    100% {
        transform: rotate(360deg);
        // filter: hue-rotate(360deg);
    }
}

.app-loading:before {
    /*border: 10px solid red;*/
    /*border-bottom: 10px solid orange;*/
    /*border-left: 10px solid rgba(18, 182, 194, 0.829);*/
    /*border-right: 10px solid rgba(90, 228, 72, 0.911);*/
    border-right: 10px solid #ee2b27;
    border-top: 10px solid #5ec19b;
    border-left: 10px solid #f47c20;
    border-bottom: 10px solid #8ec642;
    animation: lds-pacman1 1s linear infinite;
}

.app-loading:after {
    border-right: 10px solid #ee2b27;
    border-top: 10px solid #5ec19b;
    border-left: 10px solid #f47c20;
    border-bottom: 10px solid #8ec642;
    /*border-top: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    animation: lds-pacman1 1s linear infinite;
}

@keyframes lds-pacman1 {
    20% {
        transform: rotate(150deg);
    }
    40% {
        transform: rotate(250deg);
    }
    80% {
        transform: rotate(300deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*// @keyframes lds-pacman2 {*/
/*//   0% {*/
/*//     transform: rotate(-30deg);*/
/*//   }*/
/*//   20% {*/
/*//     transform: rotate(50deg);*/
/*//     border-color: transparent transparent rgba(18, 182, 194, 0.829)*/
/*//       rgba(48, 216, 26, 0.911);*/
/*//   }*/
/*//   21% {*/
/*//     border-color: orange rgba(18, 182, 194, 0.829) transparent transparent;*/
/*//   }*/
/*//   40% {*/
/*//     transform: rotate(100deg);*/
/*//   }*/
/*//   60% {*/
/*//     transform: rotate(180deg);*/
/*//     border-color: orange rgba(48, 216, 26, 0.911) transparent transparent;*/
/*//   }*/
/*//   61% {*/
/*//     border-color: transparent transparent rgba(18, 182, 194, 0.829)*/
/*//       rgba(90, 228, 72, 0.911);*/
/*//   }*/
/*//   80% {*/
/*//     transform: rotate(270deg);*/
/*//   }*/
/*//   100% {*/
/*//     transform: rotate(360deg);*/
/*//   }*/
/*// }*/
