/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background: rgba(5, 19, 37, 1);
}
*/
ol, ul {
    list-style: none;
}
/*
a:focus, a:hover {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
} */

body {
    background: rgba(5, 19, 37, 1);
}
*, body, html {
    font-family: 'Oswald';
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 31, 1);
}

.radius-10 {
    border-radius: 10px;
}
.border-main-color {
    border: 1px solid rgba(246, 140, 35, 1)
}
.bg-transparent {
    background: transparent;
}

.bg-main {
    background: rgba(5, 19, 37, 1);
    min-height: 78vh;
    margin-top: 88px;
}
.header-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    background: #000000;
    height: 90px;
    /*padding-top: 11px;*/
    width: 100%;
}
.header-top .logo-header {
    width: 100%;
    height: auto;
}
.header-top .header-top_content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.header-top .header-top_content .header-top-content-main {
    height: 100%;
    width: 1620px;
}
.header-top .img-fl-header {
    width: 36px;
    height: 31px;
}
.header-top .header-top_content ul {
    display: flex;
    /* justify-content: space-evenly; */
}
.header-top .header-top_content ul li a {
    color: rgba(245, 136, 33, 1);
    font-weight: 500;
    padding-right: 15px;
    position: relative;

}
.header-top .header-top_content .menu-top ul {
    flex-flow: row wrap;
}
.header-top .header-top_content .menu-top ul li {
    margin-left: 35px;
}
.header-top .header-top_content .btn-download.hot::before {
    content: "";
    background: url(../images/hot_icon.png);
    width: 43px;
    height: 34px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -20px;
    right: -15px;
}
.header-top .header-top_content ul li a.active, .header-top .header-top_content ul li a:hover {
    color: white;
}
.header-top .header-top_content .hot-icon {
    position: absolute;
    top: -0.6rem;
    right: -1.5rem;
    width: 50%;
}
.header-top .header-top_content .btn-login {
    color: white;
    background: url(/images/bg-btn-ko-chon.png) no-repeat;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: .5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 183px;
    height: 34px;
}
/*.header-top .header-top_content .btn-recruitment {*/
/*    color: white;*/
/*    background: linear-gradient(266.54deg, #1A2C43 40.18%, #1A2C43 76.02%, #1A2C43 98.6%);*/
/*    border: 1px solid rgba(255, 255, 255, 1);*/
/*    border-radius: 6px;*/
/*    padding: .5rem;*/
/*    font-weight: 700;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: fit-content;*/
/*}*/
.header-top .header-top_content .btn-recruitment {
    background: url("/images/tuyen-blv.png") no-repeat;
    background-size: cover;
    width: 100px;
    height: 34px;
    border-radius: 6px;

}
.header-top .header-top_content .btn-download {
    color: rgba(6, 6, 6, 1);
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    border: none;
    border-radius: 5px;
    padding: 6px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 34px;
    align-items: center;
    position: relative;
}
.header-top .header-top_content ul li a.hot::before {
    content: "";
    background: url(../images/hot_icon.png);
    width: 43px;
    height: 34px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -20px;
    right: -15px;
}

a {
    text-decoration: none;
}
.pl-0 {
    padding-left: 0;
}
.relative {
    position: relative;
}
/* .bg-main {
    border-radius: 20px;
    background: url('/images/bg-banner-pc.png');
} */
.match-head {
    background-color: #1489EC;
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}

