body.tournament #root {
    background: linear-gradient(133.37deg, #020329 11.15%, #000D40 73.16%);
}
/*Header EURO2024*/
.tournament .middle-header {
    border-bottom: 1px solid transparent;
    border-image: radial-gradient(51.16% 151359996.45% at 50% 50.38%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-image-slice: 1;
    width: 100%;
}
.tournament .middle-header .logo-main img {
    height: 110px;
}
/*Header EURO2024 end */

/*page banner EURO2024*/
#euro24_beer {
    position: relative;
    padding: 265px 0 20px;
    margin-bottom: 50px;
}
#euro24_beer #euro24bannerimage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}
#euro24_beer .page-banner-text {
    width: 650px;
    margin-bottom: 40px;
}
#euro24_beer .page-banner-text .slogan-game span {
    font-size: 18px;
    color: #fff;
}
#euro24_beer .page-banner-text .slogan-game img {
    margin-left: 8px;
}
#euro24_beer .page-banner-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0 20px;
    font-weight: 600;
}
#euro24_beer .page-banner-text p {
    font-size: 20px;
    line-height: 30px;
}
/*page banner EURO2024 end */

/*page banner EURO2024 end */
.tournament-content{
    color: #fff;
}
/*page banner EURO2024 end */

/*Date line component */
.tournament-content .current-date {
    position: relative;
}
.tournament-content .curent-date-line{
    z-index: 9;
    background: #000a39;
}
.tournament-content .curent-date-line .only-date{
    padding: 10px 18px 8px 18px;
    background: #343a5e;
    font-size: 22px;
    margin: 0 24px;
    border-radius: 4px;
    letter-spacing: 1px;  
    z-index: 9;
}
.tournament-content .current-date:before {
    content: "";
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translatYe(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons/line-date.svg);
    width: 100%;
    height: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/*Date line component end */

/* Match component */
.all-matches{
    margin-top: 50px;
}
.all-match-block {
    max-width: 730px;
}
.order-march {
    margin-bottom: 20px;
    align-items: start;
}
.order-march img {
    margin-right: 10px;
}
.tournament-list .ordernumber-coins div {
    line-height: 27px;
}
.ordernumber-coins div {
    font-size: 18px;
    letter-spacing: 1px;
}
.ordernumber-coins div:first-child {
    margin-bottom: 8px;
}
.ordernumber-coins div a {
    color: #FFF1B5;
    text-decoration:underline;
}
.match,.all-matches,.team,.match-details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.match {
    border: 1px solid #1e43d5;
    border-image-slice: 1;
    background-color: rgba(186, 200, 255, 0.16);
    border-radius: 10px;
}
.match-header {
    position: relative;
    padding: 10px 20px 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(101.2deg, rgba(20, 60, 219, 0.1) 17.14%, #143CDB 62.25%, rgba(20, 60, 219, 0.1) 98.34%);
    border-image-slice: 1;
}

.match-date {
    font-size: 20px;
    font-weight: 500;
}
.match-coins, .match-tournament {
    width: 100px;
}
.match-coins span {
    background: rgba(250, 203, 53, 1);
    color: #221111;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 4px;
    font-size: 17px;
    font-weight: 500;
}
.match-tournament {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.match-content {
    position: relative;
}
.column {
    padding: 50px 45px 45px;
    width: calc(100% / 3);
}
.team-logo img {
    width: 105px;
}

.team-name {
    text-align: center;
    margin: 34px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.team-logo {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 0 #353b62, 0 0 0 18px #353b62;
}
button.disabled.match-bet-place {
    background: linear-gradient(105.48deg, #323956 -35.11%, #5F688C 98.68%, #143CDB 102.82%);
    cursor: not-allowed;
}
.match-bet-place {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    height: 50px;
    padding: 10px 30px;
    color: #fff;
    background: linear-gradient(105.48deg, #0B2075 -35.11%, #143CDB 102.82%);
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}
.match-bet-place:hover {
    background: linear-gradient(105.48deg, #143CDB -35.11%, #0b2075 102.82%);
}
.match-bet-place img{
    margin-left: 10px;
}
.match-score-input[type="text"],.match-score-input {
    width: 56px;
    height: 65px;
    font-size: 30px;
    line-height: 40px;
    padding: 6px;
    color: #fff;
    background: rgba(235, 240, 253, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    font-weight: 600;
}
.match-score-input[type="text"]::placeholder {
  color: #fff;
  opacity: 1; 
}

.match-score-input::-ms-input-placeholder {
  color: #fff;
}
.match-score-input[type="text"]:focus, .match-score-input[type="text"]:active, .match-score-input[type="text"]:visited {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(20, 60, 218, 1);
    color: #143CDA;
    font-weight: bold;
}
.match-score-divider {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 12px 0;
}
.match-group {
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 2px;
    opacity: 0.9;
}
.match-after-divider{
    margin: 60px 0;
}
.all-matches .all-match-block:last-child .match-after-divider {
    opacity: 0;
    margin: 60px 0 30px;
}


.sendscore.succes {
    background: #23A718;
}
.sendscore.error {
    background: #ff2515;
}
.sendscore.warning {
    background: #efa40f;
}
.sendscore {
    position: absolute;
    left: 0;
    top: 0;
    background: #23A718;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.sendscore span {
    font-size: 18px;
    margin-left: 10px;
}
/*match component end */

/*Raffle Details */
.raffle-sec {
    margin-bottom: 50px;
}
.raffle-info-img img {
    width: 350px;
    margin: 23px auto 50px;
}

.raffle-sec.bullets-canapea .row {
    background: #005C71;
    padding: 40px 0;
}
.raffle-sec.bullets-canapea .col-4 {
    background: #005c71;
}
.raffle-sec .bullet-txt h3 a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.beercity-slogan.text-center {
    font-size: 22px;
    letter-spacing: 1px;
   line-height: 33px;
}
/*Raffle Details end */


@media only screen and (max-width: 991.5px) {
    /*Header EURO2024*/
    .tournament .middle-header .logo-main img {
        height: 70px;
    }
    /*Header EURO2024 end */
    
    /*page banner EURO2024*/
    #euro24_beer .page-banner-text .slogan-game span {
        font-size: 16px;
    }
    #euro24_beer .page-banner-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 10px 0 16px;
    }
    #euro24_beer .page-banner-text p {
        font-size: 16px;
        line-height: 27px;
    }
    /*page banner EURO2024 end */
    
    /*Date line component */
    .tournament-content .curent-date-line .only-date {
    padding: 6px 20px 6px 20px;
    font-size: 16px;
    margin: 0 12px;
    }
    /*Date line component end */
}

@media (min-width: 992px) and (max-width: 1199.5px) {
    /*page banner EURO2024*/
    #euro24_beer {
        padding: 230px 0 20px;
    }
    #euro24_beer .page-banner-text {
        width: 600px;
    }
    #euro24_beer .page-banner-text h1 {
        font-size: 32px;
        line-height: 40px;
    }
    #euro24_beer .page-banner-text p {
        font-size: 17px;
        line-height: 27px;
    }
    /*page banner EURO2024 end */
}

@media (min-width: 768px) and (max-width: 991.5px) {
    /*page banner EURO2024 */
    #euro24_beer {
        padding: 130px 0 10px;
    }
    #euro24_beer .page-banner-text {
        width: 520px;
    }
    /*page banner EURO2024 end */
}

