﻿.unauthorized-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60vh;
    padding: 3rem 1rem;
    color: #424242;
}

.unauthorized-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e53935; /* red circle */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 20px rgba(229, 57, 53, 0.3);
}

.unauthorized-title {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    font-size: 2rem;
    color: #555555;
}

.unauthorized-subtitle {
    margin: 0;
    font-size: 1rem;
    color: #757575;
}
