/* custom */
.parsley-errors-list {
    position: absolute;
}
.parsley-errors-list.filled {
    margin-top: 85px;
    margin-left: -35px;
    list-style: none;
    font-size: 12px;
    font-weight: bolder;
    color: #ffe300;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}
.popup_window {
    position: fixed;
    background-color: #fff;
    color: #000000;
    padding: 0;
    display: none;
    z-index: 999;
}
.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1976;
}
.wrapper_loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -101.5px;
    margin-left: -116.5px;
    width: 233px;
    height: 203px;
}
.level-icon {
    max-width: 28px;
    max-height: 28px;
}
.hidden {
    display: none !important
}
.cursor-pointer, .player-balance {
    cursor: pointer;
}
.label {
    border: 1px solid #000
}
.label-warning {
    background-color: #cbb956
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #b6a338
}
