/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
.button-create {
    padding: 12px;
    font-size: 12px;
    border: 1px solid black;
    margin: 10px 0px 10px 0px;
}
.button-create a {
    text-decoration: none;
}
.ok-notice {
    background-color: #00FF00;
    padding: 10px;
    border: 1px solid;
}
.dark-mode {
    background-color: black;
    color: white;
}
.dark-mode a {
    color: #0096bf;
}
.dark-mode input[type="text"], .dark-mode textarea {
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #555;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dark-mode button {
    background-color: #333;
    color: #CCC;
}
.dark-mode button {
    color: #e0e0e0;
}
