@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f0f0f0;
    background-color: #121212;
}

h1:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #e0e0e0;
}

a, .btn-link {
    color: #4da3ff;
}

.btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

    .btn-primary:hover {
        background-color: #0056b3;
        border-color: #004494;
    }

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #ff4d4d;
}

.validation-message {
    color: #ff4d4d;
}

#blazor-error-ui {
    background: #333;
    color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
    }

/* Vibe Club Custom Styles */

.bg-dark-vibe {
    background-color: #1a1a1a;
}

.bg-black-vibe {
    background-color: #0a0a0a;
}

.text-blue-vibe {
    color: #4da3ff;
}

.border-blue-vibe {
    border: 1px solid #4da3ff;
}

.vibe-card {
    background-color: #212529;
    border: 1px solid #343a40;
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .vibe-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(77, 163, 255, 0.2);
        border-color: #4da3ff;
    }

.hero-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 4rem 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border-bottom: 3px solid #0069d9;
}

.vibe-glow {
    text-shadow: 0 0 10px rgba(77, 163, 255, 0.5);
}
