.modal-container {
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

.datos-notificacion-modal {
    text-align: left;
}

.small-modal {
    max-width: 500px;
    width: 80%;
}

.modal-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 2%;
    background-color: white;
    height: 85%;
    width: 1000px;
    padding: 30px;
}

.modal-form-btn-container {
    display: flex;
    gap: 50px;
    justify-content: space-around;
    align-items: center;
    align-self: flex-end;
    width: 100%;
}

.modal-form-btn-container button {
    width: 170px;
}

.modal-section-btn {
    background-color: #6c757d;
    color: white;
}

.modal-section-btn:hover {
    color: white;
}

.btn-siguiente-modal-form {
    /* background-color: #4d7da7; */
}

.btn-anterior-modal-form {
    /* background-color: #496676; */
}

.btn-siguiente-modal-form:hover, .btn-anterior-modal-form:hover {
    /* background-color: #284259; */
}

.btn-submit-modal-form {
    /* background-color: #3b6e4d; */
}

.btn-submit-modal-form:hover {
    /* background-color: #2e573c; */
}

.btn-anterior-modal-form, .btn-submit-modal-form {
    /* display: none; */
}
.modal-footer a, .section a {
    text-transform: none !important;
}
.modal-top {
    width: 100%;
}

.btn-close.btn-close-modal-form {
    float: right;
}

.modal-form-container {
    align-items: center;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
}

.modal-form {
    display: none;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-evenly;
    width: 100%;
    justify-content: space-evenly;
    border-radius: 5px;
}

.modal-form-1 {
    display: block;
}

.modal-form-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.modal-form-subtitle {
    font-size: 1.25rem;
}

.modal-form-column-center {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 40px;
    align-items: center;
}

.modal-form-model-fields {
    justify-content: center;
    gap: 70px;
}

.lesiones-modal-container input{
    width: 100px;
}

.modal-form-column *, .modal-form-row *{
    width: 100%;
}

.modal-form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    width: 100%;
}

.form-field {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0);
    padding-top: 4px;
    border-radius: 5px;
    min-width: fit-content;
    width: 200px;
    font-weight: 500;
    align-items: flex-start;
}

.form-field *{
    border-radius: 5px;
}

.form-field input{
    border: 1px solid #8b8b8b;
}

.form-field-label {
    margin: 0;
    text-align: center;
    padding-left: 5px;
}

.select2-container{
    width: auto!important;
    min-width: 10px!important;
}

.btn-submit-modal-form{
    margin-left: 10px!important;
}
.modal-form-subtitle {
    font-size: 1.64rem;
    font-weight: 300;
}
/* .modal-content{
    overflow-y: scroll!important;
} */


.select-wrapper ul{

    max-height: 205px!important;

}
