
.app-spin-loader , .app-result-view {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.app-spin-disable-div {
    pointer-events: none;
    opacity: 0.7;
}

.app-spin-result {
    width: 2rem;
    height: 2rem;
}

.app-result-success {
    pointer-events: none;
}

.app-hand {
    cursor: pointer;
}

.app-pad {
    padding-top: 2%;
}

.app-bottom-pad {
    padding-bottom: 5%;
}