﻿/*body {
    background: #e6ecf0;
    font-family: 'Asap', sans-serif;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}*/

.avator {
    border-radius: 100px;
    width: 48px;
    margin-right: 15px;
}


.tweet-wrap {
    max-width: 85%;
    /*background: #fff;*/
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 3px;
    padding: 5px;
    border-bottom: 1px solid #e6ecf0;
    border-top: 1px solid #e6ecf0;
    /*border: solid 1px #1DA1F2;*/
    height: 84%;
    padding-bottom: 10px;
    background-color: #C5E7FB;
    padding:15px 15px 15px 15px;
}

.tweet-header {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.tFullname{
    color:black;
}

.tweet-header-info {
    font-weight: bold;
    text-align: left;
    color:black;
}
/*
    .tweet-header-info span {
        color: #657786;
        font-weight: normal;
        margin-left: 5px;
    }*/

    .tweet-header-info p {
        font-weight: normal;
        margin-top: 5px;
    }

.tweet-img-wrap {
    padding-left: 60px;
}
    .tweet-img-wrap img {
        max-width: 50%;
    }

.tweet-info-counts {
    display: flex;
    margin-left: 60px;
    margin-top: 10px;
}

    .tweet-info-counts div {
        display: flex;
        margin-right: 20px;
    }

        .tweet-info-counts div svg {
            color: #657786;
            margin-right: 10px;
        }

@media screen and (max-width:430px) {
    .tweet-header {
        flex-direction: column;
    }

        .tweet-header img {
            margin-bottom: 20px;
        }

    .tweet-header-info p {
        margin-bottom: 30px;
    }

    .tweet-img-wrap {
        padding-left: 0;
    }

    .tweet-info-counts {
        display: flex;
        margin-left: 0;
    }

        .tweet-info-counts div {
            margin-right: 10px;
        }
}
.tweet-watermark::after{
    background-image:url("~/images/icons/twitter-icon.png");
    background-position:0 0;
    background-repeat:no-repeat;
    position:relative;
    width:10%;
    height:10%;
    top:0;
    left:0;
    opacity:0.5;
}