/*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;
}
*/
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, html {
    font-family: 'Be Vietnam Pro';
}

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: #267BE5;
}
.radius-10 {
    border-radius: 10px;
}

.bg-main {
    background: rgb(236, 245, 254);
    min-height: 78vh;
    /*margin-top: 59px;*/
}
.wp-caption{
    max-width: 100%;
}
.header-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
   background: #267BE5;
    /* height: 71px; */
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.header-top  .logo-header {
    height: 50px;
}
.header-top .header-top_content {
    display: flex;
    align-items: center;
    max-height: 100%;
}
.header-top .header-top_content ul {
    display: flex;
    /* justify-content: space-evenly; */
}
.header-top .header-top_content ul li a {
    color: white;
    font-weight: 900;
    /*padding-right: 20px;*/
    white-space: nowrap;

}
.header-top .header-top_content ul li a.active, .header-top .header-top_content ul li a:hover {
    color: #FFB100;
}
.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: #2780EB;
    background: white;
    border: none;
    border-radius: 10px;
    padding: .5rem;
    font-weight: 700;
}
.header-top .header-top_content .btn-recruitment {
    color: white;
    background: #FF7A00;
    border: none;
    border-radius: 10px;
    padding: .5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

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;
}
.booking-button {
    outline: none;
    border: 0px;
    /* background-image: url('/images/bg-button.png'); */
    border-radius: 30px;
    padding: 5px 9px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
}
.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: -webkit-linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.live-title  {
    position: relative;
}
.live-title::before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/themes/bongdahomnay/img/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('/wp-content/themes/bongdahomnay/img/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: #7F8183;
}
.nav-cate {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-cate .tab-button {
    outline: none;
    border: 0px;
    border-radius: 30px;
    padding: 10px 20px;
    color: #74829B;
    font-weight: 500;
    margin: 10px 10px;
    border-radius: 20px;
    background: linear-gradient(180deg, #EFF3F9 0%, #FFFFFF 100%);
    box-shadow: 0px -2px 1px 0px #7990BB inset;

}

.nav-cate button.active {
    /* outline: none; */
    /* border: 0px; */
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    color: #fff;
}
.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-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-12 {
    font-size: 12px;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}
.text-20 {
    font-size: 20px;
}
.text-24 {
    font-size: 24px;
}
.text-24:hover {
    color:#1489EC ;
}
.news-shadow {
    box-shadow: 0px 4px 4px 0px #1489EC;
}
footer {
    background: #282626;
}
.modal-bg
{
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    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: 30px;
    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%);
}
.login-form .login button {
    color: #1489EC;
    background: white;
    padding: 10px 20px;
    outline: none;
    border: none;
    border-radius: 20px;
    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;
    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: #1489EC;
    padding-left: 10px;
    padding-right: 10px;
}
.head-nav .nav-item  a p:last-child {
    font-weight: 800;
    font-size: 16px;
}
.calendar-item {
    background: #fff;
    /*padding: 5px 10px;*/
    margin-bottom: 20px;
    border-radius: 10px;
    border-left: 3px solid #1489EC;
    border-bottom: 3px solid #1489EC;
}
.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-8 {
    font-size: 8px;
}
.text-6 {
    font-size: 6px;
}
.h-16 {
    height: 16px;
}

.avatar-header {
    height: 50px;
    width: 50px;;
    border-radius: 50%;
    object-fit: cover;
}
.calendar-item .avatar-team {
    width: 2rem ;
    height: 2rem;
    border-radius: 50%;
    object-fit: contain;
}
.calendar-item .avatar-caster {
    width: 4rem ;
    height: 4rem;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0px 4px 4px 0px #00000040;

}

/*Blog*/
.single-blog .title-blog {
    color: #1489EC;
    font-weight: 900;
    font-size: 1.4rem;
}
.single-blog .time-blog {
    color: #8C98B4;
    font-weight: 500;
}
.single-blog .content-blog {
    color: #8C98B4;
    line-height: 1.5rem;
}
.single-blog .blog-left, .single-blog .blog-right .head-nav, .single-blog .comment, .single-blog .comment-content {
    border-left: 2px #1489EC solid;
    border-bottom: 2px #1489EC solid;
}
.blog-right .head-nav {
    position: relative;
}
.blog-right .title-blog {
    padding-left: 4rem;
}
.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 {
    font-weight: 600;
    color: #8C98B4;
}
.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: 2rem;
}
.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%;
    color:#8C98B4  ;
    font-size: 14px;
}
.comment-item-content .name-account {
    color: #1489EC;
}
.comment-item-content .comment-content-account {
    color: #8C98B4;
    font-weight: 800;
}
.avatar-comment {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: contain;
}
.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;
}
.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-bottom: 8rem;
}
.bg-main-live {
    padding-top: 59px !important;
    background: #001530;
    min-height: 94vh;
    overflow: hidden auto;
}

/* Live Room*/
.header-live {
    height: 60px ;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #1E2C3F;
}
.header-live .header-info {
    color: #8E98A9;
}
.header-live .avatar-room-master {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    object-fit: cover;
}

