#root .landing .content-wrapper {
    max-width: 100%;
}

/********************************************************
                    CAROUSEL CONTAINER
***********************************************************/
#root .landing .carousels .middle-column {
    width: 50%;
}

#root .mobile .landing .carousels .middle-column {
    width: 100%;
}

#root .landing .carousels .middle-column app-widget-host {
    align-items: stretch;
    height: 100%;
}

#root .carousels .middle-column .carousel.large {
    width: 100%;
}

#root .landing .carousels .carousel.small.left, #root .landing .carousels .carousel.small.right {
    width: 30%;
}

#root .mobile .landing .carousels .carousel.small.left, #root .mobile .landing .carousels .carousel.small.right {
    width: 100%;
}

#root .landing .carousels .carousel.small.center {
    width: calc(40% - 20px);
    margin: 0 10px;
}

#root .carousels .carousel.large .slideshow-container {
    width: 100%;
    position: relative;
}

#root .desktop .landing .carousels .carousel.large .slideshow-container {
    /* padding-top: 56.25%; */
}

#root .desktop .landing .carousels .carousel.small .slideshow-container {
    /* padding-top: 177%; */
    /* height: unset!Important; */
}
#root  .carousel.large .slideshow-container .slides {
     background-size:95% 95%!important
}
#root  .carousel.small .slideshow-container .slides {
    background-size:95% 95%!important
}

/********************************************************
                     QUICK GAMES
***********************************************************/
#root .casino-quick-games .casino-container app-casino-games-desktop > .games {
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: unset;
}

#root .casino-quick-games .casino-container .games .casino-group {
    width: unset;
    flex-wrap: nowrap;
    padding-top: 0px;
}

#root .casino-quick-games .casino-container .games .casino-group .casino-title, #root .casino-quick-games .casino-container .games .casino-group .show-games-wrapper {
    display: none;
}

#root .casino-quick-games .casino-container app-casino-games-desktop > .games .casino-group .game {
    width: calc(25vw - 4px);
    min-width: unset;
    flex: unset;
    margin: unset;
    background-color: transparent;
    border: unset;
    opacity: 1;
}

#root .casino-quick-games .casino-container {
    min-height: unset;
    padding: unset;
}

#root .casino-quick-games .casino-container .game .game-name {
    position: unset;
    color: var(--c-white);
    order: 3;
    font-size: 11px;
    font-weight: normal;
    margin: unset;
    display: none
}

#root .casino-quick-games .casino-container .casino-game {
    display: flex;
    flex-direction: column;
}

/********************************************************
                     QUICK LINKS
***********************************************************/
#root .landing .quick-links {
    width: 100%
}

#root .landing .quick-links > app-widget-host {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#root .landing .quick-links .quick-link {
    width: calc(25vw - 1px);
    /* height: calc(15vw - 10px); */
    /* min-height:200px; */
    min-width: 280px;
    flex: 1;
    background-color: var(--c-primary-d);
    margin: 2px;
    cursor: pointer;
    position: relative;
}

#root .landing .quick-links .quick-link > app-widget-host {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#root .landing .quick-links .quick-link div {
    font-size: 2em;
    padding-left: 15px;
}

#root .landing .quick-links .quick-link .content {
    position: relative;
    z-index: 1;
    display:flex;
    align-items:center;
}

#root .landing .quick-links .quick-link .image {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

#root .landing .quick-links .quick-link .image > img {
    width: 100%;
    height: auto
}

/********************************************************
                     COUPON CAROUSEL
***********************************************************/
#root .landing .carousel-container {
    position: relative;
}

#root .landing .carousel-container button {
    position: absolute;
    height: 100%;
    width: 45px;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-primary);
}

#root .landing .carousel-container button.next {
    right: 0px;
    left: unset
}

#root .landing .carousel-container button.next .icon {
    width: 24px;
    height: 24px;
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg)
}

#root .landing .carousel-container button.previous .icon {
    width: 24px;
    height: 24px;
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg)
}

