:root {
    --background-color: rgba(18, 18, 19, 1);
    --main-text-color: rgba(255, 255, 255, 1);
    --second-text-color: rgb(255, 255, 255);
}

* {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.sf-toolbar * {
    font-family: sans-serif;
}

body {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--background-color);;
}

@media (min-width: 1281px) {
    body, div.banner-logos{
        width: 25%;
    }

    body {
        border: 1px solid rgb(128, 128, 128);
    }

    div#clickable-banner img {
        width: 100%!important;
    }

    div.footer-menu .footer-menu_link {
        padding: unset;
        border-radius: unset;
    }

    img.logo100sport {
        left: unset;
    }

    div.video-preview-title > span {
        font-size: unset;
        margin-top: 5px;
    }
}

a button {
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    cursor: pointer;
    background: none;
    white-space: nowrap;
    /*margin: 0;*/
    /*padding: 0;*/
    width: 100%;
    height: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
}

.fake-sub-button {
    display: none !important;
}

.m-55 {
    margin: 0 55px;
}

.mh-20 {
    margin: 20px 0;
}

.mh-7 {
    margin: 7px 0;
}


.mt-10 {
    margin-top: 20px;
}


.my-4-5 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}


.max-vw-100 {
    max-width: 100vw !important;
}

.max-vw-75 {
    max-width: 75vw !important;
}

.max-vw-50 {
    max-width: 50vw !important;
}

.max-vw-25 {
    max-width: 25vw !important;
}

.red {
    color: #ff0000;
}

.bg-gray {
    background-color: #190000 !important;
    background-image: none !important;
}

.pseudo_link {
    cursor: pointer;
}

.lure_box_wrapper > .categories-block-title-underline{
    background-size: cover !important;
}

.footer-menu:first-child {
    padding: 3vw 0 0 0;
}

.footer_menu_size {
    font-size: 13px;
}

.footer-menu_link {
    padding: 0 10px;
    border-right: 1px solid var(--second-text-color);
}

.footer-menu_link:last-child {
    border-right: none;
}

.car-be .footer-menu_link {
    padding: 0.4em 4vw;
    margin: 0 1vw;
}

.footer-menu_link > button{
    color: var(--second-text-color);
    text-decoration: underline;
    font-size: 14px;
}

.footer-menu_link * {
    color: var(--second-text-color);
}

/*******************************************/
.h1 {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}

