/* @font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
    font-family: GilroyBold;
    src: url(../fonts/Gilroy-Bold.ttf);
} */

:root {
    --border-radius: 10px;
    --main-background: #267bc1;
    --primary: #0a5ba5;
    --primary-text-color: #fff;
}

@media screen and (max-width:639px) {
    .uk-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

em {
    color: inherit !important;
}

* {
    /* font-family: Gilroy !important; */
}

body,
html {
    background-color: var(--main-background);
    background: linear-gradient(180deg, #003261 0%, var(--main-background) 700px);
}

.header {
    background-image: url('https://fcdnipro.com/wp-content/uploads/2024/07/header-bg-2024.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #003261;
}

.navbar-show-on-up {
    background-image: url('https://fcdnipro.com/wp-content/uploads/2024/07/header-bg-2024.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #003261;
}

.navbar-show-on-up * {
    z-index: 2;
}

.navbar-show-on-up::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 50, 97, 0.6);

    z-index: 1;
}


.navbar {
    /* background-color: #003261; */
    background-color: rgba(0, 50, 97, 0.6);

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.title {
    color: white
}

.feed-post .title {
    color: #333;
}

.article p {
    margin: 0 0 10px 0;
    white-space: pre-line;
}

.comment {
    padding: 5px 10px;
    background: #d5e1f7;
}

.article-comments .uk-comment-list {
    margin: 0;
}

.uk-comment-list .children {
    margin-bottom: 0px;
}


.uk-comment-list .children> :nth-child(n + 2) {
    margin-top: 10px;
}

.uk-comment-list> :nth-child(n + 2) {
    margin-top: 10px;
}

.uk-comment-list .comment~ul {
    margin-top: 10px;
}

.uk-comment-list .comment~ul> :nth-child(n + 2) {
    margin-top: 10px;
}

.uk-comment-list ul,
uk-comment-list ol {
    list-style: none;
}

.feed-post {
    background: white;

    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

.feed-post .title {
    font-size: 16px;
    font-weight: bold;
}

.feed-post .preview {
    font-size: 14px;
    padding-top: 10px;
}

.feed-img {
    width: 200px;
    min-height: 150px;

    margin-right: 20px;

    background-position: center;
    background-size: cover;
}

@media screen and (max-width:540px) {
    .feed-img {
        width: 100%;
        min-height: 250px;
        margin-right: 0px;
    }
}

.standings {
    background: var(--primary);
    color: var(--primary-text-color);
    border: 1px solid #e5e5e5;
    border-radius: var(--border-radius);
    display: block;
}

.standings th {
    color: white;
}

.standings-team {
    font-size: 12px;
}

.standings .standings-row {
    border: 1px solid black
}

.standings tr {
    border-bottom: 1px solid #e5e5e5;
}

.standings tbody tr:last-child {
    border-bottom: 0px solid #e5e5e5;
}

.article {
    border: 1px solid #e5e5e5;
}

.card {
    padding: 20px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: var(--border-radius);
}

.comment-body {
    display: flex;
    flex-direction: column;
    /* padding-left: 42px; */
    /* white-space: pre-line; */
    overflow-wrap: anywhere;
}

.comment-body>div:first-child {
    /* margin-top: -20px; */
}

.comment-body p,
.comment-body ol,
.comment-body ul {
    margin: 0
}



.article-body {
    white-space: pre-line;
}


.gb-username {
    font-weight: 500;
}

.gb-new {
    background: #d5e1f7;
}

.gb-refresh {
    background: #71BEFF;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    animation: gb-refresh-bg 3s infinite;
}

@keyframes gb-refresh-bg {

    0%,
    100% {
        background-color: #71BEFF;
    }

    50% {
        background-color: #51a5ed
    }
}

.gb-comment {
    /* padding: 10px */
}

.gb-comment-header {
    background: #336ba4;
    color: white;
    padding: 5px;
}

.gb-new .gb-comment-header {
    background: #71BEFF;
}

.gb-comment-body {
    background: #d5e1f7;
    border: 1px solid #336ba4;
    ;
    padding: 5px;
}

.gb-new .gb-comment-body {
    border: 1px solid #71BEFF;
}

.gb-avatar {
    width: 32px;
    height: 32px;
}

.gb-avatar img {
    width: 32px;
    height: 32px;
}

.gb-perpage li a {
    padding: 2px;
    color: white;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}



.gb-perpage li {
    margin-right: 3px;
}

.gb-perpage li:last-child {
    margin-right: 0px;
}

.gb-perpage li:first-child {
    margin-left: -2px;
}


.gb-perpage li a:hover,
.gb-perpage li a:focus {
    color: #42bef8;
}

.gb-perpage .uk-disabled a {
    color: #42bef8;
}

.gb-perpage .uk-disabled span {
    color: rgba(255, 255, 255, 0.5);
}

.gb-perpage {
    margin: 0;
}

.matches .match {
    margin-left: 10px;
    border-radius: var(--border-radius);
}

.matches .match:first-child {
    margin-left: 0px;
}


.match {
    padding: 10px;
    background: rgba(0, 50, 97, 0.75);
    border: 1px solid #e5e5e5;
    color: var(--primary-text-color)
}

.match-team {
    font-size: 12px;
}

.aside-main {
    background: var(--primary);
    color: var(--primary-text-color);
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
}

.aside-main a {
    color: #42bef8;
}


.aside-main .feed-img {
    margin-right: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border-radius {
    border-radius: var(--border-radius);
}

.aside-main-content {
    padding: 20px;
}

.aside-main-content p {
    margin-bottom: 0;
}

.custom-logo {
    max-width: 250px;
    height: auto;
}

.widget-title {
    font-size: 1.5rem;
    line-height: 1.4;
    color: white;
}

.footer {
    /* background: #003261; */
    border-top: 1px solid #e5e5e5;
    color: white
}

.main-news-item {
    color: white
}

.uk-search-input {
    color: rgba(255, 255, 255, 0.7);
    ;
}

.sidebar>* {
    margin-bottom: 20px;
}

.user-login {
    font-size: 20px;
    color: white
}

.submain-list .submain-item {
    padding: 3px;
}

.submain-item .aside-main-content {
    box-sizing: border-box;
    height: 136px;

}

.submain-item .aside-main-content .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}



.submain-list .submain-item:first-child {
    padding-left: 0px;
}

.submain-list .submain-item:last-child {
    padding-right: 0px;
}

.gb-comment-like {
    color: #336ba4;

}

.gb-comment-like.userable:hover svg path {
    fill: #336ba4;
    cursor: pointer;
}


.gb-comment-liked svg path {
    fill: #336ba4;
}

.gb-new-post {
    background: #d5e1f7;
    border: 1px solid #cbdbf9;
    border-radius: var(--border-radius);
    color: #333;
}

.gb-new-user {
    font-weight: 500;
}

.gb-new-user {
    display: flex;
    align-items: center;
}

.gb-new-user>* {
    margin-right: 5px;
}

.gb-new-avatar img {
    aspect-ratio: 1 / 1;
}

.gb-new-header {
    padding: 10px;
    border-radius: 10px;
    background: var(--primary);
    color: var(--primary-text-color);
    border-bottom: 1px solid #cbdbf9;
}

.gb-new-body {
    padding: 10px;
}

.gb-new-footer {
    padding: 10px;
}

.gb-like.active {
    color: #336ba4;
    font-weight: 500;
}

.gb-like.userable,
.gb-reply.userable {
    cursor: pointer;
}

.gb-like,
.gb-reply {
    padding: 10px 0;
    border-radius: var(--border-radius);
    border: 0;
    background: inherit;
    font-size: 16px;
}

.gb-like.userable:hover,
.gb-reply.userable:hover {
    background: #cbdbf9;
}

.gb-like .gb-comment-like {
    margin-right: 5px;
}

.gb-like-counter {
    border-radius: var(--border-radius);
    background: rgba(0, 50, 97, 0.6);
    color: white;
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 12px;
}

.gb-like-counter.positive {
    background: darkgreen;
}

.gb-like-counter.negative {
    background: darkred;
}


.gb-new-counter {
    border-radius: var(--border-radius);
    background: rgba(0, 50, 97, 0.6);
    color: white;
    padding: 2px 10px;
    font-size: 12px;
}

.gb-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    background-color: #ff424d;
    /* background-color: salmon; */
    color: var(--primary-text-color);
    font-size: 18px;

    box-sizing: border-box;
}

.prichal-social-icon {
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #cbdbf9;
    color: white;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 5px;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.prichal-social-icon:hover {
    color: white;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.prichal-socials {
    margin-top: 10px;
}

.uk-tooltip {
    background: rgba(0, 50, 97, 1);
    color: white;
    border-radius: var(--border-radius);
    padding: 5px 10px;
}

.footer-menu {
    font-size: 16px;
    color: white;
    font-weight: 500;

}

.footer-menu .uk-nav-header {
    font-weight: 600;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.footer-menu a:hover {
    color: #42bef8;
}

.navbar-sticky {
    background: rgba(0, 50, 97, 0.95);
    border-bottom: 1px solid #003261;
}

.match-list .match.modern {
    height: auto;
    margin-bottom: 20px;
}

.match-list .match.modern:last-child {
    margin-bottom: 0px;
}

.match.modern {
    padding: 20px;
    background: var(--main-background);
    border: 1px solid #e5e5e5;
    color: var(--primary-text-color);
    border-radius: 2px;
    font-size: 16px;

    box-sizing: border-box;
    height: 225px;

    justify-content: space-between;
}

.match.modern a {
    color: white;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.match.modern a:hover {
    color: #42bef8;
    text-decoration: none;
}

.match.modern img {
    height: 50px;
}

.match-score {
    font-size: 24px;
}

.match svg {
    color: white;
    fill: white;
}

.modern .match-team {
    font-size: 16px;
    font-weight: 600;
}

.match-row {
    margin: 10px 0;
}

.match-row img {
    height: 50px;
}

.tournament-table {
    border-collapse: collapse;
    font-size: 16px;

    background: var(--main-background);
    border: 1px solid #e5e5e5;
    color: var(--primary-text-color);
    border-radius: 2px;
    font-size: 16px;
    box-sizing: border-box;
    /* height: 225px; */
}

.tournament-table.full {
    border: 1px solid transparent;
}

.tournament-table.full .table-form {
    height: 60px;
}

.tournament-table img {
    max-width: 40px;
}

.tournament-table.full table thead th:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
    background: inherit;
}

.tournament-table.full table tbody td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
    background: inherit;
}


.tournament-table table {
    display: table;
    border-collapse: collapse;
    font-size: 16px;
}

.tournament-table.small table {
    font-size: 14px;
}

.tournament-table.full table {
    font-size: 18px;
}

.tournament-table thead tr {
    border-bottom: 1px solid #e5e5e5;

}

.tournament-table thead tr th {
    font-weight: normal;
    padding: 0px 15px;
    height: 45px;
    box-sizing: border-box;
}

.tournament-table.full thead tr th {
    padding: 5px 15px;
}

.tournament-table.small thead tr th {
    padding: 0 5px;
}


.tournament-table tbody tr td {
    padding: 0 15px;
    height: 45px;
    box-sizing: border-box;
}

.tournament-table.small tbody tr td {
    padding: 0 5px;
}

.tournament-table.small tbody tr td:first-child {
    padding-left: 10px
}

.tournament-table.small thead tr th:first-child {
    padding-left: 10px
}


.tournament-table.full tbody tr td {
    padding: 10px 15px;
}

.tournament-table thead tr {
    background: #267bc1;
}

.tournament-table tbody tr {
    background: #267bc1;
}

.tournament-table tbody tr:nth-of-type(odd),
.tournament-table>tr:nth-of-type(odd) {
    background: #2474b6
}

.last-news-item-wrapper.uk-grid-margin {
    margin-top: 5px;
}

.last-news-item {
    padding-bottom: 5px;
}

.last-news-item-wrapper .last-news-item {
    border-bottom: 1px solid #e5e5e5;
}

.last-news-item-wrapper.uk-first-column:last-child .last-news-item {
    border-bottom: 0px solid #e5e5e5;
}

.last-news-item-wrapper:last-child .last-news-item {
    border-bottom: 0px solid #e5e5e5;
}

.uk-grid .last-news-item-wrapper.uk-first-column:last-child .last-news-item {
    border-bottom: 0px solid #e5e5e5;
}


.last-news-item-wrapper:last-child .last-news-item {
    border-bottom: 0px solid #e5e5e5;
}





.last-news-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;

    border-radius: 2px;
}

.last-news-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

}

.last-news-body {
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;

    color: rgba(255, 255, 255, 0.5)
}

.last-news-meta {
    font-size: 12px;
}

.last-news-body p {
    margin: 0;
}

.last-news-title {
    font-size: 14px;
    font-weight: 600;
    color: white;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;


}

.last-news-title:hover {
    color: #42bef8;
    text-decoration: none;
}

.main-post-image {
    position: relative;
    width: 100%;
    height: 540px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;

    border-radius: 2px;
}



.main-post-image img {
    opacity: 0;
    width: 1px;
    height: 1px;
}

.main-post-content {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0), rgba(33, 33, 33, 0.5), #212121);


    margin-top: -24px;
    border-radius: 2px;

    box-sizing: border-box;

    padding: 50px;
}



.main-post-title {
    font-size: 28px;
    color: white;
    font-weight: 600;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;


}

.main-post-nav {
    position: absolute;

    margin-top: -30px;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .main-post-content {
        padding: 20px;
        padding-bottom: 40px;
    }

    .main-post-image {
        height: 320px;
    }

    .main-post-title {
        font-size: 18px;
    }

    .main-post-nav {
        margin-top: -30px;
        padding-left: 20px;
    }
}

.main-post-title:hover {
    text-decoration: none;
    color: #42bef8;
}


.news-block-image {
    /* width: 300px; */
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;

    border-radius: 2px;
}

.news-block-image img {
    opacity: 0;
    width: 1px;
    height: 1px;
}

.news-block-title {
    font-size: 16px;
    color: white;
    font-weight: 600;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.news-block-title:hover {
    color: #42bef8;
    text-decoration: none;
}

.news-block-content {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(33, 33, 33, 0), #212121);

    margin-top: -24px;
    border-radius: 2px;

    box-sizing: border-box;

    padding: 20px;

    border: 1px solid #e5e5e5;
}

.news-block-title {
    font-size: 16px;
    color: white;
    font-weight: 600;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;


}

.news-block-title:hover {
    text-decoration: none;
    color: #42bef8;
}

.post-title {
    font-size: 32px;
    color: white;
    font-weight: 600;

    padding: 0;
    margin-bottom: 20px;
}

.post-date {
    font-size: 16px;
    color: white;
    font-weight: 400;

    margin-bottom: 20px;
}

.post-image {}

.post-image,
.post-image img {
    width: 100%;

    border-top-left-radius: 2px;
    border-top-right-radius: 2px;

    max-height: 600px;
    object-fit: cover;
    height: auto;


}

.post-image,
.post-image iframe {
    width: 100%;

    border-top-left-radius: 2px;
    border-top-right-radius: 2px;

    max-height: 600px;
    object-fit: cover;
    height: auto;
}

.post-image iframe {
    height: calc(100vw/1.77);
}

.wp-block-embed iframe {
    width: 100%;
    max-width: 500px;
}

.post-content {
    background: white;
    color: #333;

    padding: 50px;

    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media screen and (max-width: 767px) {
    .post-content {
        padding: 20px 20px;
    }
}


.post-tags.uk-grid-small>* {
    padding-left: 5px !important;
}

.post-tags.uk-grid-small>*.uk-first-column {
    padding-left: 15px !important;
}


.post-tags.uk-grid-small>.uk-grid-margin {
    margin-top: 5px !important;
}

.post-tags a {
    /* background: rgba(0,50,97,1); */
    color: #333;
    border-radius: var(--border-radius);
    padding: 0px 0px;
    font-size: 14px;

    text-decoration: underline;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.post-tags a:hover {
    /* background: #42bef8; */
    text-decoration: none;
}

.prichal-link {
    color: white;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.prichal-link:hover {
    color: #42bef8;
    text-decoration: none;
}

.modern-comment {
    color: white;
}

.fade {
    opacity: 0.5;
}

.modern-comment-meta {
    font-size: 14px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.9);
}

.modern-comment-header {
    padding: 0;
    margin-bottom: -5px;
}

.modern-comment .gb-new-avatar {
    width: 32px;
    height: 32px;

    position: relative;

}

.modern-comment-list {
    /* max-width: 650px; */
    width: 100%;
}



.modern-comment-body {
    margin-top: 5px;
    background: #d5e1f7;
    color: #333;

    padding: 15px;
    padding: 5px;

    margin-left: 42px;

    border-radius: 5px;
    border-top-left-radius: 0;
}

.uk-comment-list ul.children {
    padding-left: 42px;
}

.modern-comment-list .uk-comment-list> :nth-child(n + 2) {
    margin-top: 5px;
}

.modern-comment-list .uk-comment-list .children> :nth-child(n + 2) {
    margin-top: 5px;
}

.modern-comment .gb-comment-like {
    margin-left: 42px;
    color: rgba(255, 255, 255, 0.5);


}

.modern-comment .gb-comment-like svg path {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;


}

.modern-comment .gb-comment-like:hover svg path {
    stroke: transparent;
    color: white;

}

.modern-comment .gb-comment-liked svg path {
    fill: white
}

.modern-comment .gb-comment-like.userable:hover svg path {
    fill: white;
    cursor: pointer;
}



.modern-comment .gb-comment-like.dislike {
    margin-left: 0px;
}

.modern-comment .gb-reply a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.modern-comment .gb-reply a:hover {
    color: white;
    text-decoration: none;
}




.category-news-item-wrapper.uk-grid-margin {
    margin-top: 5px;
}

.category-news-item {
    padding-bottom: 5px;
}

.category-news-image {
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;



}

.category-news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.category-news-body {
    margin-top: 10px;
    box-sizing: border-box;

    color: rgba(255, 255, 255, 0.5);
    height: 120px;
}

.category-news-meta {
    font-size: 12px;
}

.category-news-body p {
    margin: 0;
}

.category-news-title {
    font-size: 16px;
    font-weight: 600;
    color: white;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;


}

.category-news-title:hover {
    color: #42bef8;
    text-decoration: none;
}

.table-form div {
    width: 9px;
    height: 9px;
    border-radius: 2px;

    margin-right: 3px;
}

.tournament-table.small .table-form div {
    width: 9px;
    height: 9px;

    margin-right: 1px;
}

.table-form div:last-child {
    margin-right: 0;
}

.win {
    background: #24a225;
}

.draw {
    background: #fbb700;
}

.gray {
    background: gray;
}

.lose {
    background: red;
}

.gb-meta {
    color: white;

    margin-bottom: 10px;
}

.gb-online {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #24a225;
    position: absolute;
    bottom: -3px;
    right: -5px;
    border-radius: 100%;

    border: 2px solid var(--main-background)
}

.gb-ignore {
    color: white;
}

.gb-ignore:hover,
.gb-ignore:focus {
    color: white;
}

.prichal-dropdown {
    background: #0a4880;
    color: white;
}

.prichal-dropdown li a {
    color: white;
}

.prichal-dropdown li a:hover,
.prichal-dropdown li a:focus {
    color: #42bef8;
    text-decoration: none;
}

.prichal-offcanvas-bar {
    background-image: url('https://fcdnipro.com/wp-content/uploads/2024/02/offsetbar.jpg');
    background-position: center;
    background-size: cover;
    padding: 0;
}

.prichal-offcanvas-bar-wrapper {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 50, 97, 0.8);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prichal-offcanvas-bar li a {
    color: white;
}

.prichal-offcanvas-bar .uk-nav li a:hover,
.prichal-offcanvas-bar .uk-nav li a:focus {
    color: #42bef8;
    text-decoration: none;
}

.prichal-offcanvas-bar .uk-parent .uk-nav-sub li a:hover,
.prichal-offcanvas-bar .uk-parent .uk-nav-sub li a:focus {
    color: #42bef8;
    text-decoration: none;
}

.patreon-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;

    font-size: 18px;
    color: white;
    background: #ff424d;
    background: rgba(255, 66, 77, 0.95);

    padding: 30px 10px;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.patreon-banner:hover,
.patreon-banner:focus {
    color: white;
    text-decoration: white;

    background: rgba(255, 66, 77, 1);
}

.telegram-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;

    font-size: 18px;
    color: white;
    background: #2AABEE;

    padding: 30px 10px;

    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.telegram-banner:hover,
.telegram-banner:focus {
    color: white;
    text-decoration: white;

    background: #229ED9
}

.gb-patron {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gb-preform {
    height: 250px;
    background: white;

    border: 1px solid var(--primary);

    border-radius: 5px;
}

.uk-button-white,
.uk-button-white:focus,
.uk-button-white:hover {
    color: white;
}

.gb-preform .tox.tox-tinymce {
    border: 0;
    border-radius: 5px;
}

.tox-tinymce {
    background-color: white;
}

.tox .tox-edit-area__iframe {
    background-color: white !important;
}

.prichal-sticky-sidebar {
    padding-bottom: 20px;
}

.prichal-modal-login .uk-modal-dialog,
.prichal-modal-login .uk-modal-close-full {
    background: var(--main-background);
    color: white;
}

.prichal-modal-login form {
    padding: 60px;
    padding-bottom: 40px;

    border: 1px solid #e5e5e5;
}

.profile {
    background: white;
    border-radius: 5px;
    padding: 20px;
}

.profile .gb-avatar {
    font-size: 32px;

    width: 64px;
    height: 64px;
}

.post-see-also {
    margin: 20px 0;
    color: #333;
}

.post-see-also .last-news-item {
    border-bottom: 0px !important;
}

.post-see-also .last-news-item-wrapper {
    max-width: 300px;
}

.post-see-also .last-news-title,
.post-see-also .last-news-body {
    color: #333;
}

.matchcenter {
    color: var(--primary-text-color);
}

.matchcenter-date {
    font-size: 20px;
    font-weight: bold;

    text-align: center;
}

.matchcenter-league {
    font-size: 16px;
    text-align: center;
}

.matchcenter-teams {
    padding: 10px 0;
}

.matchcenter-teams .match-team,
.matchcenter .match-score {
    font-size: 28px;
}

.matchcenter-column {
    padding: 20px;
    background: var(--main-background);
    border: 1px solid #e5e5e5;
    color: var(--primary-text-color);
    border-radius: 2px;
    font-size: 16px;
    box-sizing: border-box;
    justify-content: space-between;
}

.matchcenter-player {
    margin-bottom: 5px;
}

.matchcenter-player-number {
    width: 30px;
}

.matchcenter-player-divider {
    width: 40px;
    height: 2px;
    background-color: white;

    margin-left: 30px;
}

.gb-wrapper {
    background: white;
    padding: 10px;

    border-radius: 2px;
}

.gb-wrapper .gb-perpage li a {
    color: #333;
}

.gb-wrapper .gb-perpage .uk-disabled a {
    color: #42bef8;
}

.modern-comment-body {
    margin-left: 0;
    border-top-right-radius: 0;

    border: 1px solid var(--primary);
    border-top: 0px;
}




.comment-body>div:first-child {
    /* margin-top: -25px; */
    z-index: 0;
}

.modern-comment-meta {
    margin-right: 5px;


}

.modern-comment-meta a {
    margin-right: 5px;
}

.modern-comment-header * {
    z-index: 2;
}

.modern-comment-header {
    background: var(--primary);

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

    height: 24px;
}

.gb-new .modern-comment-header {
    background: #71BEFF;

    border: 1px solid var(--primary);
    border-bottom: 0px;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


/* .gb-wrapper .gb-new-avatar{
    position: absolute;
    margin-left: -32px;
} */

.gb-new-user div>* {
    margin-right: 5px;
}

@media screen and (max-width:639px) {
    .modern-comment-header {
        height: auto;
    }
}


.gb-new-avatar img,
.gb-new-avatar>div:first-child {
    border: 1px solid var(--primary);
    border-radius: 100%;
}

.gb-like,
.gb-reply {
    padding: 2px 0;
}

.modern-comment .gb-comment-like {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 0;
}

.modern-comment .gb-comment-liked svg path {
    fill: var(--primary);
}

.modern-comment .gb-comment-like.userable:hover svg path {
    fill: var(--primary);
    cursor: pointer;
}

.gb-meta,
.gb-perpage .uk-disabled span {
    color: inherit;
}

.gb-like-counter {
    padding: 1px 8px;
    margin-right: 5px;
    font-size: 11px;
}

.uk-navbar-item .gb-new-counter,
.prichal-offcanvas-bar .gb-new-counter {
    margin-left: 30px;
    margin-top: -30px;
    position: absolute;
    background: rgba(0, 50, 97, 1);
    border-radius: 100%;
    font-size: 11px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-comment .gb-reply a {
    color: #333;
    font-size: 14px;
}

.modern-comment .gb-reply a:hover {
    color: #333;
    text-decoration: none;
}

.uk-comment-list ul.children {
    padding-left: 10px;
}

.comment-reply-wrapper {
    margin-top: 10px;
}

.uk-comment-list {
    margin-bottom: 0;
}

.modern-comment-list {
    margin-top: 0;
}

.uk-comment-list #comment-form {
    margin-top: 10px;
}

.navbar.small .prichal-social-icon {
    width: 36px;
    height: 36px;

    padding: 4px;
}

.navbar .prichal-socials {
    margin-top: 0;
}

.navbar.small .prichal-socials {
    padding: 10px 0;
}

.navbar.small {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.navbar.small .uk-navbar-item {
    min-height: auto;
}

.yellowcard {
    background: yellow;

    border-radius: 3px;

    width: 10px;
    height: 16px;
}

.redcard {
    background: red;

    border-radius: 3px;

    width: 10px;
    height: 16px;
}

.profile .category-news-body {
    color: #333;
}

.profile .category-news-title {
    color: #333;
}

.football-pitch {
    /* background: green; */
    color: white;

    background-image: url('/img/pitch.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    width: 100%;

    aspect-ratio: 685 / 657;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lineup-line {
    display: flex;
    align-items: center;
    justify-content: space-around;

    padding: 10px 0;


}

.lineup-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    flex: 1;
    z-index: 1;

}

.lineup-player-photo {
    border-radius: 100%;
    box-sizing: border-box;

    overflow: hidden;

    width: 35px;
    height: 35px;

    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #333;

}

.lineup-player-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.lineup-player-rating {
    color: white;
    border-radius: var(--border-radius);
    padding: 1px 6px;
    width: 27px;
    box-sizing: border-box;
    border: 1px solid white;

    text-align: center;

    position: absolute;

    margin-top: 10px;

    font-size: 10px;
}

.player-rating {
    color: white;
    border-radius: var(--border-radius);
    padding: 1px 6px;
    width: 40px;
    box-sizing: border-box;
    border: 1px solid white;

    text-align: center;
}

.lineup-player-name {
    margin-top: 10px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 0 2px;
    text-align: center;
}

.lineup-player-name.without-rating {
    margin-top: 3px;
}

.gb-online-list {
    border: 1px solid var(--primary);
    padding: 10px;
}

.gb-online-list-names {
    color: var(--primary);
}

.modern-comment-body blockquote {
    border: 1px #A4C6E6 solid;
    text-align: justify;
    margin: 0 0 5px 20px;
    background-color: #ebf2ff;
    padding: 5px;

    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    color: inherit;

    display: flex;
    flex-direction: column;
}

.player-card {
    background: var(--main-background);
    overflow: hidden;
    /* border: 1px solid rgba(255,255,255,0.2); */
    /* aspect-ratio: 1 / 1; */
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    /* background-image: url('https://fcdnipro.com/wp-content/uploads/2023/07/0ca76aad10156c612955.png'); */
    background-size: inherit;
    height: 300px;
    background-repeat: repeat-x;
    background: linear-gradient(180deg, #003261 0%, var(--main-background) 700px);
}


.player-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    color: white;
}

.player-card-image {
    right: -40%;
    position: relative;
    top: -100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: normal;
    aspect-ratio: 1;
}

.player-card-number {
    font-size: 80px;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    /* height: 0px; */
    /* box-sizing: border-box; */
    line-height: px;
    /* display: flex; */
    /* height: 112px; */
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: flex-start;
    /* font-family: fantasy; */
    opacity: 1;
    font-weight: bold;
    line-height: 80px;
    /* letter-spacing: -10px; */
}

.player-card-name {
    font-size: 42px;
    z-index: 1;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 1;
}

.player-card:hover .player-card-name,
.player-card:hover .player-card-number {
    color: white;

    opacity: 1;
}

.match-day {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 30px;

    margin-right: 20px;
}

.match-info {
    /* width: 150px; */
    text-align: center;
}

.match-day-title {
    font-size: 16px;
}

.match-day-number {
    font-size: 24px;
    font-weight: 600;
}

.match-wide {}

.match-wide .match-info.small {
    display: none !important;
}

@media screen and (max-width:1200px) {
    .match-wide {
        /* background: black !important; */

    }

    .match.modern.match-wide img {
        height: 30px;
    }

    .match.modern.match-wide {
        padding: 10px;
    }

    .match.modern.match-wide .match-day {
        margin-right: 10px;
    }

    .match-wide .match-info {
        display: none !important;
    }

    .match-wide .match-info.small {
        display: flex !important;
    }


}

.forecaster-row img {
    height: 32px;
}

@media screen and (max-width:960px) {
    .forecaster-row {
        flex-direction: column;
    }

    .forecaster-players-wrapper {
        flex-direction: column;
    }
}

.forecaster-score-button {
    padding: 0 10px;
    width: 30px;
}

.forecaster-score-input-wrapper {
    border: 1px solid white;
    background: inherit;
}

.forecaster-player-input-wrapper {
    display: flex;
    flex-direction: column;

    max-width: 200px;
    width: 200px;
}

.forecaster-player-input-wrapper .uk-select {
    max-width: 200px;
    width: 200px;

    margin-bottom: 5px;
}

.forecaster-player-input-wrapper .uk-select:last-child {
    margin-bottom: 0px;
}


.forecaster-score-input-wrapper button.uk-button,
.forecaster-score-input-wrapper input.uk-input {
    border: 0px;
    background: rgba(255, 255, 255, .1);

}

.forecaster-score-input-wrapper input::-webkit-outer-spin-button,
.forecaster-score-input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.forecaster-score-input-wrapper input[type=number] {
    -moz-appearance: textfield;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.prediction-league {
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: var(--main-background);

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.prediction-league-name {
    font-size: 20px;
    color: white;
}

.football-pitch {
    background-color: #cbedbf;
    background-color: #1cbd21;

    --on-surface-nLv5: rgba(34, 34, 38, 0.06);

    background-image: linear-gradient(to top, var(--on-surface-nLv5) 0% 12.5%, transparent 12.5% 25%, var(--on-surface-nLv5) 25% 37.5%, transparent 37.5% 50%, var(--on-surface-nLv5) 50% 62.5%, transparent 62.5% 75%, var(--on-surface-nLv5) 75% 87.5%, transparent 87.5% 100%);
    border: 2px solid white;

    padding: 10px 0;
    position: relative;
}

.football-pitch-details {
    height: 100%;
    position: absolute;
    width: 100%;
}

.football-pitch-goal-top {
    position: absolute;
    z-index: 0;
    transform: rotate(-0deg);
    left: calc(50% - 80px);
    transform-origin: bottom;
    top: -10px;
}


.football-pitch-goal-bottom {
    position: absolute;
    z-index: 0;
    transform: translateY(-69px) rotate(-180deg);
    left: calc(50% - 80px);
    transform-origin: bottom;
    bottom: 10px;
}

.football-pitch-center-1,
.football-pitch-center-2 {
    position: absolute;
    z-index: 0;
    bottom: 100%;
    top: calc(50% + 64px - 8px);
    right: calc(50% - 64px);
    /* transform-origin: bottom; */
    transform: scaleY(-1);
}

.football-pitch-center-2 {
    transform: none;
    top: calc(50% - 64px - 8px);
}

.football-pitch-center-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    top: calc(50% - 1px - 8px);
}

.rating-banner {
    padding: 15px;
    border-radius: 3px;
    background-color: var(--main-background);
}

.search-wrapper article {
    margin-bottom: 10px;
}

.search-wrapper {
    padding: 5px;
    background: white;
    border-radius: 2px;
}

.search-wrapper .last-news-body {
    color: #333;
}

.search-wrapper .last-news-title {
    color: #333;
}

.predictions-overview-section {
    margin: 10px 0;
}

.match-rating .forecaster-score-input-wrapper {
    border: 1px solid var(--main-background);
}

@media screen and (max-width:639px) {
    .match-rating-scores {
        flex-direction: column;
        align-items: flex-start;
    }

    .match-rating-scores>div {
        margin-top: 10px;
    }
}

.space-x-4 >*+* {
    margin-left: 4px;
}

.space-y >*+* {
    margin-top: 8px;
}
.space-x >*+* {
    margin-left: 8px;
}

.space-y-4 >*+* {
    margin-top: 4px;
}

.prediction-match {
    border: 1px solid #e5e5e5;
    background: var(--main-background);
    padding: 10px 20px;
    color: white;
}

.prediction-date {
    border: 1px solid white;
    margin-bottom: 10px;
    color: white;
    text-align: left;
    border-left: 1px solid white;
    background: #2167a1;
}

.prediction-hr {
    border-left: 1px solid #e5e5e5;
    padding-left: 24px;
}

.space-x-24 >*+* {
    margin-left: 24px;
}

.t-bg-main {
    background: var(--main-background);   
}

.t-border {
    border: 1px solid #e5e5e5;
}

.c-white {
    color: white
}

.c-green {
    color: #00ff00;
}

.rows-colors > * { 
    background: #267bc1;
}

.rows-colors > *:nth-of-type(odd) { 
    background: #2474b6
}

.match-lists-row { 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}