.cca-note {
    color: silver;
}
.required {
    border: 1px solid #f3c3af;
    background-color: #f7ebe6; /*#f3e3dc;*/
}
.dark-theme .required {
    color: red !important;
    /*--cui-body-color: rgba(255, 0, 0, 0.87);*/
}
tr.cca-note td {
    color: silver;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.multi-required .form-multi-select-input-group {
    border: 1px solid #f3c3af;
    background-color: #f7ebe6; /*#f3e3dc;*/
}

.sidebar {
    background-color: #e3dfda !important; /* Zmena pozadia na vlastnú modrú farbu */
}

.bg-dark-gradient {
    background-color: #e3dfda !important;
    background-image: linear-gradient(45deg, #e3dfda 0%, #e3dfda 100%);
}
