.jstree-container-ul>li>a>i.jstree-checkbox {
    display: none;
}

.invalid {
    background-color: #fdd8dd;
}

.bg-primary {
    background-color: #00589C !important;
}

.btn-primary {
    background-color: #00589C !important;
    border-color: #00589C !important;
}

/* Farbanpassung der aktiven Dropdown Items */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #00589C;
}

.alert-info {
    color: #00589C;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    font-size: 1.1rem;
}

.footer-notes {
    font-size: 0.8rem;
    background-color: #b6d4fe;
    /* Transparenz des Hintergrunds */
    opacity: 0.6;
}

/* Feedback Button */
.feedback-button {
    z-index: 1000;
    font-size: 16px;
    transition: transform 0.5s ease-in-out;
}

@keyframes blink {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.feedback-button.blink {
    animation: blink 8s infinite;
}

@keyframes multi-color-blink {
    0% {
        background-color: #ffe9a0;
    }

    25% {
        background-color: #ff9aa4;
    }

    50% {
        background-color: #9beeff;
    }

    75% {
        background-color: #89ffc8;
    }

    100% {
        background-color: #ffe79e;
    }
}

.multi-color-blink {
    animation: multi-color-blink 2s linear infinite;
}

.modal-dialog {
    max-width: 90vw;
    /* Set width to 90% of the viewport */
    width: 90vw;
}

#jstree-sciencekeyword,
#jstree-mslkeyword {
    width: 100%;
    max-width: 600px;
    overflow-x: auto;
}


/* Upload Modal */
.drop-zone {
    border: 2px dashed #dee2e6;
    transition: border-color 0.3s ease;
}

.drop-zone.border-primary {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
}

/* Drag & drop sort */
.drag-handle {
    cursor: move;
    color: #999;
}

.drag-handle .bi-grip-vertical {
    font-size: 24px;
}

.drag-handle:hover {
    color: #666;
}

[data-creator-row].ui-sortable-helper {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Marker for mandatory fields */
label.mandatory-field::after {
    content: "*";
    color: #dc3545;
    margin-left: 0.1rem;
}

.navbar-sidebar .nav-link {
    color: #00589C;
}

.navbar-sidebar .nav-link:hover {
    color: black;

    /* Optional: Same color or another color on hover */
}

/* Installation */
.installation-option {
    transition: transform 0.2s;
}

.status-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}


/* Greyed out input fields */
.input-greyed-out {
    background-color: #e9ecef;
    /* Light grey background for normal mode */
    color: #6c757d;
    /* Grey text color */
}

.settings-menu-link {
    text-decoration: none;
}

.feedback-message-thanks {
    display: none;
    color: green;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.feedback-button-send {
    margin-left: auto;
    display: block;
}

.add-button {
    width: 36px;
}

.map-panel {
    height: 500px;
    width: 100%;
}

.textarea-description {
    height: 100px !important;
}

.space-between-row {
    height: 10px;
}

.unvisible {
    display: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.red-star {
    color: var(--bs-red-star-color, #dc3545);
}

.con-reduce {
    color: var(--bs-con-reduce-color, #0d6efd);
}
  
.text-feedback {
    color: var(--bs-text-feedback-color, #000000);
}


/* Style for small inline logos next to headings (e.g., ORCID, ROR) */
.logo-icon {
  height: 0.8em;
  width: auto;
  max-height: 0.8em;
  vertical-align: middle;
  margin-left: 0.1em;
  display: inline-block;
  position: relative;
  top: -0.45em;
}