/* club feedback start */
    /* Star Rating Styling */
    #club-feedback input,
    #club-feedback select,
    #club-feedback textarea {
      width: 100%;
    }
#club-feedback .form-container h1{
	text-transform:capitalize;
}
    #club-feedback .star-rating {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 4px;
}
#club-feedback .form-container .form-group .star-rating  label{
	margin-bottom: 0px;
    font-size: 24px;
}
#club-feedback .form-container .form-group{
	    margin-bottom: 20px;
}
    #club-feedback .star-rating input[type="radio"] {
      display: none;
    }

    #club-feedback .star-rating label {
      font-size: 1.8rem;
      color: #e4e5e9;
      cursor: pointer;
      transition: color 0.2s ease;
      margin-bottom: 0;
    }

    #club-feedback .star-rating label:hover,
    #club-feedback .star-rating label:hover~label,
    #club-feedback .star-rating input[type="radio"]:checked~label {
      color: #ffc107;
    }

    #club-feedback .rating-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ced4da;
      padding: 12px 16px;
      border-radius: 6px;
    }
/* club feedback end */
/* Sidebar start */
.dashboard .mobile-dashboard-header{
    display:none;
}
.dashboard .sidebar-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9998;
    pointer-events: none;
}

.dashboard .sidebar-overlay.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Sidebar should be above the overlay */
.dashboard .sidebar{
    z-index: 9999;
}
.dashboard .sidebar {
    width: 20%;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: hidden;
}
.dashboard .sidebar .menu {
    overflow-y: scroll;
}

.dashboard .sidebar .logo {
    padding: 13px 18px;
    border-bottom: 1px solid #ececec;
    display: flex;
    gap: 7px;
    background: #0B2D6E;
}

.dashboard .sidebar .logo-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #EEF6FD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
}

.dashboard .sidebar .logo h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0;
    color: #fff;
}

.dashboard .sidebar .logo span {
    font-size: 13px;
    color: #e8ebf4;
}

.dashboard .sidebar .menu {
    padding: 20px 0;
    flex: 1;
}

.dashboard .sidebar .menu-title {
    font-size: 11px;
    color: #898781;
    font-weight: 900;
    padding: 0 20px;
    margin: 18px 0 10px;
    letter-spacing: 1px;
}

.dashboard .sidebar .menu ul {
    list-style: none;
    padding-left: 0;
}

.dashboard .sidebar .menu li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px;
    font-size: 15px;
    color: #4b5563;
    cursor: pointer;
    transition: .3s;
    padding-left: 30px;
}

.dashboard .sidebar .menu li svg {
    width: 16px;
    color: #0B2D6E;
}

.dashboard .sidebar .menu li a {
    color: #0B2D6E;
}

.dashboard .sidebar .menu .desh-logout-btn a,
.dashboard .sidebar .menu .desh-logout-btn svg {
    color: #DC2626;
}

.dashboard .sidebar .menu .desh-logout-btn svg {
    width: 14px;
}

.dashboard .sidebar .menu li i {
    width: 18px;
}

.dashboard .sidebar .menu li:hover {
    background: #f5f7fb;
}

.dashboard .sidebar .menu li.active {
    background: #EEF6FD;
    color: #0B2D6E;
    border-left: 4px solid #0B2D6E;
    padding-left: 27px;
    font-weight: 600;
}

/* ==========================
   User
========================== */

.dashboard .sidebar .user {
    background-color: #fafbfc;
    border-top: 1px solid #ececec;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard .sidebar .user .avatar {
    width: 25%;
}

.dashboard .sidebar .user_details {
    width: 75%;
}

.dashboard .sidebar .user .avatar img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.dashboard .sidebar .user h4 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.dashboard .sidebar .user span {
    font-size: 12px;
    color: #777;
}
/* sidebar end */
/* =======stats css start============ */
.stats-container {
color: #FFFFFF;
font-family: 'Outfit', sans-serif;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
text-align: center;
        }

.stats-container .stat-number {
font-family: "Fredoka", Sans-serif;
font-size: 45px;
letter-spacing: 0.5px;
    font-weight: 600;
        }

.stats-container .stat-label {
    font-family: "Quicksand", Sans-serif;
    font-size: 19px;
font-weight: 400;
color:#BFDBFE;
line-height: 1.4;
        }
/* ========stats css end================ */
.family_registration_form .communication-consent-block {
    margin: 20px 0 30px 0;
    padding: 24px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.family_registration_form .communication-consent-block .consent-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
    padding: 4px 0;
}

.family_registration_form .communication-consent-block .consent-checkbox-label input {
    width: fit-content !important;
}

.family_registration_form .communication-consent-block .consent-checkbox-label input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 14px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #2563eb;
}

.family_registration_form .communication-consent-block .sms-disclaimer-text {
    margin: 18px 0 0 0;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.4;
}

.page-id-3504,
.page-id-3506,
.page-id-4924 {
    background: #f4f6fd;
}

#clubSearchBtn:disabled {
    opacity: .8;
    cursor: not-allowed;
    pointer-events: none;
}

#clubSearchBtn {
    transition: .3s;
}

#searchBtn:disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

/* FIND CLUB FILTER START */
/* ==========================================================================
   Layout Structures & Containment Units 
   ========================================================================== */
.find_club_filter {
    /*     max-width: 1240px; */
    font-family: "Quicksand", Sans-serif;
    margin: 0 auto;
}

.find_club_filter-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
}

/* ==========================================================================
   Sidebar Filter Interfaces
   ========================================================================== */
.all-abilities .checkbox-group label {
    display: flex;
    gap: 20px;
}


.all-abilities .checkbox-group input {
    margin-top: 5px;
}

.all-abilities .checkbox-group .checkbox-group {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.all-abilities .checkbox-group .text h4 {
    margin-bottom: 5px;
    margin-top: 0;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 600;
}

.find_club_filter hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.find_club_filter .filter-sidebar {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: max-content;
    position: sticky;
    top: 50px;
    height: 700px;
}

.find_club_filter .filter-sidebar label {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 15px;
    color: rgb(51, 51, 51);
}

.find_club_filter .filter-sidebar .sidebar_header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.find_club_filter .filter-sidebar .sidebar_header h3 {
    font-size: 28px;
    color: #13295b;
    font-weight: 700;
    font-family: "Fredoka", Sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

.find_club_filter .filter-sidebar .sidebar_header .clear-filters {
    background-color: red;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 10px;
    text-decoration: none !important;
    border-radius: 14px;
}

.find_club_filter .filter-sidebar .sidebar_header a {
    text-decoration: underline;
    text-transform: capitalize;
}

.find_club_filter .filter-sidebar input,
.find_club_filter .filter-sidebar select {
    margin-bottom: 30px;
    border-radius: 11px;
    border: 1.5px solid #D1DCF0;
    font-size: 15px;
    padding: 10px 15px;
}

.find_club_filter .filter-sidebar input:focus-visible,
.find_club_filter .filter-sidebar select:focus-visible {
    border: 1.5px solid #D1DCF0;
    outline: none;
}

.find_club_filter .filter-sidebar input::placeholder {
    font-size: 15px;
}

.find_club_filter .filter-sidebar button {
    background-color: #FB6818;
    color: #fff;
    border: 1px solid #FB6818;
    width: 100%;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
}

.find_club_filter .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.find_club_filter .sidebar-header h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.find_club_filter .reset-link {
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
}

.find_club_filter .reset-link:hover {
    color: #2563eb;
}

.find_club_filter .filter-groups {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Form controls and labeling logic */
.find_club_filter .field-group label,
.find_club_filter .field-group .group-title {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.find_club_filter .field-group input[type="text"],
.find_club_filter .field-group select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #111827;
    background-color: #ffffff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.find_club_filter .field-group input[type="text"]:focus,
.find_club_filter .field-group select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.find_club_filter .option-stack {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.find_club_filter .option-stack label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    color: #4b5563;
    margin-bottom: 0;
    cursor: pointer;
}

.find_club_filter .option-stack input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #d1d5db;
    accent-color: #2563eb;
}

/* ==========================================================================
   Directory Listing Results Feed Layout
   ========================================================================== */
.find_club_filter .results-view {
    display: flex;
    flex-direction: column;
}

.find_club_filter .results-meta {
    margin-bottom: 1.5rem;
}

.find_club_filter .results-meta p {
    color: #4b5563;
    font-size: 0.875rem;
    font-weight: 500;
}

.find_club_filter .cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.featured-clubs {
    font-family: "Quicksand", Sans-serif;
}

.featured-clubs .badge {
    background: #eef4ff;
    color: #2c5eff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
}

.featured-clubs .section-header h2 {
    font-size: 40px;
    color: #0d2150;
    margin-bottom: 10px;
}

.featured-clubs .section-header p {
    color: #7c8595;
}

.featured-clubs .view-btn {
    text-decoration: none;
    border: 1px solid #2c5eff;
    color: #2c5eff;
    padding: 12px 22px;
    border-radius: 30px;
}

.featured-clubs .club-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.featured-clubs .club-tabs a {
    border: none;
    text-decoration: none;
    background: #eef2f7;
    padding: 10px 18px;
    border-radius: 25px;
    cursor: pointer;
    color: #0E3A84;
}

.featured-clubs .club-tabs .active {
    background: #0E3A84;
    color: #fff;
}

.featured-clubs .club-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.featured-clubs .club-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.featured-clubs .club-card .sport-type {
    position: absolute;
    top: 0;
    left: 10px;
}

.featured-clubs .club-card .sport-type span {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff7ed;
    border: 1px solid #FED7AA;
    border-radius: 40px;
    padding: 3px 16px;
    font-size: 12px;
    font-weight: 600;
	text-transform:capitalize;
}

.featured-clubs .card-image {
    position: relative;
}

.featured-clubs .card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.featured-clubs .top_tag span {
    background: #ff6b1a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.featured-clubs span.tag.blue {
    background-color: #0B2D6E;
}

.featured-clubs .card-content {
    padding: 20px;
}

.featured-clubs .card-content .card_loaction li,
.featured-clubs .card-content .replies li {
    display: flex;
    gap: 20px;
}

.featured-clubs .card-content .card_loaction .loaction {
    background: #EEF6FD;
    width: fit-content;
    padding: 3px 10px 3px 10px;
    border-radius: 30px;
    border: 1px solid #BFDBFE38;
    color: #0B2D6E;
}

.featured-clubs .card-content .card_loaction .loaction {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.featured-clubs .card-content .card_loaction .loaction svg {
    width: 9px;
    fill: #0B2D6E;
}

.featured-clubs .card-content .replies .loaction {
    font-size: 13px;
}

.featured-clubs .card-content .card_loaction,
.featured-clubs .card-content .replies {
    padding-left: 0;
}

.featured-clubs .card-content .card_loaction li .icon svg,
.featured-clubs .card-content .replies li .icon svg {
    width: 10px;
}

.featured-clubs .card-content a {
    text-decoration: none;
}

.featured-clubs .card-content h3 {
    font-size: 18px;
    color: #13295b;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Fredoka", Sans-serif;
}

.featured-clubs .card-content p {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

.featured-clubs .top_tag {
    display: flex;
    position: absolute;
    top: 0;
    padding: 20px;
    gap: 10px;
}

.featured-clubs .top_tag .tag.orange {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.featured-clubs .top_tag .tag.orange svg {
    width: 15px;
    fill: #fff;
}

.featured-clubs .tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.featured-clubs .tags span {
    text-transform: capitalize;
    background: #f2f4f7;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 11px;
    color: #13295b;
    font-weight: 600;
}

.featured-clubs .price-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.featured-clubs .price-rating .rating-stars {
    display: flex;
    align-items: center;
}

.featured-clubs .price-rating .rating-stars svg {
    width: 15px;
    color: #F4B400;
}

.featured-clubs .price-rating .rating-number {
    font-size: 13px;
    margin-left: 5px;
}

.featured-clubs .price-rating p {
    margin-bottom: 0;
}

.featured-clubs .price-rating .club_review {
    display: flex;
    gap: 10px;
}

.featured-clubs .price-rating .club_review .club_number-rating {
    display: flex;
}

.featured-clubs .price-rating .club_review .club_number-rating .club_stars {
    display: flex;
    gap: 1px;
}

.featured-clubs .price-rating .club_review .club_number-rating .club_stars svg {
    width: 20px;
    fill: #FFB900;
}

.featured-clubs .price-rating p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.featured-clubs .price-rating h4 {
    color: #ff6b1a;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.featured-clubs .price-rating .rating {
    display: flex;
}

.featured-clubs .price-rating .rating svg {
    width: 14px;
}

.featured-clubs .actions {
    display: flex;
    gap: 10px;
}

.featured-clubs .actions a {
    text-align: center;
    transition: all .4s ease;
}

.featured-clubs .actions a svg {
    fill: #fff;
    width: 12px;
}

.featured-clubs .enquire-btn {
width:80%;
    flex: 1;
    border: none;
    background: #ff6b1a;
    color: #fff;
    padding: 8px 10px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    transition: all .4s ease;
max-width:80%;
}

.featured-clubs .enquire-btn svg {
    fill: #fff;
    width: 10px;
    margin-top: 2px;
}

.featured-clubs .enquire-btn:hover {
    background: #0E3A84;

}

.featured-clubs .compare-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    cursor: pointer;
    color: #0E3A84;
}

.featured-clubs .compare-btn:hover {
    background: #f2f4f7;
}

/* FIND CLUB FILTER END */
/* ================ */
/* SINGLE CLUB */
#single_club_page {
    background: #f4f6fd;
}

#single_club_page .container {
    width: 1200px;
    max-width: 95%;
    margin: auto;
}

#single_club_page .club-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#single_club_page .club-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 50px;
    font-family: "Quicksand", Sans-serif;
}

#single_club_page .club-layout .content {
    margin-bottom: 50px;
}

#single_club_page .club-layout .sidebar {
    margin-bottom: 50px;
}

#single_club_page .club-layout .sidebar hr {
    border: none;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    margin-bottom: 20px;
}

#single_club_page .club-layout .sidebar .small-txt {
    margin-bottom: 0;
    text-align: center;
}

