.xemchot, .level {
    display: inline-block;
    position: relative;
}
.effect1 {
    position: relative;
    display: inline-block;
    padding: 2px 6px!important;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    overflow: hidden;
    border-radius: 20px;
    font-size: 1.1rem!important;
}
.div-name-chat{
    display: flex;
}
.effect .name-level {
    font-style: italic;
}
#div_chem .name-chat{
    float: left;
    padding-right: 10px;
}
#div_chem .name-level{
    font-weight: bold;
    color: #3b5998;
    margin-bottom: 0;
    margin-top: 0;
}
.level-content {
    font-size: 13px;
}
.xemchot-content, .level-content {
    position: absolute;
    padding: 5px;
    background-color: #eee;
    top: 25px;
    left: 0;
    min-width: 200px;
    border: 1px solid #eee;
    z-index: 99;
}
.display-hide{
    display: none;
}

.effect1:hover{
    cursor: pointer;
}
.xemchot-content:after, .level-content:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -12px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #eee;
    border-width: 6px;
}
.div-point-loto{
    width: 100%;
    margin-top: 5px;
}
.title-xemchot{
    float: left;
}
.img-xemchot{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.text-success:hover, .text-danger:hover,.div-star:hover{
    cursor: pointer;
}
#div_chem .point-loto{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.level-content .span-title{
    color: #3b5998;
    font-weight: bold;
}
.level-content table{
    width: 100%;
}
.effect1:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    z-index: 10;
    height: 20px;
    width: 10px;
    animation: slide-left 1.5s ease-in-out both infinite;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, .02) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(63%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, .02)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, .02) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, .02) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, .02) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, .02) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

@keyframes slide-left {
    0% {
        transform: translateX(0) rotate(15deg)
    }
    100% {
        transform: translateX(200px) rotate(15deg)
    }
}
.text-success {
    color: #3c763d;
}
.span-xemchot .b-lt{
    color: #045cff!important;
}
.span-xemchot .b-blt{
    color: #e47301;
}
.span-xemchot .b-db{
    color: #e90000;
    padding-right: 3px;
}
.span-xemchot-lt{
    width: 109px;
    float:left;
}
.span-xemchot-db{
    width: 100%;
    display: flex;
}
.div-star{
    width: 100%;
    display: flex;
    position: relative;
    font-size: 20px;
}
.avt-margin-top{
    margin-top: 17px;
}
.avt-comment-margin-top{
    margin-top: 15px;
}
.level-content-star p{
    margin-top: 5px;
    color: #3b5998;
    text-align: center;
    font-weight: bold;
}
.p-top-loto{
    color: #e90000 !important;
    margin-top: 20px !important;
}
.xemchot-content{
    min-width: 175px !important;
}
.p-cau-vip a{
    color: #000;
    font-weight: bold;
}
.p-cau-vip{
    background: url("../images/soicaubox.gif") 5px center no-repeat;
    padding-left: 25px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 0px;
    overflow: hidden;
}
@media (max-width: 480px) {
    .xemchot-content, .level-content{
        left: -45px !important;
    }
}

