
body {
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    background: #f9f9f9;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: #ccc;
}

.custom-pagination {
    margin-top: 20px;
}

.custom-pagination span {
    cursor: pointer;
    padding-left: 5px;
}
.navbar .nav-pills .nav-link {
    padding: 0.75rem 0.5rem;
}

.countdown-box {
    border-radius: 0px 0px 30px 0px;
    background-color: #000;
    color: #fff;
    /* min-height: 630px; */
}

.countdown-time .d-inline-block {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.button-ppv {
    cursor: pointer;
    border: none;
    padding: 0.5rem 1.187rem 0.562rem;
    background-color: #c70b0b;
    border-radius: 5px;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
}
.button-more {
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 9px;
    width: 10rem;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 20px;
}

.swipper-img {
    border-radius: 18px;
    transition: 0.3s;
}

.swipper-img:hover{
    /* transform: scale(0.97); */
}

.resize {
    transition: 0.4s;
}

.resize:hover{
    transform: scale(1.03);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-prev2 {
    position: absolute;
    right: 50px;
    top: -50px;
}

.swiper-button-next2 {
    position: absolute;
    right: 10px;
    top: -50px;
}
.swipper-arrow {
    width: 25px;
    height: 25px;
}
.ranking li {
    padding: 10px;
    border-top: 1px solid #f2f2f2;
    list-style-type: none;
}
.ranking-champion-index {
    width: 250px;
    margin-right: -45px;
}
.win-block-new {
    background: #C70B0B;
    padding: 1px 7px 1px 7px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}
.flag2 {
    width: 38px;
    border: 1px solid #f2f2f2;
    margin-top: -2px;
}
.flag3 {
    width: 26px;
    margin-right: 10px;
    margin-top: 6px;
    border: 1px solid #f2f2f2;
}
.ranking-pos {
    height: 2.4rem;
    padding-top: 6px;
    padding-bottom: 3px;
    border-top: 1px solid #C4C4C4;
    font-weight: 200;
}

.ranking-pos-home {
    height: 2.4rem;
    padding-top: 6px;
    padding-bottom: 3px;
    border-top: 1px solid #C4C4C4;
    font-weight: 200;
}

.fightcard-player-win {
    position: absolute;
    top: 0;
    left: 0;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 90vh;
    overflow-y: auto;
}

.language-block {
    display: flex !important;;
    order: 3;
}

.container-lg {
    max-width: 1500px;
}

.menu-top {
    padding-left: 3rem;
    padding-right: 3rem;
}

.homepage-top-left {
    overflow: hidden;
    position: relative;
    border-radius: 0 0 0 30px;
    padding-left: 0;
    padding-right: 0;
    max-height: 630px;
}

.fightcard-center-block {
    position: absolute;
    line-height: 4vw;
    container-type: inline-size;
    container-name: fightcard-fight;

}



.fightcard-player-name {
    font-size: 2.2vw;
    font-weight: 700;
    margin-bottom: 2px;
}

.fight-win-image {
    height: 100%;
    padding: 3px;
}

.win-info {
    padding-left: 6px;
    padding-right: 6px;
    background: #5EC639;
    color: #fff;
    position: absolute;
    top: 0;
}

.win-info-left {
    /* left: 2rem; */
    left: 1rem;
    top: 0.75rem;
}

.win-info-right {
    /* right: 2rem; */
    right: 1rem;
    top: 0.75rem;
}

/* .homepage-container {
    margin-left: 30px;
    margin-right: 30px;
} */

.homepage-show-all-events {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald";
    color: #000;
}

p, span, a {
    font-family: 'Helvetica Neue', sans-serif;                                     
    color: #000;
}

.navbar-nav {
    font-family: 'Helvetica Neue', sans-serif;                                       
    text-transform: uppercase;
    font-size: 14px;
}

.oswald {
    font-family: "Oswald";
}

.helvetica {
    font-family: 'Helvetica Neue', sans-serif;
}



/* filters */

.filters {
    display: flex;
    justify-content: space-around
}

.filters select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.filters button, .filters select, .filters input {
    background-color: white;
    border-radius: 20px;
    border: 1px solid #C4C4C4;
    padding: 5px 10px;
    font-size: 15px;
}

.select-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px
}

.select-container select {
    width: 100%
}

.select-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    border: 0;
}

#search-container {
    position: relative;
    display: flex;
    align-items: center;
}

#event-search-input::placeholder {
    color: black
}

#search-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    border: 0;
}

#reset-btn {
    background-color: black;
    border: 0;
    color: white;
}

.fighter-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.fighter-btn {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 6px;
    transition: 0.5s all;
}

.fighter-btn:hover {
    background-color: #000;
    color: #FFF;
}

.fighter-name > div, .fighter-data > div {
    text-transform: uppercase;
    color: #000;
}

#events-page-content article > div{
    height: 100%;
    display: flex;
    border-radius: 20px;
    background-color: #FFF;
    overflow: hidden;
    padding: 0
}

#events-page-content article img {
    object-fit: cover
}

