.rejectSyst {
    background-color: var(--wt);
    align-self: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 0px !important;
    z-index: 88;
}


.rejectSystem {
    background-color: var(--wt);
    margin-top: -450px;
    border-radius: 7px;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    align-self: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 7px 90px 7px 90px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.rejectSystem img {
    height: 20px;
    width: 20px;
}

.rejectSystem span {
    width: 20px !important;
}


.rejected {
    margin-top: 0;
}

.tohi {
    display: none;
}

.loading:hover {
    background: #076363;
}

.load28 img {
    -webkit-animation: load28 3s infinite linear;
    animation: load28 3s infinite linear;
    filter: brightness(1000%);
}



@keyframes load28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(1200deg);
        transform: rotate(1200deg)
    }


    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}


@-webkit-keyframes load28 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(1200deg);
    }


    100% {
        -webkit-transform: rotate(0deg);
    }
}