.follow-button, .booking-button {
    outline: none;
    border: 0px;
    /* background-image: url('/images/bg-button.png'); */
    border-radius: 5px;
    padding: 4px 7px;
    color: black;
    font-weight: 500;
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
}
.btn-tai-app {
    outline: none;
    background: url("/images/btn-download.png") no-repeat;
    background-size: cover;
    width: 182px;
    height: 34px;
}
.btn-tai-app-ios {
    outline: none;
    background: url("/images/btn-download-ios.png") no-repeat;
    background-size: cover;
    width: 182px;
    height: 34px;
}
.doc-download-ios {
    outline: none;
    background: url("/images/doc-download-ios.png") no-repeat;
    background-size: cover;
    width: 216px;
    height: 34px;
    border: none;
}
.doc-download-android {
    outline: none;
    background: url("/images/doc-download-android.png") no-repeat;
    background-size: cover;
    width: 216px;
    height: 34px;
    border: none;
}
.follow-button.homepage {
    font-size: 12px;
    font-weight: 700;
    color: black;
    width: 95px;
    height: 25px;

}
.main-not-color-button {
    outline: none;
    /* background-image: url('/images/bg-button.png'); */
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 5px 9px;
    color: white;
    font-weight: 500;
    background: rgba(26, 44, 67, 1);
}
.follow-button.is-follow {
    background: url(/images/bg-btn-ko-chon.png) no-repeat;
    background-size: cover;
    color: white;
}
.rounded-main {
    border: 1px solid #F68C1F;
}
.text-main {
    background: linear-gradient(180deg, #F4B748 19%, #FF8100 48.5%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.text-title-main {
    background: linear-gradient(180deg, #F4B748 19%, #FF8100 48.5%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 40px;
    font-weight: 900;
}
.match-item {
    background: url(/images/bg-SPORT.webp) no-repeat;
    background-size: cover !important;
    color: white;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 55%);
    height: 166px;
    width: 100%;
    justify-content: center;
    border-radius: 10px !important;
}
.match-item.item-esport {
    background: url(/images/bg-esport.webp) no-repeat;
}
.match-item .match-item-center {
    padding: 19px 5px 5px 5px;
    position: relative;
    height: 122px;
}
.match-item .match-item-center .item-match-clock {
    margin-top: -8px;
}
.match-item .logo-team {
    width: 69px;
    height: 69px;
    border: 2px solid #F68C1F;
    gap: 0px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 1);
    /*background-size: cover;*/
}
.live-other-room .match-item-center {
    height: 125px;
    width: 100%;
    padding: 27px 5px 5px 5px;
}
.live-other-room .match-item {
    width: 100%;
    height: 166px;
}
.live-other-room .logo-team {
    width: 60px;
    height: 60px;
    border: 1px solid #F68C1F;
    gap: 0px;
    border-radius: 50%;
    /*border-image-source: linear-gradient(180deg, #EF532A 0%, #F68C23 39%, #ED4C2C 71%, #EF532A 100%);*/


}
.icon-room-live {
    position: absolute;
    right: -7px;
    top: 4px;
    width: 63px;
    border-radius: 2px;
}
/*.icon-room-live:before {*/
/*    content: "";*/
/*    background: white;*/
/*    position: absolute;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-radius: 50%;*/
/*    left: 14%;*/
/*    top: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*}*/
.match-item-footer {
    /*box-shadow: 0px -2px 0px 0px #FCB913E5;*/
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.5) 53%, #000000 100%);
    border-top: 1px solid #F68C1F;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 3px 17px;
    height: 44px;
}
/*.card-img-top-custom-h {*/
/*    opacity: 40%;*/
/*}*/
.date-box {
    border-radius: 10px;
    padding: 5px 2px;
}
.date-box p:first-child {
    margin-bottom: 4px;
}
.text-cup {
    color: #267BE5;
    font-weight: 700;
}
.match-border {
    border-radius: 20px;

}
.match-head {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.match-shadow {
    box-shadow: 0px 3px 3px 0px #00000029;
    margin-bottom: 10px;
}
/*.live-title {*/
/*    font-size: 45px !important;*/
/*    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    font-weight: 900;*/
/*}*/
.color-title-home {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.live-title  {
    position: relative;
}
.live-title::before {
    position: absolute;
    content: '';
    background-image: url('/images/left-live-title.png');
    width: 30%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 30%;
    /* transform: translateY(-50%); */
}
.live-title::after {
    position: absolute;
    content: '';
    background-image: url('/images/right-live-title.png');
    width: 30%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    top: 30%;
    /* transform: translateY(-50%); */
}
.text-gray {
    color: rgba(144, 144, 144, 1);
}
.text-pink {
    color: rgba(247, 95, 255, 1);
}
.nav-cate {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-cate .tab-button {
    outline: none;
    border: 0px;
    padding: 0;
    color: white;
    margin: 10px 10px;
    border-radius: 6px;
    background: url(/images/bg-btn-ko-chon.png) no-repeat;
    background-size: cover;
    width: 128px;
    height: 30px;
    gap: 3px;


}
.nav-cate .tab-button span {
    background: linear-gradient(180deg, #ffffffcc -50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    font-size: 12px;
    padding: .3rem;
    display: block;
    width: 1.5rem;
    line-height: 1;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-cate .tab-button.active {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    color: black;
}
.nav-cate .tab-button:hover {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    color: black;
}
.nav-cate.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* color: unset; */
    background-color: unset;
}
.rounded-lg {
    border-radius: 20px;
}
.rounded-lg-start {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.text-pri {
    color: #267BE5 !important;
}
.text-pri-i {
    color: #267BE5 !important;
}
.text-200 {
    font-weight: 200;
}
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: 400;
}
.text-500 {
    font-weight: 500;
}
.text-600 {
    font-weight: 600;
}
.text-700 {
    font-weight: 700;
}
.text-800 {
    font-weight: 800;
}
.text-900 {
    font-weight: 900;
}
.text-title-pri {
    font-size: 40px;
    background: -webkit-linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.single-4 .slick-slide {
    margin: 0 10px;
    z-index: 100;
}

.single-4  .slick-list {
    margin: 0 -10px;
    z-index: 100;
}
.single-5 .slick-prev{
    left: 0px;
    top: 30%;
    z-index: 100;
}
.single-4 .slick-prev {
    top: 30%;
}
.single-5 .slick-next{
    right: 0px;
    z-index: 100;
    top: 30%;
}
.single-4 .slick-next  {
    top: 30%;
    z-index: 100;
}
.text-7 {
    font-size: 7px;
}
.text-11 {
    font-size: 11px;
}
.text-12 {
    font-size: 12px;
}
.text-15 {
    font-size: 15px;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}
.text-20 {
    font-size: 20px;
}
.text-24 {
    font-size: 24px;
}
.text-26 {
    font-size: 26px;
}
.text-36 {
    font-size: 36px;
}
.text-32 {
    font-size: 32px;
}
.text-40 {
    font-size: 40px;
}
/*.text-24:hover {*/
/*    color:#1489EC ;*/
/*}*/
.news-shadow {
    background: rgba(26, 44, 67, 1);
    box-shadow: 5px 5px 5px 0px rgba(242, 162, 79, 1);
    height: 804px;
}
.news-shadow .img-new-first {
    height: 333px;
}
.news-shadow .img-new-second {
    height: 160px;
}

footer  {
    background: rgba(5, 19, 37, 1);
}
footer .footer-before {
    background: rgba(0, 0, 0, 1);
    height: 120px;
}
.modal-bg
{
    background: rgba(5, 19, 37, 1);
    border-radius: 30px;

}
.modal-content-login {
    border-radius: 30px;

}
.login-form .input{
    position: relative;
    /* text-align: center; */
    width: 370px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    margin: auto;
}
.input-with {
    width: 370px;
    margin: auto;
}
.login-form .input input {
    outline: none;
    background: transparent;
    color: #fff;
    width: 260px;
    height: 60px;
    margin-left: 45px;
    border: 0px;
}
.login-form .input input::placeholder {
    color: #fff;
    opacity: .7;
}
.login-form .input .befor-input {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.login-form .input .after-input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.register button, .login-form .login button {
    color: black;
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    padding: 10px 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.gg-login {
    background: #AD2020;
    box-shadow: 0px 1px 1px 0px #FFFFFF40 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    width: 300px;
    border-radius: 20px;
    justify-content: center;
}
.fb-login {
    background: #004D79;
    box-shadow: 0px 1px 1px 0px #FFFFFF40 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    width: 300px;
    border-radius: 20px;
    justify-content: center;
}
.logo-login {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.head-nav {
    /*background: #fff;*/
    padding: 10px;
    /*box-shadow: 0px 4px 4px 0px #00000040;*/
    border: 1px solid rgba(246, 140, 31, 1);
    text-align: center;
}
.rounded-md {
    border-radius: 10px;
}
.head-nav .nav-item .nav-link.active {
    color: #FFA800;
    border-bottom: 4px solid #FFA800;
}
.head-nav .nav-item a {
    color: rgba(144, 144, 144, 1);
    padding-left: 10px;
    padding-right: 10px;
}
.head-nav .nav-item  a p:last-child {
    font-weight: 800;
    font-size: 16px;
}
.calendar-item {
    background: rgba(26, 44, 67, 1);
    box-shadow: -2px 2px 4px 0px rgba(246, 140, 35, 1);
    color: white;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 140px;
}
.caster_room-calendar.active img {
    border: 1px solid red;
    position: relative;
}
.calendar-item .isLive {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.calendar-item .last-img {
    position: relative;
}
.calendar-item .last-img .icon-room-live {
    position: absolute;
    right: -6rem;
    top: 0;
    width: 56px;
    height: 18px;
    background: red;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}

.text-24 {
    font-size: 24px;
}
.slick-next:before,.slick-prev:before{
    display: none;
}
.ml-3 {
margin-left: 3rem !important;
}

.mr-3 {
margin-right: 3rem !important;
}
.pointer {
    cursor: pointer;
}
.text-16 {
    font-size: 16px;
}
.text-14 {
    font-size: 14px !important;
}
.text-13 {
    font-size: 14px !important;
}
.text-12 {
    font-size: 12px;
}
.text-10 {
    font-size: 10px;
}
.text-9 {
    font-size: 9px;
}
.text-8 {
    font-size: 8px;
}
.text-6 {
    font-size: 6px;
}
.h-16 {
    height: 16px;
}
.h-20 {
    height: 20px;
}

.avatar-header {
    height: 44px;
    width: 44px;;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid;
    background:
        linear-gradient(#ccc 0 0) padding-box, /*this is your grey background*/
        linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%) border-box;
    border: 1px solid transparent;
}
.calendar-item .avatar-team {
    width: 51px ;
    height: 51px;
    border-radius: 50%;
    object-fit: contain;
    background-color: rgba(217, 217, 217, 1);
    border: 1px solid #F68C1F;

}
.calendar-item .avatar-caster {
    width: 69px ;
    height: 69px;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0px 4px 4px 0px #00000040;
     background: rgba(217, 217, 217, 1);
;

}
.subMenu-account .avatar-header {
    width: 115px;
    height: 115px;
    background:
        linear-gradient(#ccc 0 0) padding-box, /*this is your grey background*/
        linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%) border-box;
    border: 1px solid transparent;
    box-shadow: -2px 2px 13.2px 0px rgba(246, 140, 31, 1);
}

/*Blog*/
.single-blog .title-blog {
    color: rgba(246, 140, 31, 1);
    font-weight: 500;
    font-size: 18px;
}
.single-blog .time-blog {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 14px;
}
.single-blog .content-blog {
    color: rgba(255, 255, 255, 1);
    line-height: 1.7;
}
.single-blog .blog-left, .single-blog .blog-right .head-nav, .single-blog .comment, .single-blog .comment-content {
    background: rgba(26, 44, 67, 1);
    box-shadow: -2px 2px 2px 0px rgba(246, 140, 31, 1) !important;
    border: none !important;


}
.blog-right .head-nav {
    position: relative;
}
.blog-right .title-blog {
    padding-left: 3rem;
}
.blog-right .title-blog-hot {
    color: #8C98B4;
    font-weight: 700;
}
.blog-right .img-title-hot {
    position: absolute;
    left: 0;
}
.blog_relate ul {
    list-style: inside;
    font-weight: 800;
}
.blog_relate .read-more, .blog_relate .relate-title li a {
    font-weight: 700;
    font-size: 14px;
}
.blog-footer .item {
    align-items: center;
    cursor: pointer;
}
/*.blog-footer .item p:hover {*/
/*    color: #1489EC;*/
/*}*/
/*.blog-footer .item p {*/
/*    color: #8C98B4;*/
/*    !*font-size: 16px;*!*/
/*}*/
.single-blog .head-nav {
    box-shadow: none;
}
.single-blog .comment input {
    width: 100%;
    border: none;
    background: transparent;
    height: 27px;
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
}
.single-blog .comment input::placeholder {
    color: #cdc8c8;
}
.single-blog .comment input:focus-visible {
    width: 100%;
    outline: none;
}
.comment-item-content {
    position: relative;
    width: 100%;
}
.time_comment {
    position: absolute;
    right: 0;
    bottom: 10%;
    font-family: Be Vietnam Pro;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);

}
.comment-item-content .name-account {
    color: rgba(246, 140, 35, 1);
    font-family: Be Vietnam Pro;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-decoration-skip-ink: none;

}
.comment-item-content .comment-content-account {
    font-family: Be Vietnam Pro;
    font-size: 14px;
    font-weight: 300;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);

}
.avatar-comment {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
    background: rgba(217, 217, 217, 1);

}
.text-left {
    text-align: left;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: transparent;
}
.top-button {
    color: #fff;
    background: #1489EC;
    box-shadow: 0px 3px 3px 0px #00000029;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
}
.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.line-clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.font-14 {
    font-size: 14px;
}
.blog-home-img {
    height: 10rem
}
.event-home-first {
    display: block;
    height: 20rem
}
.event-home-second {
    height: 12rem
}
.blog-index .item-new-first {
    /*height: 450px;*/
    margin-top: 2rem;
}
.bg-main-live {
    margin-top: 73px;
    background: rgba(5, 19, 37, 1);
    min-height: 94vh;
    overflow: hidden auto;
}

/* Live Room*/
.header-live {
    height: 79px ;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: rgba(26, 44, 67, 1);
}
.header-live .header-info {
    color: #8E98A9;
}
.header-live .avatar-room-master {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(#ccc 0 0) padding-box, /*this is your grey background*/ linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%) border-box;
    border: 3px solid transparent;
}

.header-action img {
    height: 20px;
}
.header-action {
    width: 35%;
}
.header-action .btn-follow {
    cursor: pointer;
    height: 18px;
    width: 19px;
}
.header-comment {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    flex-wrap: nowrap;
}
.header-comment .active {
    position: relative;
}
.header-comment .active:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 70%;
    left: 27%;
    background: rgba(6, 6, 6, 1);
    bottom: -7px;
}
.is-driver {
    background: linear-gradient(266.54deg, rgba(255, 98, 14, 0) 0.91%, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    height: 2px;
    width: 100%;
}
.comment-live {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 5px;
    background: #1E2C3F;
    height: 110%;
}
.comment-live .header-comment {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 12px;*/
    height: 42px;
    border: none;
}
.notify-live {
    height: 27px;
    position: relative;
    padding-left: .9rem;
}
.notify-live .notify-icon {
    position: absolute;
    left: 0;
}
.notify-live .marquee-notify-live {
    background: linear-gradient(270deg, rgba(244, 183, 72, 0) 0%, #F4B748 21%, #FF8100 92.5%, rgba(255, 129, 0, 0) 100%);
    color: black;
    height: 27px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    width: 100%;
}
.content-comment  {
    background: rgba(30, 44, 63, 1);
    height: auto;
    border-bottom: 1px solid #1489EC;
}
#msg_content {
    height: 576px;
    overflow-y: auto;
    overflow-x: hidden;
}
.name-user-cmt {
    color: rgba(246, 140, 31, 1);
}
.content-cmt {
    color: #B4B4B4;
}
.content-cmt img {
    max-width: 80px;
}
.comment-footer {
    background: #1E2C3F;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.comment-footer #form-cmt input, .comment-footer button {
    background: transparent;
    color: white;
    border: none;
    padding: .5rem;
    font-size: 13px;
    /*border-radius: 5px;*/
    width: 100%;
    outline: none;
    font-family: "Be Vietnam Pro", sans-serif;
}


.border-none {
    border: none;
}
.gift-live-item {
    height: 80%;
    width: 56px;
    border: 1px solid #c7bfbf;
    border-radius: 7px;
}
.gift-live-item:hover {
    background: rgba(42, 63, 92, 1);
    border-radius: 5px;
}
.btn-send-comment {
    background: rgba(26, 44, 67, 1);
    border: 0.5px solid rgba(207, 209, 210, 1);
    color: white;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    height: 35px;
    width: 15%;

}
.comment-footer #form-cmt input:focus-visible, .comment-footer #form-cmt input:focus {
    border: none !important;
}
.comment-footer input::placeholder {
    color: white;
}
.name-admin-cmt {
    color:rgba(246, 140, 31, 1) ;
}
.admin-cmt-message {
    color:#EFA722 ;
    font-weight: 300;
}
.live-gift {
    position: relative;
 }
.show-gift-pc {
    position: absolute;
    top: -25.5rem;
    right: 2rem;
    background: rgba(2, 2, 2, 0.8);
    height: 400px;
    border-radius: 10px;
    z-index: 1000;
    width: 363px;
    overflow-y: auto;
}
.show-gift-pc .nav-link {
    border: none;
    background-color: transparent !important;
}
.show-gift-pc .nav-link {
   color: white;
    font-weight: 500;
}
.show-gift-pc .nav-tabs {
    border: none;
}
.show-gift-pc .nav-link.active {
    color: rgba(246, 140, 35, 1);
    border-bottom: 1px solid rgba(246, 140, 35, 1);
}
.live-gift .gift-live-item .box-gift-live img {
    width: 42px ;
    height: 44px;
}
.live-gift .show-gift-pc .gift-item .gift-image  {
    width: 60px;
    height: 60px;
}
.live-gift .show-gift-pc .gift-item  {
    width: 80px;
    height: 93px;
}
.live-gift .show-gift-pc .gift-item:hover {
    background-color: rgba(42, 63, 92, 1);
    border-radius: 5px;
}
.live-gift .show-gift-pc .gift-item.active {
    background-color: rgba(42, 63, 92, 1);
    border-radius: 5px;
}
.follow-live-btn {
    height: 2rem !important;
}
.group-share-room {
    position: relative;
}
.group-share-room .share-room {
    position: absolute;
    color: white;
    background: #000000;
    z-index: 999999;
    width: 300px;
    left: -9rem;
    top: 3rem;
}
.group-share-room .share-room:before{
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("../../../images/share_before.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.7rem;
    left: 46%;
}
.share-room-title {
    padding-bottom: .8rem;
    border-bottom: solid 1px #797979
}
.share-room-icon p {
    color: #8E98A9;
}
.share-room-icon img {
    width: 2.5rem;
    height: 2.5rem;
}
.share-room-link input {
    border: none;
    background: #535057;
    color: #8E98A9;
    font-size: 14px;
}
.share-room-link button {
    border: none;
    background: #8E98A9;
    font-size: 14px;
    color: white;
    padding: .5rem;
}
.share-room-qr img {
    height: auto;
}
.fit-cover {
    object-fit: cover;
}
.h-300 {
    height: 300px;
}
.h-main-banner {
    height: 560px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.h-sub-banner{
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.logo-b {
    width: 30px;
    height:30px;
    border-radius: 50%;
}
.card-body-custom {
    padding: 6px 0px;
}
.card-img-top-custom-h {
    height:150px;
    width: 100%;
    object-fit: cover;
}
.more-btn {
    height: 35px;
    width: 115px;
}
.blv-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    background:
        linear-gradient(#ccc 0 0) padding-box, /*this is your grey background*/
        linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%) border-box;
    border: 3px solid transparent;


}
/*.blv-img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*    margin: auto;*/
/*    object-fit: contain;*/
/*    box-shadow: 0px 4px 4px 0px #00000040;*/
/*    border: 3px solid;*/
/*    background-image: linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%);*/
/*    border-image-source: linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%);*/
/*}*/
/*.slick-active .blv-img {*/
/*    background: url("/images/border-avatar-active.png") no-repeat;*/
/*    background-size: cover;*/
/*}*/
.h-30 {
    height: 30px;
}
.h-60 {
    height: 60px;
}
.text-gray-box {
    color: #474747;
}
.text-transform-none {
    text-transform: none;
}

.viewer-detail {
    width: 250px;
    position: absolute;
    background: #1F1C23;
    top: 2rem;
    z-index: 9999;
    left: -5rem;
}
.viewer-detail .nav-link {
    width: 48%;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #8C98B4 !important;
}
.viewer-detail .nav-link.active {
    color: rgba(246, 140, 31, 1) !important;
}
.viewer-detail .nav {
    background: #192633;
}
.viewer-detail .avatar-viewer {
    height: 24px ;
    width: 24px ;
    border-radius: 50%;
}
.viewer-detail .tab-content {
    max-height: 20rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.viewer-detail .tab-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.viewer-detail .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.viewer-detail .tab-content::-webkit-scrollbar-thumb {
    background-color: #267BE5;
}
.viewer-detail .tab-content .name-viewer {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mc-block {
    display: none !important;
}
.pc-block {
    display: block !important;
}
.b-logo {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: contain;
}
.blv-av-c {
    width: 2em;
    height: 2em;
    object-fit: cover;
    border-radius: 50%;
}
.jq-toast-wrap {
    z-index: 100000000000 !important;
}
.avatar-change {
    position: relative;
}
.avatar-change-input {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.video-live-footer {
    background: linear-gradient(90deg, rgba(30, 44, 63, 0) 1%, #1E2C3F 8%, #1E2C3F 85%, rgba(30, 44, 63, 0) 100%);
    width: 100%;
    height: 72px;
}
.video-live-footer .row {
    height: 100%;
}
/*#form-cmt {*/
/*    background: rgba(5, 19, 37, 1);*/
/*    border-radius: 5px;*/
/*}*/
.input-comment {
    background: rgba(5, 19, 37, 1);
    border-radius: 3px;
    height: 35px;
    width: 85%;
}
.view-emoij {
    background: #1E2C3F;
    right: 0;
    padding: .5rem;
    bottom: 50px;
    border-radius: 5px;
    border: 1px solid #1489EC;
    height: 12rem;
    overflow-y: auto;
}

.content-comment, .view-emoij, #chat_msg {
    font-family: "Twemoji Country Flags", "Helvetica", "Comic Sans", serif;
}
.name-user-cmt {
    font-family: 'Oswald';
}
.view-emoij span {
    margin: .3rem;
}

#msg_content::-webkit-scrollbar, .view-emoij::-webkit-scrollbar {
    /*display: none;*/
    width: 6px;
    background-color: rgba(246, 140, 35, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#msg_content::-webkit-scrollbar-track, .view-emoij::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: white;
}
#msg_content::-webkit-scrollbar-thumb, .view-emoij::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 35, 1);
}
.category-event_blog li a {
    border-radius: 6px;
    padding: 4px 7px;
    width: 128px;
    height: 30px;
    text-align: center;
    color: white;
    background: url(/images/bg-btn-ko-chon.png) no-repeat;
    background-size: cover;
    font-weight: 700;
    font-size: 14px;
    gap: 3px;
}
.category-event_blog.schedule-page li a {
    width: 128px;
}
.category-event_blog.schedule-page {
    width: 824px;
}
.category-event_blog.schedule-page li a span {
    background: linear-gradient(180deg, #ffffffcc -50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    font-size: 12px;
    padding: .3rem;
    display: block;
    width: 1.5rem;
    line-height: 1;
    height: 1.5rem;
}
.category-event_blog li a:hover {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    color: black;
}
.category-event_blog li a.active {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    color: black;
}

.text-gray {
    color: #74829B;
}
.text-dark {
    color: black;
}
.text-gray-live {
    color: rgba(142, 152, 169, 1) !important;
}
.text-gray-wheel {
    color: #737373 !important;
}
.about-home img {
    display: block;
    margin: 0 auto;
}
.about-home p,.about-home ul li  {
    /*font-family: "Oswald", sans-serif;*/
    font-weight: 200;
    font-style: normal;
    line-height: 1.4rem;
}
.about-home ul li {
    list-style: disc;
    color: rgba(246, 140, 31, 1);
    /*font-weight: bold;*/
}
.about-content {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
}
.about-content p {
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
}
.about-home h3 {
    margin-top: 1rem;
    font-weight: 500;
}
.about-home h3:first-child {
    margin-top: 0;
}
.banner-right-top_live .banner-show-image.active {
    border: 3px solid #267BE5;
    border-radius: 15px;
}
.banner-right-top_live .banner-show-image {
    height: 135.58px;
    width: 240px;
    margin-bottom: 13px;
}
.banner-right-top_live .banner-show-image:last-child {
    margin-bottom: 0;
}
.banner-right-top_live {
    width: 250px;
}
.banner-left-top_live {
    width: 1037px;
    height: 574px;
}
.slider_main-home img {
    max-height: 543.3px;
}
.match-slider-item {
    background: url(/images/bg-SPORT.webp) no-repeat;
    background-size: cover;
    color: white;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 55%);
    width: 100%;
    border-radius: 12px;
}
.match-slider-item.item-esport {
    background: url(/images/bg-esport.webp) no-repeat;
}
.banner-right-top_live .banner-show-image.actived .match-slider-item {
    border-radius: 10px;
}
.banner-right-top_live .banner-show-image.actived .match-item-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 36px;
}
.banner-right-top_live .banner-show-image .match-slider-item.orther .match-item-footer {
    height: 30px;
}
.match-slider-item .logo-team{
    border: 2px solid #F68C1F;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 1);
}
.banner-right-top_live .icon-room-live{
    position: absolute;
    right: -6px;
    top: 2px;
    width: 49px;
    border-radius: 2px;
}
.banner-right-top_live .icon-room-live.text-room-live{
    width: 61px;
}
.match-item.orther .match-item-center {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 141px;
}
.match-item.orther .match-item-center_footer {
    background: linear-gradient(90deg, rgba(9, 9, 9, 0.2) 0%, rgba(24, 24, 24, 0.41) 5.37%, rgba(29, 29, 29, 0.9) 12.5%, #000000 49%, rgba(29, 29, 29, 0.9) 88.5%, rgba(24, 24, 24, 0.41) 94.98%, rgba(9, 9, 9, 0.2) 100%);
    height: 18px;
    line-height: 18px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.match-item.orther .match-item-footer {
    background: rgba(0, 0, 0, 1);
    height: 29px;
    box-shadow: none;
    border: none;
}
.match-slider-item .match-item-center_footer {
    background: linear-gradient(90deg, rgba(9, 9, 9, 0.2) 0%, rgba(24, 24, 24, 0.41) 5.37%, rgba(29, 29, 29, 0.9) 12.5%, #000000 49%, rgba(29, 29, 29, 0.9) 88.5%, rgba(24, 24, 24, 0.41) 94.98%, rgba(9, 9, 9, 0.2) 100%);
    height: 18px;
    line-height: 18px;
    bottom: 29px;
    left: 0;
    position: absolute;
    width: 100%;
}
.match-slider-item.orther .match-item-footer {
    background: rgba(0, 0, 0, 1);
    height: 29px;
    box-shadow: none;
    border: none;
}
.match-slider-item.orther .match-item-center {
    height: 102px;
    border-radius: 8px;
}
.match-slider-item .match-item-center {
    padding: 17px 10px 0px 10px;
    height: 95px;
}
.match-slider-item .match-item-footer {
   height: 36.5px;
    border-top: 1px solid #F68C1F;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
.banner-show-image .match-slider-item.item-esport .match-item-footer {
    height: 35.5px;
}
.banner-show-image.actived .match-slider-item.orther .match-item-footer{
    height: 28px !important;
}
.match-slider-item.orther {
    background-size: cover !important;
}
.match-slider-item .item-match-clock {
    margin-top: -14px;
}

.method-item .img-method {
    width: 112px;
    height: 112px;
}
.method-item .img-kcsm {
    width: 25px;
}
.border-white {
    border: 1px solid white;
}
.follow-title {
    font-size: 20px !important;
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.method-item .text-30 {
    font-size: 30px;
}
.item-pc-blog {
    height: 15rem;
}
.fit-contain {
    object-fit: contain;
}

.video-js .vjs-volume-level, .vjs-slider-horizontal .vjs-volume-level:before {
    background: linear-gradient(180deg, #F4B748 19%, #FF8100 48.5%)!important;
}
 .vjs-control-bar {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) !important;
    height: 50px !important;
    padding-top: 20px;
}
/*.content-comment .comment-admin {*/
/*    position: fixed;*/
/*    width: 20%;*/
/*}*/

.hover-slider .slick-next, .hover-slider .slick-prev{
    display: none !important;
}
.hover-slider:hover .slick-next, .hover-slider:hover .slick-prev{
    display: inline-block !important;
}
.bg-acc {
    height: 98vh;
}
.avt-change img {
    height: 100%;
    object-fit: cover;
    /*border-radius: 20px;*/
}
.text-gray-account {
    color: rgba(185, 185, 185, 1);
}
.img-nap-acc {
    width: 178px;
    height: 44px;
}
.avt-change {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.modal-content-login {
    border: none;
    background: none;
}
.modal-content-login input[type="checkbox"] {
    accent-color: rgba(255, 129, 0, 1);
}
.subMenu-account {
    position: absolute;
    border-radius: 10px;
    left: -18rem;
    height: 245px;
    z-index: 99999;
    width: 369px;
    top: 4rem;
    background: rgba(3, 3, 3, 1);
    border: 3px solid rgba(255, 255, 255, 1);
}
.subMenu-account:before {
    content: "";
    position: absolute;
    background: url("../../../images/polygon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    top: -.9rem;
    right: 45px;
}
.subMenu-account .account-button {
    border: none;
    /* padding: .7rem; */
    color: white;
    background: url(/images/bg-btn-ko-chon.png) no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: -2px 2px 4px 0px #00000040;
    width: 139px;
    height: 30px;
}
.subMenu-account .subMenu-account-footer {
    height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(246, 140, 31, 1);


}
.text-dark {
    color: black;
}
.text-orange {
    color: #EFA722;
}
.follow-item .follow-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}
.follow-item .btn-follow-account {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    border: none;
    border-radius: 5px;
    padding: .6rem;
    font-size: 12px;
    color: black;
    font-weight: 700;
}
.btn-follow-live {
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    border: none;
    border-radius: 5px;
    padding: 7px;
    color: black;
    font-weight: 500;
    font-size: 15px;
    width: 118px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-follow-live.followed {
    border-radius: 6px;
    background: url(/images/bg-btn-ko-chon.png) no-repeat;
    background-size: cover;
    width: 118px;
    height: 31px;
    color: white;
    border: 1px solid white;
}
.btn-follow-live span {
    font-size: 15px;
    font-weight: 500;
}
.content-blog img {
    max-width: 100% !important;
    object-fit: cover;
    height: auto;
}

.news-share {
    position: absolute;
    bottom: 105%;
    right: -10%;
    width: 199px;
    height: 93px;
    background: rgba(5, 19, 37, 1);
    box-shadow: 5px 5px 5px 0px rgba(242, 162, 79, 1);
    padding: 10px;
    border-radius: 5px;
    /* overflow: hidden; */
    /* display: none; */
}
.news-share::after {
    /* content: url('/images/bl.png'); */
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 20px;
    left: 50%;
    background-image: url('/images/bl.png');
    content: "";
    background-repeat: no-repeat;
    background-size: cover;

}
.news-share p {
    white-space: nowrap;
}
.share-active {
    display: none;
}
.share-action:hover .share-active {
    display: block;
}
.share-action:hover .share-active {
    display: block;
}
.utpc {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(280.07deg, #FF620E 11.73%, #F69138 56.47%, #F9E764 115.42%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.utpc a {
    display: block;
    padding: 10px;
}
.utpc a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.single-blv .slick-track {
    margin-left: 0;
}
.w-20 {
    width: 20%;
}
.content-blog {
    line-break: auto;
}
.pl-05 {
    padding-left: 0.5rem;
}
.pr-05 {
    padding-right: 0.5rem;
}
.sli-h .slick-next, .sli-h .slick-prev{
    display: none !important;
}




.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #1489EC;
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /*border-color: rgb(0, 0, 0) !important;*/
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -8px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -8px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -8px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -8px;
    /*border-color: #5BACF2 !important;*/
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open */
.tooltipster-content-changing {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.btn-confirm-swal, .btn-cancel-swal {
    width: 100%;
}
.btn-confirm-swal {
    color: black;
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    border: none;
}
.btn-cancel-swal {
    color: white;
    background: rgba(26, 44, 67, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}
.jq-toast-single {
    border: 1px solid white;
}

/*Wheel*/
.wheel_main canvas {
    width: 25rem;
    height: 25rem;
    display: block;
    margin: 0 auto;
    background: url(/images/wheel/roulette_frame.gif) no-repeat 0 0 / contain;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.wheel_main {
    display: flex;
    align-items: center;
    height: 100%;
}
.wheel_main .spin_button {
    width: 54px;
    height: 65px;
    background: url(/images/wheel/spin.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -58%);
    z-index: 11;
    /* cursor: auto; */
}
.wheel_main .img-footer-wheel {
    top: 69%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -58%);
    z-index: 9;
    position: absolute;
    width: 23rem;
}
.wheel_main .turn-spin {
    top: 74.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -58%);
    z-index: 10;
    position: absolute;
    color: white;
    font-weight: 700;
    font-size: 24px;
}
#wheelModal .modal-content {
    background: url("/images/wheel/backgroup.png") no-repeat;
    background-size: cover;
}
#giftModal .modal-content {
    background: url("/images/wheel/bk_give_gift.png") no-repeat !important;
    background-size: contain !important;
    min-height: 18rem;
    border: none !important;
}
#giftModal .modal-content .notify_gift {
    position: absolute;
    left: 0;
    bottom: 22%;
    width: 100%;
}
#giftModal .modal-content .modal-body {
    position: relative;
}
#giftModal .modal-content .btn_give_gift {
    background: url("/images/wheel/btn_give.png") no-repeat;
    background-size: cover;
    border: none;
    position: absolute;
    left: 36%;
    bottom: 0;
    height: 38px;
    width: 150px;
}
#infoModal .wheel_nodata img {
    display: block;
    margin: 0 auto;
}
#infoModal .text-nodata {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -58%);
    bottom: 25%;
}
#wheelModal .modal-content .img-logo-wheel {
    position: absolute;
    top: 12%;
    left: 50%;
    width: 12%;
    transform: translate(-50%, -50%);
}
#wheelModal .modal-content .img-title-wheel {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    z-index: 12;
}
#wheelModal .modal-content .img-info-wheel {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35rem;
}
#wheelModal .modal-content .btn-close-wheel {
    position: absolute;
    top: 14%;
    left: 70%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    /*width: 35rem;*/
}
#wheelModal .btn-wheel button {
    height: 2.5rem;
    width: 15rem;
}
#wheelModal .btn-wheel .btn_info {
    background: url("/images/wheel/btn-info.png") no-repeat;
    background-size: 100% 100%;
    border: none;
}
#wheelModal .btn-wheel .btn_history {
    background: url("/images/wheel/btn-history.png") no-repeat;
    background-size: 100% 100%;
    border: none;
}
#wheelModal .btn-wheel {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 86%;
    width: 32rem;
}
#infoModal .modal-content {
    background: none !important;
    border: none !important;
}
#infoModal .modal-dialog {
    min-width: 39rem;
}
#infoModal .infoWheel {
    background: white;
    border-radius: 8px;
    z-index: 20;
    position: relative;
}
#infoModal .btn-wheel {
    position: relative;
    z-index: 10;
}
#infoModal .bk-footer-info {
    position: absolute;
    z-index: 10;
    width: 106%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#infoModal .btn-wheel button {
    height: 2.5rem;
    width: 18rem;
    background: #1489EC;
    color: white;
    border: 2px solid white;
    border-radius: 24px ;
    z-index: 15;
}
#infoModal .btn-wheel button.active {
    background: white;
    color: #1489EC;
    border: 2px solid #1489EC;
}
#infoModal .historyGift .table tr td   {
    padding: 0.8rem .5rem;
}
#infoModal .historyGift .table tr  {
    border-bottom: 1px solid #1489EC;
}
#infoModal .historyGift  {
    border-bottom: 1px solid #1489EC;
}
#infoModal .historyGift .collapseGift  {
   height: 23rem;
    overflow-y:auto;
    overflow-x: hidden;
}

