/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 15, 2017, 10:05:50 AM
    Author     : ManhThang
*/


@font-face {
    font-family: 'Roboto';
    src:url('../../fonts/Roboto-Regular.ttf');
    src:url('../../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoMedium';
    src:url('../../fonts/Roboto-Medium.ttf');
    src:url('../../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src:url('../../fonts/Roboto-Bold.ttf');
    src:url('../../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLight';
    src:url('../../fonts/Roboto-Light.ttf');
    src:url('../../fonts/Roboto-Light.ttf') format('truetype');
}
textarea:focus, input:focus{
    outline: none;
}


body {
    font-family:Roboto;
    background:#ffffff;

}
a:link {
    text-decoration: none;

}

#loadingDiv {
    position: fixed; /* Sit on top of the page content */
    /*display: none;  Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#loadingDiv img{

    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);


}
.m-top{
    height: 60px;
    width: 100%;
    background-color: #fff100;

}
.m-menu-icon{
    font-size: 27px;
    color: black;
    margin-left: 13.5px;
    margin-top: 16.5px;
}

/*slide menu*/
/* The side navigation menu */
.sidenav {

    height: 100%;
    width:100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    display: none;
}
.sidenav-main{
    height: 100%;
    width: 300px;
    background-color: white;
}
.menu_header{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ededed;
}
.menu_header .closeMenu{
    position: absolute;
    top: 25px;
    left: 15px;
}
.menu_header .avatar{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 25px;
    left: 75px;
}
.menu_header .avatar img{
    width: 150px;
    height: 150px;
}
.menu_header .avatar-name{
    position: absolute;
    top: 185px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: black;
}
.menu_header .avatar-mobile{
    position: absolute;
    top: 210px;
    left: 15px;
}
.menu_header .avatar-gold{
    position: absolute;
    top: 210px;
    right: 75px;
}
.menu_header .avatar-buttonGold{
    position: absolute;
    top: 210px;
    right: 13px;

}
.slide_item{
    height: 50px;
    line-height: 50px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.slide_item div {
    margin-left: 35px;
    line-height: 50px;
    width: 265px;
}
.slide_item:hover{
    background-color: #fff100;
    color: black;
}

.slide_item img{
    margin-top: 10px;
    width: 32px;
    height: 30px;
    margin-left:  35px;
}

/* The navigation menu links */
.sidenav a {
    /*    padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: white;
}

/* Position and style the close button (top right corner) */
.sidenav  .closebtn {
    /*position: absolute;*/

    font-size: 23px;
    color: black;
    top: 0;
    margin: auto;
    display: block;


}
.sidenav  .closebtn img{
    margin-left: 90px;
}

/*end slide menu*/
.m-wrapper{
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.top-run{
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    width: 100%;
}
.m-main-block{
    width: 100%;
    border-bottom: #cdd0c9 solid 3px;
}
.m-main-block .m-main-block-image{
    width: 100%;
    min-height: 180px;
    position: relative;
}
.m-main-block-header{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;

}
.m-main-block-header-main{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    /*    background-color: rgb(0,0,0);  Fallback color 
        background-color: rgba(0,0,0,0.1);  Black w/ opacity */

}
.m-main-block-header-img{
    height: 96px;
    width: 96px;
}
.m-main-block-header-name{
    color: white;
    margin: 2px auto 2px 10px;
}
.m-main-block-header-name span{
    font-size: smaller
}
@media (width:768px) {
    .m-main-block-header-img{
        height: 96px;
        width: 96px;
    }
}

@media (width:736px) {/*iphone6+ rotate*/
    .m-main-block-header-img{
        height: 82px;
        width: 82px;
    }
}

@media (width:640px) {
    .m-main-block-header-img{
        height: 80px;
        width: 80px;
    }
}

@media (width:598px) {
    .m-main-block-header-img{
        height: 75px;
        width: 75px;
    }
}

@media (width:568px) {/*iphone6 rotate*/
    .m-main-block-header-img{
        height:71px;
        width: 71px;
    }
}

@media (width:480px) {
    .m-main-block-header-img{
        height: 60px;
        width: 60px;
    }
}

@media (width:414px) {/*iphone 6S*/
    .m-main-block-header-img{
        height: 52px;
        width: 52px;
    }
}

@media (width:375px) {/*iphone 6*/
    .m-main-block-header-img{
        height: 47px;
        width: 47px;
    }
}

@media (width:360px) {
    .m-main-block-header-img{
        height: 45px;
        width: 45px;
    }
}

@media (width:320px) {
    .m-main-block-header-img{
        height: 40px;
        width: 40px;
    }
}


/*.m-main-block .m-main-block-image .{
    width: 100%;
    min-height: 180px;
}*/
.m-main-block .m-main-block-{
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.m-main-block .m-main-block- .m-main-block-title{
    width:100%;
    color: black;
    font-size: 14px;
}
.m-main-block-left{
    margin: 15px auto 10px 10px;
}
.m-main-block-button{
    width: 100%;
    margin-top: 5px;
    color: #9d9d9d;
}
.ellipsis {

    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;

}
.m-main-block-right {
    margin-top: 15px;
    width: 60px;
}
.m-main-block-right img{
    margin-top: 10px;
}
.m-home-star{
    margin: 10px;
}
.m-home-star-main{
    width: 100%;
    min-height: 128px;
}
.m-home-star-item{
    margin: 0px 10px;
    min-height: 128px;
}
.m-home-star-item img{
    width: 100%;

    height: auto;
}
.m-name-star{
    font-size: 15px;
    color: black;
    width: 100%;
    margin: 5px 2px;
    text-align: center
}
.m-follow{
    font-size: smaller;
    color: #9d9d9d;
    width: 100%;
    text-align: center;
}
.m-follow-button{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 80px;
    border: #cdd0c9 solid 1px;
    border-radius: 10px;
    background-color: #fff100;
    color: #9d9d9d;
    text-align: center;
}
.m-unfollow-button{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 80px;
    border: #cdd0c9 solid 1px;
    border-radius: 10px;
    text-align: center;
    background-color: white;
    color: #9d9d9d;
}

.m-footer{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.m-footer1{
    margin-top: 15px;
    width: 100%;
    margin-bottom: 2px;
}
.m-footer1-title{
    text-align: center;
    margin-bottom: 20px;
}
.m-footer1 img{
    margin-top: 5px;
    margin-bottom: 5px;
}
.m-footer2{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #42413d;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.m-footer2a{
    width: 50%;

}
.m-footer3{
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}


marquee {
    /*margin-top: 5px;*/
    width: 100%;
}

.runtext-container {
    /*    background-color:#ddddff;
        *background-color:#ccf;
        background-image:-moz-linear-gradient(top,#ccf,#fff);
        background-image:-webkit-gradient(linear,0 0,0 100%,from(#ccf),to(#fff));
        background-image:-webkit-linear-gradient(top,#ccf,#fff);
        background-image:-o-linear-gradient(top,#ccf,#fff);
        background-image:linear-gradient(to bottom,#ccf,#fff);
        background-repeat:repeat-x;
        border: 4px solid #000000;
        box-shadow:0 5px 20px rgba(0, 0, 0, 0.9);*/

    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    overflow-x: hidden;
    overflow-y: visible;
    /*    margin: 0 20px 0 20px;
        padding:0 3px 0 3px;*/
}

.main-runtext {margin: 0 auto;
               overflow: visible;
               position: relative;
               height: 40px;
}

.runtext-container .holder {
    position: relative;
    overflow: visible;
    display:inline;
    float:left;

}

.runtext-container .holder .text-container {
    display:inline;
}

.runtext-container .holder a{
    text-decoration: none;

    color:#1A1A1A;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    line-height: -0.5em;
    font-size:14px;
}

.runtext-container .holder a:hover{
    text-decoration: none;
    color:#6600ff;
}


/*start login*/
/*@media screen and (max-width:400){
    .login-content{
        width: 250px;
    }
}*/
.login-content{
    position: relative;
    background-color: #fbe647;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width:370px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center
}
.login-content-header{
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.login-logo{
    margin: 40px auto;
    width: 100%;
}
.div-facebook{
    width: 100%;
    margin-bottom: 20px;
}
.sdt-title{
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 70px;
}
.sdt-input-title{
    margin-left: 15%;
    width: 70%;
    font-size: 14px;
    color: #9b9b9b;
    text-align: left
}
.sdt-input{
    margin-bottom: 15px;
    width: 70%;
    margin-left: 15%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.sdt-input1{
    height: 30px;
    max-width: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-bottom: #ccc solid 1px;
    text-align: center;
}
.sdt-input2{
    height: 30px;
    max-width: 210px;
    border-bottom: #ccc solid 1px;

}
.sdt-input2 input{
    border: none;
    height: 28px;
    margin-top: 1px;
    max-width: 90%;
    -webkit-appearance: none; 
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.sdt-next{
    width: 100%;
    margin-top: 70px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */

    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:9999999; /* Sit on top */
}

.margin-bottom80{
    margin-bottom: 80px;
}
.pointer{
    cursor: pointer;
}
/*end login*/

.m-title{
    margin-top: 10px;
    display: inline-block;
    border-bottom: #9d9d9d solid 1px;
    width: 115px;
}
.m-title span{
    margin-left: 25px;
}
.m-star{
    margin: 20px 12.5px 40px 12.5px;


}
.m-star-main{
    width: 100%;
    height: auto;
}
.m-star-item{
    width: 33.3%;
    height: auto;

    float: left;
}
.m-star-item-{
    margin: 0px 12.5px 20px  12.5px;
}

/*home star*/
.m-live-banner{
    width: 100%;
    height: auto;
    position: relative;
}
.m-celeb-avata{
    position: absolute;
    width: 120px;
    height: 120px;
    left: 20px;
    bottom: -60px;
    z-index: 2;
}
.m-celeb-name{
    /*height: 60px;*/

    bottom: 0;
    height: 60px;
    width: 100%;
    color: black;
    background: url(../img/transperancy-2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;

}
.m-celeb-name-{
    margin-left: 160px;
    color: white;

}
.line-height30{
    line-height: 30px;
}
.m-star-button{
    margin-left: 160px;
    margin-top: 10px;
}
.m-star-title{
    margin: 30px 20px 10px 20px;
}
.m-status {
    background-color: white;
    width: 100%;
    position: relative;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    z-index: 0;
    box-shadow: 3px 3px 2px #d8d8d8;
}
.m-status::after,
.m-status::before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left:70px;
}

.m-status::after {
    border-bottom: 20px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
    margin-top: 1px;
}

.m-status::before {
    border-bottom: 20px solid #d8d8d8;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    margin-top: 5px;
    margin-left: -3px;
    z-index: -100;
}
.m-status p{
    margin-top: 15px;
    margin: 15px ;
    font-size: 14px;
}
.m-star-tab{
    width: 100%;
    height: 45px;
    background-color: #fff100;
}
.m-star-tab-{
    width: 33.3%;
    text-align: center;
    height: 45px;
    float: left
}
.m-star-tab- img{
    margin-top: 7.5px;
}
.m-star-block{
    width: 100%;
    height: auto;
    border-bottom:  #d9dcd5 solid 3px;
    /*border-top:  #d9dcd5 solid 1px;*/
    /*    box-shadow: 2px 2px 1px #d8d8d8;*/
    margin-bottom: 10px

}
.m-star-block-{
    margin: 10px 20px 10px 20px;
}
.m-star-block-avatar{
    height: 36px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.m-star-block-title{
    margin-left: 10px;
    height: 36px;
}
.m-star-block-title1{
    height: 20px;
    line-height: 20px;
    color: black;
    font-family: RobotoBold;

}
.m-star-block-title2{
    height: 16px;
    line-height: 16px;
    color: #9d9d9d;
    font-size: smaller
}
.m-star-block-main{
    width: 100%;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 15px;
}
.m-star-block-main1{
    width: 30%;
}
.m-star-block-main1 img{
    width: 100%;
}
.m-star-block-main2{
    width: 70%;
}
.m-star-block-main2-title{
    margin: 0px 10px 5px 10px;
    color: black;
    font-family: RobotoBold;
}
.m-star-block-social{
    width: 100%;
    height: 40px;
    border-top: #d9dcd5 solid 1px;
}
.m-social-main{
    margin: 15px 20px;
    color: #cdd0c9;
    font-size: smaller
}
.m-star-des{
    margin-left: 10px;
    margin-right: 10px;
    font-size: smaller;
    color: #9b9b9b;
}
.m-block-name{
    margin: 10px 0px;
    color: #9b9b9b;
    font-size: 14px;
}
.video-star{

    width: 100%;
}
/*end home star*/

/*news*/
.m-feeds{
    margin: 10px 20px;
}
.m-feeds-title{
    width: 100%;
    margin: 15px 0px;
    color: black;
    font-size: 15px;
    font-family: RobotoBold;
}
.m-content{
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
}
.m-comment-{
    width: 100%;
    height: auto;
    border-bottom: #9d9d9d solid 1px;
}
.m-comment{
    margin: 10px 0px;
    color: black
}

.m-comment-i{
    width: 100%;
    height: auto;
    border-bottom: #9d9d9d solid 1px;
    border-top: #9d9d9d solid 2px;


    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.m-comment-input{

    width: inherit;
    height: 40px;
    border-right: #888 solid 1px;


}
.m-comment-input input{
    width: 90%;
    margin-left: 5%;
    height: 30px;
    border: none;
    margin-top: 5px;

}
.m-send{
    width: 44px;
    font-size: 20px;
    text-align: center;


}
/*end news*/

/*ceeshow*/
.m-ceeshow-banner{
    width: 100%;
    height: auto;
}
.m-ceeshow-title{
    margin: 15px 20px;

}
.m-ceeshow-title-{
    width: 100%;

}
.m-title-price{
    font-size: smaller;
    color: #9b9b9b;
}
.m-ceeshow-title-button{
    width: 100%;
    margin: 5px 0px 15px 0px;
    display: -ms-flexbox;
    /*    display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;*/

}
.m-ceeshow-title-button-time{
    margin-left: 20px;
    color: #9b9b9b
}
.m-ceeshow-title-button .pull-right{
    color: #9b9b9b;
    font-size: 18px;
    /*margin-left: 20px;*/
}
.m-line{
    width: 100%;
    background-color: #ccc;
    height: 1px;
}
.m-ceeshow-content-item-main{
    margin: 0px 10px;
}
.m-ceeshow-content{
    width: 100%;

}
.m-ceeshow-content-item{
    width: 50%;
    height: auto;
    float: left;
}

.m-ceeshow-main{
    margin: 15px 10px;

}
.input_code{
    width: 80%;
    height: 40px;
    margin: 10px auto;
    border: #9B9B9B solid 1px;
    border-radius: 10px;
}
.input_code input{
    border: none;
    height: 30px;
    width: 90%;
    margin: 5px 5%;
}
.intro_code{
    text-align: center;
    margin: 30px auto 0px auto;
}
.modal-footer- {
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: black;
    border-top: #888 solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0px;
}
.modal-footer-left1{
    width:50%;
    border-right:#000 solid 1px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    cursor: pointer

}
.modal-footer-right1{
    width:50%;
    /*border-right:  #000 solid 1px;*/
    text-align: center;
    line-height: 40px;
    height: 40px;
    cursor: pointer
}
.ticket-popup-content{
    width: auto;
    height: auto;
    margin: 30px;
    color: black;
    text-align: justify;
    text-justify: inter-word;


}
.ticket-popup{
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;


}
.ticket-popup-bottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: #9b9b9b solid 1px;
    color: black;
    margin-bottom: 10px;


}
.ticket-popup-bottom .pull-right{
    margin: 5px 10px 5px auto;
    height: 40px;
    width: 100px;
    line-height: 40px;
    border: #888 solid 1px;
    border-radius: 5px;
    text-align: center;
}
/*end ceeshow*/

/*chatting*/
.m-chat-main{
    width: 100%;
    height: 315px;
    position: relative;
    margin-top: 30px;
}
.m-chat{
    width: 100%;
    height: 270px;

    color: #1A1A1A;
    overflow-y: auto;
    margin-right: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.m-chat::-webkit-scrollbar {
    width: 1px;
    background-color: #B3B3B3;
    display: block; 
}
.m-chat::-webkit-scrollbar-thumb:vertical{
    background-color:#B3B3B3;
    border-radius:10px;
    height: 10px;
    width: 4px

}
.chat-item{
    margin: 10px 20px;

}

.chat-item-content{
    margin-top: 7px;
    min-width: 320px;
    display: inline-block;
    /*    -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;*/
    border: #9b9b9b solid 1px;
    border-radius: 15px;
    color: #888;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);

}
@media screen and (min-width:600px){
    .chat-item-content{
        min-width: 450px;
    }
}
.chat-item-name{

    margin: 5px 5px 5px 5px;
    font-size: 12px;
    font-family: RobotoBold;
    float: left;
    height: max-content;
    width: max-content;
}
.chat-item-mess{

    margin: 5px 10px 5px 5px;
    font-size: 12px;
    float: left;
    width: max-content;


}
.chat-item-mess img{
    margin: auto;
    height: 40px;
    width: 40px
}
.m-input-chat{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;

    border-top: #CCC solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;


}


.icon-gift{
    margin-top: 10px;
    margin-left: 10px;
    height: 24px;
    width: 22px;
}
.div-input{
    width: inherit;
    margin-left: 10px;
    height: 45px;
}
.div-input input{
    border: none;
    height: 35px;
    margin-top: 5px;
    width: inherit;
}
.icon-em{
    margin-top: 10px;
    margin-left: 5px;
    height: 25px;
    width: 26px;
}
.send-button{
    width: 36px;
    height: 24px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff100;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
}
.load-gift{
    position: absolute;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
    z-index:9999999; /* Sit on top */
    bottom: 45px;

    width: 100%;
    visibility: hidden;
    height: 128px;


}
.gift-item{
    height: 127px;
    width: 127px;
    float: left;
    z-index: 100;
    border-right: #fff solid 1px;
    border-bottom:  #fff solid 1px;
}
.gift-item img{
    width: 96%;
    margin: auto;
}

@media (width:768px) {
    .load-gift{
        height: 128px;
    }
    .gift-item{
        height: 127px;
        width: 127px;
    }

}

@media (width:736px) {/*iphone6+ rotate*/
    .load-gift{
        height: 100px;
    }
    .gift-item{
        height: 91.75px;
        width: 91.75px;
    }
}

@media (width:640px) {
    .load-gift{
        height: 220px;
    }
    .gift-item{
        height: 106px;
        width: 106px;
    }
}

@media (width:598px) {
    .load-gift{
        height: 200px;
    }
    .gift-item{
        height: 99px;
        width: 99px;
    }
}

@media (width:568px) {/*iphone6 rotate*/
    .load-gift{
        height: 200px;
    }
    .gift-item{
        height: 94px;
        width: 94px;
    }
}

@media (width:480px) {
    .load-gift{
        height: 200px;
    }
    .gift-item{
        height: 95.2px;
        width: 95.2px;
    }
}

@media (width:414px) {/*iphone 6S*/
    .load-gift{
        height: 210px;
    }
    .gift-item{
        height: 102.5px;
        width: 102.5px;
    }
}

@media (width:375px) {/*iphone 6*/
    .load-gift{
        height: 200px;
    }
    .gift-item{
        height: 92.75px;
        width: 92.75px;
    }
}

@media (width:360px) {
    .load-gift{
        height: 190px;
    }
    .gift-item{
        height: 89px;
        width: 89px;
    }
}

@media (width:320px) {
    .load-gift{
        height: 180px;
    }
    .gift-item{
        height: 79px;
        width: 79px;
    }
}



.heart {
    position: absolute;
    top: -50%;
    right:  0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.heart:before {
    position: absolute;
    top: -50%;
    right:  0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
    0%{top:80%}
}
@-moz-keyframes love {
    0%{top:80%}
}
@-ms-keyframes love {
    0%{top:80%}
}
@keyframes love {
    0%{top:80%}
}
.fa{
    font-size: 16px;
}
/*end tha tim*/
/*end chatting*/