.club-details-cost .base-fees li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.club-details-cost .estimated-total-cost-inner {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.club-details-cost h4 {
    margin-bottom: 25px;
}

.club-details-cost .estimated-total-cost-inner .estimated-total-cost {
    font-weight: 800;
    font-size: 18px;
}

.club-details-cost .estimated-total-cost-inner .total-cost {
    color: #10b981;
    font-weight: 700;
    font-size: 18px;
}

.club-details-cost li .name {
    font-size: 16px;
}

.club-details-cost li .cost {
    font-weight: 600;
}

.club-layout .card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #e8ebf4;
}

.club-layout .card .grid2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.club-layout .card .grid1-col.gray-bg {
    background-color: rgb(249 250 251);
    border: 1px solid rgb(229 231 235);
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}

.club-layout .card .grid1-col.gray-bg p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.club-layout .card .grid1-col.gray-bg p svg {
    width: 15px;
}

.club-layout .card .grid1-col.gray-bg ul {
    margin-top: 8px;
    margin-bottom: 12px;
}

.club-layout .card .grid1-col.gray-bg .md-txt {
    font-weight: 500;
    display: block;
}

.club-layout .card .grid2-col .green {
    color: rgb(4 120 87);
    font-weight: 600;
}

.club-layout .card .grid2-col h3,
.club-layout .card .grid1-col h3 {
    padding: 0 !important;
    margin-bottom: 0;
    padding-bottom: 5px !important;
}

.club-layout .card .grid2-col p {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.club-layout .card .grid2-col p .green {
    color: green;
    text-transform: capitalize;
}

.club-layout .card .grid2-col .small-txt .red {
    color: red;
    font-weight: 600;
    text-transform: capitalize;
}

.club-layout .card .grid2-col .small-txt {
    display: block;
}

.club-layout .card .grid2-col .small-txt .bold {
    font-weight: 700;
    text-transform: capitalize;
}

.club-layout .card .grid2-col .small-txt span,
.club-layout .card .grid2-col .small-txt {
    font-size: 14px;
    text-transform: capitalize;
}

.club-layout .card hr {
    border: none;
    border-bottom: 1px solid #eee;
    padding-top: 30px;
    margin-bottom: 30px;
}

.club-layout .card .club-top {
    display: flex;
    justify-content: space-between;
}

.club-layout .card .club-top span.meta-badge,
.featured-clubs .card-content .sport-type-bag {
    background-color: #F0FDF4;
    color: #15803D;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border: 1px solid #DDFCE8;
}

.featured-clubs .card-content .sport-type-bag {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.club-layout .card .club-top svg {
    width: 16px;
    margin-top: -2px;
}

.club-layout .card .club-top h1 {
    font-family: "Fredoka", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1em;
    color: #0B2D6E;
}

.club-layout .card .club-top p {
    font-family: "Quicksand", Sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 14px;
    font-weight: 500;
}

.club-layout .card .club-top p svg {
    width: 15px;
}

.club-layout .card .rating_price_row .price {
    font-size: 20px;
    font-weight: 800;
    color: #0E3A84;
    display: flex;
    align-items: baseline;
    gap: 4px;
    background: linear-gradient(135deg, #EEF2FF, #F5F3FF);
    border: 1px solid #C7D2FE;
    border-radius: 40px;
    padding: 7px 20px;
}

.club-layout .card .rating_price_row .price span {
    font-size: 16px;
}

.club-layout .card .rating_price_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.club-layout .card .rating_price_row .rating-row {
    margin: 20px 0;
    display: flex;
    align-items: center;
    background: #FFF7ED;
    border: 1px solid #FED7AA;
    border-radius: 40px;
    padding: 7px 16px;
}

.club-layout .card .rating_price_row .rating-row svg {
    color: #F4B400;
}

.club-layout .card .rating_price_row .rating-row .rating-number {
    margin-left: 10px;
}

.club-layout .card .rating_price_row .rating-row span.club_stars svg {
    width: 15px;
    fill: #FFB900;
}

.club-layout .club-card .tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.club-layout .club-card .tags span {
    padding: 8px 14px;
    border-radius: 30px;
    background: #f2f4f7;
    font-size: 13px;
}

.club-layout .club-card .reply-box {
    margin-top: 20px;
    background: #edfdf2;
    border: 1px solid #bce3ca;
    padding: 14px;
    border-radius: 10px;
}

.club-layout .club-card .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    text-align: center;
}

.club-layout .club-card .stats h3 {
    color: #0E3A84;
    margin-bottom: 5px;
}

.section-card {
    margin-top: 25px;
}

.section-card .section-label {
    text-transform: uppercase;
    color: #0E3A84;
    font-size: 12px;
    font-weight: 700;
}

.section-card h2 {
    font-family: "Fredoka", Sans-serif;
    margin: 15px 0;
}

.section-card .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.section-card .feature-grid .feature {
    padding: 18px;
    background: #f8f9ff;
    border-radius: 12px;
}



.section-card .cta-box {
    /*     margin-top: 30px; */
    text-align: center;
    background: #0E3A84;
    color: white;
    border-radius: 18px;
    padding: 45px;
}

.section-card .cta-box .cta-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.section-card .cta-box .btn-light {
    transition: all .4s ease;
    background: #fff;
    color: #0E3A84;
    border: none;
    padding: 12px 24px;
    border-radius: 40px;
}

.section-card .cta-box .btn-light:hover,
.section-card .cta-box .btn-outline-light:hover {
    background-color: #FB6818;
    color: #fff;
}

.section-card .cta-box .btn-outline-light {
    transition: all .4s ease;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 12px 24px;
    border-radius: 40px;
}

#single_club_page .club-layout .sidebar {
    position: sticky;
    top: 50px;
    height: 1300px;
}

#single_club_page .club-layout .sidebar .club-enquiry-box {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.club-layout .sidebar .enquiry-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

/* .club-layout .sidebar .enquiry-card .enquiry_club {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
} */
.club-layout .sidebar .enquiry-card .enquiry_club {
    padding-top: 10px;
}

.club-layout .sidebar .enquiry-card .enquiry_club a.enquire-btn,
.club-layout .sidebar .enquiry-card .enquiry_club .notice-error a {
    transition: all .4s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    background: #ff6b1a;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.club-layout .sidebar .enquiry-card .enquiry_club a.enquire-btn svg {
    fill: #fff;
    width: 12px;
    margin-top: 2px;
}

.sidebar .enquiry-header {
    background: #0E3A84;
    color: white;
    padding: 25px;
}

.sidebar .enquiry-header h3,
.sidebar .trust-card h4 {
    font-family: "Fredoka", Sans-serif;
}

.sidebar .trust-card .base-fee {
    background: #f2f4f7;
    display: grid;
    grid-template-columns: 70% 25%;
    gap: 20px;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
}

.sidebar .trust-card .base-fee h3 {
    color: #FB6818;
}

.sidebar .trust-card .base-fee .text-md {
    font-size: 16px;
    text-transform: capitalize;
}

.sidebar .trust-card .base-fee .text-xs {
    font-size: 12px;
}

.sidebar .trust-card .base-fee h3 {
    margin: 0;
    font-weight: 700;
}

.sidebar .enquiry-card form input,
.sidebar .enquiry-card form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.sidebar .enquiry-card form textarea {
    height: 120px;
}

.sidebar .enquiry-card form button {
    width: 100%;
    background: #FB6818;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 40px;
    transition: all .4s ease;
}

.sidebar .enquiry-card form button:hover {
    background: #0B2D6E;
}

.sidebar .trust-card {
    margin-top: 25px;
}

.sidebar .trust-card ul {
    padding-left: 0;
}

.sidebar .trust-card ul li {
    list-style: none;
    padding-bottom: 5px;
}

.sidebar .trust-card .base-fees {
    list-style: none;
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}

.Payment-Methods ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.Payment-Methods ul li {
    list-style: none;
    background: #f2f4f7;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 7px;
}

.sidebar .trust-card .Payment-Methods h3,
.club-layout .card .grid2-col h3,
.club-layout .card .grid1-col h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #6B7280;
    padding-top: 10px;
    padding-left: 6px;
}

.club-layout .card .light-blue {
    background-color: rgb(239 246 255 / 50%);
    border: 1px solid rgb(219 234 254);
    padding: 20px;
    border-radius: 10px;
}

.club-layout .card .light-blue table {
    margin-top: 30px;
}

.club-layout .card .light-blue thead {
    background-color: rgb(243 244 246);
}

.club-layout .card .light-blue thead tr th {
    padding: 5px;
    font-size: 12px;
    text-align: left;
}

.club-layout .card .light-blue tbody tr td {
    background-color: #fff;
    font-size: 12px;
    padding: 5px;
}

.club-layout .card .grid1-col ul {
    display: flex;
    padding-left: 0;
    gap: 10px;
    margin-top: 10px;
}

.club-layout .card .grid1-col ul li {
    list-style: none;
    background-color: rgb(236 253 245);
    border: 1px solid rgb(209 250 229);
    color: rgb(4 120 87);
    font-weight: 700;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
}

.sidebar .trust-card .base-fees li {
    margin-bottom: 12px;
}

.footer {
    background: #08142d;
    color: white;
    padding: 70px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer a {
    display: block;
    color: #d7d7d7;
    text-decoration: none;
    margin-top: 10px;
}


/* LOGIN FORM */
/* REGISTRAION FORM */
.deshboard-calender,
.club-post-form {
    width: 80%;
}

.club-post-form .club-note-container,
.club-post-form .club-post-data {
    padding: 2rem 2rem;
}

.club-post-form .club-note-container form {
    font-family: "Quicksand", Sans-serif;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.deshboard-calender .fc-scrollgrid table,
.deshboard-calender .fc-daygrid-body {
    width: 100% !important;
}

.deshboard-calender .fc-scrollgrid table {
    margin-bottom: 0;
}

.deshboard-event .add_events {
    width: 100%;
}

.login_form,
.register_form,
.add_events {
    background: #f4f6fd;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e8ebf4;
    padding: 50px 30px;
    border-radius: 30px;
    margin-bottom: 60px;
    margin-top: 40px;
}

.login_form {
    font-family: "Quicksand", Sans-serif;
    max-width: 80%;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border: 1px solid #e8ebf4;
    margin-top: 30px;
    margin-bottom: 80px;
}

.add_events .row {
    display: flex;
    gap: 30px;
}

.add_events {
    padding: 30px 30px;
}

.login_form .signup-link {
    font-family: "Quicksand", Sans-serif;
}

.login_form h2,
.register_form h2 {
    font-family: "Fredoka", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1em;
    color: #0B2D6E;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.login_form p input,
.register_form p input,
.add_events p input,
.add_events p textarea,
.club-note-container .form-all-fileds input,
.club-note-container .form-all-fileds textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: "Quicksand", Sans-serif;
}

.add_events p label,
.club-note-container .form-all-fileds label,
#club-feedback .form-container label
 {
    margin-bottom: 12px;
}

.login_form p input:focus-visible,
.register_form p input:focus-visible,
.add_events p input:focus-visible,
.add_events p textarea:focus-visible,
.club-note-container .form-all-fileds input:focus-visible,
.club-note-container .form-all-fileds textarea:focus-visible {
    border: 1px solid #ddd;
    outline: none;
}

.login_form p [type=submit],
.register_form p [type=submit],
.add_events button,
.club-note-container .submit-sports-btn-outer input {
    width: 100%;
    background: #FB6818;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    font-family: "Quicksand", Sans-serif;
}

.login_form p [type=submit]:hover,
.register_form p [type=submit]:hover,
.add_events button:hover {
    background: #0B2D6E;
}

/* DESHBOARD */
.custom-dashboard {
    background: #f4f6fd;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e8ebf4;
    padding: 50px 30px;
    border-radius: 30px;
    margin-bottom: 60px;
    margin-top: 40px;
    position: relative;
}

.custom-dashboard h2 {
    font-family: "Fredoka", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1em;
    color: #0B2D6E;
    text-transform: capitalize;
    margin-bottom: 30px;

}

.custom-dashboard .logout-btn {
    position: absolute;
    top: 3px;
    right: 1px;
    color: #FB6818;
    border: none;
    padding: 8px 24px;
    border-radius: 10px;
    font-family: "Quicksand", Sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.custom-dashboard .dashboard-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Quicksand", Sans-serif;
}

.custom-dashboard .dashboard-card h3 {
    font-size: 20px;
    font-weight: 800;
}

.custom-dashboard .dashboard-card p {
    margin-bottom: 0;
}

/* ALMATCHME */
.ai_match_me {
    font-family: "Quicksand", Sans-serif;
    max-width: 100%;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.ai_match_me .filter-row {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.ai_match_me .filter-row .select-wrapper {
    display: flex;
    position: relative;
    height: 52px;
}

.ai_match_me .filter-row .select-wrapper select {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 0 24px 0 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ai_match_me .filter-row .select-wrapper svg:first-child {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    fill: #66d0ff;
    width: 14px;
    z-index: 2;
    pointer-events: none;
}

.ai_match_me button {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 30px;
    background: #ff6818;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
}

.ai_match_me button:hover {
    background-color: #fff;
    color: #0E3A84;
}

.ai_match_me button:hover svg {
    fill: #0E3A84;
}

.ai_match_me button svg {
    width: 14px;
    fill: #fff;
}

.ai_match_me .filter-row .select-wrapper option {
    color: #0E3A84;
}

/* ai match single page */
.ai_match_me .all_aimatch_list {
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.ai_match_me .sf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.ai_match_me .sf-grid .sf-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.ai_match_me .sf-grid .sf-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ai_match_me .sf-grid .sf-card .card_content {
    padding: 20px;
}

.ai_match_me .sf-grid .sf-card .card_content h3 a {
    font-size: 22px;
    color: #13295b;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Fredoka", Sans-serif;
}

.ai_match_me .sf-grid .sf-card .card_content .location {
    background: #EEF6FD;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 30px;
    border: 1px solid #BFDBFE38;
    display: flex;
    gap: 10px;
}

.ai_match_me .sf-grid .sf-card .card_content .location svg {
    width: 10px;
    fill: #0B2D6E;
}

.ai_match_me .sf-grid .sf-card .card_content .location p {
    margin-bottom: 0;
    font-size: 14px;
    color: #0B2D6E;
}

.ai_match_me .sf-grid .sf-card .card_content .ai_match_btn {
    background: #ff6b1a;
    color: #fff;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    transition: all .4s ease;
}

.ai_match_me .sf-grid .sf-card .card_content .ai_match_btn svg {
    width: 13px;
    fill: #fff;
}

.ai_match_me .sf-grid .sf-card .card_content .ai_match_btn:hover {
    background: #13295b;
    color: #fff;
}

.ai_match_me .sf-grid .sf-card .card_content .age {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.ai_match_me .sf-grid .sf-card .card_content .age svg {
    width: 18px;
}

.ai_match_me .sf-grid .sf-card .card_content .age p {
    margin-bottom: 0;
}

/* DASHBAORD START */

/* ==========================
   Layout
========================== */

.dashboard {
    display: flex;
    background: #f8f9ff;
    /*     border: 1px solid rgba(11, 11, 11, 0.10); */
    font-family: "Quicksand", Sans-serif;
}

/* ==========================
   Sidebar
========================== */


/* ==========================
   Main Content
========================== */
.deshboard-event,
.deshboard-quiz,
.deshboard-club-membership-for-family {
    width: 80%;
}
.dashboard .main-content {
    flex: 1;
}

/* ==========================
   Header
========================== */
.main-topbar {
    justify-content: space-between !important;
}

#deshboard-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 28px;
    background: #fff;
    border-bottom: 1px solid rgba(11, 11, 11, 0.10);
    position: sticky;
    top: 0;
    z-index: 10;
}

#deshboard-topbar h1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

#deshboard-topbar p {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 0;
}

#deshboard-topbar .top-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ==========================
   Buttons
========================== */

#deshboard-topbar .top-actions button {
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    transition: .3s;
}

#deshboard-topbar .top-actions .live-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #edf8e7;
    color: #2e7d32;
    padding: 7px 16px;
    border-radius: 10px;
    font-weight: 600;
}

#deshboard-topbar .top-actions .live-btn span {
    width: 8px;
    height: 8px;
    background: #34c759;
    border-radius: 50%;
}

#deshboard-topbar .top-actions .outline-btn {
    background: white;
    border: 1px solid #d1d5db;
    padding: 7px 18px;
    border-radius: 10px;
    font-weight: 500;
    color: #0B2D6E;
}

#deshboard-topbar .top-actions .outline-btn:hover {
    background: #f3f4f6;
}

