.body-bio-modal{
    padding: 0;
}

.close-btn-bio{
    position: absolute !important;
    top: 10px;
    right: 10px;
    height: fit-content;
    z-index: 1;
    color: white;
}

.close-btn-bio:hover{
    color: white;
}

.row-photo-info{
    display: flex;
    height: 200px;
    background-color: #1E2124;
    padding: 0;
}

.div-photo-bio{
    overflow: hidden;
    min-height: inherit;
    width: 250px;
}

.div-photo-bio img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.div-info-bio{
    display: flex;
    align-self: center;
    width: calc(100% - 150px);
}

.inner-info-bio{
    padding: 1rem;
    width: 100%;
}

.inner-info-bio h1{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .2rem;
    line-height: 1.8rem;
    color: white;
}

.inner-info-bio h2{
    font-size: 1rem;
    color: #9b9b9b;
}

.socialmedia-bio{
    border-top: 2px dotted #ffc306;
    display: flex;
    justify-content: start;
    padding-top: .6rem;
}

.social-media-icon{
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6b6b6b;
    margin-right: 5px;
}

.social-media-icon img{
    height: 15px;
    width: 15px;
}

.row-data-info{
    padding: 1.5rem;
    background-color: white;
    padding-bottom: 0;
}

.row-data-activity{
    padding: 1.5rem;
    background-color: white;
    padding-top: 0rem;
}

.inner-data-info{
    padding-left: 1rem;
    border-left: 1px solid #1E2124;
}

.row-wrapper-info{
    overflow-y: auto;
}

.ontainer-data-activity{
    border-top: 1px solid #1E2124;
}

.container-data-activity{
    padding: 0;
    background-color: white;
}

.row-activity{
    padding: 0rem;
    border-top: 2px dotted #1E2124;
    padding-top: .5rem;
}

.row-activity:first-child{
    border-top: 0;
}

.title-activity{
    font-size: 1.05rem;
    line-height: 1rem;
    font-weight: 600;
    color: #3D4144;
    margin-bottom: .2rem;
}

.title-activity::before{
    content: '⚑';
    height: 10px;
    padding-right:.3rem;
    color: #6e99d6;
}

.inner-row-activity{
    padding-top: 1rem;
}

.subtitle-activity{
    color: #9b9b9b;
    font-size: .9rem;
    margin-bottom: .3rem;
    line-height: .9rem;
}

.subtitle-activity span{
    font-weight: bold;
    color: #898989;
}

.text-activity{
    line-height: 1.1rem;
}

.text-data-info{
    line-height: 1.1rem;
}

.row-activity-title{
    border-top: .5px solid gray;
    padding: 0;
    background-color: white;
    display: flex;
    justify-content: start;
}

.activity-title{
    margin-top: .7rem;
    margin-bottom: .2rem;
    font-size: 1rem;
    padding-bottom: .1rem;
    background-color: #9b9b9b;
    padding: .2rem 1.2rem .2rem 1.5rem;
    border-radius: 0 1rem .2rem 0 ;
    color: white;
}

@media only screen and (max-width: 575px) {
    .row-photo-info{
        flex-direction: column;
        height: auto;
    }

    .div-photo-bio{
        height: 300px;
        width: 100%;
        min-height: 150px;
    }

    .div-info-bio{
        width: 100%;
    }

    .inner-info-bio h1{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .div-photo-bio img{
        object-position: 15% center;
    }
}