
/*
 * Author:        Pierre-Henry Soria <hello@ph7cms.com>
 * Copyright:     (c) 2018-2020, Pierre-Henry Soria. All Rights Reserved.
 * License:       GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory.
 */

h2 {
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile-section {
    padding-bottom: 2rem;
}

.profile-section::after {
    position: absolute;
    left: 40px;
    right: 40px;
    content: '';
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}

/* .chat, .message, .friend, .heart {
    font-size: 80px;
    line-height: 100px;
} */

/* .chat {
    color: #ff4000;
} */

.message {
    color: #45c000;
}

.friend {
    color: #2b65f8;
}

/* .heart {
    color: #F06;
} */

.bottom {
    float: none !important;
}
  
.picture_block .img_picture {
    height: 250px;
    width: 250px;
    border-radius: 50% !important;
    border: 0.3rem solid #e9ecef;
    background: #fff;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px);
    width: 100%;
    height: 300px;"
/*background-size: auto;*/

}


.dashboard .element.style {

    margin-right: 128px;
    margin-left: 00px;
}
