body {
    background: #f0f2f5 url(../images/largeLogo.200279949e0c.png) no-repeat 0 30%;
    /* background: #662482; */
    /* background: #7d8184; */
    background-size: 600px;
    background-attachment: fixed;
}

main > .container, main > .container-fluid
{
    padding: 10px 15px 20px;
}
img {
    max-width: 100%;
}
main a {
    text-decoration: none;
    color: inherit;
}
.article__content a{
    text-decoration: none;
    color: #0db04b;
}
main a:hover {
    color: var(--bs-link-hover-color-rgb);
}

div.row-table,
div.row-suspended,
div.row-bombardiers,
div.match-item,
div.news-block,
div.news-container {
    cursor: pointer;
}

.tour-slide.slick-current{
    background-color: rgba(var(--bs-success-rgb), 1);
    color: white;
}
blockquote {
    padding: 15px 10px 1px 20px;
    border-left: 7px solid green;
    margin-left: 30px;
    margin-right: 30px;
    background: #effcef;
}
.brand-logo {
    max-height: 90px;
}

.partner-container .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.stadium-container .slick-slide > img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.news-container img {
    height: 507px;
    width: 100%;
    object-fit: cover;
}
.news-container .main-news-text {
    position: absolute;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.16) 17%, rgba(0, 0, 0, 0.22) 21%, rgba(0, 0, 0, 0.32) 26%, rgba(0, 0, 0, 0.42) 32%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.62) 47%, rgba(0, 0, 0, 0.66) 57%, rgba(0, 0, 0, 0.72) 65%);
    bottom: 0;
    height: 200px;
    width: 100%;
}
.news-container span.path2 {
    position: absolute;
    color: white;
    font-size: 1.5em;
    line-height: 1.2em;
    bottom: 30px;
    left: 0;
    margin: 10px;
}
.news-nav .main-news-text {
    position: absolute;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.42) 32%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.62) 47%, rgba(0, 0, 0, 0.66) 57%, rgba(0, 0, 0, 0.72) 65%);
    bottom: 0;
    height:70px;
    width: 100%;
}
.news-nav span.path2 {
    position: absolute;
    color: white;
    font-size: 0.8em;
    text-shadow: 2px 2px 2px black;
    line-height: 1.2em;
    font-weight:600;
    bottom:0;
    left: 0;
    margin: 10px;
}
.news-nav .slick-slide > img {
    height: 125px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
}
.stadium-container .slick-dots,
.news-container .slick-dots {
    bottom: 5px;
}
.stadium-container .slick-dots li,
.news-container .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.stadium-container .slick-dots li button,
.news-container .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.stadium-container .slick-dots li button:before,
.news-container .slick-dots li button:before {
    content: '—';
    font-size: 30px;
    font-weight: 900;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
}
.stadium-container .slick-dots li.slick-active button:before,
.news-container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--bs-btn-border-color);
}
.vr {
    opacity: 1;
    background-color: rgb(var(--bs-success-rgb));
    margin-left: -1px;
}

.row .slick-list {
    /*margin-left: calc(-0.5 * var(--bs-gutter-x));*/
    /*margin-right: calc(-0.5 * var(--bs-gutter-x));*/
}

.card.card-team:hover,
.card.card-player:hover {
    transition: .4s;
    box-shadow: 2px 17px 11px -9px rgba(0,0,0,.75)
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    /*height: 60px;*/
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.slider {
    visibility: hidden;
    opacity: 0;
}
.slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.match-slide {
    padding: var(--space-5);
    background-color: var(--theme-accent-base);
    border: 1px solid var(--theme-accent-base);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
    text-decoration: none;
    margin-right: 5px;
}
.match-slide-item {
    position: relative;
    width: 60px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.match-slide-item-partner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 5px;
}
.match-slide:hover {
    transition: all 0.5s linear;
    border: 1px solid var(--theme-primary-main)
}

.match-slide:hover .match-slide-item {
    transition: all 0.5s linear;
    transform: scale(1.1)
}

img.tv-icon {
    min-height: 10px;
    min-width: 15px;
    max-height: 20px;
    max-width: 50px;
}

img.team-logo {
    max-height: 60px;
    max-width: 60px;
    min-height: 20px;
    min-width: 20px;
}
img.partner-logo {
    max-height: 150px;
    max-width: 60px;
    min-height: 100px;
    min-width: 20px;
}
img.team-logo.team-logo-small {
    max-height: 30px;
    max-width: 30px;
}
img.team-logo.team-logo-big {
    max-height: 100px;
    max-width: 100px;
}
img.emblem {
    max-height: 60px;
    max-width: 60px;
    min-height: 30px;
    min-width: 30px;
}
img.emblem.emblem-100 {
    max-height: 100px;
    max-width: 100px;
}
img.emblem.emblem-150 {
    max-height: 150px;
    max-width: 150px;
}
img.emblem.emblem-200 {
    max-height: 200px;
    max-width: 200px;
}

.stadium-container .slick-next {
    right: 25px;
}
.stadium-container .slick-prev {
    left: 25px;
}


.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    z-index: 3;
}
.slick-next-top,
.slick-prev-top{
    margin-left: auto;
    margin-right: auto;
}
.slick-prev-top, .slick-next-top,
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: relative;
    /*top: 50%;*/
    display: block;
    width: 30px;
    height: 30px;
    /*margin-top: -15px;*/
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 1px;
    background: rgb(var(--bs-dark-rgb));
    border-radius: 50%;
}