#infoModal .historyGift .collapseGift::-webkit-scrollbar, .view-emoij::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#infoModal .historyGift .collapseGift::-webkit-scrollbar-track, .view-emoij::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#infoModal .historyGift .collapseGift::-webkit-scrollbar-thumb, .view-emoij::-webkit-scrollbar-thumb {
    background-color: #267BE5;
}
#infoModal .btn-close-wheel-info {
    cursor: pointer;
    right: 1rem;
    position: absolute;
    top: -2rem;
}
#infoModal {
    background: url(/images/wheel/backgroupModal.png) no-repeat;
    background-size: cover;
}
.vongquay_icon {
    position: fixed;
    bottom: 27%;
    right: 0%;
    width: 6rem;
    cursor: pointer;
}
/*End Wheel*/
/*Lì xì */
.mualixi-gif {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 100vh;*/
    cursor: pointer;
}
/*End Lì Xì*/
.level-icon-live {
    width: 30px;
    height: 15px;
}
#giftLuckyModal .modal-content {
    background: none;
    border: none;
}
#giftLuckyModal {
    background: url(/images/wheel/backgroupModal.png) no-repeat;
    background-size: cover;
}
#giftLuckyModal .notify-img-money {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#giftLuckyModal .btn_give {
    position: absolute;
    top: 268%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 7rem;
}
#giftLuckyModal .notify_gift_name {
    position: absolute;
    top: -354%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
