﻿.custom-container {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    height: 100vh; 
    padding: 6rem; 
}

.card {
    position: relative; 
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 100%;
    max-width: 600px; 
    padding: 2rem; 
}

.card-header {
    font-size: 1.5rem; 
    font-weight: 500;    
    padding: 1rem;
    text-align: center; 
    position: relative;
}

.card-body {
    padding: 1.5rem; 
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-link {
    color: #007bff;
    font-size: 0.875rem;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.validation-message {
    display: block;
    color: #dc3545; 
    font-size: 80%;
    margin-top: 0.25rem;
}

.spacing {
    margin-top: 1rem; 
}

.title-text {
    text-align: center; 
}

/* Custom button styles for MudButton */
.mud-button-primary {    
    border-color: #007bff !important;
}

.mud-button-primary:hover {
    background-color: #0056b3 !important; /* Darker shade on hover */
}

.mud-text-field .mud-input-root .mud-input-error {
    color: #dc3545; /* Error message color */
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.admin-table {
    margin-top: 1rem;
}

.action-button {
    margin-right: 0.5rem;
}

.dashboard-button {
    margin-bottom: 1rem;
}