html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}




/*SNACKBAR*/
.snackbar-content-action {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 16px;
    margin-inline-start: auto;
    margin-inline-end: -8px;
    padding-inline-start: 16px;
    padding-inline-end: unset;
}

.svgCloseButton {
    cursor: pointer;
    flex: 0 0 auto;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0ms;
    border-radius: 50%;
}

.svgCloseIcon {
    width: 1em;
    height: 1em;
    display: inline-block;
    transition: fill 200ms cubic-bezier(.4,0,.2,1) 0ms;
    flex-shrink: 0;
    user-select: none;
    vertical-align: revert;
}

#snackbar-container {
    position: fixed;
    z-index: 1500;
    pointer-events: none;
    bottom: 50%;
    right: 24px;
}

.snackItem {
    display: flex;
    flex-grow: initial;
    padding: 6px 16px;
    align-items: center;
    position: relative;
    pointer-events: auto;
    font-weight: 400;
    line-height: 1.43;
    overflow: hidden;
    margin-top: 16px;
    min-width: 288px;
    max-width: 500px;
    border-radius: var(--default-borderradius);
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}

.snackItem {
    background: #fff;
}

    .snackItem.normal {
        color: #fff;
        background-color: rgb(46,46,46);
    }

    .snackItem.info {
        color: #fff;
        background-color: rgb(12,128,223);
    }

    .snackItem.success {
        color: #fff;
        background-color: rgb(0,163,68);
    }

    .snackItem.warning {
        color: #fff;
        background-color: rgb(214,129,0);
    }

    .snackItem.error {
        color: #fff;
        background-color: rgb(242,28,13);
    }
/*END SNACKBAR*/

.closeButton {
    position: absolute;
    top: 17px;
    right: 15px;
    height: 20px;
    width: 20px;
    padding: 3px;
    cursor: pointer;
    background: url(/Images/cross_black.png) no-repeat 50% 50%;
}