#giftLuckyModal .notify_gift_name .gift-title-lucky-money {
    font-weight: 700;
    font-size: 24px;
    color: #FF3403;
}
#giftLuckyModal .notify_gift_name .gift-name-lucky-money {
    font-weight: 700;
    font-size: 30px;
}
.page-item {
    margin-right: 1rem;
    display: flex;
    width: 2rem;
    justify-content: center;
    height: 2rem;
    color: white;
    align-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    font-family: "Be Vietnam Pro", sans-serif;
}
.page-item.active {
    color: rgba(246, 140, 31, 1);
    font-size: 16px;
    font-weight: 700;
    font-family: "Be Vietnam Pro", sans-serif;
}
.content-wrapper {
    background: rgba(26, 44, 67, 1);
    color: white;
    box-shadow: 5px 5px 5px 0px rgba(242, 162, 79, 1);
    font-family: "Be Vietnam Pro", sans-serif;
    border-radius: 12px;
}
.content-wrapper a,.content-wrapper p,.content-wrapper h3,.content-wrapper h4 {
    font-family: "Be Vietnam Pro", sans-serif;
}
.about-content {
    background: rgba(2, 17, 38, 1);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 1);
    max-height: 30rem;
    overflow-y: auto;
}
.about-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(246, 140, 31, 1);
}
.about-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(246, 140, 31, 1);
    background-color: #F5F5F5;
}
.about-content::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 31, 1);
}
.about-title ul li {
    list-style: none;
    color: white;
    margin-left: 20px;
    margin-bottom: 10px
}
.about-title ul li a {
    font-size: 14px;
    color: white;
    position: relative;
    font-weight: 600;
    line-height: 17.71px;

}
.about-title ul li a.active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: rgba(246, 140, 31, 1);
    left: -10px;
}
.about-title ul li a:hover {
    color: rgba(246, 140, 31, 1);
}
.about-title ul li a:hover:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: rgba(246, 140, 31, 1);
    left: -10px;
}
.about-title ul li a.active {
    color: rgba(246, 140, 31, 1);
}
.about img{
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}
.text-main-color {
    color: rgba(246, 140, 31, 1) !important;
}
.empty-comment {
    background: rgba(26, 44, 67, 1);
    box-shadow: -2px 2px 2px 0px rgba(246, 140, 31, 1);
    color: white;
}
.btn-ko-chon {
    background: linear-gradient(266.54deg, #1A2C43 40.18%, #1A2C43 76.02%, #1A2C43 98.6%);
}
.font-be {
    font-family: "Be Vietnam Pro", sans-serif; !important;
}
.font-inter {
    font-family: "Inter", sans-serif; !important;
}
.live-content-left {
    width: 1143px;
    height: 750px;
}
.live-content-right {
    width: 318px;
    margin-left: 15px;
    height: 760px;
}
.show-gift-pc .nav-tabs img {
    width: 19px;
    height: 19px;
}
.viewer-rooms {
    width: 26px;
    height: 15.23px !important;
}
.icon-level-room-live {
    width: 31px;
    height: 16px;
}
.box-profile {
    height: 835px
}
.btn-quantity-wallet {
    background: url(/images/btn-qty.png) no-repeat;
    background-size: cover;
    color: white;
    width: 202px;
    height: 37px;
    border: none;
}
.btn-pttt {
    background: url(/images/pttt.png) no-repeat;
    background-size: cover;
    color: white;
    width: 218px;
    height: 40px;
    border: none;
}
.progress-level .progress {
    height: 4px;
    background-color: rgba(217, 217, 217, 1);
}
.progress-level .progress .progress-bar{
    background-color: rgba(255, 168, 0, 1);
}
.calendar-page .head-nav {
    padding: 10px 10px 0px 5px;
}
.calendar-page .head-nav .nav-item a p:last-child {
    font-weight: 400;
    font-size: 24px;
}
.title-blog-second {
    height: 3rem;
}
.description-blog-second {
    height: 3.5rem;
}
.qty_gift {
    width: 282px;
    height: 25px;
    border-radius: 40px;
    background: rgba(42, 63, 92, 1);
    position: absolute;
    left: 40px;
    bottom: 3px;
}

.qty_gift .qty_gift-item {
    color: white;
    width: 34px;
    text-align: center;
    cursor: pointer;
}
.qty_gift .qty_gift-item.active {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(246, 140, 31, 1);
    border-radius: 7px;
    padding: 1px;
}
.qty_gift .qty_gift-item:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(246, 140, 31, 1);
    border-radius: 7px;
    padding: 1px;
}
.qty_gift .btn-submit-gift {
    width: 68.94px;
    height: 24px;
    border: none;
    border-radius: 12px;
    color: white;
    background: rgba(26, 44, 67, 1);
}
.h-40 {
    height: 40px;
}
.item-new-first-img {
    height: 360px;
}
.description-new-first {
    min-height: 240px;
    max-height: 250px;
    line-height: 1.5;
}
.w-60 {
    width: 60px;
}
.h-60 {
    height: 60px;
}
.show-gift-pc .gift-hot-tab {
    height: 293px;
    overflow: auto;
}
.show-gift-pc .gift-hot-tab::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body.show-gift-pc .gift-hot-tab-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.show-gift-pc .gift-hot-tab::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 31, 1);
}
.tab-rank .img-rank-top-1, .tab-rank .img-rank-top-2, .tab-rank .img-rank-top-3 {
    position: relative;
}
.tab-rank .info-name-rank {
    margin-top: -12px;
}
.tab-rank .avatar-top {
    border-radius: 50%;
    position: absolute;
    left: 149px;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 79px;
    height: 79px;
    object-fit: cover;
}
.tab-rank .avatar-top-2 {
    border-radius: 50%;
    position: absolute;
    left: 25.5px;
    top: 51%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
}
.tab-rank .avatar-rank-top-2 {
    width: 50px;
}
.tab-rank .avatar-top-3 {
    border-radius: 50%;
    position: absolute;
    left: 23.5px;
    top: 22.5px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}
