/* Updated CSS to align button to the right */
.asphalt-logout-button-container {
    text-align: right;
    margin-top: 10px; /* Adjust as needed */
    margin-bottom: 10px; /* Adjust as needed */
}

.asphalt-logout-button {
    background-color: #f44336 !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
    cursor: pointer !important;
    border-radius: 5px !important;
}

.asphalt-logout-button:hover {
    background-color: #d32f2f !important;
}
