.inline-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 999;
}

.inline-spinner-img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-top: -22px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
}

.spinner-new-design {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-top: -22px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    color: #26421a;
    background: linear-gradient(currentColor 0 0),
    linear-gradient(currentColor 0 0),
    linear-gradient(currentColor 0 0),
    linear-gradient(currentColor 0 0);
    background-size: 23.4px 23.4px;
    background-repeat: no-repeat;
    animation: shapes-53h9rpmd 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes shapes-53h9rpmd {
    0% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    }

    33% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        width: 67.2px;
        height: 67.2px;
    }

    66% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0;
        width: 67.2px;
        height: 67.2px;
    }

    100% {
        background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    }
}

.relative-block {
    position: relative;
    min-height: 100px;
}

.loading-spinner {
    width: 15px;
    height: 15px;
}
.award-block{
    margin-left: auto;
    order:2;
}

.award-block .spinner{
    margin: 3px;
    height: 25px;
    width: 25px;
}

.award-block .text{
    line-height: 32px;
}