.header-action img {
    height: 20px;
}
.header-action {
    width: 35%;
}
.header-action .btn-follow {
    cursor: pointer;
    height: 20px;
}
.header-comment {
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
}
.comment-live {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 5px;
    background: #1E2C3F;
    height: 716px;
}
.comment-live .header-comment {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 6px;
}
.notify-live {
    height: 27px;
    position: relative;
    padding-left: .9rem;
}
.notify-live .notify-icon {
    position: absolute;
    left: 0;
}
.notify-live .marquee-notify-live {
    background: #267BE599;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    width: 100%;
}
.content-comment  {
    background: #1E2C3F;
    height: 97%;
    border-bottom: 1px solid #1489EC;
}
#msg_content {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}
.name-user-cmt {
    color: #267BE5;
}
.content-cmt {
    color: #B4B4B4;
}
.comment-footer {
    background: #1E2C3F;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.comment-footer #form-cmt input, .comment-footer button {
    background: #1489EC;
    color: white;
    border: none;
    padding: .5rem;
    font-size: 13px;
    border-radius: 5px;
    width: 80%;
}
.comment-footer input::placeholder {
    color: white;
}
.name-admin-cmt {
    color:#EFA722 ;
}
.admin-cmt-message {
    color:#EFA722 ;
    font-weight: 300;
}
.live-gift img {
    /*width: 50px !important;*/
    /*height: 50px !important;*/
}
.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: 40px;
}
.blv-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    object-fit: contain;
    box-shadow: 0px 4px 4px 0px #00000040;

}
.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: #1489EC !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: 1.5em;
    height: 1.5em;
    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: #1E2C3F ;
    width: 100%;
}
.video-live-footer .row {
    height: 85px;
}
#form-cmt {
    background: #1489EC;
    border-radius: 5px;
}
.view-emoij {
    background: #1E2C3F;
    right: 0;
    padding: .5rem;
    bottom: 6rem;
    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: 'Be Vietnam Pro';
}
.view-emoij span {
    margin: .3rem;
}

#msg_content::-webkit-scrollbar, .view-emoij::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    -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: #F5F5F5;
}
#msg_content::-webkit-scrollbar-thumb, .view-emoij::-webkit-scrollbar-thumb {
    background-color: #267BE5;
}
.category-event_blog li a {
    border-radius: 30px;
    padding: 8px 10px;
    background: white;
    width: 7rem;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-align: center;
}
.category-event_blog li a:hover {
    color: #267BE5;
}
.category-event_blog li a.active {
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    color: #fff;
}

.text-gray {
    color: #74829B;
}
.text-gray-live {
    color: #8E98A9 !important;
}
.text-gray-wheel {
    color: #737373 !important;
}
.about-home img {
    display: block;
    margin: 0 auto;
}
.about-home p,.about-home ul li  {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4rem;
}
.banner-right-top_live .banner-show-image.active {
    border: 3px solid #267BE5;
    border-radius: 15px;
}
.banner-right-top_live .banner-show-image {
    height: 132px;
}
.slider_main-home img {
    max-height: 543.3px;
}

.method-item img {
    width: 90px;
    font-size: 14px;
}
.method-item p {
    font-size: 14px;
}
.item-pc-blog {
    height: 10rem;
}
.fit-contain {
    object-fit: contain;
}

.video-js .vjs-volume-level, .vjs-slider-horizontal .vjs-volume-level:before {
    background-color: #1489EC !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;
}
.avt-change {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.subMenu-account {
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 3px 3px 0px #00000029;
    /*padding: 1rem 1rem 0 1rem;*/
    background: white;
    min-width: 22rem;
    left: -17rem;
    z-index: 99999;
    top: 4rem;
}
.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: #267BE5;
    background: white;
    border-radius: 2rem;
    box-shadow: -2px 2px 4px 0px #00000040;
    width: 40%;
}
.subMenu-account .subMenu-account-footer {
    padding: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);

}
.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(90deg, #5BACF2 0%, #1489EC 100%);
    border: none;
    border-radius: 1rem;
    padding: .6rem;
    font-size: 12px;
    color: white;
    font-weight: 700;
}
.btn-follow-live {
    background: linear-gradient(90deg, #5BACF2 0%, #1489EC 100%);
    border: none;
    border-radius: 5px;
    padding: 7px;
    color: white;
    font-weight: 700;
    min-width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-follow-live.followed {
    background: #ECF5FE;
    color: #398EF8;
}
.content-blog img {
    max-width: 100% !important;
    object-fit: contain;
}

.news-share {
    position: absolute;
    bottom: 110%;
    right: -10%;
    width: auto;
    background: #fff;
    box-shadow: 2px 2px 2px 0px #00000040;
    padding: 10px 20px;
    /* 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;
}
.utpc {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #2780EB;
    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: anywhere;
}
.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 {
    background: #398EF8;
    color: white;
}
.btn-cancel-swal {
    background: transparent;
    border: 1px solid #267BE5;
    color: #267BE5;
}

/*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;
    background: #fff;
    color: #267BE5;
    align-content: center;
    flex-wrap: wrap;
    font-weight: 900;
}
.page-item.active {
    background: #267BE5 ;
    color: #fff;
    font-size: 20px;
}