#deshboard-topbar .top-actions .primary-btn,
.dashboard .mobile-dashboard-header .primary-btn {
    background: #0B2D6E;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

#deshboard-topbar .top-actions .primary-btn svg,
.dashboard .mobile-dashboard-header .primary-btn svg {
    width: 17px;
}

#deshboard-topbar .top-actions .primary-btn a,
.dashboard .mobile-dashboard-header .primary-btn a {
    font-size: 14px;
}

#deshboard-topbar .top-actions .primary-btn a {
    color: #fff;
}

#deshboard-topbar .top-actions .primary-btn:hover {
    background: #1d4ed8;
}

/* ==========================
   Cards
========================== */
.dashboard .main-content {
    width: 80%;
}

.dashboard .main-content #content {
    padding: 25px;
    margin-top: 30px;
}

.dashboard .main-content #content .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.dashboard .main-content #content .cards .card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    transition: .3s;
}

.dashboard .main-content #content .cards .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.dashboard .main-content #content .cards .label {
    font-size: 12px;
    color: #898781;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.dashboard .main-content #content .cards .card h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.dashboard .main-content #content .cards .success {
    font-size: 14px;
    color: #16a34a;
    font-weight: 400;
}

.dashboard #all_events .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dashboard #all_events .table-responsive table {
    width: 100%;
    min-width: 1000px; /* Adjust based on your columns */
    border-spacing: 0;
}

.dashboard #all_events .table-responsive th,
.dashboard #all_events .table-responsive td {
    padding: 12px 15px;
    vertical-align: top;
}

/* Column widths */
.dashboard #all_events .table-responsive th:nth-child(1),
.dashboard #all_events .table-responsive td:nth-child(1) {
    width: 30%;
}

.dashboard #all_events .table-responsive th:nth-child(2),
.dashboard #all_events .table-responsive td:nth-child(2) {
    width: 10%;
}

.dashboard #all_events .table-responsive th:nth-child(3),
.dashboard #all_events .table-responsive td:nth-child(3) {
    width: 15%;
}

.dashboard #all_events .table-responsive th:nth-child(4),
.dashboard #all_events .table-responsive td:nth-child(4) {
    width: 18%;
}
.dashboard #all_events .event-grid .event-grid-inner {
    grid-template-columns: repeat(3, 1fr);
}

.dashboard #all_events .event-grid .card-image img {
    height: 130px;
}

.dashboard #all_events .event-grid .card-content {
    padding: 15px;
    height: 280px;
}

.dashboard #all_events .event-grid .card-content h3 {
    font-size: 16px;
    font-weight: 600;
}

.dashboard #all_events .event-grid .card-content .card_desc {
    font-size: 13px;
}

.dashboard #all_events .event-grid .card-content ul.card_loaction,
#all_events .event-grid .card-content ul.card_loaction {
    background: #EEF6FD;
    width: fit-content;
    padding: 0px 10px 2px 10px;
    border-radius: 30px;
    border: 1px solid #BFDBFE38;
}

#all_events .event-grid .card-content ul.card_loaction {
    padding: 3px 10px 3px 10px;
}

.dashboard #all_events .event-grid .card-content ul.card_loaction li,
#all_events .event-grid .card-content ul.card_loaction li {
    align-items: center;
}

.dashboard #all_events .event-grid .card-content ul.card_loaction .loaction a,
#all_events .event-grid .card-content ul.card_loaction .loaction a {
    font-size: 12px;
    color: #0B2D6E;
}

#all_events .event-grid .card-content ul.card_loaction .loaction a {
    font-size: 14px;
    text-decoration: none;
}

.dashboard #all_events .event-grid .card-content ul.card_loaction svg,
#all_events .event-grid .card-content ul.card_loaction svg {
    width: 7px;
    fill: #0B2D6E;
}

#all_events .event-grid .card-content ul.card_loaction svg {
    width: 9px;
}

.dashboard #all_events .event-grid .card-content .all_small_details li {
    font-size: 12px;
}

.dashboard #all_events .event-grid .card-content .all_small_details .icon svg {
    fill: rgb(51, 51, 51);
    width: 10px;
}

.dashboard #all_events .event-grid .card-content .all_small_details li a {
    color: rgb(51, 51, 51);
    width: 10px;
}

.dashboard #all_events .event-grid .card-content .actions .price h4 {
    font-size: 18px;
}

.dashboard #all_events .event-grid .card-content .enquire-btn {
    padding: 8px;
    width: 110px;
    font-size: 12px;
}

.dashboard #all_events .event-grid .card-content .enquire-btn svg {
    width: 10px;
    margin-top: 0;
}


/* ======================= */
/* BROWSE BT SPORT START*/
.browse_by_sport {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1320px;
    margin: 0 auto;
}

.browse_by_sport a {
    text-decoration: none;
}

.browse_by_sport .card {
    background: #ffffff;
    border: 1px solid #CCCCCCA6;
    border-radius: 16px;
    padding: 28px 14px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(20, 41, 92, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.browse_by_sport .card.blue:hover {
    background-color: #E2EDF6;
    border: 1px solid #BDDEF1;
}

.browse_by_sport .card.orange:hover {
    background-color: #F6EBE8;
    border: 1px solid #F7C2A9;
}

.browse_by_sport .card.green:hover {
    background-color: #E3F4EF;
    border: 1px solid #B8E8CF;
}

.browse_by_sport .card.purple:hover {
    background-color: #F1ECFD;
    border: 1px solid #D8B9FA;
}

.browse_by_sport .card.red:hover {
    background-color: #F8EAED;
    border: 1px solid #F4B2B4;
}

.browse_by_sport .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(20, 41, 92, 0.08);
}

.browse_by_sport .icon-circle {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.browse_by_sport .icon-circle svg {
    width: 55px;
    height: 55px;
}

.browse_by_sport a {
    text-decoration: none !important;
}

.browse_by_sport .card h3 {
    text-decoration: none;
    margin: 0 0 6px;
    font-family: "Fredoka", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #14295c;
}

.browse_by_sport .card p {
    text-decoration: none;
    margin: 0;
    font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #5a6478;
}



/* BROWSE BY SPORT END */
/* ======================= */
/* CLUB CATEGORY START*/

.club-category {
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.club-category .banner {
    background-color: #0E3A84;
    height: 300px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-radius: 20px;
}

.club-category .banner h1 {
    color: #fff;
    font-family: "Fredoka", Sans-serif;
    display: flex;
    align-items: center;
    font-size: 55px;
}

.club-category .clubs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.club-category .clubs-grid .club-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.club-category .clubs-grid .club-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.club-category .clubs-grid .club-item .content {
    padding: 20px;
    padding-top: 0;
}

.club-category .clubs-grid .club-item .content h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Fredoka", Sans-serif;
    line-height: 1.7rem;
}

.club-category .clubs-grid .club-item .content h2 a {
    font-size: 22px;
    color: #13295b;
}

.club-category .clubs-grid .club-item .content p {
    color: #777;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.club-category .clubs-grid .club-item .content a {
    transition: all .4s ease;
    text-align: center;

}

.club-category .clubs-grid .club-item .content button svg {
    fill: #fff;
    width: 12px;
    margin-top: 2px;
}

.club-category .clubs-grid .club-item .content button {
    border: none;
    font-family: "Quicksand", Sans-serif;
    background: #ff6b1a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.club-category .clubs-grid .club-item .content button:hover {
    background-color: #13295b;
}

/* CLUB CATEGORY END*/
/* ==========================
   Responsive
========================== */



/* DASHBOARD END */
#all_events {
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#all_events .event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

#all_events .event-grid .event-card {
    text-decoration: none;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

#all_events .event-grid .card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#all_events .event-grid .card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#all_events .event-grid .card-image .top_tag {
    display: flex;
    position: absolute;
    top: 0;
    padding: 20px;
    gap: 10px;
}

#all_events .event-grid .card-image .top_tag span {
    background: #ff6b1a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

#all_events .event-grid .card-image {
    position: relative;
}

#all_events .event-grid .card-content {
    padding: 20px;
    position: relative;
/*     height: 310px; */
}

#all_events .event-grid .card-content a {
    text-decoration: none;
}

#all_events .event-grid .card-content .card_loaction {
    padding-left: 0;
}

#all_events .event-grid .card-content .all_small_details {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

#all_events .event-grid .card-content .card_loaction li,
#all_events .event-grid .card-content .all_small_details li {
    font-family: "Quicksand", Sans-serif;
    display: flex;
    gap: 8px;
}

#all_events .event-grid .card-content .all_small_details li {
    padding-bottom: 5px;
    font-size: 15px;
}

#all_events .event-grid .card-content .all_small_details .icon svg {
    fill: rgb(51, 51, 51);
    width: 10px;
}

#all_events .event-grid .card-content .all_small_details li a {
    color: rgb(51, 51, 51);
    width: 10px;
}

#all_events .event-grid .card-content h3 {
    font-size: 22px;
    color: #13295b;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Fredoka", Sans-serif;
}

#all_events .event-grid .card-content .card_desc {
    color: #777;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Quicksand", Sans-serif;
}


#all_events .event-grid .card-content .card_loaction,
#all_events .event-grid .card-content .all_small_details {
    padding-left: 0;
}

#all_events .event-grid .card-content .price-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 15px;
}

#all_events .event-grid .card-content .price-rating h4 {
    color: #ff6b1a;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
}

#all_events .event-grid .card-content .actions {
margin-top: 20px;
    font-family: "Quicksand", Sans-serif;
    display: flex;
    gap: 10px;
/*     align-items: center; */
    justify-content: space-between;
flex-direction: column;
/*     position: absolute; */
    left: 20px;
    right: 20px;
    bottom: 20px;
}

#all_events .event-grid .card-content .actions .price h4 {
 color: #ff6b1a;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3rem;
}

#all_events .event-grid .card-content .actions a {
    transition: all .4s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#all_events .event-grid .card-content .enquire-btn {
    border: none;
    background: #ff6b1a;
    color: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    cursor: pointer;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
}

#all_events .event-grid .card-content .enquire-btn svg {
    fill: #fff;
    width: 11px;
    margin-top: 2px;
}

#all_events .event-grid .card-content .enquire-btn:hover {
    background: #0E3A84;

}

/* ======================= */
/* SINGLE EVENT PAGE */
#single_event_page {
    font-family: "Quicksand", Sans-serif;
    background: #f4f6fd;
}

/* ── HERO ── */
.event-hero {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.event-hero .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
}

.event-hero img {
    width: 100%;
}

.event-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0E3A84 0%, #0e3a8440 60%, transparent 100%);
}

.event-hero .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    max-width: 860px;
}

.event-hero .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0e3a8447;
    border: 1px solid #0e3a8485;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 12px;
    backdrop-filter: blur(4px);
}

.event-hero .hero-title {
    font-family: "Fredoka", Sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 10px;
    margin: 0;
    padding: 20px 0
}

.event-hero .hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, .65);
    max-width: 520px;
}


/* ── PAGE BODY ── */
.page-wrap {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ── LEFT COL ── */
.page-wrap .left_content .section-label {
    color: #0E3A84;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-wrap .cem-contact-form {
    padding: 25px;
}

.page-wrap .cem-contact-form h4 {
    margin-top: 0;
}

.page-wrap .cem-contact-form textarea {
    height: 125px;
}

.page-wrap .left_content .section-title {
    font-family: "Fredoka", Sans-serif;
    margin: 15px 0;
margin-top:0;
}

.page-wrap .left_content .map_outer .map iframe {
    width: 100%;
    height: 300px;
}

.page-wrap .left_content .about-text {
    font-size: 0.93rem;
    color: #444;
    line-height: 1.75;
}

.page-wrap .left_content .about-text p {
    margin-top: 12px;
    font-size: 18px;
}

.page-wrap .divider {
    border: none;
    margin: 36px 0;
}

/* Highlights */
.page-wrap .left_content .highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

.page-wrap .left_content .highlight-item {
    background: #fff;
    border: 1px solid #e8ebf4;
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.page-wrap .left_content .hi-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #f8f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.page-wrap .left_content .hi-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.page-wrap .left_content .hi-desc {
    font-size: 15px;
    line-height: 1.5;
}

/* Schedule */
.page-wrap .left_content .schedule-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e8ebf4;
}

