@font-face {
    font-family: euro-book;
    src: url("https://www.uefa.com/img/newsletter/Ticketing/EURO2024/fonts/UEFAEURO-BOOK.OTF") format("opentype");
}

@font-face {
    font-family: Poppins-Regular;
    src: url("assets/Fonts/Poppins/Poppins-Regular.ttf") format("opentype");
}

@font-face {
    font-family: Poppins-Regular;
    src: url("assets/Fonts/Poppins/Poppins-Bold.ttf") format("opentype");
}

@font-face {
    font-family: Poppins-Light;
    src: url("assets/Fonts/Poppins/Poppins-Light.ttf") format("opentype");
}

/* div {
    font-family: 'euro-book', 'Arial', sans-serif ;
} */

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

h2,
h3 {
    margin-bottom: 0;
    line-height: 2rem;
    align-self: center;
}

#clock{
    position: absolute;
    left: 0;
    right: 0;
    justify-self: center;
}

.main-container-fluid {
    height: calc(100% - 46px);
    display: flex;
    flex-direction: column;
}

.row {
    flex-grow: 1;
    display: flex;
}

.screen {
    background-color: #cccccc;
    border: 1px solid #222;
    flex-grow: 1;
    min-height: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.screen-container {
    padding: 3px;
    height: 100%;
}

.screen-title {
    background-color: rgb(255 255 255 / 10%);
    color: #dfdfdf;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    height: 40px;
    position: absolute;
    width: calc(100% - 10px);
    margin: 5px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    background-color: rgb(28 25 54 / 35%);
    padding: 0 10px;
    z-index: 1;
}

.teams h3 {
    display: flex;
}

.team-name {
    align-self: center;
}

.match-no {
    margin-right: 10px;
    background-color: #143cdb;
    padding: 7px;
    line-height: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.match-no.live {
    background-color: #007246;
}

.match-info {
    cursor: pointer;
    z-index: 99;
}

.kick-off {
    overflow: hidden;
    text-wrap: nowrap;
}

.screen-body {
    background-color: #000;
    flex-grow: 1;
}

.teams {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    text-wrap: nowrap;
    overflow: hidden;
}

.teams:hover {
    text-decoration: none;
    color: inherit;
}

.notification-line {
    background-color: yellow;
    width: 100%;
    max-height: 25px;
    position: absolute;
    z-index: 999;
    top: 45px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    text-wrap: nowrap;
    display: none;
    white-space: nowrap;
}

.notification-line.active {
    display: block;
}



.action-container {
    height: 60px;
    color: #fff;
    border-radius: 25px;
    align-content: center;
    padding: 0 10px;
    align-content: center;
    backdrop-filter: blur(2px);

}



.action-container.now {
    width: 60%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    background-color: rgba(0, 114, 70, .7);
    padding-left: 15px;

}

.action-title {
    font-size: small;
    line-height: 0.5;
    margin-bottom: 5px;
    font-weight: 600;
}

.following .action-title {
    margin-bottom: 8px;

}

.action-body {
    line-height: 1.2;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.following .action-body {
    font-size: 12px;
    line-height: 1;
    max-height: 26px;
}

.action-container.following {
    width: 40%;
    height: 50px;
    align-self: end;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(52, 52, 61, .7);
}

.cdtko {
    position: absolute;
    bottom: 5px;
    z-index: 1;
    left: 5px;
    right: 5px;
}

.side-column .cdtko {
    display: none !important;
}


.chart-container,
.mute-btn {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 50px;
    backdrop-filter: blur(2px);
    background-color: rgb(28 25 54 / 35%);
    padding: 5px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.chart-container {
    right: 5px;
}

.mute-btn {
    left: 5px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
}

.mute-btn i {
    font-size: 25px;
    align-self: center;
    cursor: pointer;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.mute-btn i.fa-volume-high {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    color: #3db762;
    display: none
}

.mute-btn.unmuted .fa-volume-high {
    display: block !important;
}

.mute-btn.unmuted .fa-volume-xmark {
    display: none !important;
}

.chart-perc {
    position: absolute;
    align-self: center;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.gf-data-s {
    font-size: 30px !important;
}

.screen-body {
    position: relative;
}

.e24-light-black {
    background-color: #34343d;
}

.e24-dark-blue {
    background-color: #1f2369;
}

.e24-bg {
    background-color: #0f1240;
}

.navbar.offline {
    background-color: #8c0000;
}

.slot-ph {
    background-color: rgba(255, 255, 255, .4);
    height: 100%;
    background-image: url(assets/logo1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
    opacity: .2;
}

.feed-ph {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #002;
    align-content: center;
    color: #444;
}

.gateflow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #002;
    padding-top: 50px;
}

.gf-card {
    background-color: #1b1938;
    flex-grow: 1;
    margin: 10px;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    overflow: hidden;
}

.gf-card-body {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 5px;
    max-height: 100%;
}

.gf-data {
    padding: 5px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
}

.gf-icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.gf-icon.red {
    background-color: #f73463;
}

.gf-icon.green {
    background-color: #41d1a7;
}

.gf-icon.yellow {
    background-color: #ff862e;
}

.gf-icon.blue {
    background-color: #455ddc;
}

.gf-4 .gf-card{
    margin: 5px;
}

.gf-2 .total-row .gf-card-title,
.gf-4 .total-row .gf-card-title,
.gf-4 .gf-card-title {
    display: none;
}

.gf-2 .gf-data,
.gf-4 .gf-data {
    font-size: 20px;
}

.gf-2 .total-row .gf-card-body,
.gf-4 .total-row .gf-card-body {
    padding-top: 0;
}

.gf-2 .gf-icon,
.gf-4 .gf-icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
}

.gf-2 .gate-perc,
.gf-4 .gate-perc {
    font-size: 25px;
}

.gf-2 .gate-id {
    font-size: 30px;
    line-height: 45px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
}

.gf-4 .gate-id {
    font-size: 30px;
    line-height: 45px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
}

.gf-4.gateflow {
    padding-top: 40px;
}

.gate {
    align-items: baseline !important;
}

.gf-4 .timeline-card{
    margin: 5px;
    padding: 0;
}

.gf-4 .total-row .gf-card{
    padding: 2px;
}

.title-s {
    font-size: 12px;
    display: none;
}

.gf-4 .title-s{
    display: block;
    margin-bottom: 5px;
}


span.green {
    color: #41d1a7;
}

.gf-card-title {
    color: #e5e5e5;
}

.gf-data-list {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.gf-data-list li {
    border-bottom: 2px solid #282747;
}

.gate-info {
    min-height: 70px;
    display: flex;
    flex-direction: row;
}

.gf-2 .gate-info {
    min-height: 65px;
}

.gf-2 .details {
    height: calc(100% - 80px);
}

.gf-2 .gate-content-data {
    font-size: 18px;
}

.gf-4 .gate-info {
    min-height: 55px;
}

.gf-4 .gate-content-data {
    font-size: 15px;
}


.gate-id {
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    border-radius: 20px;
    background-color: #455ddc;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    overflow: hidden;
}

.gate-perc {
    margin-left: 20px;
    font-size: 30px;
    min-width: 60px;
}

.gate-id,
.gate-perc,
.gate-content {
    align-self: center;
}

.gate-perc small {
    margin-left: 5px;
    font-size: 18px;
}

.gate-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}

.gf-2 .gf-card-body.gate,
.gf-4 .gf-card-body.gate {
    align-items: flex-start;
}

.gf-2 .gf-card-body.gate {
    max-height: 300px;

}

.pb {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
    background-color: #b8ceff;
    height: 6px;
    border-radius: 5px;
}

.pb-inner {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    transition: transform 0.4s linear 0s;
    transform-origin: left center;
    background-color: #455ddc;
    border-radius: 5px;
}

.ta .pb-inner {
    background-color: #f58b3d;
}

.tb .pb-inner {
    background-color: #5ecfa8;
}

.oth .pb-inner {
    background-color: #eb4565;
}

.ta .pb,
.tb .pb,
.oth .pb,
.gp .pb {
    background-color: #444;
}

.stg .gf-card-body {
    flex-direction: column;
}


.gate-content-data {
    font-size: 18px;
}

.gate-content-stg {
    margin-bottom: 5px;
}

.stg-container {
    width: 100%;
    margin-bottom: 5px;
}

.stg-name {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 5px;
}

span.stg-perc {
    font-size: 1.45rem;
}



.malc .number {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #eb4565;
}

.malc .text {
    font-weight: 600;
    font-size: 13px;
    align-self: center;
}

.malc .col-4 {
    display: flex;
    flex-direction: column;
}

.timeline-container {
    height: calc(100% - 10px);
    width: 100%;
}

.gf-4.gateflow .gf-card-body.timeline-container {
    padding-top: 5px;
}



.gateflow .main {
    height: calc(100% - 15px);
}

.side-column .main {
    display: none;
}

.gateflow-small {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
}

.side-column .gateflow-small {
    display: block;
}


.side-column .gateflow-small span.stg-perc {
    font-size: 1rem;
}

.side-column .gateflow-small .stg-name {
    font-size: .75rem;
}
















.side-column .feed-ph h1 {
    font-size: 1.5rem;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #323e5d;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #323e5d;
}

.screen-container .slot-ph {
    display: block;
}

.screen-container.active .slot-ph {
    display: none;
}


.screen-container .screen {
    display: none;
}

.screen-container.active .screen {
    display: flex;
}

#viewSelector {
    background-color: #11123f;
    color: #fff;
    border: none;
    text-align: center;
}

#screen-menu {
    position: fixed;
    z-index: 10000;
    width: 200px;
    background: #1b1a1a;
    border-radius: 5px;
    display: none;
    transform: scale(0);
    transform-origin: top left;
    padding-bottom: 15px;
}

#screen-menu .item {
    padding: 4px 15px;
    font-size: 13px;
    color: #eee;
    cursor: pointer;
    border-radius: inherit;
    height: 27px;
    line-height: 27px;
}

#screen-menu span {
    margin-right: 5px;
    vertical-align: middle;
}

#screen-menu .item:hover {
    background: #343434;
}