.logout-icon {
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

    .logout-icon:hover {
        color: orange;
    }

.profile-summary {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.avatar {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.player-name {
    font-weight: bold;
}

.player-age {
    font-size: 12px;
    color: #666;
}

.score-summary {
    margin-bottom: 20px;
}

.score-label {
    font-weight: bold;
    font-size: 18px;
}

    .score-label span {
        color: orange;
    }

.score-desc {
    font-size: 12px;
    color: #888;
}

.category-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-weight: bold;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-left: 5px solid;
}

.test-details {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    margin: 20px;
}

.test-number {
    color: orange;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.test-details h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.test-params {
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.test-field {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.test-details p {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .input-group label {
        display: block;
        font-size: 12px;
        color: #555;
        margin-bottom: 5px;
    }

    .input-group input {
        width: 100%;
        padding: 10px;
        border: 2px solid #00f;
        border-radius: 5px;
    }

.save-btn {
    background: orange;
    color: white;
    margin-bottom: 40px;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
}

.menu-item.active {
    color: orange;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
}

.tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.tab {
    color: #666;
    cursor: pointer;
}

    .tab.active {
        color: orange;
        border-bottom: 2px solid orange;
        padding-bottom: 2px;
    }

.card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.card-header {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.card-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.card-desc {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 15px;
}

.score {
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-value {
    background: black;
    color: white;
    padding: 10px 20px;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
}

.improve-btn {
    background: orange;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    cursor: pointer;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

    .bottom-nav div {
        text-align: center;
        font-size: 12px;
        color: #555;
    }

.container {
    padding-bottom: 80px; 
}


.welcome-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; 
    background: linear-gradient(135deg, #f9f9f9, #fff);
    text-align: center;
    padding: 20px;
}

    .welcome-screen img {
        max-width: 200px;
        margin-bottom: 30px;
        animation: float 3s ease-in-out infinite;
    }


    .welcome-screen h1 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #333;
    }

        .welcome-screen h1 span {
            color: orange;
        }

    .welcome-screen button {
        background: orange;
        color: white;
        border: none;
        padding: 12px 30px;
        font-size: 16px;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: background 0.3s ease;
    }

        .welcome-screen button:hover {
            background: darkorange;
        }

.welcome-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f9f9f9, #f0f0f0);
}

.welcome-image-wrapper img {
    max-width: 200px;
    margin-bottom: 30px;
}

.welcome-screen h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .welcome-screen h1 span {
        color: orange;
    }

.welcome-screen button {
    background-color: orange;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .welcome-screen button:hover {
        background-color: darkorange;
    }

.admin-dashboard {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.admin-content{
    margin-bottom:100px;
}


.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dashboard-header img {
        width:60px;
    }


    .dashboard-header button {
        border: 2px solid #333;
        background: transparent;
        padding: 8px 16px;
        border-radius: 20px;
        cursor: pointer;
    }

.stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.stat-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: orange;
}

.stat-label {
    font-size: 16px;
    color: #555;
}

.admin-nav {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #ccc;
    z-index: 1000;
}

.admin-nav-item {
    font-size: 14px;
    padding: 10px 0;
    color: #555;
}

    .admin-nav-item.active {
        color: orange;
        font-weight: bold;
    }

.logout-btn {
    border: 1px solid #ff8c00;
    background: transparent;
    color: #ff8c00;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .logout-btn:hover {
        background: #ff8c00;
        color: #fff;
        transform: translateY(-2px);
    }

    .logout-btn:active {
        transform: translateY(0);
    }


/* dialog window*/
.dialog-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.3s ease-out;
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
    margin-bottom:80px;
}
.dialog-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.form-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.dialog-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.primary-btn {
    background: #ff8c00;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}

.secondary-btn {
    background: transparent;
    border: 1px solid #ff8c00;
    color: #ff8c00;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}



/* dialog window end*/



/*ADMIN CLUBS*/
.add-club-btn {
    background: #ff8c00;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

    .add-club-btn:hover {
        background: #e67600;
    }

.confirm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.confirm-content {
    background: white;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.confirm-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.confirm-btn, .cancel-btn {
    background: #ff8c00;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

    .confirm-btn:hover {
        background: #e67600;
    }

.cancel-btn {
    background: #aaa;
}

    .cancel-btn:hover {
        background: #888;
    }

.delete-btn {
    background: #d9534f;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .delete-btn:hover {
        background: #c9302c;
    }

.section-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    margin-top:20px;
}

.club-card {
    background: linear-gradient(135deg, #fff, #f9f9f9);
    border-left: 6px solid #ff8c00;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .club-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    }

.club-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.club-name {
    font-size: 20px;
    font-weight: bold;
    color: #ff8c00;
}

.club-email {
    font-size: 14px;
    color: #555;
}

.club-details div {
    font-size: 14px;
    color: #555;
    margin: 4px 0;
}

.club-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    justify-content: space-evenly;
}

    .club-actions button {
        background: #ff8c00;
        color: #fff;
        border: none;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 13px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .club-actions button:hover {
            background: #e67600;
        }


/*ADMIN CLUBS END*/


/*Header*/
.club-selector {
    width: 35%;
    max-width: 300px;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    outline: none;
    display: block;
}

    .club-selector:focus {
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);
    }

    .club-selector option {
        padding: 10px;
        font-size: 14px;
    }
/*Header END*/


/*TEAM FORM*/
.team-form {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.form-group-team {
    margin-bottom: 16px;
}

.input-field {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

/*TEAM FORM END*/


/*SESSION FORM*/
.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

    .form-group label {
        font-weight: 600;
        margin-bottom: 6px;
        color: #333;
    }

.form-control {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

    .form-control:focus {
        border-color: #ff8c00;
        outline: none;
    }

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.btn {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.btn-success {
    background-color: #28a745;
    color: white;
}

    .btn-success:hover {
        background-color: #218838;
    }

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover {
        background-color: #5a6268;
    }
/*SESSION FORM END*/



/*CLUB TEAMS */
.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px;
    justify-content: center;
}

.team-card {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.team-initial {
    width: 48px;
    height: 48px;
    background-color: #ff8c00;
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.edit-btn, .delete-btn {
    background: mediumblue;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.team-details h4 {
    margin: 0 0 6px 0;
}

.team-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}


.add-card {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #ff8c00;
    color: white;
    font-weight: bold;
    text-align: center;
}

    .add-card:hover {
        background-color: #e67600;
    }

.add-icon {
    font-size: 32px;
    margin-bottom: 6px;
}

.delete-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.delete-dialog {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    max-width: 360px;
    text-align: center;
}

.dialog-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.dialog-btn {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

    .dialog-btn.confirm {
        background-color: #dc3545;
        color: white;
    }

    .dialog-btn.cancel {
        background-color: #6c757d;
        color: white;
    }

    .dialog-btn.confirm:hover {
        background-color: #c82333;
    }

    .dialog-btn.cancel:hover {
        background-color: #5a6268;
    }

.members-btn {
    background-color: #ff8c00;
}

/*CLUB TEAMS END */


/*TEAM MEMBERS */


/*CLUB SESSIONS END*/

/*USER PROFILE*/
.profile-container {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    max-width: 500px;
    margin: 0 auto;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.profile-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ff8c00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.profile-info h3 {
    margin: 0;
    color: #333;
    max-width:100px;
}

.profile-info p {
    color: #555;
}

.profile-details h4 {
    color: #ff8c00;
    margin-bottom: 12px;
}

.profile-detail-item {
    margin-bottom: 12px;
}

    .profile-detail-item label {
        font-weight: bold;
        color: #333;
        display: block;
    }

    .profile-detail-item p {
        color: #555;
        margin: 4px 0 0 0;
    }

.back-btn {
    background: transparent;
    border: 1px solid #ff8c00;
    color: #ff8c00;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

    .back-btn:hover {
        background: #ff8c00;
        color: #fff;
    }

.edit-btn, .save-btn, .cancel-btn {
    border: 1px solid #ff8c00;
    background: transparent;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 8px;
    color:black;
}

    .edit-btn:hover, .save-btn:hover {
        background: #ff8c00;
        color: #fff;
    }

.cancel-btn {
    border-color: #aaa;
    color: #aaa;
}

    .cancel-btn:hover {
        background: #aaa;
        color: #fff;
    }

/*USER PROFILE END*/


/*REGISTER USER MODAL*/

.upload-area {
    text-align: center;
    position: relative;
}

.upload-placeholder {
    display: inline-block;
    cursor: pointer;
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
    transition: background 0.3s;
}

    .upload-placeholder:hover {
        background: #f0f0f0;
    }

.upload-placeholder-text {
    color: #888;
    font-size: 16px;
}

.preview-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: auto;
}

.hidden-file-input {
    display: none;
}

/*REGISTER USER MODAL END*/


/*CLUB MEMBERS*/


/*CLUB MEMBERS END*/




/*ADMIN USERS END*/