.stream-wraper {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-image: url(/wp-content/themes/pussycoin-theme/assets/images/age-gate-background.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.stream-block-in-wr {
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
background-color: #525158;
}

.stream-column-front {
    padding: 0;
    /*background-color: #32323c;*/
}

.chat-section img, .bottom-right-section img {
    width: 100%;
}

.in-stream video, .top-right-section video {
    width: 100%;
}

.chat-section {
    margin-top: -7px;
}

.after-stream-block {
    display: flex;
    margin-top: -6px;
}

.prem-message {
    flex: 1;
    background-color: #000000;
}

.prem-message p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.prem-message span {
    color: #9a00ff;
    font-weight: bold;
}

.prem-message a { 
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #d90fb3 0%, #f9992f 100%);
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin-top: 6px;
    margin-right: 10px;
}

.in-prem-message {
    flex: 1;
    padding: 12px;
}

.in-prem {
    display: flex;
}

.player-contorls {
   flex: 0.19;
}

.player-contorls img {
    width: 100%;
    height: 100%;
}

.top-right-section, .in-stream {
    position: relative;
}

.get-label {
    width: 70px;
    position: absolute;
    top: 10px;
}

.get-label img {
    width: 100%;
}

.top-right-section .get-label {
    right: 10px;
}

.in-stream .get-label {
    left: 10px;
}

.onex {
    width: 156px;
    position: absolute;
    top: 46px;
    left: 22px;
}

.onex img, .people-list img {
    width: 100%;
}

.people-list {
    width: 95px;
    position: absolute;
    top: 10px;
    right: 88px;
}

.bottom-left-section-wrapper {
    display: flex;
    background-color: #525158;
    padding-top: 20px;
}

.super-chat {
    padding-top: 11px;
}

.super-chat img {
    width: 100%;
}

.bottom-super {
    flex: 1;
}

.strem-menu-wraper {
    display: flex;
}

.first-flex-in-super-menu {
    flex: 0.4;
}

.second-flex-in-super-menu {
    flex: 1;
    padding-top: 10px;
}

.first-flex-in-super-menu {
    padding-top: 10px;
    padding-left: 26px;
}

.first-flex-in-super-menu ul {
    padding-left: 0;
}

.first-flex-in-super-menu li {
    background-color: #2d2d34;
    list-style: none;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.first-flex-in-super-menu li a {
    color: #fff;
    text-decoration: none;
}

.first-flex-in-super-menu li div {
    color: #fff;
    text-decoration: none;
}

.second-flex-in-super-menu {

}

.second-flex-in-super-menu ul {
    list-style: none;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.second-flex-in-super-menu li {
    padding-top: 7px;
}

.second-flex-in-super-menu li img {
    width: 100%;
}

.stream-block-in-wr {
    margin-top: 102px;
}

.clickable-link {
    z-index: 995;
    position: absolute;
}

.clickable-link-unset {
    z-index: 995;
}

/*modal*/
body .image-modal .modal-close-button {
    position: absolute;
    top: 8%;
    right: 0;
    color: #f1f1f1;
    font-size: 85px;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
    height: 100px;
    z-index: 999999;
}

.home-wraper-stream {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.btn-home {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #d90fb3 0%, #f9992f 100%);
    color: #fff;
    border: none;
    margin-top: 29px;
    padding: 10px 77px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .player-contorls img {
        height: auto;
    }
}

@media (max-width: 456px) {
    .second-flex-in-super-menu {
        padding-top: 28px;
    }
    .player-contorls {
        background-color: #474750;
        text-align: right;
    }
    .player-contorls img {
        width: 26%;
    }
    .after-stream-block {
        flex-direction: column-reverse;
    }
    .first-flex-in-super-menu {
        padding-left: 10px;
    }
    .people-list {
        right: 36px;
    }
}

@media (max-width: 991px) {
    .right-side {
        display: flex;
    }
    .bottom-left-section-wrapper {
        flex-direction: column;
    }
    .bottom-left-section-wrapper {
        padding-top: 0;
    }
    .first-flex-in-super-menu {
        padding-top: 35px;
    }
    .prem-message p {
        font-size: 13px;
    }
    .prem-message a {
        font-size: 7px;
    }
    .chat-section {
        margin-top: 0;
    }
    .stream-wraper {
        padding-bottom: 60px;
    }
}