﻿.apiKeyInputText {
    font-size: 14px;
}

#apiKeyInput {
    max-width: 80%; /* Ensure full width on smaller screens */
}

.copy-notification,
.regenerate-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.show-notification {
    display: block !important;
    opacity: 1 !important;
}

.fade-out {
    opacity: 0 !important;
}
