.rollto {
    position: fixed;
    right: 230px;
    right: -moz-calc((100% - 1030px) / 2 - 46px);
    right: -webkit-calc((100% - 1030px) / 2 - 46px);
    right: calc((100% - 1030px) / 2 - 46px);
    bottom: 50%;
    z-index: 999;
    display: none;
}
.rollto a {
    overflow: hidden;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 1px 0;
    opacity: 0.8;
    background: orange;
    color: #fff;
    border-radius: 2px;
}
.rollto a:hover {
    opacity: 1;
}
.rollto a i {
    width: 36px;
    top: 0;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
}

.opennew {
    cursor: pointer;
}
.slots-games {
    position: relative;
}

/* CRM */
#notification-dewacrm {
    /*background-color: #272727;*/
}
#nw-badge {
    color: #ffd600;
}

/* END CRM */