

.session_live_description {
    font-size: 0.8rem;
    margin-top: 10px;;
}

.session_live_description img {
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
}


/*NEWS BAR */




.live_stripe {
    background: #be1639;
    color: #fff;
    padding: 10px;
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.text_wrapper {
    white-space: nowrap;
    position: absolute;
    top: 10px;
    left: 0;
    width: max-content; /* Zapewnia, że szerokość kontenera będzie równa szerokości zawartości */
    font-size: 0.9rem;
    margin-bottom: 50px; /* Dodanie marginesu na końcu każdej sekwencji */
}




.news_dot {
    font-size: 2rem;
    margin-left: 10px;
    margin-right: 10px;
    color: blue;
}





/* NEWSROOM */





#newsroom {
    margin-bottom: 50px;
    padding: 50px 5vw;
}






.newsroom_top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
}


.singe_news_top {
    background-color: #be1639;
    color: #fff;
    width: calc(24% - 40px);
    padding: 20px;
    text-align: right;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.singe_news_top:hover {
background: #093053;
}



.singe_news_top img {
    max-width: 100%;
}



.news_category {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
    font-size: 2.3rem;
    letter-spacing: 2px;
}


.news_name {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news_short {
    font-size: 0.8rem;
    line-height: 1.1;
    margin-bottom: 10px;
}


.news_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.news_image {
    width: calc(100% - 70px);
}

.news_icon {
    width: 70px;
    font-size: 5rem;
}





.singe_news_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
    padding: 20px 10px;
    cursor: pointer;
}

.singe_news_bottom:hover {
    background: #ffe054;
}

.bottom_news_left {
    width: 180px;
}

.bottom_news_right {
    width: calc(100% - 200px);
}


.bottom_category {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 2px;
}


.bottom_time {
    font-size: 1.2rem;
}



.bottom_name {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
}



.date {
    border-right: 1px solid #1d1d1b;
    padding-right: 10px;
    margin-right: 5px;
}


.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-link {
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 3px;
    margin-right: 3px;
}


.page-link.page_active, .page-link:hover {
    border: 1px solid #be1639;
    background: #be1639;
    color: #fff;
}













/* BONY */

.bony_info {
    margin-top: 40px;
    margin-bottom: 40px;
}

#bony {
    padding: 50px 5vw;
   
}



.bony_all {
    display: grid;
    grid-template-columns: repeat(auto-fill, 365px);
    grid-template-rows: repeat(auto-fill, auto);
    gap: 20px;
}



.bon_single {
    background: #093053;
    color: #fff;
    padding: 20px;
    position: relative;
}


.bon_single.style1 {
    
}



.bon_single.style1::before {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    width: calc(40% - 15px);
    height: calc(100% - 20px);
    content: '';
    background: #fff;
    
}



.bon_single.style2::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 20px;
    width: calc(40% - 15px);
    height: calc(100% - 0px);
    content: '';
    background: #fff;
    
}



.bon_single.style4::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 20px;
    width: calc(40% - 15px);
    height: calc(100% - 0px);
    content: '';
    background: #fff;
    
}




.bon_single.style3::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 32%;
    height: calc(100% - 0px);
    content: '';
    background: #ffe054;
}





.bon_single.style3::after {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0px;
    width: 42%;
    height: 70px;
    content: '';
    background: #fff;
}







.bon_single.style5::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 20px;
    width: calc(40% - 15px);
    height: calc(100% - 0px);
    content: '';
    background: #fff;
    
}










.bon_single.style6::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 32%;
    height: calc(100% - 0px);
    content: '';
    background: #ffe054;
}





.bon_single.style6::after {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 0px;
    width: 42%;
    height: 70px;
    content: '';
    background: #fff;
}









.style1 .bon_header {
    flex-direction: row-reverse;
    
}



.style1 .bon_title {
    width: 55%;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    justify-content: flex-end;
}



.style4 .bon_title {
    justify-content: space-between;
    align-items: flex-start;
}

.bon_single.style2 {
    background: #be1639;
}


