.form-container_form {
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



.form-container_form {
    background: #fff7f7;
    margin: 0px;
    overflow: hidden;
    padding: 16px;
    border-radius: 9px;
    box-shadow: -20px 14px 10px rgb(0 0 0 / 10%);
    text-align: center;
}

.title_form {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.highlight_f {
    color: #28a745;
    font-size: 25px;
}

.label_form {
    font-weight: bold;
    display: block;
    margin-top: 30px;
    text-align: left;
}

.input_form,
.select_form {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}

.sucess-message {
    color: green;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
}

.button_container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
}

.cancel-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 16px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
}

.cancel-button:hover {
    background-color: #ef5d53;
}

.button_form {
    background-color: #0c8dc4;
    font-size: 1.0em;
    font-weight: bold;
    cursor: pointer;
    line-height: 2.4em;
    letter-spacing: 1.1px;
    border: none;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 4px 35px;
}

.button_form:hover {
    background-color: #227192;
}

.enviar_sms {
    width: 50vw;
}

@media (max-width: 790px) {
    #container-codigo_sms {
        flex-direction: column;
        gap: 10px;
    }

    .enviar_sms {
        margin-left: 0;
        width: 100%;
    }
}



.success-message {
    color: #616467;
    font-size: 25px;
    padding-bottom: 5vh;
    padding-top: 5vh;
    font-weight: bold;
}

.success-message-find {
    color: #616467;
    margin: 0;
}

.resumo_section p {
    margin-bottom: 8px;
}

.resumo_container {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

.resumo_section {
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding-left: 1vw;
}

.button_container {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.button_form {
    background: #007bff;
    color: #fff;
    padding: 3px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button_form:hover {
    background: #0056b3;
}

.step_cacambas4_resumo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.empresa-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #f9f9f9;
}

.empresa-logo img {
    width: 60px;
    height: auto;
    border-radius: 5px;
}

.empresa-acao button {
    padding: 10px 15px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

.empresa-acao button:hover {
    background-color: #218838;
}

@media (max-width: 600px) {
    .empresa-item {
        justify-content: center;
    }
}