.upload-file #file-info {
    margin-top: 10px;
    padding: 5px 12px;
    background-color: #c6b16b;
    border: 1px solid #bca147;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-file button {
    background-color: #c27a56;
    color: white;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s ease;
}

.upload-file button:hover {
    background-color: #c62828;
}


.swal2-popup {
    font-size: 1.4rem !important;
}



@media (max-width: 768px) {
    .wrapp .instinctul {
        max-width: 80%;
    }

    .wrapp .asculta--instinctul {
        width: 100%;
    }

    .wrapp-inscriere {
        width: 100vw !important;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) and (max-height: 720px) {

    .wrapp--mecanism .text-footer {
        bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .wrapp-inscriere {
        margin-top: 60px !important;
    }

}