/* Range Slider */
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #b08936;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #b08936;
    cursor: pointer;
}

/* Range Slider Ends */




.table-responsive--players {
    max-height: 404px;
    overflow: auto;
}



.player-tab .nav-link {
    text-transform: inherit;
    text-align: center;
    font-size: 17px;
}

.player-tab .nav-tabs .nav-item {
    flex: 0 0 auto;
}


.col-position {
    position: relative;
    padding-bottom: 40px;
}

.pagination-outer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.img-md {
    object-fit: contain;
}

.table-title {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    top: 0;
}

.table-responsive--players thead {
    position: absolute;
    width: calc(100% - 30px);
    top: 44px;
    left: 15px;
    background: #fff;
    box-shadow: 0, 4px, 12px rgba(0, 0, 0, 0.1);
}

.table-responsive--players thead tr {

    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;

}

.table-responsive--players thead tr th {
    text-transform: uppercase;
    top: 0;
    left: 0;
    background: #fff;
    font-weight: 600;
    color: rgb(69, 69, 69);
    font-size: 1.125rem;
}

.table-responsive--players tbody {
    position: relative;
    z-index: -1;
    top: 100px;
}

.table-responsive--players .table td,
.table-responsive--players .table th {
    border: none;
}

.table-responsive--players thead tr {

    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
}

.media small {
    font-size: 100%;
}

.media h3 {
    margin-bottom: 8px;
}

.text-clr {
    color: #48443c
}

.card--player img {
    height: 210px;
    object-fit: cover;
    object-position: 0 0;
}

/*
.owl-carousel--players.owl-theme .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    text-align: center;
    color: #fff;

    opacity: 1 !important;
    z-index: 100;
}


.owl-carousel--players.owl-theme .owl-nav .owl-next {
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 100%;
    color: #fff;
    opacity: 1 !important;
    z-index: 100;
} */

.owl-carousel--players.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;

}

.owl-carousel--players.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: -20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 100%;
    color: #fff;
    background: #000;

}


.owl-carousel--players.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: -20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 100%;
    color: #fff;
    background: #000;

}

.owl-carousel--players.owl-theme .owl-nav .owl-prev span {
    display: block;
    margin-top: -6px;
}

.owl-carousel--players.owl-theme .owl-nav .owl-next span {
    display: block;
    margin-top: -6px;
}

.table--statistics {
    border: none !important;
}

.table-responsive--players {

    height: 100%;
}

/*custom tab*/

.tabs-nav {
    display: flex;

}

.tabs-nav ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.tab-contents {
    padding: 30px 0;
}

.tab-content {
    display: none;
}

.tab-content.current {
    animation-name: slideUp;
    animation-duration: 500ms;
    animation-timing-function: ease-in;
    display: block;
}


.tabs-nav .link {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0.5rem 1rem;
    display: block;
    color: #535353;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 5px solid transparent;
}

.milestone-box p {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;

}

.link.current {
    background: #1F180A;
    color: #fff;
    border-color: #9C7A30;
}

@keyframes slideUp {

    0% {
        transform: translateY(30%);
        opacity: 0;
    }

    60% {
        transform: translateY(0);
        opacity: 1;

    }
}


.inside-banner {
    background: url('../images/inside-banner.jpg') no-repeat center top;
    width: 100%;
    height: 170px;
    position: relative;
}

.inside-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.inside-banner .container {
    z-index: 1;
    position: relative;
}

.inside-banner .container h1,
.inside-banner .container a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #c09339;
}

.media-player-wrap {
    padding: 0.5rem;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border: none;
}

.filter-form {
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border: none;

}

/* .navbar-dark .navbar-nav .nav-link {
    border-radius: 0.25rem;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    background: #9C7A30 !important;
} */

.contact-box {
    padding-left: 0;
    border-left: 0;
}

.associative .owl-carousel .owl-item img {
    height: 120px;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .owl-carousel--players.owl-theme .owl-nav .owl-prev {
        background: #9C7A30;
        z-index: 100;
        left: -20px;
    }

    .owl-carousel--players.owl-theme .owl-nav .owl-next {
        background: #9C7A30;
        z-index: 100;
        right: -20px;
    }

    .table-responsive--players table tbody td {
        width: 55%;
    }

    .Statistics .col-md-6.col-lg-6+.col-md-6.col-lg-6 {
        margin-top: 30px;
    }

    .table-responsive--players {
        max-height: initial;
        min-height: 210px;
    }
}