#screen-menu.visible {
    display: block;
    transform: scale(1);
    transition: transform 200ms ease-in-out;
}

#screen-menu .title {
    color: #eee;
    font-size: 17px;
    padding: 10px 10px;
    font-weight: 600;
}

#screen-menu .sub-title {
    color: #eee;
    font-size: 15px;
    padding: 10px 10px 0px 10px;
    font-weight: 600;
}

.material-icons {
    font-size: 20px !important;
}

.screen-inner-body {
    display: none;
}

.screen-inner-body.active {
    display: block;
}

.side-column .weather .radar {
    display: none;
}

.side-column .weather .small {
    display: block !important;
    top: 0;
    margin: 0;
    border-radius: 0;
}


.chart-container.pedro {
    width: 100px;
    background-image: url(/assets/pedro.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
}

.pedro canvas {
    display: none !important;
}

img.pedro{
    width: auto;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}


.weather .small {
    background-color: #1c1937;
    margin: 5px;
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0px;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    padding-top: 0;
    overflow: hidden;
}

.w-icon img {
    width: 110px;
}

.w-desc {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    top: -5px;
}

.w-temp {
    font-size: 40px;
}

.w-f-time {
    font-size: 11px;
}

.w-f-icon {
    position: relative;
    top: -10px;
}

.w-f-icon img {
    height: 45px;
}

.w-bottom {
    border-top: 1px solid #333;
    margin-top: 5px;
    padding-top: 10px;

}

.w-f-temp {
    position: relative;
    top: -15px;
}

.col-9 .weather .small,
.col-lg-6 .weather .small,
.col-6 .weather .small {
    left: auto;
    bottom: auto;
    min-width: 240px;
    background-color: rgb(28 25 54 / 35%);
    backdrop-filter: blur(2px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)
}

.screen-inner-body.map.active {
    display: flex;
}


.map-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}


@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        height: 50%;
    }
}


.blinking {
    -webkit-animation: 4s blink ease infinite;
    -moz-animation: 4s blink ease infinite;
    -ms-animation: 4s blink ease infinite;
    -o-animation: 4s blink ease infinite;
    animation: 4s blink ease infinite;

}

.blinking-2 {
    -webkit-animation: 4s blink-2 ease infinite;
    -moz-animation: 4s blink-2 ease infinite;
    -ms-animation: 4s blink-2 ease infinite;
    -o-animation: 4s blink-2 ease infinite;
    animation: 4s blink-2 ease infinite;

}

@keyframes blink {

    from,
    to {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {

    from,
    to {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {

    from,
    to {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {

    from,
    to {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {

    from,
    to {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}


@-moz-keyframes blink-2 {

    from,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

@-webkit-keyframes blink-2 {

    from,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

@-ms-keyframes blink-2 {

    from,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

@-o-keyframes blink-2 {

    from,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}



@keyframes marquee {
    0% {
        text-indent: 100%
    }

    100% {
        text-indent: -100%
    }
}