.custom-footer{
    position: absolute;
    bottom: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.custom-footer-2{
    bottom: 8px;
    display: inline-block;
}

.custom-anchor-icon{
    width: 30px;
    display: block;
    line-height: 30px;
    transition: all .25s ease;
    font-size: 13px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.custom-anchor-icon:hover{
    transform: translateY(-7.5px);
}

.custom-anchor-icon-left-margin{
    margin-left: 8px;
}

.custom-anchor-icon-right-margin{
    margin-right: 8px;
}

.custom-text{
    text-align: justify;
    display: block;
}

.custom-text a:hover{
    text-decoration: underline !important;
}

.custom-text a{
    color: #029a64 !important;
}

.custom-new-profile{
    display: inline;
    float: none;
}

.custom-new-profile-header{
    display: inline-block;
}

.custom-list-item{
    border-left: 0 !important;
    padding-left: 30px !important;
}

.custom-anchor-icon-inline{
    margin-top: 10px;
    display: inline-block !important;

}