.page-wrap .left_content .schedule-row:last-child {
    border-bottom: none;
}

.page-wrap .left_content .sched-time {
    font-family: "Fredoka", Sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    min-width: 64px;
}

.page-wrap .left_content .sched-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #0E3A84;
}

.page-wrap .left_content .sched-label {
    font-size: 18px;
    font-weight: 800;
}

.page-wrap .left_content .sched-note {
    font-size: 16px;
    margin-top: 2px;
}

/* Map placeholder */
.page-wrap .left_content .map-box {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8ebf4;
    height: 200px;
    background: linear-gradient(135deg, #c8e6c9, #a5d6a7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    position: relative;
}

.page-wrap .left_content .map-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 1px, transparent 1px, transparent 32px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 1px, transparent 1px, transparent 32px);
}

.page-wrap .left_content .map-pin {
    font-size: 2.2rem;
    position: relative;
    z-index: 1;
}

.page-wrap .left_content .map-label {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .85);
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 700;
}

/* ── RIGHT COL — BOOKING CARD ── */
.page-wrap .booking-card {
    background: #fff;
    border: 1px solid #e8ebf4;
    border-radius: 18px;
    overflow: hidden;
    position: sticky;
    top: 84px;
    box-shadow: 0 4px 24px rgba(45, 106, 79, .08);
}

.page-wrap .booking-top {
    background: #0E3A84;
    padding: 24px;
    color: #fff;
}

.page-wrap .price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price-main {
    font-family: "Fredoka", Sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.price-currency {
    font-size: 1rem;
    font-weight: 500;
    opacity: .75;
    align-self: flex-start;
    padding-top: 6px;
}

.page-wrap .price-per {
    font-size: 0.78rem;
    opacity: .65;
}

.page-wrap .spots-left {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    margin-top: 8px;
}

.page-wrap .spots-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    animation: pulse 1.4s infinite;
    background: #fff;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .4
    }
}

.page-wrap .booking-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.page-wrap .meta-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-wrap .meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
}

.page-wrap .meta-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #f8f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.page-wrap .meta-key {
    font-size: 0.7rem;
    margin-bottom: 1px;
    font-weight: 500;
}

.page-wrap .meta-val {
    font-size: 0.87rem;
    font-weight: 600;
}


.page-wrap .register-btn {
    display: block;
    width: 100%;
    background: #FB6818;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    letter-spacing: .01em;
    transition: background .2s, transform .1s;
    text-decoration: none;
}

.page-wrap .register-btn:hover {
    background: #0B2D6E;
    color: #fff;
}

.page-wrap .register-btn:active {
    transform: none;
}

.page-wrap .guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-align: left;
    justify-content: center;
}

.page-wrap .share-row {
    border: 1px solid #e8ebf4;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-wrap .share-label {
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: capitalize;
}

.page-wrap .share-btns {
    display: flex;
    gap: 8px;
}

.page-wrap .share-btn {

    border-radius: 8px;
    border: 1px solid #e8ebf4;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.9rem;
    transition: border-color .15s, background .15s;
}

.page-wrap .share-btn img {
    width: 32px;
    height: 32px;
}

.page-wrap .share-btn:hover {
    border-color: #e8ebf4;
    background: #f2f4f7;
}

.map_outer,
#session_schedule,
#highlights {
    padding-top: 50px;
}

/* ── RELATED ── */
.related-section {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.related-section h2 {
    font-family: "Fredoka", Sans-serif;
    margin: 15px 0;
}

.related-section .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.related-section .rel-card {
    background: #fff;
    border: 1px solid #e8ebf4;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s, transform .2s;
}

.related-section .rel-card:hover {
    box-shadow: 0 6px 20px rgba(45, 106, 79, .1);
    transform: translateY(-2px);
}

.related-section .rel-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
}

.related-section .rel-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-section .rel-body {
    padding: 24px;
}

.related-section .rel-tag {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--grass);
    margin-bottom: 5px;
}

.related-section .rel-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 6px;
}

.related-section .rel-meta {
    font-size: 0.74rem;
    color: var(--muted);
}

/* CALENDER START */
#cem-calendar,
.club-note-container .form-all-fileds,
.club-post-form .club-post-data .club-post-data-inner table {
    margin-top: 40px;

}

.calender-container .calender-container-inner {
    font-family: "Quicksand", Sans-serif;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#cem-calendar .fc-daygrid-dot-event {
    background-color: #0E3A84;
    color: #fff;
    padding: 3px;
    border-radius: 20px;
}

#cem-calendar .fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    background-color: #FEF0E6;
}

#cem-calendar .fc-header-toolbar {
    margin-bottom: 10px;
}

#cem-calendar .fc-header-toolbar .fc-toolbar-title {
    font-size: 18px;
    background-color: rgba(224, 231, 255, 0.5);
    border: 1px solid #e0e7ff;
    padding: 8px 22px;
    color: #3730a3;
    font-weight: 700;
    border-radius: 10px;
}

#cem-calendar .fc-today-button {
    background-color: #d1fae5;
    color: #065f46;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #065f4687;
    text-transform: capitalize;
}

#cem-calendar .fc-button-group {
    gap: 10px;
}

#cem-calendar .fc-button-group button {
    background-color: #0E3A84;
    color: #fff;
    padding: 2px 5px;
}

#cem-calendar th,
#cem-calendar table thead:first-child tr:first-child th {
    border: none !important;
    border-block-start: none !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

#cem-calendar .fc-scrollgrid-sync-inner {
    padding: 10px;
}

#cem-calendar .fc-daygrid-day-events {
    margin-bottom: 0;
}

#cem-calendar td {
    background-color: transparent !important;
}

#cem-calendar .fc-daygrid-day-top {
    justify-content: center;
}

#cem-calendar .fc-daygrid-day-frame {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* CALENDER END */
/* ==================== */
/* Club Registration start*/

.club_registration_form,
.family_registration_form,
.ssp-success-box {
    font-family: "Quicksand", Sans-serif;
    max-width: 80%;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border: 1px solid #e8ebf4;
    margin-top: 30px;
    margin-bottom: 80px;
}

.club_registration_form fieldset.highly-recommended {
    border: 2px solid #22c55e;
    background-color: #f0fdf4;
}

.club_registration_form .confirmation-box,
.club_registration_form .Qualification-Notice {
    background-color: #f3f4f6;
    border-left: 4px solid #FB6818;
    padding: 16px;
    border-radius: 0 6px 6px 0;
    margin-top: 12px;
}

.club_registration_form .Qualification-Notice {
    margin-bottom: 30px;
    background-color: #fffaf0;
}

.club_registration_form .confirmation-box label,
.club_registration_form .Qualification-Notice .checkbox-label {
    margin-bottom: 0;
}

.club_registration_form .confirmation-box .checkbox-label,
.club_registration_form .Qualification-Notice .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.4;
}

.club_registration_form .confirmation-box .checkbox-label input {
    width: fit-content !important;
    margin-top: 4px;

}

.club_registration_form fieldset.highly-recommended input {
    width: fit-content !important;
    color: #14532d;
}

.club_registration_form fieldset.highly-recommended label {
    color: #14532d;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 18px;
}

.club_registration_form fieldset.highly-recommended .all-input {
    display: flex;
    gap: 20px;
}

.club_registration_form fieldset.highly-recommended .all-input label {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
}

.club_registration_form fieldset.highly-recommended legend {
    background-color: #22c55e;
    font-size: 14px;
    color: #fff !important;
    border-radius: 30px;
}

.club_registration_form h2,
.family_registration_form h2,
.ssp-success-box h2,
#club-feedback .form-container h1 {
    font-family: "Fredoka", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1em;
    color: #0B2D6E;
    text-align: center;
}

.club_registration_form .form-subtitle,
.family_registration_form .form-subtitle,
.ssp-success-box p{
    color: #777;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.club_registration_form fieldset,
.family_registration_form fieldset {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
}

.club_registration_form legend,
.family_registration_form legend {
    font-weight: 900;
    color: #777;
    padding: 0 10px;
}

/* Input layout architecture */
.club_registration_form .form-group,
.family_registration_form .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.club_registration_form label,
.family_registration_form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #4a5568;
}

.radio-inline div {
    border-radius: 4px;
    padding: 12px;
    border: 1px solid #cbd5e0;
}

.club_registration_form .sub-label {
    font-size: 12px;
    color: #718096;
    margin-bottom: 4px;
}

.club_registration_form .hint {
    font-size: 12.5px;
    color: #718096;
    margin-bottom: 8px;
    line-height: 1.4;
}

.club_registration_form .required {
    color: red;
}

/* Elements design styling */
.club_registration_form input,
.club_registration_form select,
.club_registration_form textarea,
.family_registration_form input,
.family_registration_form select,
.family_registration_form textarea,
#club-feedback .form-container .form-group select,
#club-feedback .form-container .form-group input,
#club-feedback .form-container .form-group textarea
 {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 4px !important;
    font-size: 14px;
    background-color: #fff;
    color: #2d3748;
    transition: border-color 0.2s ease;
}

.club_registration_form input:focus,
.club_registration_form select:focus,
.club_registration_form textarea:focus,
.family_registration_form input:focus,
.family_registration_form select:focus,
.family_registration_form textarea:focus,
#club-feedback .form-container .form-group select:focus,
#club-feedback .form-container .form-group input:focus,
#club-feedback .form-container .form-group textarea:focus {
    outline: none;
    border-color: #0E3A84 !important;
}

/* File pickers */
.club_registration_form input[type="file"] {
    font-size: 13px;
    padding: 6px 0;
}

/* Grid Layout definitions */
.club_registration_form .grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.grid-2col.wwc-fields {
    margin: 0px 0 30px 0;
    padding: 24px;
    background-color: #f8fafc;
    border: 2px dashed #e2e8f0;
    border-radius: 8px;
}

.club_registration_form .wwc-fields .form-group {
    margin-bottom: 0;
}

.club_registration_form .grid-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;

}

.club_registration_form .delete-btn {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s;
}

.club_registration_form .grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/* Checkbox & Radio Alignment modifications */
.club_registration_form .checkbox-group,
.family_registration_form #children-container .checkbox-section .checkbox-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    padding: 12px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
}

.family_registration_form #children-container .checkbox-section .checkbox-grid {
    gap: 6px;
}

.club_registration_form .checkbox-group label,
.club_registration_form .radio-inline label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.family_registration_form .checkbox-grid label {
    display: flex;
    gap: 8px;
}

.family_registration_form .checkbox-grid label input,
.club_registration_form .checkbox-group input,
.club_registration_form .radio-inline input {
    width: fit-content !important;
}

.club_registration_form .grid-3col-checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.club_registration_form .training-days {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.club_registration_form .radio-inline div {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

.club_registration_form .options-row {
    align-items: center;
    margin-bottom: 20px;
}

/* Terms & Consent design container */
.club_registration_form .consent-box {
    background: #edf2f7;
    padding: 20px;
    border-radius: 6px;
    gap: 12px;
    margin-bottom: 30px;
}

.club_registration_form .consent-box label {
    font-weight: 400;
}

.family_registration_form .add_another_child_btn,
.family_registration_form .remove-child {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FB6818;
    border-color: #FB6818;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.family_registration_form .add_another_child_btn:hover,
.family_registration_form .remove-child:hover {
    background-color: #FB6818;
    border-color: #FB6818;
}

#children-container .child-profile-card {
    margin-top: 30px;
}

#children-container .child-profile-card:nth-child(1) {
    margin-top: inherit;
}

.family_registration_form .add_another_child_btn svg,
.family_registration_form .remove-child svg {
    width: 19px;
    fill: #fff;
    font-weight: 800;
}

.family_registration_form .add_another_child_btn:hover {
    background-color: #0B2D6E;
    border-color: #0B2D6E;
}

.family_registration_form #children-container .child-profile-card h3 {
    font-size: 20px;
    font-weight: 600;
}

/* Action Buttons execution rules */
.family_registration_form .form-actions {
    display: flex;
    gap: 10px;
}

.club_registration_form button,
.family_registration_form .form-actions button,
 #club-feedback .form-container button {
    display: flex;
    width: fit-content;
    background-color: #FB6818;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    gap: 12px;
    justify-content: center;
    transition: all .4s ease;
}

.club_registration_form button:hover,
.family_registration_form button:hover {
    background-color: #0E3A84;
}

/* Club Registration end/
/* ============================= */
/* Club Enquiry Form start */
.club-enquiry-box h3 {
    margin-bottom: 10px;
}

.club-enquiry-box p {
    font-size: 18px;
    text-align: center;
}

/* Club Enquiry Form end */
/* =================== */
/* FAMILY DESHBOARD START */
/* ==========================================================================
   DASHBOARD LAYOUT
   ========================================================================== */

.family-dashboard-wrapper {
    font-family: "Quicksand", Sans-serif;
    flex: 1;
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 40px 24px;
}

.family-dashboard-wrapper .dashboard-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
}

.family-dashboard-wrapper #notes,
.family-dashboard-wrapper #notes-list {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}

.family-dashboard-wrapper #notes form {
    margin-top: 30px;
}

.family-dashboard-wrapper #notes form p {
    padding-bottom: 10px;
}

.family-dashboard-wrapper #notes form input[type="submit"] {
    background: #ff6b1a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    padding: 10px;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */

.family-dashboard-wrapper .sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);

    position: sticky;
    top: 110px;
}

.family-dashboard-wrapper .user-profile-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.family-dashboard-wrapper .user-avatar-placeholder {
    width: 42px;
    height: 42px;
    background: #f1f5f9;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    color: #475569;
}

.family-dashboard-wrapper .user-info h4 {
    margin-bottom: 0;
    font-size: 15px;
    color: #13295b;
    font-weight: 700;
    font-family: "Fredoka", Sans-serif;
}

