﻿
.kt-user-card-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .kt-user-card-v2 .kt-user-card-v2__pic {
        padding-right: 0.5rem;
    }

        .kt-user-card-v2 .kt-user-card-v2__pic .kt-badge {
            width: 40px;
            height: 40px;
        }

        .kt-user-card-v2 .kt-user-card-v2__pic img {
            max-width: 500px;
            max-height: 400px;
            min-width: 500px;
            min-height: 400px;
        }

    .kt-user-card-v2 .kt-user-card-v2__details {
        line-height: 0;
    }

        .kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
            display: block;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.5rem;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            color: #000000;
        }

        .kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__name:hover {
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            color: #5d78ff;
        }

        .kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__desc,
        .kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__email {
            margin-top: 3px;
            display: inline-block;
            font-size: 0.9rem;
            line-height: 1rem;
            font-weight: 400;
            color: #a7abc3;
        }

        .kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__email:hover {
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            color: #5d78ff;
        }

@media (max-width: 1024px) {
    .kt-user-card-v2 .kt-user-card-v2__pic img {
        max-width: 30px;
        max-height:30px;
    }
}
