
.event-schedule-area .tab-area .nav-tabs {
    border-bottom: inherit;
}

.event-schedule-area .tab-area .nav {
    border-bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
}

.event-schedule-area .tab-area .nav-item {
    margin-bottom: 75px;
}

    .event-schedule-area .tab-area .nav-item .nav-link {
        text-align: center;
        font-size: 22px;
        color: #333;
        font-weight: 600;
        border-radius: inherit;
        border: inherit;
        padding: 0px;
        text-transform: capitalize !important;
    }

        .event-schedule-area .tab-area .nav-item .nav-link.active {
            color: #4125dd;
            background-color: transparent;
        }

.event-schedule-area .tab-area .tab-content .table {
    margin-bottom: 0;
    width: 80%;
}

    .event-schedule-area .tab-area .tab-content .table thead td,
    .event-schedule-area .tab-area .tab-content .table thead th {
        border-bottom-width: 1px;
        font-size: 20px;
        font-weight: 600;
        color: #252525;
    }

    .event-schedule-area .tab-area .tab-content .table td,
    .event-schedule-area .tab-area .tab-content .table th {
        border: 1px solid #b7b7b7;
        padding-left: 30px;
    }

    .event-schedule-area .tab-area .tab-content .table tbody th .heading,
    .event-schedule-area .tab-area .tab-content .table tbody td .heading {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 16px;
        font-weight: 500;
        color: #252525;
        margin-bottom: 6px;
    }

    .event-schedule-area .tab-area .tab-content .table tbody th span,
    .event-schedule-area .tab-area .tab-content .table tbody td span {
        color: #4125dd;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: block;
    }

        .event-schedule-area .tab-area .tab-content .table tbody th span.date,
        .event-schedule-area .tab-area .tab-content .table tbody td span.date {
            color: #656565;
            font-size: 14px;
            font-weight: 500;
            margin-top: 15px;
        }

    .event-schedule-area .tab-area .tab-content .table tbody th p {
        font-size: 14px;
        margin: 0;
        font-weight: normal;
    }

.event-schedule-area-two .section-title .title-text h2 {
    margin: 0px 0 15px;
}