.slick-next:before,
.slick-next-top:before {
    content: '›';
}
.slick-prev:before,
.slick-prev-top:before {
    content: '‹';
}
.slick-prev-top:before, .slick-next-top:before,
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    line-height: 26px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.slick-prev-top, .slick-next-top {
    position: relative;
    display: block;
    text-align: center;
    align-items: center;
    background: rgb(var(--bs-dark-rgb));
}

.slick-prev-top:hover::before, .slick-next-top:hover::before,
.slick-prev:hover::before, .slick-next:hover::before {
    color: #0db04b;
}
    /* slick carousel end */
.timeline_card {
    z-index:5;
}
.timeline_card:hover {
    z-index:6;
}
.timeline_card .dot {
    display: block;
    width: 9px;
    height: 9px;
    background-color: white;
    border: 2px solid green;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.timeline_card:hover .expanded {
    display: block;
}
.popover {
    padding: 0;
}
div .expanded {
    display: none;
}
.rating-table .logo > img{
    max-width: 30px;
    max-height: 30px;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}



.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}
.bg-body-green{
    background-color: #0db04b;
}
.bg-menu-navbar{
    background-color: #0db04b;
}
.bg-menu-navbar-collapse{
    background-color: #ffffff;
    padding: 30px 0 14px 0;
}
.navbar-nav .nav-item > a {
    height: 2.4rem;
}

.social-block{
    display: flex;
    /*width: 250px;*/
    flex-wrap: wrap;
    margin-right: 20px;
}
.social-block_footer a {
    border-radius: 10px;
    background-color: #2c2c2c;
    width: 32px;
    height: 32px;
    border: none;
    margin: 4px;
    transition: all .5s linear;
    display: inline-flex;
}
.social-block__social-link {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.social-block_footer a:hover {
    transition: all .5s linear;
    border: 1px solid #0db04b;
}
.menu_down_text{
    color: #ffffff;
    text-decoration: none;
    transition: all .5s linear;
    padding: 10px var(--bs-navbar-nav-link-padding-x);
}
.menu_down_text:hover {
    color: var(--bs-link-hover-color);
    transition: all .5s linear;
    cursor: pointer;
}
.color_green{
    color: #0db04b;
}
.news-card__img {
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
.news-card__country {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #0db04b;
    border-radius: 10px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}
.news-card__country-item {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
}
.news-block__title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}
.news-card__news-text{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.text-green{
    color: var(--bs-btn-border-color);
}
.nav-pills .nav-link.active{
    background: #0db04b;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #0db04b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(110, 253, 110, 0.25);
}
.border-card:hover{
    transition: .4s;
    box-shadow: 2px 17px 11px -9px rgba(0,0,0,.75);
    /*border: 1px solid var(--theme-primary-main);*/
}
.menu-block{
    display: none;
}
.menu-block-on{
    display: block;
}
/* Toggler navbar */
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d3531a;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg, rgb(158, 255, 0) 0%, rgb(161, 252, 110) 100% );
}
/*.pagin a, .pagin span {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
*/
.pfl-nav .active > .btn {
    background-color: #1bbd32;
    border-color: #1bbd32;
    color: #fff;
}

.card-player .active > .btn {
    background-color: #1bbd32;
    border-color: #1bbd32;
    color: #fff;
}
.card-player.card img {
    height: 10rem;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
}
.card-stadium {
    height: 25rem;
}
.card-stadium.card img {
    height: 14rem;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
}

.icon-group {
    width:15px;
    height:15px;
    line-height:15px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .bg-menu-navbar{
        background-color: #ffffff;
        /*display: block !important;*/
        width: 100%;
    }
    .menu-block{
        display: block;
    }
    .menu-block-on{
        display: none;
    }
}
@media (max-width: 1366px) {
    .menu_down_text{
        padding: 10px 5px;
    }
}
@media (max-width: 991px) {
    .brand-logo {
        max-height: 50px;
    }
    .menu_down_text{
        padding: 10px 5px;
    }
}
@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
    .match-slide {
        padding: var(--space-3);
    }
    .match-slide-item {
        position: relative;
        width: 30px;
        height: 35px;
    }
}
@media (max-width: 500px) {
    .match-container img.team-logo {
        max-width: 40px;
        max-height: 40px;
    }
}