/* ---- Allgemein ---- */
.fileupload .dropzone .dz-default button {
    width: 100%;
    background: none !important;
    color: #fff !important;
}
.fileupload .dropzone .dz-default{
    margin: 0;
}
.fileupload .file .dropzone {
    background: #FFFFFF33 0% 0% no-repeat padding-box;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px dashed #FFFFFF;
}
.chip {
    color: white;
}
label.select-item.active-jobtype {
    font-weight: bold;
    text-decoration: underline;
}
ul#multipleDropdown {
    width: 75%;
    display: block;
    float: left;
    background: white;
    border-radius: 10px;
}
.jobnumber .ac-dropdown li{
    list-style: none;
}
.jobnumber .ac-dropdown li a{
    color: #717171;
}

/* ---- Initiativform: Gewünschte Arbeitsorte ----
 * data-selected="true" statt .active — kein Clash mit Materialize-JS/CSS.
 */
.initiativ-city-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    gap: 5px;
    margin-top: 8px;
}

.initiativ-city-btn {
    flex: 1 1 auto;
    background-color: rgba(255, 255, 255, 0.55) !important;
    color: inherit !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 14px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    cursor: pointer !important;
    white-space: nowrap;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12) !important;
    line-height: 1.4 !important;
    height: auto !important;
    text-transform: none !important;
    text-align: center;
}

.initiativ-city-btn:hover,
.initiativ-city-btn:focus {
    background-color: rgba(255, 255, 255, 0.80) !important;
    outline: none !important;
}

/* Ausgewählter Zustand — data-Attribut statt .active, kein Materialize-Konflikt */
.initiativ-city-btn[data-selected="true"] {
    background-color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
    outline: 2px solid #ffffff !important;
    outline-offset: 1px !important;
    font-weight: 900 !important;
}

.initiativ-city-alle {
    font-style: italic;
}