.read-more-btn {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 6px;
    transition: 0.5s all;
    font-size: 14px;
    padding: 6px 16px;
}

.read-more-btn:hover {
    background-color: #000;
    color: #FFF;
}

.fightcard-center-block-weight {
    height: 4vw;
    width: 100%;
    margin: 10px 0;
    line-height: 1.8vw;
}

.fightcard-center-block-names {
    width: 100%;
    line-height: 1vw;
    margin-top: 1vw;
}
.fightcart-center-block-vs {
    font-weight: bold;
    margin-top: 0.7vw;
}
.flag {
    border: 1px solid lightgray;
    max-width: 30px;
}

@media screen and (min-width: 1700px) {
    .fightcard-center-block-names {
        line-height: 0.3;
    }

    .fightcard-center-block-weight {
        height: 45px;
        line-height: 1.1;
    }
    .fightcart-center-block-vs {
        margin-top: 15px;
        margin-bottom: 27px;
    }
    .fightcard-player-name {
        font-size: 38px;
    }
}
@media screen and (max-width: 1000px) {
    .select-container {
        width: 100%;
    }

    #reset-btn {
        width: 100%;
        margin-bottom: 10px
    }

    #search-container input {
        width: 100%;
    }

    .filters {
        flex-direction: column
    }

    #filters-btn {
        cursor: pointer;
    }
}

/* end filters */

    @container fightcard-fight (min-width: 1700px) {
        .fight-belt {
            /* height: 2.5cqh; */
            height: 80px;
        }
    }




@container fightcard-fight (min-width: 10px) and (max-width: 1699px){
    .fight-belt {
        /* height: 2.5cqh; */
        height: 3.8vw;
    }
}



@media screen and (max-width: 1200px) {

    .gale-title {
        font-size: 7vw;
    }
    .countdown-time .d-inline-block {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .nav-item {
        margin-right: 0 !important;
    }

    .title-player {
        font-size: 2rem !important;
    }

    .countdown-font {
        font-size: 30px !important;
    }

    .navbar .nav-pills .nav-link {
        padding: 0.75rem 0.3rem;
    }

    .homepage-top-left {
        max-height: 590px;
    }

}

@media screen and (max-width: 991px) {
    .homepage-top-left {
        border-radius: 0;
    }

    .fightcard-center-block {
        font-size: 0.8em;
    }
    /*.win-block-new {*/
        /*padding: 2px 4px 2px 5px;*/
        /*font-size: 1rem;*/
    /*}*/

    .fightcard-center-block-weight {
        height: 4vw;
        width: 100%;
        margin: 10px 0;
        line-height: 2.8vw;
    }


    .fightcard-center-block-names {
        width: 100%;
        line-height: 2vw;
        margin-top: 7vw
    }
    .fightcart-center-block-vs {
        font-weight: bold;
        margin-top: 1.2vw;
    }

    .fightcard-player-name {
        font-size: 4vw;
    }

    .fight-win-image {
        height: 180%;
        padding: 2px;
        margin-top: -15px;
    }

}

@media screen and (max-width: 768px) {
    .homepage-video-item {
        margin-top: 1rem;
        marbin-bottom: 1rem;
    }

    .win-info {
        font-size: 0.8rem;
    }

    .homepage-show-all-events {
        font-size: 1.5rem;
    }
    .homepage-top-left {
        height: 70vw;
    }
}

@media screen and (max-width: 568px) {
    .fightcard-player-name {
        font-size: 5vw !important;
    }
}

@media screen and (max-width: 1530px) {
    .homepage-container {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

}

@media all and (max-width: 992px) {
    .filters div {
        flex-direction: column;
    }
}

footer {
    color: #fff;
}
.footer-links-block {
    gap: 1rem !important;
}
.footer-links-block a {
    gap: 1rem !important;
    color: #fff;
}
.footer-links-block span {
    font-family: "Roboto Condensed";
    font-weight: bold;
}

.t-48-22 {
    color: #fff !important;;
}

@media all and (max-width: 576px) {
    .footer-links-block a {
        gap: 0.9rem;
        color: #fff;

    }
    .ksw-w-social {
        font-size: 0.9rem;
    }
    .vector-parent img {
        width: 1.2rem;

    }
    .vector-parent {
        align-self: flex-end;
        gap: 1rem;
    }

    .footer-content-child {
        width: 8rem;
    }
}

.footer-small-text span {
    font-size: 0.8rem;
}


#slide {
    background-color: red;
    color: white;
    position: fixed;
    top: 30%;
    right: 0;
    transform: translate(210px, -50%);
    width: 250px;
    transition: 0.5s;
    display: flex;
    padding: 20px 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 10000;
}

#slide:hover {
    transform: translate(0, -50%);
}

#left {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

#right {
    width: 80%;
    padding: 1rem;
    margin: auto;
}
.button-vote {
    color: #fff;
    background: #000;
    padding: 5px;
    font-weight: bold;
    margin: auto;
    font-size: 1.1em;
}