/* custom */
.ajs-dialog {
    text-align: left !important;
}

.parsley-errors-list {
    position: absolute;
}

    .parsley-errors-list.filled {
        margin-top: 75px;
        margin-left: -35px;
        list-style: none;
        font-size: 12px;
        font-weight: bolder;
        color: #cc191e;
        -webkit-transition: opacity 2s;
        transition: opacity 2s;
    }

.main_pop_wrap {
    top: 0px;
    float: left;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.popup_window {
    position: relative;
    background-color: #fff;
    color: #000000;
    margin: 5px;
    border: 4px solid #34ada2;
    display: none;
    z-index: 999;
    padding-top: 30px;
    background: #34ada2;
    padding-bottom: 30px;
}

.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.wrapper_loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -18px;
    width: 36px;
    height: 55px;
}

.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
    }

.alertify .ajs-body .ajs-content {
    white-space: pre-wrap;
}

.alertify .ajs-dialog {
    text-align: left;
}