.tab-rank .avatar-rank-top-3 {
    width: 43px;
}
.tab-rank .img-rank-top {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(#ccc 0 0) padding-box, /*this is your grey background*/ linear-gradient(135.34deg, #8C421D 15.43%, #FBE67B 40.55%, #FCFBE7 54.89%, #F7D14E 63.41%, #D4A041 86.26%) border-box;
    border: 1px solid transparent;
}
.tab-rank .rank-top-2-3, .tab-rank .rank-top {
    width: 96%;
}
.tab-rank .no-data img {
    width: 90%;
}
.tab-rank .no-data p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
}
.tab-rank .text-name-user-23 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swal_black .swal2-modal {
    background: rgba(0, 0, 0, 1);
    border-radius: 10px;
    border: 1px solid #ccc;
}
.swal_black .swal2-cancel {
    color: rgba(246, 140, 31, 1);
    border: 1px solid rgba(246, 140, 31, 1);
    width: 115px;
    height: 40px;
    padding: 0;
}
.swal_black .swal2-confirm {
    width: 115px;
    height: 40px;
    padding: 0;
    border: none;
}
.swal_black .swal2-confirm:focus-visible {
    box-shadow: none;
}
.w-70 {
    width: 70%;
}
.w-30 {
    width: 30%;
}
.comment-footer #form-cmt input::placeholder {
    color: rgba(143, 143, 143, 1);
    opacity: 1;
}
.comment-footer #form-cmt input::-ms-input-placeholder {
    color: rgba(143, 143, 143, 1);
}
.notify-wait-live {
    position: relative;
    height: 642px;
    width: 100%;
}
.notify-wait-live img {
    filter: brightness(50%);
}
.notify-wait-live .notify-title {
    position: absolute;
    left: 50%;
    bottom: 40%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 300;
    font-size: 50px;
}
.notify-wait-live .notify-des {
    position: absolute;
    left: 50%;
    bottom: 32%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 200;
    font-size: 41px;
}
#show-rank-gift {
    max-height: 47rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.video-js .vjs-tech {
    width: inherit;
}
.section-news-mobile {
    display: none;
}
.pc-none {
    display: none;
    width: fit-content;
}

