﻿.errortype {
    color: #D05454;
    font-weight: 600;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }


.card_profile img {
    max-width: 200px;
    max-height: 200px;
}

.social_list li {
    padding: 10px;
}

.social_list a {
    text-decoration: none;
    color: #303030;
}

    .vefat_ribbon i {
        color: #303030;
    }

.top-10 {
    top: 10px !important;
}

.end-10 {
    right: 10px !important;
}