@font-face {
    font-family: 'playfair';
    src: url('../font/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: 'thin';
    src: url('../font/HelveticaNeueLight.otf');
}

@font-face {
    font-family: 'bold';
    src: url('../font/HelveticaNeueMedium.otf');
}

.playfair {
    font-family: 'playfair';
}

.thin {
    font-family: 'thin';
}

.bold {
    font-family: 'bold';
}

body {
    font-family: thin;
    overflow-x: hidden;
}

/* header.css */
.header-area {
    background: #A4C639;
}

.navbar-expand-lg .navbar-nav .nav-link {
    transition: .5s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link {
    color: #ffffff;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}

.nav-link:hover span,
.nav-link.active span {
    border-bottom: 1px solid #ffffff;
    font-family: 'bold';
}

.nav-item .nav-link {
    color: #ffffff;
}

/* end header.css */

/* footer css */
.footer {
    background: #A4C639;
}

.footer ul,
.footer h5 {
    text-align: left;
}

.footer a,
.footer li {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}

.footer h5 {
    font-size: 18px;
}

/* end footer css */

/* content css */
.content-head {
    background: transparent;
    /* border-bottom: 0.5px solid #7E7E7E; */
}

.fa-info-circle:before {
    color: #A4C639 !important;
}

.card {
    background: #2485ED;
    border: 0;
}

.card-body {
    color: #ffffff;
}

.form-select,
#exportFixtures {
    opacity: 0.8;
}

.table {
    color: #ffffff;
    margin-bottom: 0;
}

.team-slider a {
    text-decoration: none;
    font-family: 'bold';
}

.slick-prev {
    left: 2px;
    z-index: 1000;
}

.slick-next {
    right: 15px;
}

.slider .card-background.active-card {
    border: 2px solid #FF852E;
}

.active-card::after {
    content: "\f00c";
    /* Keep the icon content */
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #FF852E;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    width: 25px;
    z-index: 10;
    font-size: 13px;
    padding: 3px 6px;
}

.table-content th {
    font-family: 'bold';
}

.avatar {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.content-div {
    background: url('../images/background.jpg') no-repeat center center fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
}

.content-div {
    min-height: calc(100vh - 300px);
}

#seasons {
    min-width: 160px;
}

.time-badge {
    background: #A4C639;
    display: inline-block;
    position: relative;
    color: white;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transform: skew(-20deg);
    border: none;
    border-radius: 5px;
}

.highlighted-player {
    background: #A4C639;
    padding: 4px 6px;
    border-radius: 4px;
    color: #ffffff;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px;
    margin-top: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

span.category-label,
td {
    font-size: 14px;
}

.card-avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.card-title-bg .card-title {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
}

.slick-slide {
    border: 4px solid #A4C639;
    border-radius: 19px;
}

.slick-slide.active-item {
    border: 4px solid #FF852E !important;
    border-radius: 19px;
}

.sponsers .card {
    width: 200px;
}

.sponsers .card h6 {
    text-align: center;
    font-size: 14px;
}

.card-title-bg {
    background: #A4C639;
    padding: 12px;
}

.select2-results__options {
    font-size: 14px;
}

tbody>tr:last-child>td {
    border-bottom: none;
}

.form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.sponsers .card {
    background: transparent;
    border: 0;
}

.sponsers .slick-slide img {
    max-width: 100px;
}

.sponsers .sponsor-slider .card {
    height: unset;
    gap: 10px;
    color: #ffffff;
}

.sponsers .card-image img {
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.sponsers .sponsor-slider .card-header {
    background: transparent;
}

.sponsers .sponsor-slider .card h6 {
    font-weight: bolder;
}

.content-div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.top-footer {
    z-index: 1;
}

.divider {
    color: #f0f0f09c !important;
}

table td,
table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    /* Black with 25% opacity */
}

.table td {
    padding: 11px 8px;
}

.info-data {
    display: none;
}

.right-point {
    text-align: center;
}

/* end content css */

/* media query */

@media (min-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 410px) {
    .table>:not(caption)>*>* {
        padding: 0.2rem 0.3rem;
    }

    #pointsTable .teams-data {
        width: 20%;
    }

    #pointsTable .position {
        width: 5%;
    }

    .time-badge {
        padding: 3px 7px;
        font-size: 11px;
    }

    .teamName,
    .Venue {
        font-size: 13px;
    }

    .winner-badge {
        font-size: 12px;
    }

    #Results h4.bold {
        font-size: 15px;
    }

    #seasons,
    #teams,
    #courts {
        min-width: 121px;
        padding: 7px;
    }

    #teams {
        min-width: 150px !important;
    }

    span.category-label,
    td {
        font-size: 12px;
    }

    .teamName,
    .Venue {
        font-size: 12px;
    }

    .table-content th {
        font-size: 14px;
    }

    #pointsTable .table-content th {
        font-size: 10px;
    }

    #pointsTable .avatar {
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    h4.playfair {
        font-size: 15px;
    }

    .owner span {
        font-size: 13px;
    }

    .avatar {
        width: 30px;
        height: 30px;
        object-fit: cover;
    }

    .card-body {
        padding: 5px;

    }

    .Venue {
        font-size: 12px;
    }

    .form-select,
    #exportFixtures {
        font-size: 12px;
    }

    .left-team {
        width: 94%;
    }

    .table-heading h3 {
        font-size: 20px;
    }

    .winner-badge,
    small {
        font-size: 11px;
    }

    #Results h6 {
        font-size: 12px;
    }

    #Results h3 {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    h4.playfair {
        font-size: 16px;
    }

    .owner span {
        font-size: 14px;
    }

    .winner-badge {
        font-size: 12px;
    }

    .btn-close {
        font-size: 12px;
    }

}

@media (min-width: 411px) and (max-width: 767px) {
    .time-badge {
        padding: 5px 10px;
    }

    .table-content th {
        font-size: 13px;
    }

    .teamName,
    .Venue {
        font-size: 13px;
    }

    span.category-label,
    td {
        font-size: 13px;
    }

    .time-badge {
        font-size: 12px;
        border-radius: 3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .winner-badge {
        padding: 5px 2px;
    }

    .time-badge {
        padding: 5px 10px;
        font-size: 12px;
    }

    #Results .time-badge {
        padding: 5px 6px;
    }

    #Results div h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .sticker {
        max-width: 250px;
    }

    .time-badge {
        border-radius: 3px;
    }

    .bottom-footer {
        font-size: 14px;
    }

    .footer a,
    .footer li {
        font-size: 14px;
    }

    .sponsers .sponsor-slider .card h6 {
        font-size: 12px;
    }

    /* .right-point{
        display: none;
    } */
    .mobile-hide {
        display: none;
    }

    .right-point.point-show {
        display: table-cell;
    }
}

@media (max-width: 991px) {

    .logo-button {
        width: 100%;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.5em;
    }

    .navbar-toggler:focus {
        box-shadow: unset !important;
    }
}

@media (min-width: 768px) {
    .width-50 {
        width: 50%;
    }

    h4.playfair {
        font-size: 18px;
    }

    .owner span {
        font-size: 15px;
    }

    th.mobile-show {
        display: none;
    }

    /* .info-data {
        display: none;
    } */

    .right-point {
        text-align: center;
        width: 85px;
    }
}