.style2 .coupon_buttons::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 60%;
    height: 30px;
    bottom: 5px;
    left: -20px;
    background: #ffe054;
}









.style5 .coupon_buttons::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 50%;
    height: 30px;
    bottom: 5px;
    right: 0px;
    background: #ffe054;
}



.bon_single.style3 {
    
}


.bon_single.style4 {
    background: #be1639;
}


.bon_single.style5 {
    
}


.style5 .bon_header {
    flex-direction: row-reverse;
    
}


.bon_single.style6 {
    
}


.style6 .bon_header {
    flex-direction: row-reverse;
    
}








.bon_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 5;
    position: relative;
}

.bon_logo {
    width: 40%;
}



.style3 .bon_logo {
    margin-top: -30px;
}


.style6 .bon_logo {
    margin-top: -30px;
}



.bon_logo img {
    max-width: 100%;
}


.bon_title {
    width: 55%;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}


.bon_quote {
    font-size: 2.3rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}



.style1 .bon_quote {
    text-align: right;
}


.style1 .bon_quote::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 25%;
    height: 30px;
    top: 0px;
    left: -20px;
    background: #ffe054;
}


.style2 .bon_quote {
    width: 50%;
    font-size: 2rem;
    letter-spacing: -1px;
}






.style3 .bon_quote {
    font-size: 3rem;
}

.style4 .bon_quote {
    width: 60%;
}


.style5 .bon_quote {
    width: 50%;
    font-size: 2rem;
    letter-spacing: -1px;
}



.style6 .bon_quote {
    font-size: 3rem;
}



.bon_vendor {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}



.style2 .bon_vendor {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3px;
    letter-spacing: 0;
}



.style3 .bon_vendor {
    font-size: 2.4rem;
}



.style4 .bon_vendor {
    width: 60%;
}





.style5 .bon_vendor {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3px;
    letter-spacing: 0;
}


.style6 .bon_vendor {
    font-size: 2.4rem;
}









.bon_info {
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
    margin-top: 2px;
}


.style4 .bon_info {
    width: 30%;
    border-left: 1px solid #fff;
    padding-left: 5px;
    margin-top: -40px;
}



.more-content {
    display: none;
    padding: 10px;
    font-size: 0.8rem;
    margin-top: 10px;
    background: #093053;
    position: relative;
    z-index: 10;
}


.style2 .more-content {
    background: #be1639;
}

.style4 .more-content {
    background: #be1639;
}



.more-content a {
    font-weight: 500;
    text-decoration: underline;
}

.bon_single button {
    background: transparent;
    border: 0px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 1px;
}

.bon_single button:hover {
    text-decoration: underline !important;
}

.read-more-btn {
    z-index: 9;
}


.style2 .read-more-btn {
color: #1d1d1b !important;
}

.style3 .read-more-btn {
    margin-top: 40px;
    margin-bottom: -20px;
    margin-left: 0px;
    position: relative;
}



.style6 .read-more-btn {
    margin-top: 40px;
    margin-bottom: -20px;
    margin-left: 0px;
    position: relative;
}


.style4 .read-more-btn {

    margin-left: 10px;
    
}



.style4 .read-more-btn {
    color: #1d1d1b !important;
    }


    .style5 .read-more-btn {
        color: #1d1d1b !important;
        margin-left: 20%;
    }



.bon_single button.pickcoupon {
    background: #be1639;
    border: 1px solid #be1639;
    color: #fff;
    font-weight: 500;
}


.style2 button.pickcoupon {
background: #093053;
border: 1px solid #093053;
}


.style4 button.pickcoupon {
    background: #ffe054;
    border: 1px solid #ffe054;
    color: #1d1d1b;
    padding: 10px 30px;
    text-transform: uppercase;
}

.style1 button.pickcoupon {
    margin-right: 30px;
    padding: 10px 20px;
}


.style1 .bon_single button {
    text-decoration: underline;
}



.style3 button.pickcoupon {
    padding: 10px 15px;
}

.style6 button.pickcoupon {
    padding: 10px 15px;
}






.coupon_buttons {
    display: flex;
    justify-content: space-between;
    z-index: 5;
    position: relative;
}

