.model-content {
    padding: 1.5rem;
    color: rgba(0, 0, 0, 0.9) !important;
}
.mb-2{margin-bottom:20px}
.mr-2{margin-right:20px !important;}
.game-des-ghost{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.our-team .team-card.pricing-item.active{
    background: #EE5ABD;
}
.our-team .team-card.pricing-item.active p{
    color: #fff;
}

.table-product .product .product-info .product-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ghost-h5{color:#171724}

.pricing-item{border:2px solid #6B39BD;cursor: pointer;max-width: 100%;padding: 20px;text-align: center;}
.pricing-item.active{border:2px solid #6B39BD; background-color:#6B39BD}
.pricing-item.active .points, .pricing-item.active .thumbnail-desc{color:#fff}
.pricing-item:hover{border:2px solid #6B39BD;}

body:not(.common-home) footer {
    border-top: 1px solid #E8E8E9
}