.family-dashboard-wrapper .user-role-badge {
    font-size: 12px;
    color: #94a3b8;
}

.family-dashboard-wrapper .sidebar-nav {
    margin-top: 24px;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.family-dashboard-wrapper .nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    color: #475569;
    font-weight: 500;
    transition: .3s;
    border: 1px solid #BFDBFE38;
}

.family-dashboard-wrapper .nav-item:focus-visible {
    outline: none;
    border: 1px solid #BFDBFE38;
}

.family-dashboard-wrapper .nav-item i {
    width: 20px;
    text-align: center;
}

.family-dashboard-wrapper .nav-item:hover {
    background: #f8fafc;
}

.family-dashboard-wrapper .nav-item.active {
    border: 1px solid #BFDBFE38;
    background: #EEF6FD;
    color: #0B2D6E;
    font-weight: 600;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

.family-dashboard-wrapper .content-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.family-dashboard-wrapper .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.family-dashboard-wrapper .section-header h2,
#notes h2,
#notes-list h2 {
    font-size: 28px;
    color: #0f172a;
    font-weight: 900;
    margin-top: 0;
}

.family-dashboard-wrapper #notes label {
    margin-bottom: 12px;
}

.family-dashboard-wrapper #notes input,
.family-dashboard-wrapper #notes textarea {
    padding: 10px 14px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.family-dashboard-wrapper #notes input:focus-visible,
.family-dashboard-wrapper #notes textarea:focus-visible {
    outline: none;
}

.family-dashboard-wrapper #notes textarea {
    height: 125px;
}

.family-dashboard-wrapper .section-divider {
    border: none;
    border-top: 1px solid #e2e8f0;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.family-dashboard-wrapper .btn-primary-action {
    background: #ff6b1a;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    gap: 5px;
    align-items: center;
}

.family-dashboard-wrapper .btn-primary-action svg {
    width: 20px;
}

.family-dashboard-wrapper .btn-primary-action:hover {
    background: #ff6b1a;
}

.family-dashboard-wrapper .btn-secondary-action {
    background: #eff6ff;
    color: #2563eb;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.family-dashboard-wrapper .btn-secondary-action svg {
    width: 17px;
}

.family-dashboard-wrapper .btn-secondary-action:hover {
    background: #dbeafe;
}

/* ==========================================================================
   PROFILE CARDS
   ========================================================================== */

.family-dashboard-wrapper .info-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.info-cards-grid>.info-card:first-child svg {
    color: #0E3A84;
}

.info-cards-grid>.info-card:nth-child(2) svg {
    color: #ff6b1a;
}

.info-cards-grid>.info-card:nth-child(3) svg {
    color: #166534;
}

.info-cards-grid>.info-card:nth-child(4) svg {
    color: #6366f1;
}

.family-dashboard-wrapper .info-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.family-dashboard-wrapper .card-subtitle {
    display: flex;
    align-items: center;
    color: #13295b;
    margin-bottom: 20px;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.family-dashboard-wrapper .card-subtitle svg {
    width: 20px;
}

.family-dashboard-wrapper .card-subtitle i {
    margin-right: 8px;
    font-size: 14px;
}

.family-dashboard-wrapper .icon-blue {
    color: #3b82f6;
}

.family-dashboard-wrapper .icon-indigo {
    color: #6366f1;
}

.family-dashboard-wrapper .icon-orange {
    color: #f97316;
}

.family-dashboard-wrapper .icon-emerald {
    color: #10b981;
}

.family-dashboard-wrapper .card-data-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.family-dashboard-wrapper .data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    font-size: 14px;
}

.family-dashboard-wrapper .data-row .card-data-list-name {
    color: #777;
    font-size: 15px;
    width: 40%;
}

.family-dashboard-wrapper .data-row strong {
    color: #475569;
    font-weight: 600;
    text-align: end;
}

.family-dashboard-wrapper .badge-status-green {
    display: inline-block;

    background: #f0fdf4;
    color: #166534;

    padding: 4px 10px;

    border-radius: 6px;

    font-size: 12px;
    font-weight: 600;
}

/* ==========================================================================
   PROFILE INFORMATION BLOCK
   ========================================================================== */

.family-dashboard-wrapper .profile-information {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.family-dashboard-wrapper .profile-box {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 24px;
}

.family-dashboard-wrapper .profile-box-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}

.family-dashboard-wrapper .profile-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.family-dashboard-wrapper .profile-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.family-dashboard-wrapper .profile-detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.family-dashboard-wrapper .profile-detail-label {
    color: #94a3b8;
    font-size: 14px;
}

.family-dashboard-wrapper .profile-detail-value {
    color: #334155;
    font-weight: 600;
    font-size: 14px;
}

/* ==========================================================================
   ACCOUNT SUMMARY CARD
   ========================================================================== */

.family-dashboard-wrapper .account-summary-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    padding: 24px;
}

.family-dashboard-wrapper .summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.family-dashboard-wrapper .summary-title {
    font-size: 22px;
    color: #0f172a;
    font-weight: 700;
}

.family-dashboard-wrapper .summary-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.family-dashboard-wrapper .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.family-dashboard-wrapper .summary-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.family-dashboard-wrapper .summary-label {
    color: #94a3b8;
    font-size: 14px;
}

.family-dashboard-wrapper .summary-value {
    color: #334155;
    font-weight: 600;
    font-size: 14px;
}

/* ==========================================================================
   SIMPLE TABLE
   ========================================================================== */

.family-dashboard-wrapper .simple-table {
    width: 100%;
    border-collapse: collapse;
}

.family-dashboard-wrapper .simple-table th {
    text-align: left;
    background: #f8fafc;
    padding: 14px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.family-dashboard-wrapper .simple-table td {
    padding: 14px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    font-size: 14px;
}

.family-dashboard-wrapper .simple-table tr:hover {
    background: #fafafa;
}

/* ==========================================================================
   STATUS BADGES
   ========================================================================== */

.family-dashboard-wrapper .badge-active {
    background: #dcfce7;
    color: #166534;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.family-dashboard-wrapper .badge-pending {
    background: #fef3c7;
    color: #92400e;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.family-dashboard-wrapper .badge-cancelled {
    background: #fee2e2;
    color: #991b1b;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* ==========================================================================
   CHILDREN CARDS COMPONENT
   ========================================================================== */

.family-dashboard-wrapper .children-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.family-dashboard-wrapper .child-profile-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
    transition: .3s;
}

.family-dashboard-wrapper .child-profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .06);
}

/* ==========================================================================
   CARD ACCENT
   ========================================================================== */

.family-dashboard-wrapper .card-accent-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    border-bottom-left-radius: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10px 12px;
}

.family-dashboard-wrapper .profile-blue .card-accent-badge {
    background: rgba(59, 130, 246, .08);
    color: #3b82f6;
}

.family-dashboard-wrapper .profile-pink .card-accent-badge {
    background: rgba(244, 63, 94, .08);
    color: #f43f5e;
}

/* ==========================================================================
   CARD HEADER
   ========================================================================== */

.family-dashboard-wrapper .child-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.family-dashboard-wrapper .child-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    font-weight: 700;
}

.family-dashboard-wrapper .avatar-blue {
    background: #dbeafe;
    color: #2563eb;
}

.family-dashboard-wrapper .avatar-pink {
    background: #ffe4e6;
    color: #e11d48;
}

.family-dashboard-wrapper .child-identity h3 {
    font-size: 18px;
    color: #0B2D6E;
    font-weight: 700;
    margin-bottom: 5px;
}

.family-dashboard-wrapper .child-identity p {
    font-size: 13px;
    color: #94a3b8;
    text-transform: capitalize;
}

.family-dashboard-wrapper .misprint-note {
    font-size: 12px;
    color: #94a3b8;
    font-style: italic;
}

/* ==========================================================================
   CARD BODY
   ========================================================================== */

.family-dashboard-wrapper .child-card-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ==========================================================================
   BADGE CLOUD
   ========================================================================== */

.family-dashboard-wrapper .badge-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.family-dashboard-wrapper .pill-badge {
    text-transform: capitalize;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.family-dashboard-wrapper .pill-badge.bg-grey {
    background: #f1f5f9;
    color: #475569;
}

.family-dashboard-wrapper .pill-badge.bg-amber {
    background: #fef3c7;
    color: #92400e;
}

.family-dashboard-wrapper .pill-badge.bg-indigo {
    background: #e0e7ff;
    color: #3730a3;
}

.family-dashboard-wrapper .pill-badge.bg-teal {
    background: #ccfbf1;
    color: #115e59;
}

.family-dashboard-wrapper .pill-badge.bg-rose {
    background: #ffe4e6;
    color: #9f1239;
}

/* ==========================================================================
   SPORTS TAGS
   ========================================================================== */

.family-dashboard-wrapper .sports-interests-container {
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

.family-dashboard-wrapper .sports-label {
    display: block;
    margin-bottom: 10px;

    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.family-dashboard-wrapper .sports-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    text-transform: uppercase;
}

.family-dashboard-wrapper .sport-tag {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 8px;

    padding: 5px 12px;

    font-size: 12px;
    font-weight: 500;
    color: #334155;
}

.family-dashboard-wrapper .empty-sports-text {
    color: #94a3b8;
    font-size: 12px;
    font-style: italic;
}

/* ==========================================================================
   CARD FOOTER
   ========================================================================== */

.family-dashboard-wrapper .child-meta-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #94a3b8;
}

.family-dashboard-wrapper .child-meta-footer span {
    text-transform: capitalize;
}

.family-dashboard-wrapper .child-meta-footer strong {
    color: #475569;
    font-weight: 600;
}

/* ==========================================================================
   ACTION BUTTONS
   ========================================================================== */

.family-dashboard-wrapper .child-card-actions {
    margin-top: 18px;

    display: flex;
    gap: 12px;
}

.family-dashboard-wrapper .child-card-actions .btn-primary-action,
.family-dashboard-wrapper .child-card-actions .btn-secondary-action {
    flex: 1;
    text-align: center;
}

/* ==========================================================================
   EMPTY STATE
   ========================================================================== */

.family-dashboard-wrapper .empty-state-card {
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 50px 30px;
    text-align: center;
}

.family-dashboard-wrapper .empty-state-card i {
    font-size: 42px;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.family-dashboard-wrapper .empty-state-card h3 {
    color: #0f172a;
    font-size: 20px;
    margin-bottom: 10px;
}

.family-dashboard-wrapper .empty-state-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

/* FAMILY DESHBOARD END */
/* DESHBOARD DETAIL START */
#deshboard-overview .content-container,
.quiz-container,
.event-container,
.calender-container,
.club-cards-container,
.club-membership-container,
#club-feedback {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}
#club-feedback .form-container{
	background-color:#fff;
}
.dashboard #all_events .event-grid {
    padding: 2rem 2rem;
    display: block;
}

.dashboard #all_events .event-grid .event-grid-inner {

    font-family: "Quicksand", Sans-serif;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dashboard #all_events {
    width: 80%;
}

.event-container .add_events .row p {
    width: 100%;
}

.event-container .event-btn-outer,
.club-note-container .submit-sports-btn-outer {
    display: flex;
    justify-content: flex-end;
}

.club-post-form .club-post-data {
    padding-top: 0;
}

.club-post-form .club-post-data .club-post-data-inner {
    font-family: "Quicksand", Sans-serif;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.club-note-container table td,
.club-post-form .club-post-data table th,
.club-post-form .club-post-data table td {
    border: 1px solid #E5EAEE;
}

.club-post-form .club-post-data table thead:first-child tr:first-child th {
    border-block-start: 1px solid #E5EAEE;
    text-align: left;
}

.club-post-form .club-post-data table thead tr {
    width: 100%;
}

.club-post-form .club-post-data thead tr th:nth-child(1) {
    width: 20%;
    border-radius: 10px 0 0 0;
}

.club-post-form .club-post-data thead tr th:nth-child(2) {
    width: 13%;
}

.club-post-form .club-post-data thead tr th:nth-child(3) {
    width: 8%;
}

.club-post-form .club-post-data thead tr th:nth-child(4) {
    width: 30%;
}

.club-post-form .club-post-data thead tr th:nth-child(5) {
    width: 15%;
}

.club-post-form .club-post-data thead tr th:nth-child(6) {
    width: 17%;
}

.event-container .add_events button,
.club-note-container .submit-sports-btn-outer input {
    width: fit-content;
    display: flex;
    gap: 7px;
    font-weight: 600;
    font-size: 16px;
    padding: .5rem 1rem;
}

.event-container .add_events button svg {
    width: 18px;
}

.event-container .event-btn-outer {
    display: flex;
    justify-content: flex-end;
}

.event-container .add_events {
    margin-top: 0;
}

#deshboard-overview .content-container p {
    margin-bottom: 0;
    font-size: 14px;
}

#deshboard-overview .content-container hr {
    border: 0;
    width: 100%;
    color: red !important;
    border-top: 1px solid #f1f5f9;
}

#deshboard-overview .content-container .banner-card {
    background-color: #0B2D6E;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

#deshboard-overview .content-container .banner-card .btn {
    font-size: 15px;
    border-radius: 10px;
}

#deshboard-overview .content-container .banner-card .btn-secondary {
    border: 1px solid #ccc;
    color: #fff;
}

.btn-primary {
    background-color: #FB6818;
    color: #fff;
    border-color: #FB6818;
}

#deshboard-overview .content-container .banner-card .banner-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4f46e5;
}

#sportsQuiz hr,
.calender-container .calender-container-inner hr,
.club-post-form hr {
    border: none;
    border-top: 1px solid #f1f5f9;
}

#deshboard-overview .content-container .banner-card .banner-title,
#sportsQuiz .banner-title,
.add_events .banner-title,
#club-feedback .banner-title,
.club-cards-container .all-club-card .banner-title,
#deshboard-topbar .top-header-headings h2,
.dashboard #all_events .event-grid .event-grid-inner .banner-title,
.calender-container .calender-container-inner .banner-title,
.club-post-form .banner-title {
	text-transform:capitalize;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 0.25rem;
    text-align: left;
}

#deshboard-topbar .top-header-headings p.text-desc {
    font-size: 16px;
    color: #333;
}

