/* afterburner.uf.2023.css */
/*---COMUNITY---*/
header #rt-top .gf-menu.l1 > li > .item {
    /*color: lightcoral;*/
}
.cb_template .card {
    background-image: url(https://club.unifutbol.com/api/images/uf.background.jpg),  url(../images/uf.background.jpg);
    padding:15px;
    border-color: black !important;
}
.cb_template a {
   /* color: #0f819d;*/
}
.cb_template .cbMoreLess.cbMoreLessOpened .cbMoreLessContent{
    color: #999;
}
.cb_template .card-footer {
    background-color: rgb(21, 54, 71, 0.6);
    margin: 15px -15px -15px;
    padding: 20px !important;
    -webkit-border-bottom-right-radius: 0.2rem;
    -webkit-border-bottom-left-radius: 0.2rem;
    -moz-border-radius-bottomright: 0.2rem;
    -moz-border-radius-bottomleft: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.cb_template .text-muted {
    color: #fff !important;
}
/*---USER PROFILE---*/
.cb_template .cbImgPictInitial.img-thumbnail {
    width: 170px;
    margin: -83px 0 0 30px;
}
.uf-profile-fieldset a{
    background-color: #032053;
    color: #FFF;
    padding: 2px 10px;
    margin-bottom: 1px;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
}
.uf-profile-fieldset a:hover{
    color: #37afcd;
}