﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #00a8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.btn-primary {
    background: #00a8ff;
    border-color: #00a8ff;
}

.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;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
.container-xxxl {
    max-width: 1600px; /* adjust as needed */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap; /* allows tags to wrap to next line if needed */
    gap: 8px; /* space between tags */
    margin-top: 10px;
}

.tag {
    display: inline-flex;
    align-items: center;
    background-color: #1976d2; /* Material blue */
    color: white;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 0.9rem;
    white-space: nowrap; /* keeps tag text in one line */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}

    .tag:hover {
        background-color: #1565c0;
    }

.remove-btn {
    background: transparent;
    border: none;
    color: white;
    font-weight: bold;
    margin-left: 6px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
}

    .remove-btn:hover {
        color: #ffb3b3; /* light red hover */
    }

/* Remove default underline */
.nav-tabs {
    border-bottom: none !important;
}

    /* Base tab look */
    .nav-link {
        border: none !important;
        border-radius: 0.75rem !important;
        padding: 1rem 1.25rem !important;
        color: #6c757d !important; /* muted gray */
        background-color: transparent !important;
        transition: all 0.3s ease;
    }

        /* Active tab */
     .nav-link.active {
            background-color: #e9f2ff !important; /* light blue */
            color: #0d6efd !important; /* bootstrap primary */
            font-weight: 600 !important;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        }

        /* Hover */
        .nav-link:hover {
            background-color: #f8f9fa !important;
            color: #0d6efd !important;
        }


.profile-avatar:hover .edit-icon {
    opacity: 1;
}

.nav-tabs .nav-link {
    transition: all 0.3s ease;
}

    .nav-tabs .nav-link.active {
        background-color: #0d6efd; /* Bootstrap primary */
        color: #fff !important;
        border-color: #0d6efd;
    }

    .nav-tabs .nav-link:hover {
        background-color: #e9ecef;
    }

@media (max-width: 576px) {
    .nav-tabs .nav-link {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .nav-tabs .tab-icon i {
        font-size: 2rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }
}
.social-login-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Mobile: 1 per row */
    gap: 1rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .social-login-grid {
        grid-template-columns: repeat(2, 1fr); /* Large screens: 2 per row */
    }
}

.social-login-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

/* Base button style */
.social-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .social-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

/* Logo */
.social-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* Text */
.social-text {
    font-size: 1rem;
    color: #222;
    font-weight: 500;
    white-space: nowrap;
}

/* Provider-specific subtle border accents (optional) */
.social-btn.google {
    border-color: #db4437;
}

.social-btn.facebook {
    border-color: #1877f2;
}

.social-btn.linkedin {
    border-color: #0a66c2;
}

.social-btn.github {
    border-color: #333;
}

/* Responsive design */
@media (max-width: 768px) {
    .social-btn {
        font-size: 0.95rem;
        border-radius: 8px;
        padding: 0.6rem;
    }

    .social-icon {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .social-btn {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .social-icon {
        margin-bottom: 4px;
    }
}
.back-home-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}

.back-home-link {
/*    color: #0d6efd;*/
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    font-size: 1rem;
}

    .back-home-link:hover {
/*        color: #0a58ca;*/
        text-decoration: underline;
    }
.separator-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #6b7280; /* soft grey */
    font-weight: 500;
}

    .separator-with-text::before,
    .separator-with-text::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .separator-with-text:not(:empty)::before {
        margin-right: 0.75em;
    }

    .separator-with-text:not(:empty)::after {
        margin-left: 0.75em;
    }



.hover-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}



/* Tag styling */
/*.tags-container .tag {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
}*/

    .tags-container .tag .btn-close {
        margin-left: 0.5rem;
        opacity: 0.6;
    }

        .tags-container .tag .btn-close:hover {
            opacity: 1;
        }

/*
.radzen-html-editor-content ul {
    list-style-type: disc !important;
    margin-left: 1.5em !important;
    padding-left: 1.5em !important;
}

.radzen-html-editor-content ol {
    list-style-type: decimal !important;
    margin-left: 1.5em !important;
    padding-left: 1.5em !important;
}*/

/*.auth-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/ /* full height */
    /*width: 100vw;*/ /* full width */
    /*background-color: #f8f9fb;
    overflow: hidden;
}

.auth-container {
    width: 100%;
    max-width: 900px;
    min-height: 500px;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.auth-left {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-right {
    background: linear-gradient(145deg, var(--rz-primary), var(--rz-primary-dark));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-welcome {
    max-width: 80%;
    margin: auto;
}*/
