﻿:root {
    --theme-primary: #d8f5c0;
    --theme-primary-light: #8cc45f;
    --theme-primary-dark: #73bc38;
    --theme-primary-bg: #dddddd /*#e7f7db*/;
    --color-font: #ffffff;
    --theme-primary-kamoku: #f9f9f9;
    --theme-primary-kamoku-chara: var(--theme-primary-dark);
    --theme-primary-uke: var(--theme-primary);
    --theme-primary-uke-chara: var(--theme-primary-dark);
    --theme-primary-uke-border: 2px solid var(--theme-primary-dark);
    --theme-primary-uke-hover: #f2c2d1;
    --theme-primary-yoya: #8cc45f;
    --theme-primary-yoya-chara: #ffffff;
    --theme-primary-yoya-border: 2px solid #9ca3af;
    --theme-primary-yoya-hover: #73bc38;
    --color-font: #6c6c6c;
    --color-status: #eeeeee;
}

.fontwhite {
    color: var(--color-font);
}

.btn-info, .btn-success, .login-button, .lbtn, .calendar-nav-btn, .calendar-title {
    background: var(--theme-primary-yoya);
    color: #ffffff;
}

.entry-button {
    color: var(--theme-primary-dark);
    border: 2px solid var(--theme-primary-dark);
}
.section h2, .rsv_status {
    color: var(--theme-primary-dark);
}
.forgot-password-link {
    color: var(--theme-primary-dark);
}

.department-card {
    border: 1px solid var(--theme-primary-dark);
}

.status-message {
    border-left: 4px solid var(--theme-primary-dark);
}
@media (min-width: 1080px) {
    .status-message {
        border-left: 0px;
    }
}

.details {
    background-color: var(--color-status);
}