/*Event Checkin*/
.eventModal .modal-header {
    border: none;
}
.eventModal .modal-header .btn-close-modal {
    position: absolute;
    right: 0;
    background: rgba(5, 19, 37, 0.9);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    top: -14px;
}
.eventModal .modal-content {
    background: url("/images/events/bg-event.webp") no-repeat;
    background-size: 100% 100%;
}
.eventModal .modal-body .title-icon {
    width: 25px;
    height: 35px;
}
.eventModal .modal-body .event-thumb {
    border: none;
    background: none;
}
.eventModal .modal-body .event-thumb img {
    border-radius: 5px;
}
/*Checkin*/
.checkinModal .modal-content {
    background: url("/images/events/bg-checkin.webp") no-repeat;
    background-size: 100% 100%;
    height: 632px;
}
.gradient-text-orange {
    font-style: italic;
    background: linear-gradient(266.33deg, #FF620E 49.29%, #F69138 81.02%, #F9E764 110.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.checkinModal .modal-header .btn-close-modal {
    position: absolute;
    right: 0;
    background: rgba(5, 19, 37, 0.9);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    top: -40px;
}
.checkinModal .modal-header {
    border: none;
}
.checkinModal .header-right {
    width: 210px;
}

.checkinModal .title-checkin {
    width: 60%;
    text-align: center;
}
.checkinModal .header-right .checkin-count {
    width: 180px;
    height: 22px;
    background: white;
    border-radius: 50px;
    text-align: center;
}
.checkinModal .header-right .mascot-icon {
    position: absolute;
    width: 35px;
    bottom: -5px;
    left: 0;
}
.checkinModal .gift-list {
    height: 71px;
}

.checkinModal .progress-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(91.95deg, #595959 -38.3%, #202A36 101.84%, #051325 129.93%);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.checkinModal .progress-content .steps {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.checkinModal .steps .step-item {
    z-index: 2;
    width: 33%;
    text-align: center;
}
.checkinModal .steps .step-text {
    font-size: 12px;
}
.checkinModal .steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #999;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(172, 172, 172, 1);
    transition: all 200ms ease;
    transition-delay: 0s;
    margin: 0 auto;
}
.checkinModal .steps .circle.active {
    transition-delay: 100ms;
    border-color: rgba(253, 137, 1, 1);
    color: rgba(253, 137, 1, 1);
}
.checkinModal .steps .progress-bar {
    position: absolute;
    height: 2px;
    width: 80%;
    background: rgba(172, 172, 172, 1);
    top: 35%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}