.h2 {
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.btn_wrapper {

}

.header-menu_icon {
    background-image: url(/assets/img/header/menu_icon_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 10px;
    margin-left: 20px;
}

.header-logo {
    background-image: url(/assets/img/header/logo_new.png);
    width: 140px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.header-user_icon {
    opacity: 0;
    background-image: url(/assets/img/header/user_icon.png);
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-container {
    background-color: var(--background-color);
    border-bottom: 2px solid var(--background-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-title_container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-title_content {
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin: 0 20px;
}

.header-page-subscription_container {
    background-color: #ff232b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-page-subscription_text {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: white;
}

.header-page-subscription_text small {
    line-height: 1.4;
    display: inline-block;
}

.button {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.43);
    border: 0;
    cursor: pointer;
    border-radius: 48px;
    padding: 5px 30px;
    border-bottom: 1px solid #f96d6d;
    outline: none;
}

*:focus {
    outline: none !important;
}

.button:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.button-small,
.button:active {
    background-color: #a90000;
}

.button-small {
    padding: 6px 16px;
    border: 0;
    background-color: #ec0000;
    color: #FFFFFF;
    font-size: small;
}

.button-gray {
    padding: 6px 16px;
    border: 0;
    background-color: #190000;
    color: #FFFFFF;
}

.button-confirm {

}

.button-confirm__no {
    padding: 0;
    width: 40%;
}

.button-confirm__yes {
    padding: 0;
    width: 40%;
}


.see-all-box:hover {
    text-decoration: none;
}

.categories-see-all-icon {
    float: right;
    background: url(../assets/img/home/plus-button.png) left center no-repeat;

    margin-left: 3px;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.slider-block,
.categories-block {
    margin-bottom: 15px;
}

.categories-see-all-button,
.slider-see-all-button {
    color: #d40407;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

.categories-block-title {
    font-weight: 800;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

.categories-block-title-underline {
    background: url(../assets/img/home/separator-left.png) left center no-repeat;
    height: 3px;
    width: 50%;
    background-size: contain;
    margin-bottom: 15px;

}

.categories-content .video-element img {
    width: 100%;
}

.categories-content {
    display: grid;
    grid-template-columns: 50% 50%;
}

.categories-content > div {
    padding-left: 0;
    padding-right: 3px;
}

.video-preview-title span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
    font-size: 13px !important;
    color: #D5E7EF;
    font-weight: 500;
    margin-top: 5px;
    text-align: left;
    line-height: 100%;
}

.video-element-title {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.video-preview-title {
    width: 90% !important;
}

.video-element {
    margin-bottom: 10px;
    width: 100%;
}

.homepage-container {
    width: 100%;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.video-play-icon {
    position: absolute;
    background-image: url(/assets/img/play-icon-big.png);
    height: 30px;
    width: 30px;
    top: 40%;
    left: 45%;
    background-size: contain;
    background-repeat: no-repeat;
}

.category__related__box-play {
    position: absolute;
    background-image: url(/assets/img/play-icon-big.png);
    height: 30px;
    width: 30px;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.video-preview-image-container {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.categories-block .video-preview-image-container > img {
    max-width: 44vw;
}

.video-preview-image-container > img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.separator_right {
    background: url(../assets/img/home/separator-right.png) right center no-repeat;
    height: 10px;
    width: 20%;
    margin-right: auto;
    background-size: contain;
}

.separator_left {
    background: url(../assets/img/home/separator-left.png) left center no-repeat;
    height: 10px;
    width: 20%;
    margin-left: auto;
    background-size: contain;

}

.listed-games-block {
    width: 100%;
    margin-bottom: 4px;
}

.listed-game {
    margin-bottom: 3px;
    border-bottom: 2px solid #c5c3c3;

}

.listed-game-image {
    width: 66%;
    cursor: pointer;
}

.listed-game-title {
    font-weight: 500;
    color: #212529;
}

.listed-game-text {
    background-color: #ebebeb;
    padding: 8px;
    width: 34%;
    text-underline: none;
}

.listed-game-image img {
    width: 100%;
}

body {
    overflow-x: hidden;
}

.separator-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
    font-style: italic;
    position: relative;
    text-align: center;
}

.separator-title .before {
    content: url("/assets/img/separator.png");
    max-width: 25%;
}

.separator-title .after {
    content: url("/assets/img/separator-rotate.png");
    /*transform: rotate(180deg);*/
    max-width: 25%;
}

.after-games-separator {
    background: url(../assets/img/home/separator-left.png) left center no-repeat;
    height: 8px;
    width: 50%;
    background-size: contain;
    margin-bottom: 15px;
}

.copyright {
    font-weight: 200;
    margin-top: 20px;
    color: var(--main-text-color);
    font-size: 12px;
    text-align: center;
}

.footer_menu_separator {
    margin-bottom: 15px;
}

.footer_menu_separator .separator_right {
    margin-right: 0;
    margin-left: auto;
}

.footer_menu_separator .separator_left {
    margin-left: 0;
}

/* Right direction settings for arabic language*/

.right-text-direction {
    direction: RTL;
    text-align: right;
}

.right-text-direction div {
    direction: RTL;
}

.right-text-direction li {
    text-align: right;
}

.right-text-direction .slick-slider {
    direction: LTR;
}

.right-text-direction .slick-slider div {
    direction: LTR;
}

.right-text-direction .header-container {
    direction: LTR;
}

.right-text-direction .sidebar-nav_header {
    direction: LTR;
}

.right-text-direction .navbar-list {
    direction: LTR;
}

.right-text-direction .footer-menu_link {
    padding: 3px;
    margin: 0 3px;
}

.footer-menu {
    flex-wrap: wrap;
}

#_loader {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;

    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#_loader__fill {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0f0f0f;
    opacity: 0.5;
    z-index: 1;
}

#_loader__roll {
    background: url("/assets/img/VOD_LOADING_faster.gif") no-repeat center;
    background-size: 200px;
    width: 35vw;
    height: 25vw;
    max-width: 200px;
    z-index: 2;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.select, .input {
    background-image: linear-gradient(white, #bbbbbb);
    box-shadow: 0px 9px 10px -5px black;
    padding: 0 5px;
}

/* media */
@media screen and (max-width: 411px) {
    .footer-menu_link {
        padding: 1vw 2vw;
        margin: 0 2vw;
        border-radius: unset;
    }
}

.annotations > p{
    margin: 2rem 0;
}

.annotation-title{
    color: #229B6F;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
}

.annotation-items{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.annotation-items > p > a{

    text-decoration: underline;
    color: #229B6F;
}

.collapse-title-with-arrow > .arrow-before:before{
    transform: rotate(0deg);
    display: inline-block;
    padding: 0 2rem;
}

.collapse-title-with-arrow > .arrow-after:after{
    transform: rotate(360deg);
    display: inline-block;
    padding: 0 2rem;
}

.collapse-title-with-arrow > .arrow-after:after,
.collapse-title-with-arrow > .arrow-before:before{
    content: url('/assets/img/home/arrow_read_more.png');
    margin-top: 2px;
    transition: 0.5s;
    filter: brightness(1);
}

.collapse-title-with-arrow.collapsed > .arrow-after:after,
.collapse-title-with-arrow.collapsed > .arrow-before:before {
    transform: rotate(180deg);
    filter: brightness(0);
}

.font-size-unset {
    font-size: unset!important;
}

.w-220px {
    width: 220px!important;
}

.w-90 {
    width: 90%!important;
}

.text-green {
    color: #81C04F;
}

.font-size-14px {
    font-size: 14px!important;
}

.font-size-24px {
    font-size: 24px!important;
}

.content-center {
    margin: 0 auto;
}

.outlined-categories-container {
    display: flex;
    flex-wrap: nowrap;
    margin: 10px;
    overflow-y: scroll;
}

.outlined-btn,
.outlined-category-item {
    margin-right: 10px;
    padding: 10px 20px;
    border: 1px solid grey;
    border-radius: 33px;
    color: grey;
    text-wrap: nowrap;
}

.outlined-category-item-active,
.outlined-category-item:active {
    border: 1px solid rgba(255, 45, 56, 1);
    color: rgba(255, 45, 56, 1);
    text-decoration: none;
}

.bg-none {
    background: none !important;
}

.video-player-title-slider {
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
    position: relative;
    font-size: 13px !important;
    color: #D5E7EF;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
    line-height: 120%;
}

.header-nav-block > p {
    color: #fff;
    font-size: 25px !important;
    font-weight: 400;
    line-height: 21px;
    margin-left: 20px;
    margin-right: 20px;
}

.header-nav-block::before {
    content: ' ';
    background: url(/assets/img/components/arrow-left.png);
    width: 12px;
    height: 20px;
    background-size: contain;
    position: absolute;
    color: white;
}

.slick-arrow {
    display: none !important;
}

.issue-image {
    width: 100%;
    position: relative;
    max-width: 200px;
    height: 100%;
    max-height: 272px;
}

.mlp-3 {
    margin-left: 30px;
}

.magazine-slider img {
    position: relative;
    height: 220px;
    border-radius: 10px;
}

.banner-slider .slick-slide {
    width: 400px !important;
    margin-right: 15px;
}

.magazines-slider .slick-slide {
    margin-right: 15px;
}

.categories-slider .slick-slide {
    margin-right: 10px;
}

.video-slider .slick-slide {
    width: 85vw !important;
    margin-right: 10px;
}

.video-slider .slick-slide {
    width: 300px !important;
    margin-right: 10px;
}

.hp-navigator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hp-navigator-info {
    display: flex;
    flex-direction: column;
    flex: 9;
}

.hp-navigator-a {
    flex: 1;
}

.hp-navigator-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #D5E7EF;
    margin-bottom: 0;
    width: 100px;
    line-height: 0.9;
}

.hp-navigator-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    width: 90%;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    opacity: 1;
    line-height: 1;
    margin-top: 0.5rem;
}

.hp-navigator-icon {
    width: 20px;
}

.wg_loader:after {
    display: none;
}

.widget-preview img {
    width: 100%;
}

.widget-header {
    position: absolute;
    padding-top: 15px;
}

.widget-title {
    position: absolute;
    font-size: 30px;
    color: rgba(119, 121, 123, 1);
    margin-left: 30px;
    margin-top: -160px;
}

.widget-name {
    position: absolute;
    font-size: 30px;
    color: #fff;
    margin-left: 30px;
    margin-top: -130px;
}

.wg_active {
    background-color: rgba(255, 45, 56, 1) !important;
}

.wg-dropbtn {
    background-color: rgb(45, 87, 255) !important;
}

.home-widget {
    max-height: 570px;
    overflow: hidden;
}

.banner-slide {
    width: 100%;
}

.banner-slide img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.banner-slide .banner-title,
.banner-slide .banner-desc {
    position: absolute;
    z-index: 100;
}

.banner-slide a {
    padding: 7px 40px;
    color: #000000;
    border-radius: 30px;
    position: absolute;
    background-color: red;
    z-index: 100;
    bottom: 20px;
    margin-left: 240px;
}

.link-color-grey {
    background-color: #fff !important;
}

.banner-slide .banner-title {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.banner-slide .banner-desc {
    margin-top: 60px;
    margin-left: 30px;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
}

.banner-title-black {
    color: rgba(33, 35, 39, 1) !important;
}

.flex-1 {
    flex: 1;
}

.flex-1_5 {
    flex: 1.5;
}

.list-video {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 2px #383838 dashed;
}

.list-video:last-child {
    border-bottom: none;
}

.list-video .video-preview-title {
    text-align: left;
    margin-left: 10px;
}

.sidebar-nav .d-none {
    display: none !important;
}

.video-collapse {
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.video-collapse-container {
    margin:  5px 10px;
    border-bottom: 2px #383838 dashed;
}

.video-collapse-container > img {
    transform: rotate(270deg);
    width: 10px;
}

.arrow-up {
    transform: rotate(90deg) !important;
}

.fancybox-content p,
.color-white {
    color: #fff;
}

.wg_tooltip:hover:before {
    opacity: 0 !important;
}

#widget-content > div:after {
    display: none;
}

.text-underline {
    text-decoration: underline!important;
}