/* Stilizare generală a formularului */
#formular-plugin {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Stilizare pentru titlurile pasilor */
.step h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Stilizare pentru etichetele câmpurilor */
.step label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Stilizare pentru câmpurile de introducere a datelor */
.step input[type="email"],
.step input[type="tel"],
.step input[type="text"],
.step select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

/* Stilizare pentru butonul de continuare */
.step button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

/* Stilizare pentru butonul de continuare la hover */
.step button:hover {
    background-color: #0056b3;
}

/* Stilizare pentru câmpurile de tip radio */
.step input[type="radio"] {
    margin-right: 10px;
}

/* Stilizare pentru câmpurile de tip radio și etichetele lor */
.step input[type="radio"] + label {
    margin-right: 20px;
    font-weight: normal;
}

/* Stilizare pentru select */
.step select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

/* Stiluri CSS existente pentru formular */

/* Stiluri CSS noi pentru pasul 2 */
.step h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.step label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.step input[type="radio"] {
    margin-right: 10px;
}

.step input[type="radio"] + label {
    margin-right: 20px;
    font-weight: normal;
}

.step input[type="text"],
.step input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.step button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.step button:hover {
    background-color: #0056b3;
}


/* Stiluri CSS pentru pasul 3 */
.step input[type="file"] {
    display: block;
    margin-bottom: 20px;
}

.step button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.step button:hover {
    background-color: #0056b3;
}
/* Stiluri CSS pentru pasul 3 */
.step input[type="file"] {
    display: block;
    margin-bottom: 20px;
}

.step button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.step button:hover {
    background-color: #0056b3;
}