#deshboard-overview .content-container .banner-card .banner-title {
    color: #fff;
}

.add_events {
    text-align: left;
}

.club-cards-container .all-club-card .banner-title,
.add_events .banner-title,
#sportsQuiz .banner-title,
.dashboard #all_events .event-grid .event-grid-inner .banner-title,
.calender-container .calender-container-inner .banner-title,
.club-post-form .banner-title,
#deshboard-topbar .top-header-headings .banner-title,
#club-feedback .banner-title {
    margin-bottom: 5px;
}

.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr td,
.dashboard #all_events .event-grid .event-grid-inner table tr th,
.dashboard #all_events .event-grid .event-grid-inner .list-header {
    padding: 1.5rem;
}

.dashboard #all_events .event-grid .event-grid-inner table .card_title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
}

.dashboard #all_events .event-grid .event-grid-inner table .card_desc {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0;
}

.dashboard #all_events .event-grid .event-grid-inner table tr th {
    text-align: left;
}

.dashboard #all_events .event-grid .event-grid-inner .list-header .text-desc {
    margin-bottom: 0;
}

.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr {
    width: 100%;
}

.dashboard #all_events .event-grid .event-grid-inner table tr td:first-child {
    width: 40%;
}



.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr td .sport {
    background-color: rgba(224, 231, 255, 0.5);
    border: 1px solid #e0e7ff;
    padding: 3px 10px;
    color: #3730a3;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
}

.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr td .date {
    font-weight: 700;
    font-size: 15px;
}

.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr td .time {
    color: #64748b;
}

.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr td .viewdirection {
    /*     color: #0f172a; */
    color: #64748b;
}

.dashboard #all_events .event-grid .event-grid-inner #events-table-body tr td .enquire-btn {
    background-color: #d1fae5;
    color: #065f46;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 14px;
}

.add_events hr,
#club-feedback .form-container hr,
.club-cards-container .all-club-card hr,
#deshboard-topbar .top-header-headings hr,
.dashboard #all_events .event-grid .event-grid-inner hr {
    border: none;
    border-top: 1px solid #f1f5f9;
}

.dashboard #all_events .event-grid .event-grid-inner table th,
.dashboard #all_events .event-grid .event-grid-inner table td {
    border: none;
}

.dashboard #all_events .event-grid .event-grid-inner table td {
    background-color: transparent;
    border-bottom: 1px solid #e5e7eb;
}

.dashboard #all_events .event-grid .event-grid-inner table thead tr th {
    background-color: #F9FAFB;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

#sportsQuiz .step,
.add_events .all-form-fields,
#club-feedback .form-container #feedbackForm,
.my-clubs-wrapper .all-club-card .all-club-card-list {
    margin-top: 30px;

}

.add_events p input,
.club-note-container .form-all-fileds input {
    padding: 10px 14px;
}

.add_events .text-desc {
    text-align: left;
}

/* SPORT QUIZ START */
#sportsQuiz,
.add_events,
.club-cards-container .all-club-card,
.club-dashboard-card,
#club-feedback .form-container {
    font-family: "Quicksand", Sans-serif;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#sportsQuiz h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 0.25rem;
}

#sportsQuiz select {
    padding: 10px 14px !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 4px !important;
    font-size: 14px;
}

#sportsQuiz .duel-btn button,
#sportsQuiz button {
    border-radius: 10px;
    width: 150px;
    background-color: #FB6818;
    color: #fff;
    border-color: #FB6818;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

#sportsQuiz .duel-btn button svg,
#sportsQuiz button svg {
    width: 18px;
}

#sportsQuiz label {
    margin-bottom: 15px;
}

#sportsQuiz .duel-btn {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

#quizResult .club {
    width: fit-content;
    margin-top: 20px;
}

#quizResult {
    font-family: "Quicksand", Sans-serif;
}

#quizResult .club h3 {
    background-color: #FB6818;
    color: #fff;
    border-color: #FB6818;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
}

/* SPORT QUIZ END */
/* ============= */
/* CUSTOM POST START */
div#custom-post {
    max-width: 1240px;
    margin: 0 auto;
    font-family: "Quicksand", Sans-serif;
}

#custom-post .tab-outer .tab-btns .tab-active {
    border-color: #2563eb;
    color: #0E3A84;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 2px solid #0E3A84;
    border-right: 0;
    border-radius: 0;
}

#custom-post #posts-grid {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#custom-post .tab-outer {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 40px;
}

#custom-post .tab-outer .tab-btns {
    width: fit-content;
    border-bottom: 1px solid #ddd;

}

#custom-post .tab-outer .tab-btns button {
    border: none;
    color: #94a3b8;
    font-weight: 600;
    padding-bottom: 15px;
}

#custom-post .tab-outer .tab-btns button {
    border-bottom-color: transparent;
}

#custom-post .tab-outer .tab-btns button:focus-visible {
    border: none;
}

#custom-post .tab-outer .tab-btns button:hover {
    background-color: transparent;
}

#custom-post .play-name-age {
    display: flex;
    justify-content: space-between;
}

#custom-post .play-name-age .play-name {
    align-items: center;
    gap: 0.75rem;
    background: #EEF6FD;
    padding: 3px 10px;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #BFDBFE38;
    color: #0B2D6E;
    font-weight: 800;
    font-size: 13px;
}

#custom-post .apply {
    border: 1px solid #0B2D6E;
    color: #0B2D6E;
    font-size: 13px;
    background: transparent;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 10px;
    transition: all .4s ease;
}

#custom-post .apply:hover {
    color: #fff;
    background: #0B2D6E;
}

#custom-post .play-name-age .post-author {
    background: #FFF7ED;
    border: 1px solid #FED7AA;
    padding: 3px 10px;
    font-weight: 800;
    font-size: 13px;
    border-radius: 50px;
}

#custom-post .play-name-age .post-author img {
    width: 10px !important;
    height: 10px !important;
}

#custom-post .play-name-age svg {
    width: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

/* -----------------------------
   Logo
------------------------------*/

#custom-post .logo {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: -0.5px;
}

#custom-post .logo span {
    color: #0f172a;
}

/* -----------------------------
   Navigation
------------------------------*/

#custom-post nav a {
    transition: .3s;
}

#custom-post nav a:hover {
    color: #2563eb;
}

#custom-post .active-link {
    color: #2563eb;
    font-weight: 600;
}

/* -----------------------------
   Buttons
------------------------------*/

#custom-post .primary-btn {
    background: #2563eb;
    color: #fff;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}

#custom-post .primary-btn:hover {
    background: #1d4ed8;
}

/* -----------------------------
   Hero
------------------------------*/

#custom-post .hero-badge {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 14px;
    border-radius: 999px;
}

#custom-post .hero-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 18px;
    color: #0f172a;
}

#custom-post .hero-text {
    color: #64748b;
    margin-top: 16px;
    line-height: 1.8;
}

/* -----------------------------
   Filters
------------------------------*/

#custom-post select,
#custom-post input,
#custom-post textarea {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 10px 14px;
    outline: none;
    transition: .3s;
}

#custom-post select:focus,
#custom-post input:focus,
#custom-post textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}

/* -----------------------------
   Cards
------------------------------*/

#custom-post .post-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px;
    flex-direction: column;
    transition: .3s;
}

#custom-post .post-card .club-name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 25px;
}

#custom-post .post-card:hover {
    border-color: #FB6818;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

#custom-post .post-card .bottom-post-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#custom-post .post-card .bottom-post-card .post-date {
    color: #777;
    font-size: 14px;
}

#custom-post .post-card .bottom-post-card .post-date img {
    width: 14px !important;
}

#custom-post .post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

#custom-post .post-location {
    color: #64748b;
    font-size: 14px;
}

#custom-post .post-desc {
    margin-top: 12px;
    color: #475569;
    line-height: 1.7;
}

/* -----------------------------
   Badge
------------------------------*/

#custom-post .badge {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

/* -----------------------------
   Modal
------------------------------*/

#custom-post #post-modal {
    transition: .3s;
}

#custom-post #post-modal .modal-box {
    animation: popup .25s ease;
}

@keyframes popup {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

/* CUSTOM POST END */
/* ================== */
/* Family Notes List start */
.family-dashboard-wrapper #notes-list #clubSuggestionTable_wrapper .dt-layout-start {
    width: 50%;
}

.family-dashboard-wrapper #notes-list #clubSuggestionTable_wrapper .dt-layout-start .dt-length {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

#clubSuggestionTable_wrapper .dt-input {
    width: fit-content;
}

#clubSuggestionTable_wrapper label {
    font-size: 14px;
}

#clubSuggestionTable_wrapper input {
    border: 1px solid #ddd;
    border-radius: 10px;
}

#clubSuggestionTable_wrapper input:focus-visible {
    border: 1px solid #ddd;
    outline: none;
}

#clubSuggestionTable_wrapper thead th:nth-child(1) {
    width: 10%;
}

#clubSuggestionTable_wrapper thead th:nth-child(2) {
    width: 20%;
}

#clubSuggestionTable_wrapper thead th:nth-child(3) {
    width: 40%;
}

#clubSuggestionTable_wrapper thead th:nth-child(4),
#clubSuggestionTable_wrapper thead th:nth-child(5) {
    width: 15%;
}

#clubSuggestionTable_wrapper thead th,
#clubSuggestionTable_wrapper tbody td {
    border: none;
}

#clubSuggestionTable_wrapper thead tr th,
#clubSuggestionTable_wrapper tbody tr td {
    border: 1px solid #E5EAEE;
    border-right: 0;
}

#clubSuggestionTable_wrapper thead tr th:last-child,
#clubSuggestionTable_wrapper tbody tr td:last-child {
    border-right: 1px solid #E5EAEE;
}

#clubSuggestionTable_wrapper table td,
#clubSuggestionTable_wrapper table tr td {
    background-color: #fff;
    background: #fff;
    box-shadow: none;

}

#clubSuggestionTable_wrapper table tr td:first-child {
    background: #F9FAFC;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

#clubSuggestionTable_wrapper table tr td:nth-child(2) {
    font-weight: 600;
}

#clubSuggestionTable_wrapper thead th:hover {
    /* 	border:none; */
    outline: none;
}

#clubSuggestionTable_wrapper .dt-search {
    display: flex;
    gap: 10px;
    align-items: center;

}

#clubSuggestionTable_wrapper .dt-search label {
    font-weight: 600;
}

/* Family Notes List end */
/* ======================== */
#post-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

#post-popup-message .popup-box {
    width: 400px;
    max-width: 90%;
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    animation: popupScale .3s ease;
}

#post-popup-message .popup-box.success {
    border-top: 5px solid #28a745;
}

#post-popup-message .popup-box.error {
    border-top: 5px solid #0B2D6E;
}

#post-popup-message .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

#post-popup-message .popup-close:hover {
    color: #000;
}

#post-popup-message .popup-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}

#post-popup-message .success-icon {
    background: #28a745;
}

#post-popup-message .error-icon {
    background: #dc3545;
}

#post-popup-message .popup-box p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}

#post-popup-message .popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
    color: #888;
}

#post-popup-message .popup-btn {
    padding: 10px 25px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#post-popup-message .popup-close:hover {
    color: #000;
}

