.btn--full-width {
    width: 100%;
}

.btn--white {
    background-color: #F3F4F8;
    color: #e5211a;
    box-shadow: -3px -3px 4px #FFFFFF, 3px 3px 10px rgba(40, 51, 107, 0.3), 6px 6px 16px rgba(53, 70, 138, 0.1), -6px -6px 10px #FFFFFF, inset 0px -4px 4px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    line-height: 18px;
    padding: 6px 20px;
    text-transform: uppercase;
}

.btn--white:hover,
.btn--white:focus {
    background-color: #e5211a;
    color: #FFFFFF;
    box-shadow: none;
}

.btn--back {
    position: relative;
    padding-left: 40px;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    color: #e5211a;
    background-image: url(../img/prev-blue.svg);
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: 18px 50%;
}

.statistic {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    width: 173px;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
}

.timezone {
    display: block;
    margin-top: 4px;
}

.timezone::before {
    content: "(";
}

.timezone::after {
    content: ")";
}

.nav-link.btn.bar-btn {
    cursor: pointer;
}

.side-media {
    padding: 0;
}

.side-media li,
.side-media li a {
    margin-left: 0;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.body-part-total {
    margin-top: 66px;
}

@media (max-width: 900px) {
    .body-part-total {
        margin-top: 0px;
    }
}

.nav-tabs li.active {
    position: relative;
    top: 1px;
}

.subtitle {
    position: relative;
    top: -4px;
    font-size: .9em;
    margin-bottom: 6px;
}

#videoTabContent {
    background-image: url("../images/background-line.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Navigation */
.time-btn {
    background: #ee1d36;
    padding: 5px 17px !important;
    color: #fff !important;
    margin: 0 15px !important;
    transition: all 0.5s;
    font-size: .7em;
    border: solid 2px #ee1d36 !important;
}

.time-btn:hover {
    background: none;
    color: #ee1d36 !important;
}

.time-btn.active {
    background: none;
    color: #fff !important;
}

/* Table of contents */
table.score th.header {
    background: #ee1d36;
    color: #fff;
    text-align: center;
    font-size: .8em;
    border-bottom: 1px solid #bb0c20;
}

table.score td {
    font-size: .78em;
}

table.score td {
    text-align: center;
}

table.score td a {
    text-decoration: none;
}

table.score td a:hover {
    color: #070707;
}

table.score th:nth-child(2),
table.score td:nth-child(2) {
    text-align: left;
}

.new-date {
    text-align: left !important;
    font-weight: 700;
}

/* Offcanvas */
body.offcanvas-active {
    overflow: hidden;
}

.main-content {
    transition: transform 0.3s ease;
}

.offcanvas.show {
    visibility: visible;
}

.offcanvas.hide {
    visibility: hidden;
}

.tournament-list td {
    border: none;
}

.tournament-list tr.active {
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tournament-list tr.active:hover {
    box-shadow: none;
}

.tournament-list .col-flag {
    padding-left: 15px;
}

.tournament-list .col-flag span.flag {
    display: inline-block;
    position: relative;
    top: -6px;
    width: 30px;
    height: 30px;
    background-color: transparent;
}


.tournament-list .col-flag span.color {
    display: inline-block;
    position: relative;
    top: -6px;
    width: 30px;
    height: 30px;
    background-color: #ee1d36;
    border-radius: 50%;
}

#offcanvasRightmobile {
    z-index: 8889;
}

/* Floating button. */
.floating-button {
    position: fixed;
    top: 130px;
    right: -160px;
    width: 200px;
    color: #071f40;
    background-color: #071f40;
    border: 2px solid #051730;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 12px 10px 10px 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    -webkit-box-shadow: -11px 10px 16px -3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -11px 10px 16px -3px rgba(0, 0, 0, 0.33);
    box-shadow: -11px 10px 16px -3px rgba(0, 0, 0, 0.33);
    z-index: 8888;
}

.floating-button:hover {
    transform: translateX(-110px);
    color: #fff;
}

.floating-button .fa {
    color: #fff;
    display: inline-block;
    margin-right: 12px;
    font-size: 1.3em;
}

.floating-button span {
    display: inline-block;
    font-size: .9em;
    font-weight: 400;
    color: #071f40;
}

.floating-button:hover span,
.floating-button span:hover {
    color: #fff;
}

#offcanvasTournaments {
    z-index: 8889;
}

.tournament-list td {
    cursor: pointer;
}

.col-flag {
    width: 30px;
    min-height: 80px;
}

.col-flag span {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: 25px;
    background-size: cover;
    background-position: center;
}


.offcanvas-body::-webkit-scrollbar {
    width: 6px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Owl */
.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
}

/* Schedule */
.tournaments_on--single {
    margin-bottom: 30px;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .tournaments_on--single {
        max-width: 300px;
        padding-right: 12px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .tournaments_on--single-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.tournaments_on--single .content {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tournaments_on--single .content h5 {
    margin-bottom: 0;
    color: #b63232;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.tournaments_on--single .content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

.tournaments_on--date {
    line-height: 60px;
    min-width: 60px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 32px;
    display: inline-block;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    border-radius: 12px;
    background-color: #8B94C2;
}

.tournaments_on--date.bg-orange {
    background-color: #FF9300;
}

.tournaments_on--date.bg-green {
    background-color: #55B725;
}

.tournaments_on--date.bg-red {
    background-color: #e5211a;
}

.tournaments_on--date.bg-blue {
    background-color: #e5211a;
}

/* Filters */
select::-webkit-scrollbar {
    width: 6px;
}

select::-webkit-scrollbar-track {
    background: #f1f1f1;
}

select::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

select::-webkit-scrollbar-thumb:hover {
    background: #555;
}

select:hover {
    cursor: pointer;
}

select:focus {
    border: 1px solid #e5211a !important;
}

/* Paginator */
.pagination a.page-link {
    color: #e5211a;
}

.pagination .page-item.active .page-link {
    background-color: #e5211a;
    color: white;
    border-color: #e5211a;
    z-index: 1;
}

.pagination a.page-link:hover {
    background-color: #ffcccc;
    color: black;
}

/* Navbar */
.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item.active {
    background-color: #e5211a;
    color: #fff !important;
}

/* Alphabet */
.by-alphabet {
    padding: 20px;
    color: #000;
}

.by-alphabet h5 {
    margin-bottom: 15px;
}

.by-alphabet-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: space-around;
}

.by-alphabet-list li {
    margin: 5px;
    border: 1px solid#ee1d36;
    border-radius: 5px;
}

.by-alphabet-list li.current {
    background-color: #ee1d36;
    color: white;
}

.by-alphabet-list a {
    display: block;
    padding: 5px 10px;
    color: inherit;
    text-decoration: none;
}

.by-alphabet-list li a:hover {
    color: #ee1d36;
    background-color: white;
}

/* Gender */
.by-gender {
    background-color: white;
    padding: 20px;
    color: black;
}

.by-gender h5 {
    margin-bottom: 15px;
}

.by-gender-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.by-gender-list li {
    margin: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.by-gender-list li.current {
    background-color: #ee1d36;
    color: white;
}

.by-gender-list li a {
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.by-gender-list li a:hover {
    background-color: #ffcccc;
    color: black;
}

/* Search */
.search {
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search input[type="search"] {
    flex-grow: 1;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search .search-submit {
    padding: 8px 12px;
    background-color: #ee1d36;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search .btn--white {
    background-color: #fff;
    color: black;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.search button:hover,
.search .btn--white:hover {
    background-color: #e00;
    color: white;
}

/* Time frame. */
.time_frame {
    background-color: white;
    padding: 20px 0;
    border-radius: 5px;
}

.time_frame h3 {
    color: black;
    margin-bottom: 10px;
}

.time_frame--list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.time_frame--list li {
    margin-bottom: 5px;
}

.time_frame--list a {
    display: block;
    padding: 8px 10px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.time_frame--list a:hover {
    background-color: #ffcccc;
}

.time_frame--list li.active a {
    color: white;
    background-color: #ee1d36;
}

/* Back */
.btn--back {
    background-color: #ee1d36;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn--back:hover {
    background-color: darkred;
}

/* Figure */
.single-players-info--top--image {
    overflow: hidden;
    border: 0px solid #F2F3F7;
    width: 240px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .single-players-info--top--image {
        margin-left: auto;
        margin-right: auto;
    }
}

.single-players-info--top--image span {
    display: block;
    padding-bottom: 100%;
    box-shadow: inset 2px 2px 4px rgba(92, 112, 139, 0.7), inset -2px -2px 5px #FFFFFF;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.our_team--single.heap .our_team--image {
    width: 210px;
    margin-top: -40px;
    margin-bottom: 20px;
}

.our_team--image {
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 177px;
    height: auto;
    margin-bottom: 5px;
    max-width: 100%;
}

.our_team--image span {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: inset 2px 2px 4px rgba(92, 112, 139, 0.7), inset -2px -2px 5px #FFFFFF;
    border-radius: 6px;
}

/* Video */
.video-archive--iframe {
    overflow: hidden;
    margin-bottom: 5px;
}

.video-archive--iframe iframe {
    width: 100%;
    height: 210px;
    border-radius: 12px;
}

.video-archive--single {
    padding-bottom: 25px;
}

.video-archive--single a {
    display: block;
    text-decoration: none;
    color: #e5211a;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.video-archive--single a span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px;
}

.video-iframe iframe {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
}

/* Single table */
.set-single--info {
    width: 100%;
}

@media (max-width: 767px) {
    .set-single--info>div {
        flex-wrap: wrap;
    }

    .set-single--info h4 {
        width: 100%;
    }
}

.set-single--info ul {
    list-style-type: none;
    display: flex;
    padding: 0 20px 0 0;
    margin: 0;
}

@media (max-width: 767px) {
    .set-single--info ul {
        padding: 0 15px 15px;
    }
}

.set-single--info ul li {
    font-size: 18px;
    line-height: 20px;
    color: #888;
    padding: 0 12px;
}

@media (max-width: 992px) {
    .set-single--info ul li {
        padding: 0 5px;
    }
}

@media (max-width: 500px) {
    .set-single--info ul li {
        padding: 0 4px;
        font-size: 14px;
        line-height: 1.1;
    }
}

.set-single--info h4 {
    font-size: 18px;
    line-height: 20px;
    color: #57618E;
    margin-bottom: 0;
    padding: 10px 15px;
}

.set-single--info .player-first {
    background-color: #D5DAF2;
}

.set-single--info .player-second {
    background-color: #F3F4F8;
}

@media (max-width: 767px) {
    .set-single--info .player-second ul {
        padding: 15px 15px 0;
    }
}

table.matrix tr:odd td {
    background-color: green;
}

table.matrix tr:even td {
    background-color: red;
}

/* Filters */
.navigation-reports {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1250px) {
    .navigation-reports {
        flex-wrap: wrap;
    }
}

.navigation-reports.three-item li {
    width: calc(33.33% - 30px);
}

.navigation-reports.three-item li a {
    padding: 20px 20px;
}

.navigation-reports.half li {
    width: calc(50% - 30px);
}

.navigation-reports.half li a {
    padding: 20px 20px;
}

.navigation-reports li {
    width: calc(25% - 30px);
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1250px) {
    .navigation-reports li {
        width: calc(45% - 16px);
    }
}

@media (max-width: 640px) {
    .navigation-reports li {
        width: calc(50% - 16px);
    }
}

.navigation-reports li.active a {
    background-color: #ee1d36;
    color: #fff;
}

.navigation-reports li a {
    padding: 12px 20px;
    text-decoration: none;
    transition: .3s all ease;
    height: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #f58693;
    font-weight: 400;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    border-radius: 12px;
    background-color: #FCFCFF;
    text-align: center;
    display: block;
    width: 100%;
}

.navigation-reports li a:hover {
    box-shadow: none;
}

/* Right mont filters */
.master-container-month {
    margin-bottom: 30px;
}

.master-container-month .year {
    -moz-appearance: textfield;
    border: none;
    outline: none;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    border-radius: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #E6211A;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0px 1px 0px #FFFBFB;
    padding: 8px 20px;
    width: 100px;
}

.master-container-month .year::-webkit-outer-spin-button,
.master-container-month .year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.master-container-month .year-container {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.master-container-month .year-container>div {
    position: relative;
}

.master-container-month .year-container h4 {
    color: #e5211a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.master-container-month .year-container a {
    position: absolute;
    color: #e5211a;
    font-weight: 800;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    z-index: 20;
    padding-left: 5px;
    padding-right: 5px;
}

.master-container-month .year-container a:hover {
    cursor: pointer;
}

.master-container-month .year-container .master-container-month--prev {
    left: 5px;
}

.master-container-month .year-container .master-container-month--forw {
    right: 5px;
}

.master-container-month table {
    width: 100%;
}

.master-container-month table td {
    padding: 7px 3px;
}

.master-container-month table td span {
    display: block;
    text-align: center;
    background: #FCFCFF;
    box-shadow: 4px 4px 10px rgba(188, 193, 218, 0.5), -3px -3px 10px #FFFFFF, -2px -2px 5px #FFFFFF, 1px 1px 4px rgba(60, 68, 98, 0.7);
    border-radius: 12px;
    padding: 14px 4px;
    color: #8B94C2;
    letter-spacing: 0.4px;
    font-size: 14px;
    line-height: 18px;
    transition: .3s all ease;
    font-weight: 600;
}

@media (max-width: 1300px) {
    .master-container-month table td span {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .master-container-month table td span {
        font-size: 10px;
        padding: 11px 4px;
    }
}

@media (max-width: 540px) {
    .master-container-month table td span {
        font-size: 10px;
        padding: 11px 4px;
    }
}

.master-container-month table td span:hover {
    cursor: pointer;
    box-shadow: none;
}

.master-container-month table td span.no-active {
    background: #D5DAF2;
}

.master-container-month table td span.active {
    color: #fff;
    background-color: #e5211a;
}

/*
.tournaments-list {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    padding: 0;
    background-color: #3e4853;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    border-left: 1px solid #2d353e;
    overflow-y: auto;
}

.tournaments-list .close {
    position: absolute;
    right: 6px;
    top: 6px;
    margin: 6px;
    padding: 6px;
    cursor: pointer;
}

.tournaments-list .close:hover {
    background: transparent;
    color: #fff;
}

.tournaments-list td.flag {
    width: 45px !important;
    padding: 2px;
}

.tournaments-list td.flag span {
    display: inline-block;
    width: 90%;
    height: 90%;
    margin: 0;
}

.tournaments-list.active {
    right: 0 !important;
}

.tournaments-list-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1030;
}

.tournaments-list-backdrop.hidden {
    display: none;
}

.tournaments-list::-webkit-scrollbar {
    width: 6px;
}

.tournaments-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tournaments-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.tournaments-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-tournaments {
    position: relative;
    top: -2px;
    padding: 4px 10px;
}

/*
.tab-score {
    width: 100%;
    opacity: 1;
    table-layout: fixed;
}

.tab-score td img {
    width: 32px;
    height: 32px;
}

.tab-score th,
.tab-score td {
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-right: 1px solid #6c6f70;
}

.tab-score th,
.tab-score td {
    padding: 4px;
    text-align: center;
}

.tab-score td span {
    margin: 0;
    padding: 0;
}

.tab-score th:first-child,
.tab-score td:first-child {
    width: 26px;
}

.tab-score td:first-child {
    text-align: right;
}

.tab-score th:nth-child(2),
.tab-score td:nth-child(2) {
    text-align: left;
    width: auto;
}

.tab-score th {
    background-color: #212121;
    text-align: center;
}

.tab-score th,
.tab-score td.bold {
    font-weight: 700 !important;
}

.tab-score td a {
    text-decoration: none;
    color: #fff !important;
}

.tab-score tr:hover td a {
    color: #fff;
}


.tab-score tr:hover td {
    background-color: #f7a224;
    color: #fff;
}

.tab-score thead tr:hover td {
    background-color: #4f575e;
    color: #fff;
}

.tab-score tr:nth-child(odd) {
    background-color: #4f575e;
}

.tab-score tr:nth-child(even) {
    background-color: #2c333b;
}


.tab-score td span {
    font-size: 9px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    letter-spacing: 0.05em;
}

.tab-score td span.newrecord {
    background: #d0a41f;
}

.tab-score td span.fastball {
    background: #709ff3;
}

.tab-content .tab-score .top-scrore-table {
    font-weight: 600;
    background-color: #212121;
}

.tab-content .tab-score .top-scrore-table td {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    border-right: 1px solid #6c6f70;
    background: #4f575e;
    font-weight: 700;
}

.tab-content .tab-score .top-scrore-table td:last-child {
    border-right: 0px solid #ec7f06;
}

.tab-content .tab-score .top-scrore-table {
    opacity: 1;
}

.tab-content .tab-score tr {
    opacity: 0.9;
}
*/