.nafath-token {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    font-size: 24px;
    color: #333;
    border-radius: 50%;
    background-color: #E8F4F4;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nafath-token span {
    position: relative;
    z-index: 2;
}

.nafath-clock svg {
    height: 64px;
    width: 64px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nafath-clock #nafath-clock-loader {
    fill: #039D8F
}

.nafath-clock #nafath-clock-border {
    fill: #039D8F
}

.nafath-failed {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
    background-color: #FBEEEF;
    border-radius: 50%;
}

.nafath-failed img {
    height: 48px;
    width: 48px;
}