.loading {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.blockScreen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.loadingModal {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: auto;
    height: 100%;
    z-index: 10000;
}

.loading2 {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.loadingFox {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.loadingFox .loaderFox {
    position: fixed;
    top: 38%;
    left: 45%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: 10001;
}

.fox-body {
    position: absolute;
    top: 125px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-top: 50px solid #eaae3eb8;
    border-bottom: 50px solid #e4eaec00;
    border-left: 50px solid #f05623;
    border-right: 50px solid #f05623;
}

.fox-body-2 {
    position: absolute;
    top: 125px;
    left: 100px;
    width: 50px;
    height: 100px;
    box-sizing: border-box;
    border-top: 50px solid #f05623;
    border-bottom: 50px solid #e4eaec00;
    border-right: 50px solid #f05623;
}

.fox-neck {
    position: absolute;
    top: 75px;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    border-top: 50px solid #f05623;
    border-right: 50px solid #eaae3eb8;
    border-left: 50px solid #eaae3eb8;
}

.fox-head {
    position: absolute;
    top: 0px;
    width: 100px;
    height: 75px;
    box-sizing: border-box;
    border-top: 50px solid #e4eaec00;
    border-right: 50px solid #f05623;
    border-left: 50px solid #f05623;
}

.fox-tail {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 65px;
    left: 150px;
    box-sizing: border-box;
    border-top: 30px solid #eaae3eb8;
    border-bottom: 30px solid #f05623;
    border-left: 30px solid #f05623;
    border-right: 30px solid #eaae3eb8;
    transform-origin: left bottom;
    animation: tail-move 1.5s ease-in-out infinite alternate;
}

@keyframes tail-move {
    0%,
    50% {
        transform: rotate(90deg);
    }
    25%,
    75% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.loading2 .loader {
    position: fixed;
    top: 38%;
    left: 50%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 0.8s linear infinite;
    z-index: 10001;
}

.loadingTable {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.loadingTable .loaderTable {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.8s linear infinite;
    z-index: 1;
}

.loaderModal {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.8s linear infinite;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

.loaderSpan {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.8s linear infinite;
}

.loaderNotification {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.8s linear infinite;
}

.loaderCard {
    position: absolute;
    top: 38%;
    left: 38%;
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 0.8s linear infinite;
    z-index: 3;
}

/*----------------------- FOX GIF LOADER ---------------------*/
.foxLoading {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
}

.foxLoader {
    width: 100%;
    max-height: 100%;
    position: absolute;
    margin: 0 auto;
    background: white;
    border-right: 0px;
}

.foxLoadingTable {
    position: relative;
    width: 160px;
    height: 160px;
    min-height: 110px;
    top: 0px;
    left: 0px;
    background-colour: #ffffff08;
}

.foxLoaderTable {
    width: auto;
    height: 100px;
    left: 40%;
    top: 0%;
    position: absolute;
    margin: 0 auto;
    border-right: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-any-container {
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-any {
    width: 75px;
    height: 75px;
    margin: 0;
    display: inline-block;
    border-top: solid rgba(163, 175, 183, 0.5);
    border-right: solid rgba(163, 175, 183, 0.5);
    border-bottom: solid rgba(163, 175, 183, 0.5);
    border-left: solid #3498db;
    border-width: 10px;
    border-radius: 50%;
    -webkit-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear;
}
