.toast-div {
    z-index: 1055;
}


.content-wrapper {
    max-width: 900px;
}


.filters-block {
    max-height: 200px;
    overflow-y: auto;
}


#id_name,
#id_description,
#id_url {
    width: 100%;
}

#id_name {
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

#id_description {
    width: 100%;
    min-height: 100px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

#id_url {
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

#id_technologies,
#id_industries {
    width: 100%;
    height: 150px;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

#id_is_public,
#id_is_url_active {
    width: 1.2em;
    height: 1.2em;
}

.filter-option.filter-hidden {
    display: none;
}


.upload-area {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.drag-n-drop-input, .processing-area, .result-area {
    display: none;
}

.project-card {
    border-left: 3px solid #0d6efd;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    transition: all 0.2s ease;
}

.project-card:hover {
    background-color: #f8f9fa;
    border-left-color: #0a58ca;
}

.project-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.project-info {
    font-size: 0.9rem;
    line-height: 1.6;
}

.project-info p {
    margin-bottom: 0.5rem;
}

.project-info strong {
    color: #6c757d;
    font-weight: 600;
}

.accordion-button {
    font-size: 1.05rem;
    padding: 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f3ff;
    color: #0d6efd;
}

.badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.set-mode-button,
.add-to-set-btn,
.remove-from-set-btn {
    display: none;
}

.projects-container.create-set-mode .filters-sidebar {
    opacity: .5;
    pointer-events: none;
}

.projects-container.create-set-mode .normal-mode-action,
.projects-container.create-set-mode .filter-button,
.projects-container.create-set-mode .add-project-button,
.projects-container.create-set-mode .upload-csv-button,
.projects-container.create-set-mode .add-new-set-btn {
    display: none;
}

.projects-container.create-set-mode .set-mode-button,
.projects-container.create-set-mode .add-to-set-btn {
    display: inline-block;
}

.projects-container.create-set-mode .add-to-set-btn.active {
    display: none;
}

.projects-container.create-set-mode .remove-from-set-btn.active {
    display: inline-block;
}