.checkinModal .progress-bar .indicator {
    position: absolute;
    height: 100%;
    background: rgba(253, 137, 1, 1);
    transition: all 300ms ease;
}
.checkinModal .calendar-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.checkinModal .calendar-header{
    background: linear-gradient(90deg, #FEF7E2 0%, #F5D0A0 98%);
}

.checkinModal .calendar-header,
.checkinModal .calendar-row {
    display: flex;
}

.checkinModal .calendar-cell {
    flex: 1;
    border: 0.5px solid rgba(222, 180, 96, 1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkinModal .calendar-cell.none  {
    background: rgba(5, 19, 37, 1) !important;
}
.checkinModal .calendar-cell.none img  {
    filter: brightness(0.5);
}
.checkinModal .calendar-table .calendar-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.checkinModal .calendar-table .calendar-header .calendar-cell:first-child {
    border-top-left-radius: 10px;
}
.checkinModal .calendar-table .calendar-header .calendar-cell:last-child {
    border-top-right-radius: 10px;
}
.checkinModal .calendar-table .calendar-body .calendar-row:last-child .calendar-cell:first-child {
    border-bottom-left-radius: 10px;
}
.checkinModal .calendar-table .calendar-body .calendar-row:last-child .calendar-cell:last-child {
    border-bottom-right-radius: 10px;
}
.checkinModal .calendar-table .calendar-header .calendar-cell {
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    color: rgba(159, 88, 4, 1);
}
.checkinModal .calendar-table .calendar-body .calendar-cell {
    height: 60px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
}
.checkinModal .btn-rollcall {
    height: 40px;
    width: 150px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #F35B09 0%, #FFC7A9 22.5%, #FA6413 50%, #FFC19F 74%, #FB6514 100%);
    border-radius: 50px;
    outline: none;
    box-shadow:
        0px 4px 4px 0px rgba(255, 255, 255, 0.5) inset,
        -4px -4px 4px 0px rgba(255, 255, 255, 0.5) inset,
        0px 2px 0px 0px rgba(252, 121, 9, 1);
    border-image-slice: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
}

.modalInfo .modal-content {
    background: linear-gradient(129.44deg, #041224 6.76%, #595959 136.77%);
}
.modalInfo .btn-close {
    --bs-btn-close-bg : url('/images/events/closeModal.png');
}
.modalInfo .mascot {
    width: 30px;
    height: 30px;
}
.modalGift .modal-content {
    background: linear-gradient(129.44deg, #041224 6.76%, #595959 136.77%);
}
.modalGift .btn-close {
    --bs-btn-close-bg : url('/images/events/closeModal.png');
}
.modalGift .mascot {
    width: 30px;
    height: 30px;
}
.modalGift .gift-content {
    border: 1px solid rgba(222, 180, 96, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    height: 40px;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
}
.modalGift .diamond-icon {
    width: 20px;
    height: 20px;
}
.modalGift .quantity {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 19px;
    background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
}
.modalGift .fire-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
}
.text-brown {
    color: rgba(159, 88, 4, 1);
}
.modalHistory .modal-header {
    background: rgba(255, 98, 14, 1);
}
.modalHistory .history-item {
    background: rgba(255, 226, 201, 1);
    height: 70px;
    border-radius: 10px;
}
.modalHistory .gift-img {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    padding: 10px;
}
.modalHistory .gift-img img {
    width: 100%;
    height: 100%;
}
.modalHistory .modal-body {
    height: 500px;
    overflow-y: auto;
}
.memberNewModal .modal-body {
    padding: 6rem;
}
.memberNewModal .modal-content {
    background: url("/images/bgModalMember.webp") no-repeat;
    background-size: contain;
    border: none;
}
.memberNewModal .modal-content .closeModalMemberBtn {
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 115px;
    top: 60px;
}

