body {
    --action-primary-color: rgba(0,159,227,1);
    --alert-watched-color: rgba(255,255,0,1);
    --warning-new-color: rgba(255,0,175,1);
}

.loading {
    align-items: center;
    -webkit-align-items: center;
    background-color: rgb(0 0 0 /50%);
    box-sizing: border-box;
    display: none;
    font-size: 16px;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999999;
}

.loading span{
    margin: auto;
    color: #ffffff;
    font-size: 50px;
}