@media (max-width: 767.5px) {
    /*page banner EURO2024 */
    #euro24_beer {
        padding: 125px 0 0;
        margin-bottom: 30px;
    }
    #euro24_beer .page-banner-text {
        width: 100%;
        margin-bottom: 14px;
    }
    #euro24_beer #euro24bannerimage {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: -15px;
    }
    /*page banner EURO2024 end */
    
    /* Match component */
    .all-match-block {
    max-width: 100%;
}
    .match-after-divider {
    margin: 30px 0;
}
    .order-march {
    margin-bottom: 10px;
}
    .order-march img {
    margin-right: 8px;
}
    .ordernumber-coins div {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 22px;
}
    .ordernumber-coins div:first-child {
    margin-bottom: 4px;
}
    .match-header {
    padding: 10px 10px 10px;
}
.sendscore {
    padding: 0 5px;
}
.sendscore span {
    font-size: 14px;
    margin-left: 8px;
    line-height: 18px;
}
    .match-coins, .match-tournament {
    width: 75px;
}
    .match-coins img {
    width: 22px;
}
    .match-coins span {
    padding: 3px 5px;
    margin-left: 4px;
    font-size: 14px;
    line-height: 18px;
}
    .match-date {
    font-size: 14px;
}
    .match-tournament img {
    height: 28px;
}
    .column {
    padding: 28px 2px 34px;
}
    .team-logo {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 #353b62, 0 0 0 8px #353b62;
}
    .team-logo img {
    width: 60px;
}
    .team-name {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 20px;
}
    .match-score-input[type="text"], .match-score-input {
    width: 44px;
    height: 48px;
    min-height: 40px;
    font-size: 16px;
    padding: 4px;
}
    .match-score-divider {
    font-size: 20px;
    margin: 0 10px 0;
}
    .match-group {
    margin-top: 20px;
    font-size: 13px;
}
    .match-bet-place {
    height: 42px;
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 0.6px;
}
    /* Match component end */
    
}