@keyframes popupScale {
    from {
        transform: scale(.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* =================== */

/* ======================= */
/* new deshboard first link */
/* Layout Structure */
.dashboard-info-content {
    display: flex;
    min-height: 100vh;
}

.dashboard-info-content .main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-x: hidden;
}

/* Header Layout */
.dashboard-info-content .main-content header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashboard-info-content .main-content header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.025em;
}

.dashboard-info-content .main-content header p {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.125rem;
}

.dashboard-info-content .main-content .header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Buttons styling */
.dashboard-info-content .main-content .btn {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dashboard-info-content .main-content .btn-secondary {
    border: 1px solid #d1d5db;
    color: #374151;
    background-color: #ffffff;
}

.dashboard-info-content .main-content .btn-secondary:hover {
    background-color: #f9fafb;
}

.dashboard-info-content .main-content .btn-secondary i {
    color: #9ca3af;
    margin-right: 0.5rem;
}

.dashboard-info-content .main-content .btn-primary {
    border: 1px solid transparent;
    background-color: #2563eb;
    color: #ffffff;
}

.dashboard-info-content .main-content .btn-primary:hover {
    background-color: #1d4ed8;
}

.dashboard-info-content .main-content .btn-primary i {
    margin-right: 0.5rem;
}

/* Content Area Wrapper */
.dashboard-info-content .main-content .content-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

/* Metrics / KPI Cards */
.dashboard-info-content .main-content .metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

/* @media (min-width: 640px) {
            .metrics-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .metrics-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        } */

.dashboard-info-content .main-content .metric-card {
    background-color: #ffffff;
    padding: 13px 12px;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-info-content .main-content .metric-icon {
    padding: 0.75rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-info-content .main-content .metric-icon.metric-orange {
    background-color: #fffbeb;
}

.dashboard-info-content .main-content .metric-icon.metric-purple {
    background-color: #F3E5F5;
}

.dashboard-info-content .main-content .metric-icon i {
    font-size: 1.25rem;
}

/* Dynamic colors for standard metric icon backgrounds */
.dashboard-info-content .main-content .metric-blue {
    background-color: #eff6ff;
    color: #2563eb;
}

.dashboard-info-content .main-content .metric-green {
    background-color: #f0fdf4;
    color: #16a34a;
}

.dashboard-info-content .main-content .metric-amber {
    background-color: #fffbeb;
    color: #d97706;
}

.dashboard-info-content .main-content .metric-indigo {
    background-color: #e0e7ff;
    color: #4f46e5;
}

.dashboard-info-content .main-content .metric-info span:first-child {
    display: block;
    font-size: 13px;
    color: #9ca3af;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dashboard-info-content .main-content .metric-info span:last-child {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

/* Table Wrapper Card */
.dashboard-info-content .main-content .table-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Filters Bar */
.dashboard-info-content .main-content .table-filters {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.dashboard-info-content .main-content .table-filters .search-wrapper {
    width: 20rem;
}


.dashboard-info-content .main-content .search-wrapper {
    position: relative;
    width: 100%;
}

.dashboard-info-content .main-content .search-wrapper svg {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    width: 18px;
}

.dashboard-info-content .main-content .search-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 2.25rem;
    font-size: 0.875rem;
    transition: outline 0.1s, border-color 0.1s;
}

.dashboard-info-content .main-content .search-input:focus {
    outline: 2px solid #d1d5db;
    border-color: transparent;
}

.dashboard-info-content .main-content .search-input:focus-visible {
    border: 1px solid #d1d5db;
    outline: none;
}

.dashboard-info-content .main-content .filter-select {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #4b5563;
    outline: none;
    cursor: pointer;
}

/* Table Element Responsive Container */
/*         .dashboard-info-content .main-content .table-responsive {
            overflow-x: auto;
        } */

.dashboard-info-content .main-content table {
    text-align: left;
    border-collapse: collapse;
    /*             white-space: nowrap; */
}

.dashboard-info-content .main-content table {
    width: 100%;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.view,
.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.edit {
    background-color: #ff000029;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 6px;
    padding: 3px;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.view {
    background-color: #6BBEDF;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.view svg,
.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.edit svg {
    color: #fff;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.edit {
    background-color: #4277B9;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .action-boxes {
    display: flex;
    gap: 4px;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.view .view-box,
.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.edit .edit-box {
    display: flex;
}

.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.view .view-box svg,
.dashboard-info-content .main-content .table-responsive .actions-cell .club-btn.edit .edit-box svg {
    width: 16px;
}

.dashboard-info-content .main-content tbody tr td:first-child,
.dashboard-info-content .main-content thead tr th:first-child {
    width: 30%;
}

/* Second TD (Brief Content) */
.dashboard-info-content .main-content tbody tr td:nth-child(2),
.dashboard-info-content .main-content thead tr th:nth-child(2) {
    width: 30%;
}

.dashboard-info-content .main-content tbody tr td:nth-child(3),
.dashboard-info-content .main-content thead tr th:nth-child(3) {
    width: 10%;
}

.dashboard-info-content .main-content tbody tr td:nth-child(4),
.dashboard-info-content .main-content thead tr th:nth-child(4) {
    width: 20%;
}

.dashboard-info-content .main-content tbody tr td:last-child,
.dashboard-info-content .main-content thead tr th:last-child {
    width: 10%;
}

.dashboard-info-content .main-content table td,
.dashboard-info-content .main-content table th {
    border: none;
}

.dashboard-info-content .main-content table thead:first-child tr:first-child th {
    border-block-start: none;
}

.dashboard-info-content .main-content table tbody>tr:nth-child(odd)>td,
.dashboard-info-content .main-content table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.dashboard-info-content .main-content thead tr {
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dashboard-info-content .main-content th {
    padding: 0.875rem 1.5rem;
}

.dashboard-info-content .main-content .text-right {
    text-align: right;
}

.dashboard-info-content .main-content tbody {
    font-size: 0.875rem;
    color: #374151;
}

.dashboard-info-content .main-content tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s;
}

.dashboard-info-content .main-content tbody tr:last-child {
    border-bottom: none;
}

.dashboard-info-content .main-content tbody tr:hover {
    background-color: rgba(249, 250, 251, 0.7);
}

.dashboard-info-content .main-content td {
    padding: 1rem 1.5rem;
}

.dashboard-info-content .main-content .font-semibold {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
}

.dashboard-info-content .main-content .truncate-text {
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b7280;
    font-size: 14px;
}

.dashboard-info-content .main-content .date-text {
    color: rgb(51, 51, 51);
    font-size: 13px;
}

/* Badges for status */
.dashboard-info-content .main-content .badge {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: lowercase;
    border: 1px solid transparent;
}

.dashboard-info-content .main-content .badge-pending {
    background-color: #fffbeb;
    color: #b45309;
    border-color: #fde68a;
}

.dashboard-info-content .main-content .badge-pending,
.dashboard-info-content .main-content .badge-publish {
    width: 70px;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 20px;
}

.dashboard-info-content .main-content .badge-publish {
    background-color: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

/* Action Buttons */
.dashboard-info-content .main-content .actions-cell button {
    background: none;
    border: none;
    font-weight: 500;
    font-size: 0.75rem;
    cursor: pointer;
    margin-left: 0.5rem;
}

.dashboard-info-content .main-content .btn-view {
    color: #2563eb;
}

.dashboard-info-content .main-content .btn-view:hover {
    color: #1d4ed8;
}

.dashboard-info-content .main-content .btn-edit {
    color: #059669;
}

.dashboard-info-content .main-content .btn-edit:hover {
    color: #047857;
}

/* Pagination Footer */
.dashboard-info-content .main-content .table-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #6b7280;
}

.dashboard-info-content .main-content .pagination-controls {
    display: flex;
    gap: 0.25rem;
}

.dashboard-info-content .main-content .page-btn {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    padding: 0.375rem 0.625rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #6b7280;
}

.dashboard-info-content .main-content .page-btn:hover {
    background-color: #f9fafb;
}

.dashboard-info-content .main-content .page-btn.active {
    border-color: #2563eb;
    background-color: #eff6ff;
    color: #2563eb;
    cursor: default;
}

/* new deshboard first link end */
/* =================== */

div#teamRowsContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* space-y-4 */
}

.club_registration_form #addTeamRow {
    border-radius: 10px;
    background-color: #fb68181c;
    border: 1px solid #FB6818;
    color: #FB6818;
    padding: 10px 20px;
    margin-top: 20px;
    gap: 7px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.club_registration_form #addTeamRow svg {
    width: 15px;
}

div#teamRowsContainer .rows-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* space-y-4 */
}

div#teamRowsContainer .icon-blue {
    color: #3b82f6;
}

/* Dynamic Rows Layout */
div#teamRowsContainer .team-row {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    position: relative;
    transition: border-color 0.2s;
}

div#teamRowsContainer .team-row:hover {
    border-color: #d1d5db;
}

/* Responsive Form Grid */
div#teamRowsContainer .form-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

div#teamRowsContainer .form-group {
    display: flex;
    flex-direction: column;
}

/* Form Controls */
div#teamRowsContainer .field-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

div#teamRowsContainer .form-control {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: inherit;
    outline: none;
    transition: border-color 0.2s;
}

div#teamRowsContainer .form-control:focus {
    border-color: #3b82f6;
}

/* Buttons */
div#teamRowsContainer .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    border: 1px solid transparent;
}

div#teamRowsContainer .btn-secondary {
    background-color: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
    align-self: flex-start;
}

div#teamRowsContainer .btn-secondary:hover {
    background-color: #dbeafe;
}

div#teamRowsContainer .btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(37, 99, 235, 0.2);
    white-space: nowrap;
}

div#teamRowsContainer .btn-primary:hover {
    background-color: #1d4ed8;
}

/* Dynamic Dynamic Delete Button Rules */
div#teamRowsContainer .inventry-delete-btn {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s;
}

div#teamRowsContainer .inventry-delete-btn svg {
    width: 15px;
}

div#teamRowsContainer .inventry-delete-btn:hover {
    background-color: #fecaca;
}

div#teamRowsContainer .inventry-delete-btn.hidden {
    display: none;
}

.club_registration_form #teamRowsContainer #addTeamRow {
    margin-top: 16px;
}

div#teamRowsContainer .delete-btn i {
    font-size: 0.75rem;
}


div#teamRowsContainer .terms-label {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    cursor: pointer;
    max-width: 28rem;
}

div#teamRowsContainer .terms-text {
    font-size: 0.75rem;
    color: #55584d;
    line-height: 1.25;
}

/* Utility Layout Helper helpers */
div#teamRowsContainer .flex-center {
    display: flex;
    align-items: center;
}

div#teamRowsContainer .gap-2 {
    gap: 0.5rem;
}

/* Animations */
div#teamRowsContainer .dynamic-entry {
    animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stripe-packkage-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stripe-packkage-boxes .package-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stripe-packkage-boxes .package-features li {
    position: relative;
    list-style: none;
    font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    color: #0B2D6E;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 6px;
}

.stripe-packkage-boxes .package-features li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 12L9.5 17L20 6.5' stroke='%236EC1E4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stripe-packkage-boxes button {
    background-color: #EEF6FD;
    width: 100%;
    padding: 15px 0px 15px 0px;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #0B2D6E;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    justify-content: center;
}

.stripe-packkage-boxes button:hover,
.stripe-packkage-boxes button:focus {
    background-color: #0B2D6E;
    color: #fff;
}

.stripe-packkage-boxes button:focus-visible {
    outline: none;
}

.stripe-packkage-boxes .stripe-package:nth-child(2) button:hover {
    background-color: #FB6818;
    color: #fff;
}

.stripe-packkage-boxes .stripe-package {
    border: 1px solid #CCCCCC;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}
.stripe-packkage-boxes .stripe-package #paymentFrequency {
padding: 11px 15px;
    border: 1px solid #cbd5e0 !important;
    color: #2d3748;
    font-size: 14px;
    font-family: "Quicksand", Sans-serif;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
text-transform: capitalize;
}
.stripe-packkage-boxes .stripe-package #paymentFrequency:focus-visible{
	border: 1px solid #cbd5e0 !important;
    outline: none;
}
.stripe-packkage-boxes .stripe-package:nth-child(2) {
    background-color: #0B2D6E;
}

.stripe-packkage-boxes .stripe-package:nth-child(2) h3,
.stripe-packkage-boxes .stripe-package:nth-child(2) p,
.stripe-packkage-boxes .stripe-package:nth-child(2) li {
    color: #fff;
}

.stripe-packkage-boxes .stripe-package h3 {
    font-family: "Fredoka", Sans-serif;
    font-size: 24px;
    color: #0B2D6E;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.stripe-packkage-boxes .stripe-package .currency {
    font-size: 24px;
}

.stripe-packkage-boxes .stripe-package .amount {
    font-size: 40px;
}
.stripe-packkage-boxes .stripe-package .amount span{
	font-size:15px;
}
.stripe-packkage-boxes .stripe-package p {
    font-family: "Fredoka", Sans-serif;
    font-size: 45px;
    color: #0B2D6E;
    font-weight: 600;
    line-height: 2.2rem;
	margin-bottom:20px;
}

/* ==================== */
.ssp-success-box table {
    border: 1px solid #cbd5e1;
    border-radius: 12px;
}

.ssp-success-box table tbody>tr:nth-child(odd)>td,
.ssp-success-box table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.ssp-success-box table tbody>tr:nth-child(odd)>td:hover,
.ssp-success-box table tbody>tr:nth-child(odd)>th:hover {
    background-color: transparent;
}

.ssp-success-box table tr th {
    background-color: #f8fafc !important;
}

@media screen and (max-width: 600px) {
.club_registration_form fieldset.highly-recommended label {
    font-size: 14px;
    line-height: 1.2rem;
}
div#teamRowsContainer .form-group {
    margin-bottom: 0;
}
div#teamRowsContainer .form-grid {
    grid-template-columns: repeat(1, 1fr);
	}
.club_registration_form .form-group p{
	font-size: 80%;
}
	.club-join-table tr{
		background:transparent !important;
        box-shadow: none !important;
	}
	.club-join-table tbody td{
		border-radius:12px;
margin-bottom:10px;
border-bottom-color:hsla(0, 0%, 50%, .502) !important;
	}
	.dashboard{
		display:block;
	}
	#deshboard-topbar{
		position:inherit;
		display: block;
	}
	#deshboard-topbar .top-header-headings{
		padding-bottom:15px;
	}
#deshboard-topbar .top-header-headings .banner-title,
#deshboard-topbar .top-header-headings
 {
    text-align:center;
}
#deshboard-topbar .top-actions {
    justify-content: center;
}
	.club-cards-container{
		    max-width: 100%;
padding: 15px;
	}
	.dashboard #all_events .event-grid{
		padding: 15px;
	}
	.dashboard-info-content .main-content .metrics-grid{
		grid-template-columns: repeat(1, 1fr);
	}
#deshboard-overview .content-container, .quiz-container, .event-container, .calender-container, .club-cards-container, .club-membership-container,
.club-post-form .club-note-container, .club-post-form .club-post-data{
	padding:15px;
	}
#sportsQuiz .step, .add_events .all-form-fields, .my-clubs-wrapper .all-club-card .all-club-card-list {
    margin-top: 20px;
}
.add_events .row {
    display: block;
    gap: 30px;
}
	.dashboard .mobile-dashboard-header .primary-btn{
		background-color:#fff;
border-color:#fff;
color:#0B2D6E;
	}
	.deshboard-event #deshboard-topbar,
#all_events #deshboard-topbar,
.deshboard-calender #deshboard-topbar,
.club-post-form #deshboard-topbar,
#deshboard-topbar .top-actions,
.deshboard-club-membership-for-family #deshboard-topbar{
		display:none;
	}
	#deshboard-topbar .top-header-headings{
		padding-bottom: 0px;
	}
	#cem-calendar .fc-header-toolbar .fc-toolbar-title,
#cem-calendar .fc-today-button{
		font-size:13px;
	}
.dashboard .main-content,
.dashboard #all_events,
.deshboard-calender,
.club-post-form { 
    width: 100%;
}
.dashboard .table-responsive,
.dashboard .table {
    width: 100%;
    overflow-x: auto;
}
.dashboard-info-content .main-content .table-footer {
    flex-direction: column;
}
	.dashboard-info-content .main-content .table-footer #paginationInfo{
		margin-bottom:15px;
	}