#root .landing .carousel-container .progress-container {
    width: calc(100% - 90px);
    margin: 0 auto;
    background-color:var(--c-shade);
    box-shadow:inset 1px 1px 2px var(--c-shade-b)
}

#root .landing .carousel-container .progress-container .progress-bar {
    height: 5px;
    background-color: var(--c-white);
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    
}

.coupon-carousel .events-sport-header, .coupon-carousel .by-date-header-wrapper, .coupon-carousel .match-links {
    display: none;
}

#root .coupon-carousel .match-info .match-schedule {
    display: flex!important;
    margin: unset;
    width: 33%;
    left: 50%;
    transform: translate(-50%);
    justify-content: flex-end;
    position: absolute;
    height: calc(100% - 50px);
    top: 50px;
    flex-direction: column;
    align-items: center;
    font-size: 2.1rem;
    padding-bottom: 10px;
}

#root .coupon-carousel .match-info .match-schedule div {
    font-size: 2.1rem;
}

#root .mobile .coupon-carousel .match-info .match-schedule div {
    font-size: 1.5rem;
}

#root .mobile .coupon-carousel .match-info .match-schedule div.match-time {
    font-size: 1.1rem
}

#root .coupon-carousel .match-info .match-schedule div.match-date {
    font-weight: bold;
    margin-bottom: 5px;
}

#root .coupon-carousel .match-info .match-schedule div.match-time {
    font-size: 1.8rem
}

#root .coupon-carousel .match-info {
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
}

#root .coupon-carousel .sports-coupon, #root .coupon-carousel {
    width: 100%;
    height: 100%;
    flex: 1
}

#root .coupon-carousel {
    overflow: hidden;
     box-shadow:4px -4px 3px var(--c-shade)
}

#root .coupon-carousel .sports-coupon {
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    scroll-behavior: smooth!important;
    width: calc(100% - 90px);
    margin: 0 auto
}

#root .coupon-carousel .events-wrapper, #root .coupon-carousel .events-break-wrapper, #root .coupon-carousel .events-sport-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}

#root .coupon-carousel .events-sport-wrapper > div {
    /* width: 100%; */
}

#root .coupon-carousel .events-sport-wrapper > div:not(.events-sport-header) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

#root .coupon-carousel .events-sport-content {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap /* width:600px; */
}

#root .coupon-carousel .events-tournaments-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

#root .coupon-carousel .events-tournament-content {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

#root .coupon-carousel .events-tournament-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

#root .coupon-carousel .events-item-wrapper {
    height: 100%;
    flex-direction: column;
    min-height: 218px;
    width: calc((50vw - 100px) / 2);
    background-color: var(--c-primary-b);
    margin-right: 5px;
    position:relative;
     background-image:url(/v2.006/r/images/coupon-carousel/footballpitch_v2.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
   
}
#root .coupon-carousel .events-item-wrapper::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
   background:radial-gradient(circle,  transparent,var(--c-shade-b));
   
}
#root .desktop .coupon-carousel .sports-coupon.small .events-item-wrapper {
    width: calc((50vw - 100px));
}
#root .mobile .coupon-carousel .events-item-wrapper {
    width: calc(100vw - 100px);
    min-height: 200px;
}

#root .mobile .coupon-carousel .events-item-wrapper {
    /* min-height: 300px; */
    flex-wrap: nowrap;
}

#root .coupon-carousel .match-type {
    display: flex;
    height: unset;
    order: -1;
    min-height: 45px;
    padding: 5px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#root .coupon-carousel .match-type::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 80%;
    height: 1px;
    background: linear-gradient(to left, transparent,var(--c-primary-d), transparent);
}

#root .coupon-carousel .match-type .match-sport, #root .coupon-carousel .match-type .match-category {
    display: none;
}

