.loading-box {
    border-radius: 5px;
    position: fixed;
    top: 1%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    text-align: center;
    padding: 20px;
}

.noright {
    user-select: none;
    cursor: default;
}

#loadingLabel {
    display: none;
}

body {
    background-image: url('../../assets/img/kyati-opcty.png');
    background-position: 70% center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 100vh !important;
}