.partners-logo-item {
    width: 110px;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.partners-logo-item+.partners-logo-item {
    margin-left: 30px;
}

.statistics {
    background: #F5F2EA;
}

.players-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 285px;
}

.players-content {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}

.players-media-fig {
    margin-bottom: 0;
}

.players-media-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.players-content h3 {
    padding-left: 0;
    margin-bottom: 0;
}

.players-content-table {
    font-weight: 500;
    width: 100%;
}

.players-content-table p {
    line-height: 1.4;
}

.players-content-table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;

}

.players-content-table td {
    padding: 0.8rem 0;
    vertical-align: top;

}

.players-content-table h4,
.players-content-table p {
    margin-bottom: 0;
}


.player-price {
    font-weight: bold;
}


.players-content-table img {
    width: 20px;
}

.statistics-heading h2,
.title h2 {
    letter-spacing: -1px;
}


/*custom tab end*/

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: hidden;
        width: 80px;
        -webkit-appearance: none;
        background-color: #9a905d;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 8px;
        -webkit-appearance: none;
        color: #13bba4;
        margin-top: -5px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 12px;
        -webkit-appearance: none;
        height: 12px;
        cursor: ew-resize;
        border-radius: 100%;
        background: #434343;
    }

}


/** FF*/
/* input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
} */

input[type="range"]::-moz-range-track {
    background-color: #5E491D;
}

/* IE*/
/* input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
} */

input[type="range"]::-ms-fill-upper {
    background-color: #5E491D;
}

.player-list .card-body {
    background: #F3EFE7;
    padding: 1rem;
    border-bottom: 6px solid #E2D8C3;
    font-weight: 500;
}

.player-detail-list li {
    display: flex;
    align-items: flex-start;
}

.player-detail-list h4 {
    flex: 0 0 130px;
    text-transform: inherit;
}

.player-list .card img {
    width: 100%;
    object-fit: cover;
    height: 260px;

    object-position: 0 0;
}

.players-content a:hover h4 {
    color: #263238;
}

.players-media {
    transition: all 0.2s ease;
}

/*
.players-media:hover {
    transform: scale(1.02);
} */


.img-wp img {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.overflow {
    display: none;
    margin-top: 8px;
}

.bnt-more a:focus {
    box-shadow: none;
    outline: 0;
}


.p-table td,
.p-table th,
.p-table {
    border: 1px solid #ccc;
}

.p-table td,
.p-table th {
    padding: 0.5rem 1rem;

}

.t-outer {
    background: #f3ede1;
    padding: 2rem;
    position: relative;
    /* border-bottom: 8px solid #3a3622; */
}




.t-header h2 {
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}

.t-header span {
    display: block;
    font-size: 3.6rem;
}

.t-name,
.t-name h2 {
    color: #fff;
}

.short-info-player {
    margin-bottom: 0;
}

.p-right-side li {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: #DFDFDF;
    text-align: center;
}

.p-right-side li .btn{
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;

}

.p-right-side li:last-child{
    background:  none;
    padding: 0;
}

.p-right-side p {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #263238;
    line-height: 20px;
}



.extra-links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 85px;
    grid-gap: 1rem;
}

.extra-links li {
    margin-right: 8px;
    text-align: center;
    padding: 1rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.extra-links li:hover i {
    background: #1F180A;
}

.t-date {
    font-size: 2rem;
    color: #ffff;
    font-family: "Oswald", sans-serif;
}

.t-date span {
    font-size: 1rem;
    display: block;
    margin-bottom: 0;
    text-align: right;
}

.social-link {
    font-size: 14px;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9C7A30;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 4px;
}

.link-center a {
    color: #535353;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.img-wrapper {
    max-width: 33%;
}

.social {
    display: inline-flex;
}

.social  {
   gap:1rem
}

.t-header-right{
    padding: 1rem;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.t-header-right h3{
    font-size: 1.2rem;
}

.t-header-right p{
    margin-bottom: 0;
    color: #9c7a30;
    font-family: "Oswald", sans-serif;
}