#root .coupon-carousel .match-teams .match-home-team, #root .coupon-carousel .match-teams .match-away-team {
    position: absolute;
    width: 33.33333%;
    height: calc(100% - 50px);
    top: 50px;
    ; display: flex;
    align-items: center;
    font-size: 2.1rem;
    justify-content: center;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
    color:var(--c-white)
}

#root .mobile .coupon-carousel .small .match-teams .match-home-team, #root .mobile  .coupon-carousel .small .match-teams .match-away-team,
#root .desktop .coupon-carousel .sports-coupon.medium .match-teams .match-home-team, #root .desktop .coupon-carousel .sports-coupon.medium .match-teams .match-away-team  {
    font-size: 1.1rem;
}

#root .desktop .coupon-carousel .sports-coupon.medium .match-teams .match-home-team, #root .desktop .coupon-carousel .sports-coupon.medium .match-teams .match-away-team  {
    font-size: 1.3rem;
}
#root .coupon-carousel .match-teams .match-home-team {
    left: 0px;
}

#root .coupon-carousel .match-teams .match-away-team {
    right: 0px;
}

#root .coupon-carousel .match-markets-wrapper {
    height: 30%;
    width: 100%;
    max-width: unset;
    flex-basis: unset;
    flex: unset
}
#root .coupon-carousel .match-markets-wrapper .match-market:not(.market-0) {
    display:none;
}
#root .coupon-carousel .item-info-wrapper {
    height: 70%;
    width: 100%;
    max-width: unset;
    background-color:var(--c-shade-b);
}

#root .coupon-carousel .match-market .match-market-wrapper {
    width: 100%;
    padding: 10px;
    align-items: center;
    background-color:var(--c-shade-b)
}

#root .coupon-carousel .match-market .match-market-wrapper .match-odd {
    height: 52px!important;
    min-height: 52px;
}

#root .coupon-carousel .match-market .match-market-wrapper .match-odd .odd span {
    font-size: 1.8rem
}

#root .mobile .coupon-carousel .match-market .match-market-wrapper .match-odd .odd span {
    font-size: 1.5rem
}

#root .coupon-carousel .events-category-flag {
    position: relative;
}

#root .coupon-carousel .events-category-flag::before {
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -28px;
    border-radius: 8px;
    border-bottom: 1px solid var(--c-primary-d);
    border-right: 1px solid var(--c-primary-d);
    border-bottom-left-radius: 0px
}

#root .coupon-carousel .events-category-flag::after {
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -28px;
    border-radius: 8px;
    border-bottom: 1px solid var(--c-primary-d);
    border-left: 1px solid var(--c-primary-d);
    border-bottom-right-radius: 0px
}
#root .coupon-carousel .odds-selection-default {
    background-color:var(--c-primary);
    font-weight:bold;
}
/********************************************************
                     DESKTOP QUICKBET
***********************************************************/
#root .desktop .landing .quickbetslip.link {
    z-index: 1000;
    max-width: 350px;
    right: 18px;
    left: unset
}

#root .mobile .quickbetslip.link {
    z-index: 5
}
.lang-es .quick-link.en,
.lang-en .quick-link.es,
.lang-pt .quick-link.en,
:lang(en) .quick-link.es {
    display:none;
}
/*@media screen and (min-width: 1920px) {
    #root .coupon-carousel .events-item-wrapper {
        width:430px;
    }
}

@media screen and (min-width: 1366px) and (max-width:1919px) {
    #root .coupon-carousel .events-item-wrapper {
        width:292px;
         min-height: 218px;
    }

    #root .coupon-carousel .match-teams .match-home-team, #root .coupon-carousel .match-teams .match-away-team {
        font-size: 1.1rem;
    }

    #root .coupon-carousel .match-market .match-market-wrapper .match-odd .odd span {
        font-size: 1.5rem
    }

    #root .coupon-carousel .match-info .match-schedule div {
        font-size: 1.5rem;
    }

    #root .coupon-carousel .match-info .match-schedule div.match-time {
        font-size: 1.1rem
    }
}*/