.deshboard-event, .deshboard-quiz, .deshboard-club-membership-for-family {
    width: 100%;
}
    #all_events .event-grid {
        display: block;
    }

    #all_events .event-grid .card-content {
        height: auto;
    }

    #all_events .event-grid .event-card {
        margin-bottom: 30px;
    }

    #all_events .event-grid .card-content .actions {
        position: static;
    }

    /* BROWSE BT SPORT START*/
    .browse_by_sport {
        grid-template-columns: repeat(2, 1fr);
    }

    .browse_by_sport .card {
        padding: 14px 14px;
    }

    /* BROWSE BT SPORT END*/
    /* 	===================== */
    /* CLUB CATEGORY START*/
    .club-category {
        padding: 0 15px;
    }

    .club-category .banner {
        height: 200px;
    }

    .club-category .banner h1 {
        font-size: 35px;
    }

    .club-category .clubs-grid {
        display: block;
    }

    .club-category .clubs-grid .club-item {
        margin-bottom: 30px;
    }

    /* CLUB CATEGORY END*/
    /* 	================== */
    /* CLUB LIST START */
    .featured-clubs .club-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* CLUB START END */
    /* 	============== */
    /* ALMATCHME START */
    .ai_match_me .filter-row {
        display: block;
    }

    .ai_match_me .filter-row .select-wrapper {
        margin-bottom: 15px;
    }

    .ai_match_me {
        padding: 22px 18px;
    }

    /* ALMATCHME END */
    /* 	============ */
    /* SINGLE EVENT PAGE START */
    .event-hero img {
        object-fit: cover;
        width: 100%;
        height: 420px;
    }

    .event-hero .hero-content {
        padding: 15px;
    }

    .event-hero .hero-title {
        font-size: 30px;
        padding: 10px 0;
    }

    .page-wrap {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        display: block;
    }

    .related-section .related-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 35px !important;
    }

    .related-section {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-wrap .left_content .about-text p {
        font-size: 16px;
    }

    .page-wrap .left_content .section-label,
    .page-wrap .left_content .section-title,
    .page-wrap .left_content .about-text {
        text-align: center;
    }

    .page-wrap .left_content .highlights {
        display: block;
    }

    .page-wrap .left_content .highlight-item {
        margin-bottom: 20px;
    }

    .map_outer p {
        text-align: center;
    }

    #single_event_page .sidebar {
        margin-top: 40px;
    }

    .cem-contact-form {
        padding: 20px;
    }

    /* SINGLE EVENT PAGE END */
    /* 	================ */
    /* SINGLE CLUB PAGE START */
    #single_club_page .club-image img {
        height: 300px;
    }

    #single_club_page .club-layout {
        display: block;
    }

    .club-layout .card {
        padding: 20px;
    }

    .club-layout .card .club-top h1 {
        font-size: 30px;
    }

    .club-layout .card .club-top p {
        margin-bottom: 0;
    }

    .club-layout .card .rating_price_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 16px 0;
    }

    .club-layout .card .rating_price_row .rating-row {
        width: fit-content;
        justify-content: center;
        margin-bottom: 10px;
        margin: 0;
    }

    .club-layout .card .rating_price_row .rating-row svg {
        width: 14px;
    }

    .club-layout .card .rating_price_row .price {
        width: fit-content;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .club-layout .club-card .reply-box {
        font-size: 12px;
    }

    .club-layout .club-card .reply-box img {
        width: 5px;
    }

    .club-layout .club-card .stats {
        gap: 10px;
    }

    .club-layout .club-card .stats h3 {
        font-size: 18px;
    }

    .club-layout .club-card .stats p {
        font-size: 14px;
    }

    .section-card h2 {
        font-size: 25px;
    }

    .section-card .feature-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-card .cta-box h2 {
        margin-top: 0;
    }

    .section-card .cta-box .cta-buttons {
                display: grid;
        gap: 0px;
    }

    .section-card .cta-box .cta-buttons button {
        width: 200px;
    }

    .section-card .cta-box .btn-light {
        margin-bottom: 16px;
        transition: all .4s ease;
    }

   #single_club_page .club-layout .sidebar {
        position: inherit;
        top: inherit;
        height: inherit;
        margin-top: 50px;
margin-bottom: 0px;
	   padding-bottom:50px;
    }

    .club-layout .card .grid2-col {
        grid-template-columns: repeat(1, 1fr);
    }

    /* SINGLE CLUB PAGE END */
    /* ========================= */
    /* DESHBOARD START */
    .dashboard .cards {
        grid-template-columns: 1fr;
    }

    .dashboard .main-content {
        padding: 0;
    }

    .dashboard .topbar h1 {
        font-size: 24px;
    }

    .dashboard .card h2 {
        font-size: 34px;
    }

    .dashboard .menu li {
        font-size: 14px;
    }

    /* DESHBOARD END */
    /* ===================== */
    /* FIND CLUB START */

    .find_club_filter-layout {
        display: block;
    }

    .find_club_filter .filter-sidebar {
        position: inherit;
    }

    .find_club_filter .results-view {
        margin-top: 40px;
    }

    /* FIND CLUB END */
    /* 	================= */
    /* Club Registration start*/
    .club_registration_form {
        max-width: 95%;
    }

    .club_registration_form .grid-2col,
    .club_registration_form .grid-3col {
        display: block;
    }

    .club_registration_form h2 {
        font-size: 28px;
        margin-top: 0;
    }

    .club_registration_form {
        padding: 25px 15px;
    }

    .club_registration_form .training-days {
        display: block;
    }

    .club_registration_form .training-days label {
        margin-bottom: 10px;
    }

    /* Club Registration end*/
    /* 	=========================== */
    /* stripe-package-boxes start */
    .stripe-packkage-boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    .stripe-packkage-boxes .stripe-package .amount {
        font-size: 45px;
    }

    .stripe-packkage-boxes .stripe-package h3 {
        font-size: 18px;
    }

    /* stripe-package-boxes end */
}

@media screen and (min-width: 600px) and (max-width:992px) {

	.dashboard .sidebar {
    width: 30%;
}
	.dashboard-info-content .main-content table{
		white-space:nowrap;
	}
.dashboard .main-content,
.dashboard #all_events,
.deshboard-calender, .club-post-form,
 .deshboard-quiz,
.deshboard-club-membership-for-family
 {
    width: 70%;
}
	.club-join-table tbody td{
		border-bottom-color:hsla(0, 0%, 50%, .502) !important;
	}
#deshboard-overview .content-container, 
.quiz-container, .event-container, 
.calender-container, 
.club-cards-container, 
.club-membership-container,
.dashboard #all_events .event-grid,
.club-post-form .club-note-container{
	padding:20px;
	}
    .dashboard .table-responsive, .dashboard .table {
        width: 100%;
        overflow-x: auto;
    }
	.club-join-table tr{
		background:transparent !important;
		box-shadow:none !important;
	}
.club-join-table tbody td {
    border-radius: 12px;
    margin-bottom: 15px;
}
.dashboard-info-content .main-content .metrics-grid {
    grid-template-columns: repeat(1, 1fr);
}
    #all_events .event-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 15px;
        padding-right: 15px;
    }

    /* CLUB CATEGORY START*/
    .club-category {
        padding: 0 20px;
    }

    .club-category .clubs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CLUB CATEGORY END*/
    /* 	================== */
    /* CLUB LIST START */
    .featured-clubs .club-grid {
        display: block;
    }

    .featured-clubs .club-card {
        margin-bottom: 30px;
    }

    /* CLUB START END */

    /* 	============= */
    /* 	SINGLE CLUB START */
    #single_club_page .club-layout {
        display: block;
        margin-bottom: 0;
    }

   #single_club_page .club-layout .sidebar {
        position: inherit;
        top: inherit;
        height: inherit;
        margin-top: 40px;
        padding-bottom: 60px;
    }
	.sidebar .trust-card .base-fee{
    display: flex;
    justify-content: space-between;
	}
	.sidebar .trust-card .base-fee div{
		display: grid;
	}
    /* SINGLE CLUB END */
    /* 	============ */
    /* SINGLE CLUB START */
    #single_event_page .page-wrap {
        width: auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    #single_event_page .related-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    #single_event_page .related-section {
        width: auto;
    }

    #single_event_page .related-section .related-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
    }

    #single_event_page .sidebar {
        margin-top: 30px;
    }

    #single_event_page .sidebar .cem-contact-form {
        width: 100%;
        max-width: 100%;
    }

    /* SINGLE EVENT END */
    /* 	==================== */
    /* FIND CLUB START */
    .find_club_filter-layout {
        grid-template-columns: 250px 1fr;
    }

    /* FIND CLUB END */
    /* 	============== */
    /* browse_by_sport start */
    .browse_by_sport {
        grid-template-columns: repeat(4, 1fr);
    }

    /* browse_by_sport end */
}
/* ====================== */
/* deshboard mobile start */
/*==========================
Mobile
==========================*/
/* COMPARE CLUB START */
.club-card-actions{
    display:flex;
    gap:10px;
    align-items:center;
    margin-top:14px;
    flex-wrap:wrap;
justify-content: space-between;
width:100%;
}
.club-card-actions .enquire-btn{
    flex:1;
}
.club-card-actions .club-compare-btn {
    transition: .2s ease;
    padding: 8px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    width: 35%;
    border-color: #777;
    color: #777;
}

.club-card-actions .club-compare-btn:hover,
.club-card-actions .club-compare-btn:focus,
.club-card-actions .club-compare-btn.is-selected{
    background:#13295b;
border-color: #13295b;
    color:#fff;
}
.club-compare-btn .compare-check{
    display:none;
}
.club-compare-btn.is-selected .compare-check{
    display:inline;
}
.club-compare-bar{
font-family: "Quicksand", Sans-serif;
    position:fixed;
    left:50%;
    bottom:18px;
    transform:translateX(-50%);
    width:min(920px,calc(100% - 30px));
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.18);
    padding:12px 16px;
    z-index:99998;
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}
.club-compare-bar.is-visible{
    display:flex;
}
#club-compare-bar .club-compare-summary{
      display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: column;
}
#club-compare-bar .club-compare-count{
 font-weight: 700;
    color: #111827;
    font-size: 20px;
    text-transform: capitalize;
}
#club-compare-bar .club-compare-names{
    color:#6b7280;
    font-size:14px;
}
#club-compare-bar .club-compare-actions{
    display:flex;
    gap:8px;
    flex-shrink:0;
}
#club-compare-bar .club-compare-view,
#club-compare-bar .club-compare-clear,
#club-compare-bar .club-compare-close{
    border:0;
    border-radius:7px;
    padding:10px 14px;
    font-weight:600;
    cursor:pointer;
}
#club-compare-bar .club-compare-view{
    background:#13295b;
    color:#fff;
}
#club-compare-bar .club-compare-clear,
#club-compare-bar .club-compare-close{
    background:#f3f4f6;
    color:#374151;
}

.club-compare-modal{
font-family: "Quicksand", Sans-serif;
    position:fixed;
    inset:0;
    background:rgba(17,24,39,.65);
    z-index:99999;
    display:none;
    padding:30px 15px;
    overflow:auto;

}
.club-compare-modal.is-open{
    display:block;
}
.club-compare-dialog{
    width:min(1100px,100%);
    margin:0 auto;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.club-compare-header{
    padding:18px 22px;
    border-bottom:1px solid #e5e7eb;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
.club-compare-header h2{
    margin:0;
    font-size:22px;
}
.club-compare-close{
    font-size:20px;
    line-height:1;
    padding:8px 11px;
}
.club-compare-table-wrap{
    overflow-x:auto;
}
.club-compare-table{
    width:100%;
    min-width:720px;
    border-collapse:collapse;
}
.club-compare-table th,
.club-compare-table td{
    border-bottom:1px solid #e5e7eb;
    border-right:1px solid #e5e7eb;
    padding:14px;
    text-align:left;
    vertical-align:top;
}
.club-compare-table th:last-child,
.club-compare-table td:last-child{
    border-right:0;
}
.club-compare-table th{
    background:transparent;
    font-weight:700;
    width:60px;
	padding:18px 22px;
}
#club-compare-content table tbody>tr:nth-child(odd)>td, 
#club-compare-content table tbody>tr:nth-child(odd)>th,
#club-compare-content table tbody tr:hover>td,
#club-compare-content table tbody tr:hover>th {
    background-color: transparent;
}

.club-compare-table .compare-club-head{
    min-width:210px;
    text-align:center;
	position:relative;
}
.club-compare-table .club-compare-club-image{
    width:100%;
    height:150px !important;
    object-fit:cover;
    border-radius:10px;
    display:block;
    margin:0 auto;
}
.club-compare-table .club-compare-club-name{
display: block;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    margin-bottom: 8px;
    text-align: left;
    font-size: 20px;
    padding-top: 15px;
}
.club-compare-table .club-compare-remove{
    border:0;
    background:#e5e7eb;
    color:#000;
    border-radius:6px;
       padding: 6px 9px 2px 9px;
    font-size:12px;
    cursor:pointer;
    position: absolute;
    top: 23px;
    right: 30px;
}
#club-compare-modal .club-compare-close{
    background:#e5e7eb;
    color:#000;
border: 1px solid #000;
}
.club-compare-table .club-compare-remove:hover{
    background:border: 1px solid #777;#e5e7eb;
    color:#000;
}
.club-compare-empty{
    padding:35px 20px;
    text-align:center;
    color:#6b7280;
}
/* COMPARE CLUB END */
@media(max-width:600px){
#deshboard-overview .content-container, .quiz-container, .event-container, .calender-container, .club-cards-container, .club-membership-container, #club-feedback{
max-width: 100%;
    padding: 2rem 15px;
	}
#club-feedback .rating-wrapper svg {
    width: 15px;
}
#club-feedback .rating-wrapper #ratingDisplay {
    font-size: 13px;
}
	.event-hero{
		height:350px;
	}
.dashboard{
    position:relative;
}

/* Top Header */

.dashboard .mobile-dashboard-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 20px;
    background:#0B2D6E;
    color:#fff;
    position:sticky;
    top:0;
    z-index:999;
}
	.dashboard .mobile-dashboard-header h3{
		font-size:18px;
	}
.dashboard .menu-toggle{
    background:none;
    border:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
    line-height:1;
	padding:0;
}


/* Sidebar */

.dashboard .sidebar{
    position:fixed;
    top:0;
    left:-320px;
    width:280px;
    max-width:85%;
    height:100vh;
    z-index:9999;
    transition:.35s ease;
    box-shadow:0 0 25px rgba(0,0,0,.2);
    overflow-y:auto;
}

.dashboard .sidebar.open{
    left:0;
}


/* Overlay */

.dashboard .sidebar-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}
.dashboard .sidebar-overlay.show{
    opacity:1;
    visibility:visible;
}


/* Make content full width */

.dashboard .dashboard-content{
    width:100%;
}

}