.style3 .coupon_buttons {
    flex-direction: row-reverse;
    margin-top: -35px;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}

.style3 .coupon_buttons::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 33%;
    height: 20px;
    bottom: -10px;
    right: -20px;
    background: #ffe054;
}







.style5 .coupon_buttons {
    flex-direction: row-reverse;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}








.style6 .coupon_buttons {
    
    margin-top: -35px;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}

.style6 .coupon_buttons::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 33%;
    height: 20px;
    bottom: -10px;
   left: -20px;
    background: #ffe054;
}




.registerKK button {
    color: #1d1d1b;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    max-width: 400px;
}

.registerKK button:hover {
    color: #fff;
}


.nonkk {
    opacity: 0;
    pointer-events: none;
}
















/* RESTRICTED */


.restricted_info {
    margin-top: 20px;
    border: 1px solid #be1639;
    padding: 10px;
    font-weight: 500;
    background: #be1639;
    color: #fff;
    font-size: 0.9rem;
}


.unregistered_info {
    background: #be1639;
    color: #fff;
    padding: 40px;
    /* max-width: 600px; */
    margin-top: 50px;
    text-align: left;
    font-size: 1.2rem;
}


.unregistered_info button {
    width: 100%;
    background: #ffe054;
    color: #000;
    border: 1px solid #ffe054;
    border: 0px;
    border-radius: 0px;
    font-size: 1.8rem;
    padding: 20px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 300px;
    float: right;
    margin-top: -70px;
    margin-right: -80px;
}

.unregistered_info h3 {
    font-size: 1.8rem;
    font-weight: 600;
    background: #093053;
    margin: 0;
    margin-left: -80px;
    margin-bottom: 30px;
    padding: 20px;
    width: fit-content;
    text-transform: uppercase;
    padding-left: 80px;
    padding-right: 60px;
    max-width: 600px;
}


/* SCROLLBARS */



/* Width and height of the scrollbar */
.chat ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Style of the scrollbar thumb */
.chat ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.2);
    border-radius: 3px;
}


.chat ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.2);
    border-radius: 3px;
}


/* Style of the scrollbar track */
.chat ::-webkit-scrollbar-track {
     background-color: rgba(255,255,255,0.1);
}

/* Firefox scrollbar styles */
* {
    .chat scrollbar-width: thin;
    .chat scrollbar-color: rgba(255,255,255,0.2) rgba(255,255,255,0.1);
}








@media only screen and (max-width: 1540px) {

    .news_category {

        font-size: 2.2rem;

    }

}





@media only screen and (max-width: 1440px) {

    .news_category {

        font-size: 2.1rem;

    }

    .unregistered_info {
        font-size: 1.1rem;
    }


}




@media only screen and (max-width: 1280px) {

    .news_category {

        font-size: 2rem;

    }


    .unregistered_info {
        font-size: 1rem;
    }

    .unregistered_info button {
        font-size: 1.6rem;
        padding: 20px;
        margin-top: 20px;
        max-width: 300px;
        margin-top: 10px;
        margin-right: -80px;
    }
}




@media only screen and (max-width: 1024px) {

    .newsroom_top {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }


    .singe_news_top {
        width: calc(50% - 50px);
        padding: 20px;
        margin-bottom: 20px;
    }

    .news_category {
        font-size: 2rem;
        width: 100%;
    }

    .news_icon {
        width: 70px;
        font-size: 2.5rem;
    }

}




@media only screen and (max-width: 768px) {


    .stream {
        width: 100%;
        border: 1px solid #093053;
    }
    
    
    
    .chat {
        width: 100%;
        background: #093053;
        color: #fff;
        position: relative;
        height: 180px;
        margin-top: 20px;
    }

    
    .singe_news_bottom {
        flex-wrap: wrap;
    }


    .bottom_category {
        width: 100%;
        font-size: 1.5rem;
    }


    .bottom_name {
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .bottom_news_right {
        width: 100%;
        font-size: 0.9rem;
    }

}






@media only screen and (max-width: 640px) {


    .singe_news_top {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    }
    