.event-schedule-area-two ul.custom-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

    .event-schedule-area-two ul.custom-tab li {
        margin-right: 70px;
        position: relative;
    }

        .event-schedule-area-two ul.custom-tab li a {
            color: #252525;
            font-size: 25px;
            line-height: 25px;
            font-weight: 600;
            text-transform: capitalize;
            padding: 35px 0;
            position: relative;
        }

            .event-schedule-area-two ul.custom-tab li a:hover:before {
                width: 100%;
            }

            .event-schedule-area-two ul.custom-tab li a:before {
                position: absolute;
                left: 0;
                bottom: 0;
                content: "";
                background: #4125dd;
                width: 0;
                height: 2px;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

            .event-schedule-area-two ul.custom-tab li a.active {
                color: #4125dd;
            }

.event-schedule-area-two .primary-btn {
    margin-top: 40px;
}

.event-schedule-area-two .tab-content .table {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

    .event-schedule-area-two .tab-content .table thead {
        background-color: #007bff;
        color: #fff;
        font-size: 20px;
    }

        .event-schedule-area-two .tab-content .table thead tr th {
            padding: 20px;
            border: 0;
        }

    .event-schedule-area-two .tab-content .table tbody {
        background: #fff;
    }

        .event-schedule-area-two .tab-content .table tbody tr.inner-box {
            border-bottom: 1px solid #dee2e6;
        }

        .event-schedule-area-two .tab-content .table tbody tr th {
            border: 0;
            padding: 30px 20px;
            vertical-align: middle;
        }

            .event-schedule-area-two .tab-content .table tbody tr th .event-date {
                color: #252525;
                text-align: center;
            }

                .event-schedule-area-two .tab-content .table tbody tr th .event-date span {
                    font-size: 50px;
                    line-height: 50px;
                    font-weight: normal;
                    padding: 10px 10px 15px 10px;
                }

        .event-schedule-area-two .tab-content .table tbody tr td {
            padding: 30px 20px;
            vertical-align: middle;
        }

            .event-schedule-area-two .tab-content .table tbody tr td .r-no span {
                color: #252525;
            }
            /*.event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a {
    font-size: 20px;
    line-height: 20px;
    color: #cf057c;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/
            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a:hover {
                text-decoration: none;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 10px 0;
            }

                .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories a {
                    color: #252525;
                    font-size: 16px;
                    margin-left: 10px;
                    -webkit-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories a:before {
                        content: "\f07b";
                        font-family: fontawesome;
                        padding-right: 5px;
                    }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .time span {
                color: #252525;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 10px 0;
            }

                .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a {
                    color: #4125dd;
                    font-size: 16px;
                    -webkit-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a:hover {
                        color: #4125dd;
                    }

                    .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a:before {
                        content: "\f007";
                        font-family: fontawesome;
                        padding-right: 5px;
                    }

            .event-schedule-area-two .tab-content .table tbody tr td .primary-btn {
                margin-top: 0;
                text-align: center;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-img img {
                width: 100px;
                height: 100px;
                border-radius: 8px;
            }

        .event-schedule-area-two .tab-content .table tbody tr th .event-date span {
            font-size: 50px;
            line-height: 50px;
            font-weight: normal;
            padding: 10px 10px 15px 10px;
        }

.event-wrap h3 a {
    text-decoration: underline;
}

.section-title .title-text h2 {
    margin-bottom: 15px;
    font-size: 2rem;
}

.section-title p {
    font-size: 1rem;
}

.custom-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

    .custom-tab .nav-item {
        margin: 0.5rem;
    }

    .custom-tab .nav-link {
        font-size: 1.1rem;
        font-weight: 600;
        color: #252525;
    }

        .custom-tab .nav-link.active {
            color: #4125dd;
            border-bottom: 2px solid #4125dd;
        }

.table thead {
    background-color: #007bff;
    color: #fff;
}

    .table thead th,
    .table td,
    .table th {
        padding: 1rem;
        vertical-align: middle;
    }

.event-date span {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 10px 15px 10px;
}




.primary-btn .btn {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .table thead {
        display: none;
    }

    .table tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
    }

    .table td {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem;
    }
}

.event-date {
    display: flex;
    flex-direction: column;
    justify-content: normal align-items: center;
    text-align: center;
}

    .event-date span {
        font-size: 2.7rem;
        font-weight: 400;
        line-height: 1;
        width: 100%;
        background-color: #f0f0f0;
        padding: 0.5rem 0;
        padding: 10px 10px 15px 10px;
    }

    .event-date p {
        font-weight: bold;
        margin: 0;
        margin-top: 5px;
        font-size: 1.2rem;
    }



.table td, .table th {
    vertical-align: middle;
    white-space: normal;
}

.autocomplete-suggestions {
    border: 1px solid #dee2e6;
    background: #fff;
    max-height: 700px;
    overflow-y: auto;
    position: absolute;
    z-index: 10050;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
}

.autocomplete-suggestion {
    padding: 0.5rem 1rem;
    display: flex;
    /*            align-items: center;*/
    cursor: pointer;
    transition: background-color 0.2s;
}

    .autocomplete-suggestion img {
        width: 40px;
        height: 40px;
        margin-right: 1rem;
        border-radius: 50%;
        /*object-fit: cover;*/
    }

    .autocomplete-suggestion:hover {
        background-color: #f8f9fa;
    }

    .autocomplete-suggestion span {
        font-size: 0.875rem;
        font-weight: 500;
        color: #495057;
    }

    .autocomplete-suggestion .text-muted {
        font-size: 0.85rem;
        line-height: 0.85rem;
        color: #6c757d;
    }

.hero-section {
    position: relative;
    background-image: url(/uws_templates/default5/images/kalendar_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


    .hero-section .section-search {
        position: relative;
        z-index: 9;
    }

        .hero-section .section-search h1 {
            font-size: 62px;
            margin-bottom: 10px;
            color: #FFFFFF;
        }

@media (max-width: 1199.98px) {
    .hero-section .section-search h1 {
        font-size: 56px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .section-search h1 {
        font-size: 46px;
    }
}

@media (max-width: 767.98px) {
    .hero-section .section-search h1 {
        font-size: 40px;
    }
}

.hero-section .section-search h1 span {
    color: #AAF40C;
}

.hero-section .section-search h4 {
    color: #AAF40C;
    font-weight: normal;
    margin-bottom: 10px;
}

.hero-section .section-search p {
    color: #EEEEEE;
    margin: 0;
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .hero-section .section-search p {
        font-size: 16px;
    }
}

.hero-section .section-search .search-box {
    width: 100%;
    background: #F9F9F6;
    box-shadow: 0px 4px 24px rgba(212, 212, 212, 0.25);
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    display: inline-block;
}

    .hero-section .section-search .search-box form {
        display: flex;
        align-items: center;
    }

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box form {
        display: block;
    }
}

.hero-section .section-search .search-box .search-input {
    float: left;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 45%;
}

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-input {
        width: 100%;
    }
}

.hero-section .section-search .search-box .search-input label {
    font-weight: 500;
    color: #192335;
    margin-bottom: 6px;
}

.hero-section .section-search .search-box .search-input.line {
    margin-right: 15px;
    margin-left: 10px;
}

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-input.line {
        margin-left: 0px;
    }
}

.hero-section .section-search .search-box .search-input.line::before {
    content: "";
    width: 1px;
    height: 53px;
    background: #EAEDF0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-input.line::before {
        display: none;
    }
}

.hero-section .section-search .search-box .search-input .select2-container {
    width: 97% !important;
}

    .hero-section .section-search .search-box .search-input .select2-container .select2-selection--single {
        height: 30px;
        background-color: transparent;
    }

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-input .select2-container .select2-selection--single {
        height: 40px;
    }
}

