body {
    overflow: visible hidden
}

.footer {
    display: none !important
}

.any-chat {
    width: 100%;
    flex: 1 2 100%;
    position: relative
}

.vip-chat {
    width: 100%;
    height: 100%
}

/* NOTICE  */

.notice-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(32, 32, 32, 0.50);
    z-index: 120
}

.notice {
    padding: 15px 20px;
    position: static;
    width: 450px;
    background-color: #303030;
    color: #FFFFFF;
    font-size: 18px;
}

.notice hr {
    border-color: #404040
}

.notice .buttons .item {
    color: #F5F5F5 !important;
    background-color: #202020;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 10px
}

.notice .buttons .active {
    background-color: #0E51A7;
}

.notice .buttons .item:hover {
    background-color: #003F8F;
}