.custom-card-header{
    border-bottom: 1px solid rgba(0, 123, 255,.5);
}
.custom-card-header > h4{
    margin-bottom: 0;
}
.custom-card-footer{
    text-align: end;
}

.custom-card-footer > button{
    margin-left: .5rem;
    margin-right: .5rem;
    /*width: 100px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card-footer > a > button{
    margin-left: .5rem;
    margin-right: .5rem;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-img{
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 1rem;
}
#imgPicture-img{
    display: none;
    border: 3px solid #007bff;
    padding: 3px;
}

.profile-img > input{
    display: none;
}

.profile-picture-empty{
    font-size: 150px;
    text-align: center;
    color: #c2c2c2;
    cursor: pointer;
}

.import-pic{
    position: absolute;
    bottom: 0;
    right: 7px;
    border-radius: 50%;
}

.profile-picture {
    width: 10em;
    height: 10em;
    /*max-width: 100%;*/
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #f2f2f2;
}

.label-input{
    display: block !important;
}

.gender-label{
    margin-bottom: 1rem;
}

.no-wrepped{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 720px){
    .tab-items{
        width: 100%;
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-card-footer{
        text-align: center;
    }
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .img-wrapper{
        text-align: center;
    }
}

 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .img-wrapper{
        text-align: center;
    }

    .custom-card-footer{
        text-align: center;
    }
    
    .custom-card-footer > button,
    .custom-card-footer > a > button{
        width: 100%;
        margin: 1rem 0;
    }

    .custom-card-footer > a{
        float: none;
    }

    .custom-card-footer > a > button{
        width: 100%;
        max-width: 100%;
        margin: 1rem 0;
    }

 }