@charset "UTF-8";

/**
Copyright 2025
**/

/*
* Frontend
*/

header .logo {
    max-width: 150px;
}

.champion-pool h2, .wrap-matches h2 {
    font-size: 1.5rem;
}

.champion-pool ul > li > a {
    font-size: 100%;
}

.wrap-matches .nav-pills .nav-link {
    color: #FFF;
    background-color: #1C1C1C;
    font-size: 1rem;
}

.wrap-matches .nav-pills .nav-link.active {
    background-color: #AF4708;
}

.wrap-matches .score-plate {
    width: 20%;
}

.wrap-matches .match-datetime {
    font-size: .6rem;
    display: inline-block;
    position: absolute;
    top: -20%;
    left: 17%;
    z-index: 1;
}

.wrap-matches .match-candidate > b > i,
.wrap-matches-pool .match-candidate > b > i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../assets/img/flag/ms.png') no-repeat center center;
    background-size: 100%;
}

.wrap-matches-pool .pool-checkbox .form-check {
    min-height: unset !important;
    margin-bottom: unset !important;
}

.wrap-matches-pool > a {
    cursor: pointer;
}

.event-box {
    max-height: calc(100vh - 350px);
	max-height: -webkit-calc(100vh - 350px);
	max-height: -moz-calc(100vh - 350px);
	overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*
* End Frontend
*/