/* Desing-Name: Standart */
/* Author: Offical */
/* Desing-Thumbnail-color: #dce5da*/
/* Desing-Thumbnail-Image: none*/
/* Desing-spot-number: 1 */

:root {
    --background-color: #dce5da;
    --background-image: url();
    --background-image-blur: 0px;
    --primary-color-main: rgb(0, 0, 0);
    --primary-hover-color-main: rgb(196, 196, 196);

    --box-shadow-color: rgba(0, 0, 0, 0.1);

    --card-text-color: black;
    --card-background-color: rgb(158, 172, 169);

    --primary-popup-color: white;
    --primary-popup-border-color: #ccc;
    --popup-header-text-color: black;
    --popup-content-text-color: black;

    --message-background-color: #58777d;
    --message-text-color: white;
    --message-popup-header-color: black;
    --notification-background-color: red;
    --notification-color: white;
    --message-body-color: #004080;
    --message-body-background-color: #f4f4f9;
    --message-body-text-color: #333;
    --message-popup-background-color: white;
    --message-popup-border-color: white;

    --header-gradient-start: rgba(0, 0, 0, 0.247);
    --header-gradient-end: rgba(0, 0, 0, 0);
    --header-text-color: white;
    --header-icon-color: white;

    --faq-item-border-color: #b8b8b8;
    --faq-question-color: #b8b8b8;
    --faq-question-text-color: black;
    --faq-answer-background-color: rgb(219, 219, 219);
    --faq-answer-text-color: black;

    --cookie-background: rgba(0, 0, 0, 0.8);
    --cookie-text-color: white;
    --cookie-button-background: #4CAF50;
    --button-text-color: white;

    --nothing-text-color: rgb(207, 46, 46);
    
    --close-button-hover-color: rgb(228, 156, 156);
    --close-button-default-color: black;
    
    --class-border-color: black;
    --class-icon-color: #58777d;
    --hover-class-icon-color: #6ad3b3;
    --class-text-color: white;

    --color-picker-text-color: white;
    --color-picker-text-shadow: black;
    --color-table-border-color: #ddd;
    --color-table-header-background: #f2f2f2;
    --color-table-text-color-default: black;

    --kalender-primary-table-color: #f4f4f4;
    --kalender-primary-table-header-color: #000000;
    --kalender-primary-table-header-text-color: #ffffff;

    --teacher-card-background-color: #ffffff;
    --teacher-card-primary-text-color: black;
    --teacher-card-info-text-color: #6c757d;
    --teacher-card-no-results-text-color: #ff4e4e;
    --teacher-mail-button-background-color: #4CAF50;
    --teacher-mail-button-text-color: white;
    --teacher-teams-button-background-color: #2c90be;
    --teacher-teams-button-text-color: white;
    --teacher-card-popup-close-button-color: black;
    --teacher-card-popup-close-button-hover-color: rgb(255, 105, 105);

    --reset-table-color-button-background: #f44336;
    --reset-table-color-text: white;

    --second-popup-color: white;
    --url-button-background: #007bff;
    --url-text-color: white;
    --url-button-hover-background: #0056b3;

    --table-border-color: #ddd;
    --table-header-background: #f2f2f2;
    --table-text-color: black;
    --table-background-color: #f2f2f2;

    --status-border-color: #ff0000;
    --status-background-color: #fd9b8a;
    --status-message-color: white;
    --status-container-color: white;

    --version-item-background: #b8b8b8;
    --version-primary-background: #b8b8b8;
    --version-primary-text-color: black;
    --version-details-background: rgb(219, 219, 219);
    --version-details-text-color: black;
}