.hero-section .section-search .search-box .search-input .select2-container .select2-selection--single .select2-selection__rendered {
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    color: #6B7385;
}

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-input .select2-container .select2-selection--single .select2-selection__rendered {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
    }
}

.hero-section .section-search .search-box .search-input .select2-container .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

    .hero-section .section-search .search-box .search-input .select2-container .select2-selection--single .select2-selection__arrow b {
        border: 0;
        background-image: url(/uws_templates/default5/assets/img/icons/down-arrow.svg);
        width: 11px;
        height: 6px;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.hero-section .section-search .search-box .search-input .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hero-section .section-search .search-box .search-btn .btn {
    border: 0;
    background: linear-gradient(105.55deg, #085A6C -6.68%, #269089 43.13%, #7ABC82 96.15%);
    font-size: 18px;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    padding: 0;
}

    .hero-section .section-search .search-box .search-btn .btn:hover {
        background: linear-gradient(105.55deg, #7ABC82 -6.68%, #269089 43.13%, #085A6C 96.15%);
    }

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-btn .btn {
        margin-top: 15px;
        display: block;
        float: left;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-btn .btn i {
        display: none;
    }
}

.hero-section .section-search .search-box .search-btn .btn span.search-text {
    display: none;
}

@media (max-width: 575.98px) {
    .hero-section .section-search .search-box .search-btn .btn span.search-text {
        display: block;
    }
}

.hero-section .banner-cock-one {
    -webkit-animation: fly 5s linear 0s infinite;
    -moz-animation: fly 5s linear 0s infinite;
    animation: fly 5s linear 0s infinite;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
    .hero-section .banner-cock-one {
        display: none;
    }
}

.hero-section .banner-shapes {
    position: relative;
}

@media (max-width: 1199.98px) {
    .hero-section .banner-shapes {
        display: none;
    }
}

.hero-section .banner-shapes .banner-dot-one {
    position: absolute;
    top: 150px;
    left: 80px;
}

    .hero-section .banner-shapes .banner-dot-one span {
        width: 25px;
        height: 25px;
        background: #AAF40C;
        border-radius: 70px;
        display: inline-block;
    }

.hero-section .banner-shapes .banner-cock-two {
    position: absolute;
    top: 620px;
    left: 40px;
}

    .hero-section .banner-shapes .banner-cock-two img {
        position: relative;
        width: 90px;
        z-index: 1;
        bottom: 20px;
        left: 35px;
    }

    .hero-section .banner-shapes .banner-cock-two span {
        width: 90px;
        height: 90px;
        background: #AAF40C;
        border-radius: 70px;
        display: inline-block;
        position: absolute;
        left: 0;
    }

.hero-section .banner-shapes .banner-dot-two {
    position: absolute;
    top: 700px;
    right: 100px;
}

    .hero-section .banner-shapes .banner-dot-two span {
        width: 16px;
        height: 16px;
        background: #AAF40C;
        border-radius: 70px;
        display: inline-block;
    }

.hero-section .banner-imgs img {
    max-width: 420px;
}

@media (max-width: 1199.98px) {
    .hero-section .banner-imgs img {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .hero-section .banner-imgs {
        display: none;
    }
}

.hero-section .banner-imgs img {
    max-width: 420px;
}

.upload-show-img .upload-images .btn-icon, .file-upload-text .file-upload span, .call-box .call-wrapper .call-items, .chat-attachment-item, .chat-window .chat-cont-right .chat-header .media .media-img-wrap, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child .badge, .request-book h4, .request-point, .dashboard-menu.coaurt-menu-dash ul li span.court-notify, .statistics-grid .statistics-icon, .avalbity-review.avalbity-review-list .profile-coache-list li .btn, .coach-btn ul li a, .sortby-section .sorting-info .sortby-filter-group .grid-listview .nav li a, .venue-coach-details.coach-detail .content .move-top .coach-info .info h3 span i, .venue-coach-details .accordion .accordion-item .accordion-header .accordion-button span.icon-bg, .venue-coach-details .venue-options ul li a span, .venue-coach-details .venue-info ul.details .profile-pic .venue-type, .pagination-group .previtem a, .pagination-group .nextlink a, .interset-btn, .ask-questions .faq-info .accordion-button:after, .listing-item .rating-bg, .listing-item .list-reviews, .listing-item .listing-content.list-coche-content a, .work-grid .work-content .btn, .work-grid .work-icon .work-icon-inner, .work-grid .work-icon, .hero-section .section-search .search-box .search-btn .btn, .hero-section .home-banner, div#global-loader, .footer .social-icon ul li a, .align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


.gradient-custom {
    /* fallback for old browsers */
    background: #ffffff;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 236, 210, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 236, 210, 1))
}

.more_tablet {
    display: none;
}

    .more_tablet a {
        padding: 2px 14px;
        margin-top: 15px;
    }

@media (max-width: 991.98px) {
    .more_tablet {
        display: block !important;
    }

    .hero-section .section-search h1 {
        font-size: 25px;
    }
}


