.button_form {
    opacity: 0.6;
}
.selected_card{
    border-color:#6AB115!important;
}
.selected_card label{
    color: #6AB115!important;
}

.next-enabled-btn {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 139px;
    height: 44px;


    background: #6AB115;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: Montserrat;

}
