@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    text-decoration: none;
    quotes: none;
    list-style: none;
    font-family: "Lato", "Poppins", sans-serif;
}

html, body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: var(--color2);
}

::selection {
    color: rgb(255, 255, 255);
    background: var(--color2);
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
    margin: 0px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
    border-radius: 0px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
}

input[type=submit], input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    background: none;
    border: none;
}

span {
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

:focus {
    outline: 0px;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

*, ::after, ::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
}

a {
    transition: all 0.9s ease 0s;
    outline: none;
    text-decoration: none;
    font-family: "Lato", "Poppins", Arial, sans-serif;
    font-weight: 400;
}

.clearfloat {
    clear: both;
}

body h1 {
    font-size: 46px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

body h2 {
    font-size: 20px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: var(--color1);
}

body h3 {
    font-size: 20px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
}

body h4 {
    font-size: 16px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

body h5 {
    font-size: 14px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

body h6 {
    font-size: 12px;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

body p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666;
}

img {
    width: 100%;
    display: block;
    transition: all 1s ease 0s;
    margin: auto;
}

body {
    font-family: "Lato", "Poppins", Arial, Helvetica, sans-serif;
    width: 100%;
    position: relative;
    height: 100%;
}

:root {
    --color1: #EA5A22;
    --color2: #0A5730;
    --shadow: 0 1px 8px rgba(110, 110, 110, .1);
}

.container-rigid {
    max-width: 1300px;
    width: 85%;
    margin: auto;
}

.container-flexible {
    max-width: 1300px;
    width: 80%;
    margin: auto;
}

header {
    width: 100%;
    float: left;
}

.desktop-navigation {
    background: var(--color1);
    padding: 0px 7.5%;
    width: 100%;
    position: relative;
    float: left;
}

.desktop-navigation ul {
    display: flex;
    float: right;
}

.desktop-navigation ul li {
    padding: 30px 0 30px 30px;
}

.desktop-navigation ul li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.desktop-navigation #matches-link {
    position: relative;
    display: flex;
    align-items: center;
}

.desktop-navigation #matches-link i {
    padding-left: 5px;
    font-size: 15px;
}

.desktop-navigation .matches-submenu {
    display: block;
    position: absolute;
    flex-wrap: wrap;
    z-index: 3;
    top: 84px;
    float: left;
    display: none;
}

.desktop-navigation .matches-submenu li {
    padding: 0;
}

.desktop-navigation .matches-submenu li a {
    padding: 10px 20px;
    float: left;
    width: 100%;
    background: var(--color2);
}

.desktop-navigation .matches-submenu li a:hover {
    color: var(--color2);
    background: white;
}

.desktop-navigation .matches-submenu li:first-child a {
    border-bottom: white 1px solid;
}

.desktop-navigation .desktop-logo {
    position: absolute;
    left: 7.5%;
    top: 15px;
    width: 100px;
    z-index: 2;
}

.home-banner-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.home-banner-content {
    position: absolute;
    left: 7.5%;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-content h1 {
    color: white;
    padding-bottom: 20px;
    font-weight: 900;
    letter-spacing: 1px;
}

.home-banner-content h1 em {
    color: var(--color1);
}

.home-banner-content p {
    color: white;
    font-size: 18px;
    padding-bottom: 30px;
    letter-spacing: 0.5px;
}

.home-banner-content a {
    color: white;
    padding: 12px 30px;
    border: 1px white solid;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    background: transparent;
}

.home-banner-content a i {
    padding-left: 10px;
    font-size: 16px;
}

.home-banner-content a:hover {
    background: var(--color1);
    border-color: var(--color1);
}

.home-content-wrapper {
    width: 100%;
    float: left;
    padding: 5em 0 8em;
}

.home-content {
    display: flex;
    gap: 30px;
}

.home-content-left {
    float: left;
    width: 70%;
}

.upcoming-fixtures {
    padding-bottom: 5em;
}

.upcoming-fixtures h2 {
    padding-bottom: 20px;
    padding-left: 10px;
}

.upcoming-fixtures ul li {
    margin-bottom: 10px;
    padding: 30px 20px;
    background: #F1F1F3;
    margin: 0 10px;
}

.upcoming-fixtures ul li .fixture-date {
    color: #363636;
    font-size: 13px;
    padding-bottom: 8px;
    font-weight: 500;
}

.upcoming-fixtures ul li .fixture-stadium {
    color: #363636;
    font-size: 13px;
    padding-top: 8px;
    font-weight: 600;
}

.upcoming-fixtures ul li .fixture-teams p {
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #363636;
    font-size: 13px;
}

.upcoming-fixtures ul li .fixture-team {
    display: flex;
    align-items: center;
}

.upcoming-fixtures ul li .fixture-team img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.upcoming-fixtures ul li .fixture-team p {
    padding: 0 8px;
    font-size: 14px;
}

.upcoming-fixtures .slick-slide {
    text-align: center;
}

.fixture-teams {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-prev, .slick-next {
    font-size: 18px;
    color: #888; /* Adjust color as needed */
    top: -45px;
}

.slick-prev {
    left: unset;
    right: 50px;
}

.slick-next {
    right: 10px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: var(--color1);
}

.latest-news {
    padding-bottom: 5em;
}

.latest-news h2 {
    padding-bottom: 20px;
    padding-left: 10px;
    font-weight: 900;
}

.latest-news ul li {
    background: #F1F1F3;
    margin: 0 10px;
}

.latest-news ul li a {
    float: left;
    width: 100%;
    border-top: 5px transparent solid;
}

.latest-news ul li a:hover {
    border-color: var(--color1);
}

.latest-news ul li a:hover .news-read-more p {
    color: var(--color1);
}

.latest-news ul li a:hover .news-read-more i {
    color: var(--color1);
}

.latest-news ul li a .news-content-intro {
    padding: 25px;
}

.latest-news ul li a .news-content-intro p {
    color: #666;
    line-height:20px
}

.latest-news ul li a .news-content-intro p:first-child {
    font-size: 13px;
    padding-bottom: 8px;
}

.latest-news ul li a .news-content-intro h3 {
    color: #333;
    font-size: 1.3em;
    font-weight: 900;
    padding-bottom: 10px;
}

.latest-news ul li a .news-content-intro p:last-child {
    font-size: 14px;
}

.latest-news ul li a .news-read-more {
    display: flex;
    padding: 20px 25px;
    align-items: center;
    justify-content: space-between;
}

.latest-news ul li a .news-read-more p {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

.latest-news ul li a .news-read-more i {
    color: #666;
}

.view-more-btn {
    padding: 30px 0 0 10px;
}

.view-more-btn a {
    padding: 10px 20px;
    background: var(--color1);
    color: white;
    font-weight: 700;
    font-size: 13px;
    border-radius: 30px;
}

.view-more-btn a i {
    padding-left: 10px;
}

.shop-online {
    padding: 0 10px;
    position: relative;
}

.shop-online .shop-online-content {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.shop-online .shop-online-content h2 {
    color: white;
    font-size: 1.8em;
    padding-bottom: 15px;
    font-weight: 900;
}

.shop-online .shop-online-content a {
    color: white;
    background: var(--color2);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    float: left;
}

.shop-online .shop-online-content a i {
    padding-left: 10px;
}

.top-weekly-teams {
    padding: 4em 10px 4em;
}

.top-weekly-teams h2 {
    padding-bottom: 20px;
}

.top-weekly-teams ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.top-weekly-teams ul li {
    background-color: #F1F1F3;
    padding: 25px;
    position: relative;
}

.top-weekly-teams ul li p {
    font-size: 14px;
    font-weight: 700;
}

.top-weekly-teams ul li h3 {
    padding: 5px 0;
    color: #333;
}

.top-weekly-teams ul li .matches-played {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 10px;
}

.top-weekly-teams ul li a {
    background-color: var(--color1);
    color: white;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 700;
    float: left;
}

.top-weekly-teams ul li a i {
    padding-left: 15px;
}

.top-weekly-teams ul li img {
    position: absolute;
    right: 20px;
    /*top: 20px;*/
    bottom: 20px;
    height: calc(100% - 40px);
    width: -moz-fit-content;
    width: fit-content;
}

.home-social-feeds {
    padding: 0 10px;
}

.home-social-feeds h2 {
    padding-bottom: 15px;
}

.home-social-feeds ul {
    display: flex;
    gap: 20px;
}

.home-social-feeds ul li {
    width: 48%;
}

.home-content-right {
    width: 100%;
}

.home-content-right .home-table {
    background: #F1F1F3;
    padding: 30px 30px 60px;
    margin-top: 42px;
}

.home-content-right .group-tables h3 {
    font-size: 16px;
    font-weight: 800;
    color: #363636;
    padding-top: 10px;
}

.home-content-right .group-tables table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 30px;
    font-weight: 500;
}

.home-content-right .group-tables th, .home-content-right .group-tables td {
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0 10px;
    text-align: left;
    font-weight: 500;
    color: #666;
    font-size: 13px;
}

.home-content-right .group-tables th {
    color: #363636;
    background: #E1EFD7;
    font-weight: 700;
    padding: 8px 0 8px;
}

.home-content-right .group-tables td:not(first-child), .home-content-right .group-tables th:not(first-child) {
    width: 20px;
    text-align: center;
}

footer {
    width: 100%;
    float: left;
    padding: 30px 7.5%;
    background: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-left {
    display: flex;
}

footer .footer-left li {
    padding-right: 25px;
}

footer .footer-left li a {
    color: white;
}

footer .footer-socials {
    display: flex;
    align-items: center;
}

footer .footer-socials p {
    color: white;
}

footer .footer-socials ul {
    display: flex;
}

footer .footer-socials ul li {
    padding-left: 20px;
}

footer .footer-socials ul li a {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    color: var(--color1);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-socials ul li a:hover {
    transform: rotate(360deg);
}

.team-banner-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.team-banner-wrapper .team-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7.5%;
    display: flex;
    align-items: center;
}

.team-banner-wrapper .team-banner-content figure {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    margin-right: 15px;
}

.team-banner-wrapper .team-banner-content figure img {
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.team-banner-wrapper .team-banner-content .team-banner-details {
    border-left: 1px white solid;
    padding-left: 15px;
}

.team-banner-wrapper .team-banner-content .team-banner-details h1 {
    color: white;
}

.team-banner-wrapper .team-banner-content .team-banner-details .team-socials {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.team-banner-wrapper .team-banner-content .team-banner-details .team-socials p {
    color: white;
}

.team-banner-wrapper .team-banner-content .team-banner-details .team-socials ul {
    display: flex;
}

.team-banner-wrapper .team-banner-content .team-banner-details .team-socials ul li {
    padding-left: 15px;
}

.team-banner-wrapper .team-banner-content .team-banner-details .team-socials ul li a {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    color: var(--color1);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.team-banner-wrapper .team-banner-content .team-banner-details .team-socials ul li a:hover {
    transform: rotate(360deg);
}

.team-details-tabs-wrapper {
    width: 100%;
    float: left;
}

.team-details-tabs-wrapper nav {
    background: #F1F1F3;
    padding: 0px 0;
}

.team-details-tabs-wrapper .nav-link {
    color: #363636;
    padding: 20px 3px 20px 3px;
    margin-right: 30px;
    text-transform: uppercase;
}

.team-details-tabs-wrapper .nav-tabs .nav-item.show .nav-link, .team-details-tabs-wrapper .nav-tabs .nav-link.active {
    color: var(--color1);
    font-weight: 900;
    border: none;
    border-bottom: 3px var(--color1) solid;
    background: none;
}

.team-details-tabs-wrapper .upcoming-fixtures {
    padding-top: 2.5em;
}

.previous-matches-wrapper {
    background: url("../images/previous-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.previous-matches {
    padding: 6em 0 7em !important;
}

.previous-matches h2 {
    color: white;
}

.previous-matches ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.previous-matches ul li {
    text-align: center;
}

.previous-matches .view-more-btn {
    padding: 40px 0 0 10px;
}

.latest-videos {
    padding: 6em 10px 10em;
}

.latest-videos h2 {
    padding-bottom: 20px;
}

.latest-videos ul {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.latest-videos ul li {
    background: #F1F1F3;
}

.latest-videos ul li iframe {
    width: 100%;
    min-height: 270px;
    height: 100%;
}

.latest-videos ul li .latest-video-details {
    padding: 25px 30px 30px;
}

.latest-videos ul li .latest-video-details p {
    padding-bottom: 5px;
    font-size: 13px;
}

.latest-videos ul li .latest-video-details h3 {
    font-weight: 700;
    font-size: 1.3em;
}

.squad-wrapper {
    padding: 5em 0 10em;
    position: relative;
}

.squad-coach {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1.5px #d9d9d9 solid;
}

.squad-coach figure {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.squad-coach .coach-details {
    padding-left: 20px;
}

.squad-coach .coach-details p {
    font-size: 14px;
}

.squad-coach .coach-details h3 {
    font-weight: 700;
    font-size: 2em;
    color: #555;
}

.squad-group {
    padding-top: 3em;
}

.squad-group h2 {
    padding-bottom: 20px;
}

.squad-group ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.squad-group ul li {
    background: #F1F1F3;
}

.squad-group ul li button {
    width: 100%;
}

.squad-group ul li figure {
    /*padding: 20% 15% 0;*/
}

.squad-group ul li h4 {
    width: 100%;
    background: var(--color1);
    color: white;
    padding: 15px 20px;
}

.squad-group .modal {
    top: 50%;
    transform: translateY(-25%);
}

.squad-group .modal .modal-header {
    justify-content: flex-end;
    border: none;
    padding: 0;
}

.squad-group .modal .modal-header button {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2em;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1234;
}

.squad-group .modal .modal-body {
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
}

.squad-group .modal .modal-body img {
    width: 45%;
    margin: unset;
}

.squad-group .modal .modal-body .player-details {
    width: 50%;
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.squad-group .modal .modal-body .player-details h2 {
    color: #666;
    font-weight: 900;
    font-size: 2em;
}

.squad-group .modal .modal-body .player-position-age {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px #c6c6c6 solid;
}

.squad-group .modal .modal-body .player-position-age .separator {
    width: 2px;
    height: 18px;
    background: #c6c6c6;
    margin: 0 10px;
}

.squad-group .modal .modal-body .player-stats-wrapper {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.squad-group .modal .modal-body .player-stats-cards {
    display: flex;
}

.squad-group .modal .modal-body .player-stats-cards .red-card {
    display: flex;
    align-items: end;
    padding-right: 10px;
}

.squad-group .modal .modal-body .player-stats-cards .red-card b {
    width: 15px;
    height: 20px;
    background: red;
    border-radius: 3px;
    float: left;
}

.squad-group .modal .modal-body .player-stats-cards .red-card p {
    font-size: 1em;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: -4px;
}

.squad-group .modal .modal-body .player-stats-cards .yellow-card {
    display: flex;
    align-items: end;
}

.squad-group .modal .modal-body .player-stats-cards .yellow-card b {
    width: 15px;
    height: 20px;
    background: yellow;
    border-radius: 3px;
    float: left;
}

.squad-group .modal .modal-body .player-stats-cards .yellow-card p {
    font-size: 1em;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: -4px;
}

.squad-group .modal .modal-body .player-stats {
    width: 24%;
}

.squad-group .modal .modal-body .player-stats h5 {
    font-size: 13px;
    color: #666;
    padding-bottom: 8px;
    font-weight: 600;
}

.squad-group .modal .modal-body .player-stats p {
    color: #363636;
    font-size: 1.3em;
    font-weight: 700;
}

.squad-group .modal .modal-dialog {
    max-width: 800px;
}

.fixtures-results-wrapper {
    padding: 4em 0 4em;
}

.fixtures-results-wrapper h2 {
    padding-bottom: 20px;
}

.fixtures-results-wrapper .select-fixtures {
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    float: left;
}

.fixtures-results-wrapper .select-fixtures .nice-select {
    border-radius: 30px;
    margin-right: 20px;
    height: 35px;
    line-height: 31px;
    border-color: #777;
    width: 200px;
}

.fixtures-results-wrapper .select-fixtures .nice-select .list {
    width: 200px;
}

.fixtures-table h3 {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #363636;
}

.fixtures-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 30px;
    font-weight: 500;
}

.fixtures-table thead th {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 15px 10px;
    text-align: left;
    font-weight: 700;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

.fixtures-table thead th:first-child {
    width: 15%;
}

.fixtures-table thead th:nth-child(2) {
    width: 70%;
    text-align: center;
}

.fixtures-table thead th:nth-child(3) {
    width: 15%;
}

.fixtures-table tbody td {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 15px 15px;
    text-align: left;
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.fixtures-table tbody td .fixture-team {
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.stats-table tbody td .fixture-team {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content:start;
}

.fixtures-table tbody td .fixture-team img {
    width: 40px;
}

.fixtures-table tbody td .fixture-team p {
    padding: 0 10px;
    color: #0A5730;
}

.fixtures-table tbody td:first-child {
    width: 15%;
}

.fixtures-table tbody td:nth-child(2) {
    width: 70%;
}

.fixtures-table tbody td:nth-child(3) {
    width: 15%;
}

.fixtures-table tr:nth-child(even) td {
    background: #F1F1F3;
}

.table-tab-wrapper .previous-matches-wrapper {
    background: none;
}

.table-tab-wrapper .previous-matches-wrapper h2 {
    color: var(--color1);
}

.table-tab-wrapper .previous-matches {
    padding: 4em 0 5em !important;
}

.supercup-table {
    padding: 0 10px 8em;
}

.supercup-table h2 {
    padding-bottom: 15px;
}

.supercup-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 30px;
    font-weight: 500;
}

.supercup-table thead th {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 15px 10px;
    text-align: left;
    font-weight: 700;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    background: #E1EFD7;
}

.supercup-table thead th:first-child {
    width: 40px;
}

.supercup-table tbody td {
    border-bottom: 1px solid #ebebeb;
    padding: 12px 15px 12px;
    text-align: left;
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.supercup-table tbody td:nth-child(2) {
    min-width: 200px;
}

.supercup-table tbody td:nth-child(21) {
    width: 30px;
}

.dashboard-aside-wrapper {
    box-shadow: 0 1px 8px rgba(110, 110, 110, 0.1);
    min-height: 100vh;
    height: 100%;
}

.dashboard-aside-wrapper .logo {
    max-width: 100px;
    height: 100px;
    border: 1px var(--color3) solid;
    margin: auto;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-aside-wrapper .logo img {
    width: 85%;
}

.dashboard-aside-wrapper ul li a {
    color: #666666;
}

.dashboard-aside-wrapper ul li a p i {
    font-size: 18px;
}

.dashboard-aside-wrapper ul li a i {
    font-size: 14px;
    height: 15px;
}

article {
    background: #fafaf8;
    float: right;
}

.search-profile .search-container {
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 30px;
}

.search-profile .search-container input {
    border: none;
    background: transparent;
}

.search-profile .search-container input::-moz-placeholder {
    font-size: 14px;
}

.search-profile .search-container input::placeholder {
    font-size: 14px;
}

.search-profile .search-container button {
    font-size: 16px;
    color: var(--color2);
}

.search-profile .profile-container img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.search-profile .profile-name h3 {
    font-weight: 600;
    font-size: 16px;
}

.search-profile .profile-name p {
    font-size: 14px;
    line-height: 15px;
}

.dashboard-card {
    background: white;
    min-height: 400px;
    box-shadow: var(--shadow);
}

.dashboard-2cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.dashboard-3cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.dashboard-3cards-grid .dashboard-card {
    min-height: 300px;
}

.about-content-wrapper {
    width: 100%;
    float: left;
    padding: 5em 7.5%;
    display: grid;
    gap: 30px;
    grid-template-columns: 3fr 3fr;
}

.about-content-wrapper .about-content h2 {
    padding-bottom: 10px;
}

.about-content-wrapper .about-content p {
    padding-bottom: 8px;
}

.about-content-wrapper .about-content ul {
    padding-left: 20px;
}

.about-content-wrapper .about-content ul li {
    list-style-type: disc;
    font-size: 15px;
    color: #666666;
}

.about-content-wrapper .about-video iframe {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 350px;
    max-height: 500px;
}

.about-prizes-wrapper {
    width: 100%;
    float: left;
    padding: 6em 7.5%;
    display: flex;
    background: url("../images/prizes-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-prizes-wrapper .about-prizes {
    width: 50%;
}

.about-prizes-wrapper .about-prizes h2 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 4px;
    border-bottom: 1px white solid;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}

.about-prizes-wrapper .about-prizes h4 {
    color: white;
    padding-bottom: 20px;
}

.about-prizes-wrapper .about-prizes .winner {
    font-size: 1.5em;
}

.about-prizes-wrapper .about-prizes .runners-up {
    font-size: 1.3em;
}

.about-prizes-wrapper .about-prizes .third-place {
    font-size: 1.1em;
}

.about-prizes-wrapper .about-prizes h5 {
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    padding-bottom: 20px;
}

.about-prizes-wrapper .about-prizes h5 img {
    width: 20px;
    margin: 0 10px 0 0;
}

.about-prizes-wrapper .intercounty-prizes {
    border-right: 1px white solid;
}

.about-prizes-wrapper .county-prizes {
    /* padding-left: 40px; */
}

.teams-wrapper {
    width: 100%;
    float: left;
    padding: 1em 7.5% 2em;
}

.teams-wrapper .top-weekly-teams ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.teams-wrapper .teams-title-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.teams-wrapper .teams-title-filter h2 {
    padding-bottom: 0;
}

.teams-wrapper .teams-title-filter .nice-select {
    border-radius: 30px;
    margin-right: 20px;
    height: 35px;
    line-height: 31px;
    border-color: #777;
    width: 200px;
}

.teams-wrapper .teams-title-filter .nice-select .list {
    width: 200px;
    gap: 0;
}

.teams-wrapper .teams-title-filter .nice-select .option {
    padding: 0 19px 0;
}

.news-wrapper {
    width: 100%;
    float: left;
    padding: 5em 7.5%;
}

.news-wrapper .latest-news ul {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.news-wrapper .latest-news ul li {
    margin: 0;
}

.matches-banner-content h1 {
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
}

.county-fixtures-wrapper .fixtures-results-wrapper {
    padding: 2em 0 4em;
}

.county-fixtures-wrapper .fixtures-results-wrapper .fixtures-table h3 {
    color: var(--color1);
}

.county-fixtures-wrapper .supercup-table {
    padding-top: 2em;
}

.county-fixtures-wrapper .supercup-table table {
    padding-top: 2em;
}

.county-fixtures-wrapper .supercup-table h3 {
    color: var(--color2);
    font-size: 16px;
    font-weight: 800;
}

.county-fixtures-wrapper .squad-wrapper {
    padding: 0 0 8em;
}

.county-fixtures-wrapper .squad-wrapper .squad-group ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.county-fixtures-wrapper .squad-wrapper .squad-group ul li h4 {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
}

.county-fixtures-wrapper .squad-wrapper .squad-group ul li p {
    color: white;
    font-weight: 700;
}

.county-fixtures-wrapper .squad-wrapper .squad-group ul li .team-name {
    font-size: 14px;
}

.county-fixtures-wrapper .nav-tabs .nav-link {
    color: #555;
    font-weight: 500;
}

.county-fixtures-wrapper .nav-tabs .nav-item.show .nav-link, .county-fixtures-wrapper .nav-tabs .nav-link.active {
    color: var(--color2);
    background-color: #fff;
    border-color: var(--color2) var(--color2) #fff;
    font-weight: 700;
}

.county-fixtures-wrapper .nav-tabs {
    border-color: var(--color2);
    padding-top: 2em;
}

.stats-wrapper {
    width: 100%;
    padding: 3em 0 5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stats-wrapper .stats-group table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 30px;
    font-weight: 500;
}

.stats-wrapper .stats-group tr {
    display: flex;
}

.stats-wrapper .stats-group td {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 33%;
    border-bottom: #ebebeb 1px solid;
}

.stats-wrapper .stats-group td h3 {
    color: #666;
    font-size: 15px;
}

.stats-wrapper .stats-group td img {
    width: 30px;
    margin: 0 10px;
}

.stats-wrapper .stats-group td:nth-child(2) {
    text-align: left;
    justify-content: left;
}

.stats-wrapper .stats-group td:nth-child(2) img {
    margin: 0 10px 0 0;
}

.stats-wrapper .stats-group td:last-child {
    justify-content: flex-end;
}

.stats-wrapper .stats-group th {
    width: 33%;
    padding: 5px 10px;
    background: #E1EFD7;
}

.stats-wrapper .stats-group th:nth-child(2) {
    text-align: center;
}

.stats-wrapper .stats-group th:nth-child(3) {
    text-align: right;
}

.county-filter-wrapper {
    width: 100%;
    float: left;
    padding: 2em 0 0;
}

.county-filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.county-filter .nice-select {
    border-radius: 30px;
    margin-right: 20px;
    height: 35px;
    line-height: 31px;
    border-color: #777;
    width: 200px;
}

.county-filter .nice-select .list {
    width: 200px;
    gap: 0;
}

.county-filter .nice-select .option {
    padding: 0 19px 0;
}

/*# sourceMappingURL=style.blade.php.map */
