﻿@font-face {
    font-family: 'Poppins Black';
    src: url(~/Poppins/Poppins-Black.ttf);
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('~/Poppins-Regular.ttf') format('truetype');
}

* {
    font-family: 'PoppinsRegular';
}


.u-section-1 {
    background-image: url("../images/pattern.png");
    background-position: 50% 50%;
    margin-top: 60px;
}

.avatar1-img{
    width:150px;
}

.avatar-img {
    width: 130px;
}

.avatar1-border {
    border: 5px solid #733191;
}

.avatar-border {
    border: 5px solid #c1c1c1;
}   

.sec-row{
    margin-top:-45px;
}

.purple-text {
    color: #733191;
}

.border-pur {
    border: 0.1px solid #733191;
}

.box {
    position: relative;
}

.label-ava {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(80%, 10%);
    background: linear-gradient(#76a6f6, #32ccfd);
    font-size: 20px;
}


.img-tab{
    width: 50px;
}

.vert-midd{
    vertical-align:middle;
}

tr:last-child {
    border-bottom-color: transparent !important;
}


.font-nb{
    font-size:22px;
}

.img-labl{
    width:30px;
}

@media (max-width:525px) {
    .avatar{
        width:38%;
    }

    .label-pts{
        width:110px;
    }

    .label-pts span{
        font-size:12px;
    }
}