/*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,
fieldset, form, label, legend,
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;
} */

/* Light mode */
:root[data-theme="light"] {
    --bg: rgba(239, 239, 239, 1);
    --bg-great : rgba(255, 255, 255, 1);
    --text: rgba(145, 145, 145, 1);
    --text-great: rgba(40, 40, 40, 1);
    --bg-header : linear-gradient(360deg, #FFFFFF 0%, #F9F9F9 100%);;
    --bg-sidebar : rgba(255, 255, 255, 1);
    --bg-menu-sidebar-active : rgba(245, 245, 245, 1);
    --bg-is-driver : rgba(239, 186, 132, 1);
    --color-svg-sidebar : rgba(145, 145, 145, 1);
    --bg-item-home : rgba(255, 255, 255, 1);
    --bg-svg-home : rgba(217, 217, 217, 1);
    --bg-content: rgba(245, 245, 245, 1);
    --text-sub-accout : rgba(40, 40, 40, 1);
    --bg-calendar-tab : rgba(239, 239, 239, 1);
    --bg-calender-check-hot : rgba(255, 236, 213, 1);
    --bg-tab-category : rgba(239, 239, 239, 1);
    --bg-calendar-item : rgba(239, 239, 239, 1);
    --bg-calendar-item-footer : rgba(239, 239, 239, 1);
    --bg-caster-info-item : rgba(219, 219, 219, 1);
    --bg-modal-login : linear-gradient(180deg, #FFE7CE -1%, #FFFFFF 14.73%),
    radial-gradient(155.34% 71.49% at 50% 33.47%, rgba(255, 231, 206, 0) 0%, rgba(255, 231, 206, 0.2) 100%);
    --bg-modal-login-content : linear-gradient(180deg, rgba(255, 231, 206, 0.8) -21.6%, #FFFFFF 32.5%);
    --bg-header-mb : linear-gradient(0deg, #D9D9D9 0%, #FFFFFF 100%);
    --select-mode-menu-mb : rgba(217, 217, 217, 1);
    --bg-header-live : rgba(239, 239, 239, 1);
    --text-main-live-room : rgba(145, 145, 145, 1);
    --bg-sub-live-room : rgba(249, 249, 249, 1);
    --bg-change-caster-item : linear-gradient(0deg, #FFE7CE 0%, #FFFFFF 100%);
    --text-svg-share : rgba(145, 145, 145, 1);
    --bg-main-live-room : rgba(255, 255, 255, 1);
    --bg-input-cmt : rgba(239, 239, 239, 1);
    --color-svg-header-top : rgba(194, 194, 194, 1);
    --bg--profie : linear-gradient(180deg, #FFFFFF 0%, rgba(255, 236, 213, 0.5) 100%);
    --bg-active-tab-account : rgba(253, 235, 213, 1);
    --bg-btn-cancel : linear-gradient(98deg, #E5E5E5 0%, #D9D9D9 100%);
    --bg-collapse-ab : rgba(239, 239, 239, 1);
    --bg-collapse-ab-header: rgba(239, 239, 239, 1) ;
    --text-collapse-ab-header: rgba(145, 145, 145, 1) ;
    --bg-caster-home : rgba(250, 250, 250, 1);
    --bg-predict : rgba(233, 233, 233, 1);

}

/* Dark mode */
:root[data-theme="dark"] {
    --bg: rgba(23, 22, 22, 1);
    --bg-great : rgba(40, 40, 40, 1);
    --text: rgba(194, 194, 194, 1) ;
    --text-great: rgba(255, 255, 255, 1);
    --bg-header : linear-gradient(360deg, #222222 0%, #545454 100%);
    --bg-sidebar : rgba(40, 40, 40, 1);
    --bg-menu-sidebar-active : rgba(81, 81, 81, 1);
    --bg-is-driver : rgba(255, 255, 255, 1);
    --color-svg-sidebar : rgba(194, 194, 194, 1);
    --bg-content: #282828;
    --color-text-content: #fff;
    --color-text-okwin: #F68C1F;
    --bg-item-home : rgba(52, 52, 52, 1);
    --bg-svg-home : rgba(65, 65, 65, 1);
    --text-sub-accout : rgba(194, 194, 194, 1);
    --bg-calendar-tab : rgba(81, 81, 81, 1);
    --bg-calender-check-hot : rgba(81, 81, 81, 1);
    --bg-tab-category : rgba(81, 81, 81, 1);
    --bg-calendar-item : rgba(23, 22, 22, 1);
    --bg-calendar-item-footer : linear-gradient(0deg, rgba(0, 0, 0, 0.8) 23.51%, rgba(36, 36, 36, 0.8) 84.64%, rgba(0, 0, 0, 0) 188.08%);
    --bg-caster-info-item : rgba(81, 81, 81, 1);
    --bg-modal-login : linear-gradient(180deg, #4A4A4A -1%, #000000 14.73%),
    radial-gradient(155.34% 71.49% at 50% 33.47%, rgba(221, 221, 221, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    --bg-modal-login-content : linear-gradient(180deg, rgba(93, 93, 93, 0.8) -21.6%, rgba(0, 0, 0, 0.9) 32.5%, #282828 100%);
    --bg-header-mb : linear-gradient(0deg, #353535 0%, #585858 100%);
    --select-mode-menu-mb : rgba(40, 40, 40, 1);
    --bg-header-live : rgba(40, 40, 40, 1);
    --text-main-live-room : rgba(194, 194, 194, 1);
    --bg-sub-live-room : rgba(47, 47, 47, 1);
    --bg-change-caster-item : rgba(23, 22, 22, 1);
    --text-svg-share : rgba(255, 255, 255, 1);
    --bg-main-live-room : rgba(23, 22, 22, 1);
    --bg-input-cmt : rgba(23, 22, 22, 1);
    --color-svg-header-top : rgba(255, 255, 255, 1);
    --bg--profie : rgba(29, 29, 29, 1);
    --bg-active-tab-account : rgba(81, 81, 81, 1);
    --bg-btn-cancel : linear-gradient(98deg, #717171 0%, #5D5D5D 100%);
    --bg-collapse-ab : rgba(26, 26, 26, 1);
    --bg-collapse-ab-header: tranparent ;
    --text-collapse-ab-header: rgba(194, 194, 194, 1) ;
    --bg-caster-home : rgba(44, 44, 44, 1);
    --bg-predict : rgba(52, 52, 52, 1);

}
.modal-content {
    background: var(--bg-great);
}

.support-icon {
    display: none;
    width: 56px;
}
/*[data-theme="dark"] .support-icon-dark {*/
/*    display: block;*/
/*}*/
/*[data-theme="light"] .support-icon-light {*/
/*    display: block;*/
/*}*/

.logo-header,.logo-header-luka {
    display: none !important;
}
[data-theme="dark"] .logo-header-dark, [data-theme="dark"] .logo-header-luka-dark , [data-theme="dark"] .support-icon-dark{
    display: block !important;
}
[data-theme="light"] .logo-header-light, [data-theme="light"] .logo-header-luka-light, [data-theme="light"] .support-icon-light {
    display: block !important;
}
.text-primary {
    color: var(--text) !important;
}


body {
    background: var(--bg);
    color: var(--text);
}
*, body, html {
    font-family: 'Inter';
}

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;
}
.container-fluid {
    width: 95%;
}

.bg-main {
    background: var(--bg);
    min-height: 78vh;
    width: 100%;
    /* padding-left: 15%; */
}
.header-top {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10000000;
    background: var(--bg-header);
    height: 60px;
    /*padding-top: 11px;*/
    width: 100%;
}
.header-top .logo-header {
    width: 234px;
    height: auto;
}
.header-top .logo-header-luka {
    width: 280px;
    height: auto;
}
/*.header-top .header-top_content {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
.header-top .header-top_content {
    height: 100%;
    width: 100%;
}
.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;
}
.main-wrapper {
    display: flex;
    gap: 20px;
    min-width: 0; /* Quan trọng: cho phép flex items shrink dưới min-content */
    align-items: flex-start; /* Đảm bảo items align từ đầu */
    position: relative; /* Tạo positioning context */
}

.main-wrapper > div:not(.sidebar-wrapper) {
    flex: 1; /* Phần content chiếm không gian còn lại */
    min-width: 0; /* Quan trọng: cho phép shrink */
}

.sidebar-wrapper {
    width: 260px; /* Thay đổi giá trị này theo nhu cầu */
    flex: 0 0 260px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 260px */
    flex-shrink: 0; /* Không cho phép thu nhỏ */
    min-width: 0; /* Đảm bảo không bị overflow */
    position: -webkit-sticky !important; /* Hỗ trợ Safari */
    position: fixed !important; /* Sticky trên wrapper */
    top: 60px !important; /* Khoảng cách từ top (60px header + 20px margin) */
    align-self: flex-start;
    max-height: calc(100vh - 80px) !important; /* Giới hạn chiều cao */
    overflow-y: auto !important; /* Cho phép scroll bên trong nếu nội dung dài */
    overflow-x: hidden !important; /* Ngăn scroll ngang */
    z-index: 100 !important; /* Đảm bảo sidebar ở trên */
    min-height: 100vh;
}
.home-wrapper {
    margin-left: 270px;
    min-width: 1200px !important;
    max-width: 1640px !important;
}
.sidebar-wrapper::-webkit-scrollbar {
    width: 5px;              /* độ bé của thanh cuộn */
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 31, 1);
    border-radius: 6px;
}

.sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: rgba(246, 140, 31, 0.85);
}

.sidebar {
    background: var(--bg-sidebar);
    box-shadow: 1px 0px 1px 0px rgba(246, 140, 31, 0.5);
    border-top-right-radius: 10px;
    /*border-bottom-right-radius: 10px;*/
    width: 100%;
    min-height: 100vh;
    border-right: 1px solid rgba(246, 140, 31, 1);
}
.sidebar .menu-sidebar a {
    height: 36px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 14px;
}
.sidebar .menu-sidebar .sub-menu-live a {
    padding-left: 10px;
}
.sidebar .menu-sidebar .sub-menu-live a:before, .sidebar .menu-sidebar .sub-menu-live a.active:before {
    display: none !important;
}
/*.sidebar .sub-menu-active:hover>a {*/
/*    background: var(--bg-menu-sidebar-active);*/
/*}*/
.sidebar .menu-sidebar li img {
   width: 20px;
}
.sidebar .menu-sidebar li path {
    fill : var(--color-svg-sidebar);
}
.sidebar .menu-sidebar a.active .svg-parent path, .sidebar .menu-sidebar a:hover .svg-parent path, .sidebar .menu-sidebar .sub-menu-live a.active path, .sidebar .menu-sidebar .sub-menu-live a:hover path, .sidebar .sub-menu-active:hover>a  path{
    fill: rgba(253, 137, 1, 1);
}
.sidebar .menu-sidebar a.active, .sidebar .menu-sidebar a:hover, .sidebar .sub-menu-active:hover>a {
    background: var(--bg-menu-sidebar-active);
    position: relative;
}
.sidebar .menu-sidebar a.active:before, .sidebar .menu-sidebar a:hover:before, .sidebar .sub-menu-active:hover>a:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    height: 100%;
    width: 8px;
    left: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sidebar .countPromo {
    background: rgba(246, 140, 31, 1);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.sidebar .menu-sidebar li a {
    color: var(--text);
}
.sidebar .menu-sidebar a.active, .sidebar .menu-sidebar a:hover, .sidebar .menu-sidebar a.active>span, .sidebar .menu-sidebar a:hover>span, .sidebar .sub-menu-active:hover>a {
    color: rgba(253, 137, 1, 1);
}
.sidebar .is-driver-menu {
    background: var(--bg-is-driver);
    width: 95%;
    height: 1px;
}
.sidebar .sub-menu-live {
    border-left: 1px solid rgba(246, 140, 31, 1);
    list-style: none !important;
}

.sidebar .sub-menu-live .qty-live-menu {
    position: relative;
}
.sidebar .sub-menu-live .qty-live-menu:before {
    position: absolute;
    content: "";
    background: rgba(246, 140, 31, 1);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    top: 53%;
    left: -12px;
}
.sidebar .support-time {
    height: 20px;
    /*width: 60px;*/
    border-radius: 50px;
    background: rgba(246, 140, 31, 1);
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.sidebar .bg-menu-sub-active {
    background: var(--bg-menu-sidebar-active);
    border-radius: 10px;
}
.sidebar .select-mode {
    height: 36px;
}
.sidebar .mode-active {
    background: var(--bg-great);
    border-radius: 5px;
    padding: 3px;
}

.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: rgba(246, 140, 31, 1);
    background: transparent;
    border: 1px solid rgba(246, 140, 31, 1);
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
}
/*.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(255, 255, 255, 1);
    background: linear-gradient(98deg, #FD8901 0%, #FFA842 100%);
    border: none;
    border-radius: 5px;
    padding: 6px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 34px;
    align-items: center;
    position: relative;
}
.header-top .header-top_content .btn-download img {
    width: 14px;
}
.header-top ul {
    list-style: none !important;
}
/*.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: 6px 30px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
}
/*.follow-button.followed {*/
/*    background: rgba(65, 65, 65, 1);*/
/*}*/
.btn-tai-app {
    border: 1px solid var(--text-great);
    border-radius: 8px;
    width: 195px;
    height: 44px;
    color: var(--text-great);
    background: transparent;
    font-size: 14px;
    font-weight: 500;
}
.btn-tai-app path {
    fill: var(--text-great);
}
.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: 11px;
    font-weight: 400;
    color: white;
    width: 95px;
    height: 25px;
    padding: 0;
}
.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: rgba(65, 65, 65, 1);
    color: white;
}
.rounded-main {
    border: 1px solid #F68C1F;
}
.text-main {
    color: rgba(255, 255, 255, 1);
}
.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;
    background-position: center !important;
    color: white;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 55%);
    height: 204px;
    width: 100%;
    justify-content: center;
    border-radius: 5px !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: 75%;
}
.match-item .match-item-center .item-match-clock {
    margin-top: -8px;
}
.match-item .logo-team {
    width: 60px;
    height: 60px;
    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.text-room-live {
    width: auto;
}
/*.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(0deg, rgba(0, 0, 0, 0.8) 23.51%, rgba(36, 36, 36, 0.8) 84.64%, rgba(0, 0, 0, 0) 188.08%);
    border-top: 1px solid #F68C1F;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 3px 5px;
    height: 25%;
}
.match-item-footer .blv-av-c {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(246, 140, 31, 1);
    flex-shrink: 0;
}
.match-item-center .league-name {
    background: rgba(246, 140, 31, 1);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 5px;
    padding: 5px;
    text-align: center;
    position: absolute;
    left: -1px;
    top: -1px;
    width: auto;

}
.match-item-center .date-match-info {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    border-radius: 3px;
    padding: 3px;
    width: 60px;
    margin: 0 auto;
}
/*.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-25 {
    font-size: 25px;
}
.text-26 {
    font-size: 26px;
}
.text-36 {
    font-size: 36px;
}
.text-30 {
    font-size: 30px;
}
.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  {
    margin-left: -20px;
}
footer .footer-before {
    background: var(--bg-great);
    /*height: 200px;*/
    border-radius: 5px;
}
.modal-bg
{
    background:  linear-gradient(180deg, #4A4A4A -1%, #000000 14.73%);

    border-radius: 5px;

}
.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: 15px;
    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-12 {
    height: 12px;
}
.h-20 {
    height: 20px;
}

.avatar-header {
    height: 36px;
    width: 36px;;
    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: 112px;
    height: 112px;
    border: 2px solid rgba(255, 129, 0, 1);
}

/*Blog*/
.blog-item {
    background: var(--bg-content);
    display: block;
    border-radius: 10px;
}
.btn-sm-okwin {
    background: #F68C1F;
    color: #fff;
    padding: 4px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.single-blog .title-blog {
    color: var(--text-great);
    font-weight: 500;
    font-size: 25px;
}
.single-blog .time-blog {
    color: var(--text);
    font-weight: 300;
    font-size: 14px;
}
.single-blog .content-blog {
    color: var(--text-great);
    line-height: 1.7;
}
.single-blog .blog-left, .single-blog .comment, .single-blog .comment-content {
    background: var(--bg-great);
}
.blog-right .head-nav {
    position: relative;
    border: none;
}
.blog-right .title-blog-hot {
    color: rgba(246, 140, 31, 1);
}
.blog-right .img-title-hot {
    height: 20px;
}
.blog_relate ul {
    list-style: inside;
    font-weight: 800;
}
.blog-right .card-event-item .event-image-home {
    /*height: 145px;*/
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.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-box-shadow: 0 0 0 1000px #282828 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-radius: inherit;
}
.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: 60px ;
    background: var(--bg-great);
    color: var(--text-main-live-room);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header-live .card-change-caster {
    background: var(--bg-sub-live-room);
    border-radius: 10px;
    position: absolute;
    top: 140%;
    z-index: 10;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
}
.header-live .card-change-caster-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.header-live .card-change-caster-main .caster-item {
    background: var(--bg-change-caster-item);
    border-radius: 5px;
    /*width: 120px;*/
    height: 40px;
}
.header-live .card-change-caster-main .caster-item.active {
    border: 1px solid rgba(246, 140, 31, 1);
}
.header-live .card-change-caster-main .change-caster-avatar {
    border: 1px solid rgba(246, 140, 31, 1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.header-live .card-change-caster-main .change-caster-name {
   color: var(--text-great);
}
.header-live .card-change-caster-main .change-caster-icon-live {
   width: 30px;
    height: 12px;
}
.header-live .card-change-caster-main .change-caster-icon-live-text {
   padding: 3px;
    color: white;
    border-radius: 2px;
    background: rgba(246, 140, 31, 1);
}
.header-live .change-caster-footer {
   /*color: rgba(194, 194, 194, 1);*/
}
.header-live .close-change-caster {
   background: none;
    border: none;
}
.header-live .header-info {
    color: #8E98A9;
}
.header-live .avatar-room-master {
    height: 50px;
    width: 55px;
    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-live .line-height-title {
    color: rgba(246, 140, 31, 1);
}
.header-live .change-caster-btn {
    border: 1px solid rgba(194, 194, 194, 1);
    color: var(--text-main-live-room);
    padding: 4px;
    background: none;
    padding: 5px 8px;
    background: none;
    border-radius: 5px;
}

.header-action img {
    height: 20px;
}
.header-action {
    width: 40%;
}
.header-action .btn-follow {
    cursor: pointer;
    height: 18px;
    width: 19px;
}
.header-comment {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);;
    flex-wrap: nowrap;
}
.header-comment .nav-tab-chat p {
    color: rgba(255, 255, 255, 1);
}
.header-comment .nav-tab-chat {
    position: relative;
}
.header-comment .nav-tab-chat.active:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 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: var(--bg-great);
    height: 100%;
}
.list-hotlive-in-room {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.list-hotlive-in-room .card-match-hotlive-item {
    width: 100%;
}
.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: var(--bg-great);
    height: auto;
    /*border: 3px solid rgba(23, 22, 22, 1);*/
    border-bottom: 2px solid rgba(246, 140, 31, 1);

}
#msg_content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.name-user-cmt {
    color: rgba(246, 140, 31, 1);
}
.content-cmt {
    color: var(--text-great);
}
.content-cmt img {
    max-width: 80px;
}
.comment-footer {
    background: var(--bg-great);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.comment-footer #form-cmt input, .comment-footer button {
    background: transparent;
    color: var(--text-great);
    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(246, 140, 31, 1);
    border: 1px solid rgba(207, 209, 210, 1);
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    height: 35px;
    width: 20%;

}
.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: var(--text-great);
    background: var(--bg-sub-live-room);
    z-index: 999;
    width: 420px;
    left: 50%;
    transform: translateX(-50%);
    top: 4rem;
    border-radius: 10px;
}
.group-share-room .share-room-icon {
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 5px;
    padding: 5px;
}
.group-share-room .share-room-icon path {
    fill: var(--text-svg-share);
}
.group-share-room .share-room-link {
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 5px;
}
.group-share-room .share-room-icon a {
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 5px;
    padding: 4px;
}
/*.group-share-room .share-room-icon p {*/
/*    color: rgba(255, 255, 255, 1);*/
/*}*/
.group-share-room .share-room:before{
    content: "";
    width: 24px;
    height: 18px;
    background: url("data:image/svg+xml;utf8,<svg width='18' height='10' viewBox='0 0 18 10' xmlns='http://www.w3.org/2000/svg'><path d='M8.66016 0L17.3204 9.75H0L8.66016 0Z' fill='currentColor'/></svg>") no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.5%;
    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;
}
.text-great {
    color: rgba(255, 255, 255, 1);
}
.share-room-link input {
    border: none;
    background: transparent;
    color: var(--text-great);
    font-size: 14px;
    font-weight: 400;
    width: 75%;
}
.share-room-link button {
    border: 1px solid rgba(194, 194, 194, 1);
    background: rgba(23, 22, 22, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(246, 140, 31, 1);
    padding: .5rem;
    border-radius: 5px;
}
.share-room-qr img {
    height: auto;
}
.share-room-qr p {
    color: var(--text-great) !important;
}
.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: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 1px solid rgba(246, 140, 31, 1);
}
/*.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: var(--bg-great);
    width: 100%;
    height: 72px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.video-live-footer .row {
    height: 100%;
}
/*#form-cmt {*/
/*    background: rgba(5, 19, 37, 1);*/
/*    border-radius: 5px;*/
/*}*/
.input-comment {
    background: var(--bg-input-cmt);
    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, #show-rank-gift::-webkit-scrollbar {
    /*display: none;*/
    width: 4px;
    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, #show-rank-gift::-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, #show-rank-gift::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 35, 1);
}
.news-category-title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background-image: url('/images/v2-news/news-title-bg-image.png'), linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    background-size: auto 100%, 100% 100%;
    background-position: right center, center;
    background-repeat: no-repeat, no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-event_blog {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bg-sidebar);
}
.category-event_blog li a {
    border-radius: 6px;
    padding: 0px;
    text-align: center;
    color: #919191;
    font-weight: 500;
    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, .category-event_blog li a.active {
    color: #F68C1F;

}
.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: 600;
    font-size: 14px;
    line-height: 24px;
}
.about-content p {
    font-size: 14px;
    font-weight: 600;
    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: 7px;
}
.banner-right-top_live .banner-show-image{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.match-slider-item.orther .match-item-center{
    height: 75%;
}
/*.banner-right-top_live .banner-show-image.actived::after, .banner-right-top_live .banner-show-image:hover::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: white;*/
/*    opacity: 0.3;*/
/*    pointer-events: none;*/
/*    z-index: 999;*/
/*}*/

.banner-right-top_live .banner-show-image {
    height: 174px;
    width: 100%;
    /*margin-bottom: 13px;*/
}
.banner-right-top_live .banner-show-image:last-child {
    margin-bottom: 0;
}
.banner-right-top_live {
    width: 55%;
}
.banner-right-top_live .nav-tab-video-home .nav-link {
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    background: var(--bg-menu-sidebar-active);
    border-radius: 5px;
    height: 30px;
    padding: 0 5px;
}
.banner-right-top_live .nav-tab-video-home .nav-link path {
    fill: rgba(145, 145, 145, 1);
}
.banner-right-top_live .nav-tab-video-home .nav-link.active, .banner-right-top_live .nav-tab-video-home .nav-link:hover {
    background: linear-gradient(360deg, #FFA54E 0%, #FD8901 100%);
    color: rgba(255, 255, 255, 1);
}
.banner-right-top_live .nav-tab-video-home .nav-link.active path, .banner-right-top_live .nav-tab-video-home .nav-link:hover path {
    fill: rgba(255, 255, 255, 1);
}
.banner-right-top_live .content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-height: 600px;
    overflow: hidden;
}
.video-header-home {
    background: var(--bg-great);
    border-radius: 7px;
}
.my_video_home_page {
    background: transparent !important;
    border-radius: 7px !important;
}
.banner-left-top_live {
    width: 55%;
    /*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 .match-slider-item {
    border-radius: 10px;
    height: 100%;
}
.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 .match-slider-item .match-item-center {
    height: 75%;
    align-items: center;
}
.banner-right-top_live .match-slider-item .match-item-footer {
    height: 25%;
}
.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);
    object-fit: cover;
}
.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: auto;
    top: 5px;
}
.match-item.orther .match-item-center {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 75%;
}
.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: 25%;*/
    /*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: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 23.51%, rgba(36, 36, 36, 0.8) 84.64%, rgba(0, 0, 0, 0) 188.08%);
    height: 29px;
    box-shadow: none;
    border: none;
}
.banner-show-image .match-slider-item.orther .match-item-center {
    height: 75%;
    /*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;
}
.match-slider-item.orther .match-item-footer{
    height: 25% !important;
    border-top: 1px solid #F68C1F;
}
.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;

    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 {
    height: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    color: rgba(255, 255, 255, 1) !important;
}
.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: -18.5rem;
    /*height: 206px;*/
    z-index: 99999;
    width: 369px;
    top: 3.5rem;
    background: var(--bg-great);
    border: 3px solid rgba(255, 255, 255, 1);
}
.subMenu-account .card-acc-header-name {
    color: rgba(246, 140, 31, 1);
}
.subMenu-account .card-acc-header-id {
    color: var(--text-sub-accout);
}
.subMenu-account .avatar-header-level {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    bottom: -5px;
}
.subMenu-account .text-coin-header {
    color: var(--text-sub-accout);
}
.subMenu-account:before {
    content: "";
    position: absolute;
    background: url("../../../images/polygon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    top: -18px;
    right: 45px;
}
.subMenu-account .account-button {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(246, 140, 31, 1);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px;
    height: 30px;
}
.subMenu-account .account-button.cancel {
    background: rgba(81, 81, 81, 1);
    width: 82px;
}
/*.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: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(246, 140, 31, 1);
}
.follow-item .btn-follow-account {
    background: linear-gradient(98deg, #FD8901 0%, #FFA842 100%);

    border: none;
    border-radius: 5px;
    padding: .6rem;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.btn-follow-live {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    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: 14px;
    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: var(--text-great);
    align-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
}
.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: var(--bg-great);
    color: var(--text-great);
    /*box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.5);*/
    /*font-family: "Be Vietnam Pro", sans-serif;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid rgba(246, 140, 31, 1);
}
.content-wrapper a,.content-wrapper p,.content-wrapper h3,.content-wrapper h4 {
    font-family: "Be Vietnam Pro", sans-serif;
}
.about-content {
    background: var(--bg);
    border-bottom: 1px solid rgba(246, 140, 31, 1);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 1);
    max-height: 30rem;
    overflow-y: auto;
    border-radius: 5px;
}
.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: 10px;
    margin-bottom: 10px
}
.about-title ul li a {
    font-size: 14px;
    color: var(--text);
    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: var(--color-text-okwin) !important;
}
.empty-comment {
    background: var(--bg-content);
    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: 75%;
    /*height: 770px;*/
}
.live-content-right {
    width: 25%;
    margin-left: 15px;
    height: 770px;
}
.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;
}
.btn-quantity-wallet, .btn-pttt {
    background: linear-gradient(98deg, #717171 0%, #5D5D5D 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    width: 100%;
    border: none;
    border-radius: 8px;
}
/* .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;
}
.description-blog-2line {
    height: 2.5rem;
}
.description-blog-2line-small {
    height: 1.6rem;
}
.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: 51%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 4.8vw;
    height: 4.8vw;
    object-fit: cover;
}
.tab-rank .avatar-top-2 {
    border-radius: 50%;
    position: absolute;
    left: 52%;
    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: 51px;
    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: 100%;
    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;
    width: 100%;
    text-align: center;
}
.notify-wait-live .notify-des {
    position: absolute;
    left: 50%;
    bottom: 28%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 200;
    font-size: 41px;
    width: 100%;
    text-align: center;
}
#show-rank-gift {
    max-height: 39rem;
    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: 2rem;
}
.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;
}
/*Event*/

.memberEvent .modal-content {
    background: rgba(0, 0, 0, 1);
}
.memberEvent .closeModalMemberBtn {
    background: none;
    border: none;
    position: absolute;
    top: -2.5rem;
    right: 0;
}
.memberEvent .closeModalMemberBtn img {
    height: 30px;
}
.memberEvent .nav-item .nav-link img {
    width: 32px;
}
.memberEvent .nav-item .nav-link {
   border: none;
}
.memberEvent .nav-item .nav-link.active {
   background: rgba(255, 98, 14, 1);
}
.memberEvent .custom-tabs {
   border: none;
}
.memberEvent .tab-content {
    position: relative;
    border-radius: 5px; /* bo góc cho khối chính */
    background: linear-gradient(
        312deg,
        rgba(48, 55, 63, 0.80),
        rgba(18, 29, 43, 0.80)
    );
    z-index: 1; /* để ::before nằm dưới */
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 3px 0 0 #F15E23;
    min-height: 12rem;
}

.memberEvent .tab-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* độ dày border */
    border-radius: 5px; /* bo góc theo container */
    background: var(--strock-blv, linear-gradient(267deg, #FF620E, #F69138, #F9E764));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
:root {
    --strock-blv: linear-gradient(267deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
}
.slotModal .btn-close-modal {
    background: none;
    border: none;
    position: absolute;
    top: -2.5rem;
    right: 70px;
}
.slotModal .btn-close-modal img {
    height: 30px;
}

/*End Event*/

/*Ver 2*/
.single-5 .slick-slide {
    height: inherit !important;
}
.single-5 .slick-slide {
    padding: 0 6px; /* giống mx-2 nhưng không phá layout */
}
.single-5 .slick-track, .slider-hot-live .slick-track , .single-gift .slick-track, .card-event-home .slick-track {
    margin-left: inherit !important;
}
.hotlive-home {
    background: var(--bg-great);
}
.title-home-hotlive {
    width: 100%;
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: rgba(255, 255, 255, 1);
    padding: 0 10px;
}
.title-home-hotlive path {
    fill: rgba(255, 255, 255, 1);
}
.title-home {
    padding-left: 20px;
    position: relative;
    color: rgba(255, 255, 255, 1);
    background: rgba(246, 140, 31, 1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
    padding-right: 15px;
    width: fit-content;
}
.title-home path {
    fill: rgba(255, 255, 255, 1);
}
.title-home:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, rgba(246, 140, 31, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    top: 0;
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.title-home img {
    max-width: 30px;
    max-height: 23px;
    object-fit: contain;
}
.slider-live-home {
    flex: 1;
    min-width: 0;
    /*margin-left: -20%;*/
}
.card-live-home {
    height: 270px;
    background: url("/images/bg-card-live-home.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-right: 48px;
}
.card-live-home .slick-dots {
    bottom: -35px;
}
.card-live-home .slick-dotted.slick-slider {
    margin-bottom: 0;
}


.card-live-home .slick-prev,
.card-live-home .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ff9f2d;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* BÊN TRÁI */
.card-live-home .slick-prev {
    left: -36px;
}

/* BÊN PHẢI */
.card-live-home .slick-next {
    right: -36px;
}



.card-live-home .img-first-live-home {
    max-width: 300px;
    height: 100%;
    object-fit: cover;
}
.slider-live-home {
    width: 100%;
}
.slider-live-home .card-match-home-live {
    width: 100%;
    padding: 0 6px;
    box-sizing: border-box;
}

.view-all-home {
    color: var(--text-great);
}
.view-all-home-hot path:last-child {
    fill: #FD8901;
}
.card-caster-home {
    /*background: var(--bg-great);*/
    /*border: 1px solid rgba(246, 140, 31, 1);*/
    /*border-radius: 5px;*/
}
.level-caster-home {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    bottom: -5px;
}
.single-gift {
    background: var(--bg-great);
    border-radius: 10px;
    width: 100%;
    height: 65px;
}
.single-gift .user-give-git-item {
    border: 1px solid transparent; /* cần border toàn bộ */
    border-left: 0;
    border-top: 0;
    border-bottom: 0;

    border-image: linear-gradient(
        180deg,
        rgba(246, 140, 31, 0) 0%,
        #F68C1F 50%,
        rgba(246, 140, 31, 0) 100%
    ) 1 stretch;
    padding: 0px 10px;
}
.single-gift .user-give-git-avatar {
    width: 50px;
    height: 50px;
    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;
}
.single-gift .user-give-git-info p {
    color: var(--text-great);
}
.card-gift-item {
    background: var(--bg-item-home);
    border: 1px solid rgba(246, 140, 31, 1);
    border-radius: 10px;
    padding: 10px;
}
.single-gift-product .slick-slide, .card-event-home .slick-slide, .card-home-video .slick-slide {
    padding: 0 7px;
    margin: 0;
}
.single-gift-product, .card-event-home, .card-home-video {
    margin: 0 -5px;
}
/*.single-gift-product .slick-slide:first-child, .card-event-home .slick-slide:first-child, .card-home-video .slick-slide:first-child {*/
/*    margin: 0;*/
/*}*/
.card-gift-item .stock-status {
    position: absolute;
    left: 50%;
    top: 0;
    /* width: 170px; */
    transform: translateX(-50%);
    color: rgba(255, 153, 0, 1);
    text-align: center;
    background: var(--bg-item-home);
    padding: 0px 20px;
    height: 26px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
    border-radius: 5px;
}
.card-gift-item .gift-image {
    border-radius: 8px;
}
.card-gift-item .gift-title {
    color: var(--text-great);
}
.card-gift-item .gift-price p {
    color: rgba(255, 153, 0, 1);
}

.card-gift-item .gift-price img {
    width: 17px;
}
.card-gift-item .buy-gift-btn {
    background: rgba(253, 137, 1, 1);
    border: none;
    color: rgba(255, 255, 255, 1);
    padding: 5px 8px;
    border-radius: 4px;
}
.card-gift-item .buy-gift-btn.disabled {
    background: rgba(81, 81, 81, 1);
}
.card-event-home .card-event-item {
    /*height: max-content;*/
}
.card-event-item {
    border-radius: 10px;
    border: 1px solid rgba(246, 140, 31, 1);
    background: var(--bg-item-home);
}
.card-event-item .event-image-home {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*height: 127px;*/
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.card-event-item .event-title-home {
    color: rgba(246, 140, 31, 1);
}
.card-event-item .event-description-home {
    color: var(--text-great);
}
.event-status-text {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    color: rgba(255, 255, 255, 1);
    background: rgba(1, 151, 51, 1);
    border-radius: 7px;
}
.event-status-text.wait {
    background: #0d6efd;
}
.event-status-text.end {
    background: #6c757d;
}
.card-home-video-item {
    background: var(--bg-great);
    border-radius: 10px;
}
.card-home-video-item .home-video-image {
    /*height: 144px;*/
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}
.card-home-video-item .card-home-video-footer {
    background: var(--bg-item-home);
    border-radius: 5px;
}
.tag-video-item {
    background: rgba(246, 140, 31, 1);
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    padding: 2px 5px;
}
.title-video-home {
    color: var(--text-great);
}
.date-video-home {
    color: var(--text);
}
.info-video-home {
    background: var(--bg-svg-home);
    border-radius: 3px;
    padding: 2px 5px;
    color: var(--text);
}
.info-video-home path {
    fill : var(--color-svg-sidebar);
}
.copy-link-video-home path {
    stroke : var(--color-svg-sidebar); : var(--color-svg-sidebar);
}
.copy-link-video-home {
    background: transparent;
    border: none;
}
.copy-link-video-home:active {
    border-style: none;
}
.copy-link-video-home:focus:not(:focus-visible) {
    outline: 0;
    border-style: none;
}
.card-video-home-item {
    background: var(--bg-item-home);
    border-radius: 10px;
}
.description-new-home {
    color: var(--text);
}
.card-home-new-first .description-new-home {
    line-height: 22px;
}
.new-home-image {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /*height: 58%;*/
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.new-home-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.card-home-new-second {
    height: max-content;
}
.card-home-new-first {
    /*height: 689px;*/
}
footer .logo-footer {
    height: 53px;
    width: auto;
}
footer .is-driver-footer {
    height: 53px;
    width: 2px;
    background: var(--text-great);
}
.footer-before path {
    fill: var(--text-great);
}
footer .follow-us p {
    color: var(--text-great);
}
.policy-footer a {
    color: var(--text-great);
}
.policy-footer .is-driver-footer {
    height: 20px;
    width: 1px;
    background: var(--text-great);
}
/*Caster Modal*/
.casterModal .modal-content {
    background: var(--bg-great);
    border: 1px solid rgba(246, 140, 31, 1);
    box-shadow: 0px 2px 4px 0px rgba(246, 140, 31, 0.5);
}
.casterModal .btn-close {
    position: absolute;
    top: -31px;
    right: -13px;
    opacity: 1;
    z-index: 999;
    width: 24px;
}
.casterModal .caster-cover-modal {
    height: 180px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.casterModal .caster-avatar-modal {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid rgba(246, 140, 31, 1);
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 9;
    position: relative;
    object-fit: cover;
}
.casterModal .caster-name-modal {
    color: rgba(246, 140, 35, 1);
}
.casterModal .caster-id-modal {
    color: var(--text-great);
}
.casterModal .btn-copy-id-caster {
    border: none;
    background: transparent;
}
.casterModal .btn-copy-id-caster path {
    fill: var(--text-great);
}
.casterModal .caster-info-item-modal {
    background: var(--bg-caster-info-item);
    border-radius: 5px;
}
.casterModal .caster-follow-text {
   color: var(--text-great);
}
.casterModal .caster-follow-count {
   color: rgba(246, 140, 31, 1);
}
.casterModal .caster-intro-modal {
   color: rgba(255, 255, 255, 1);
}
.casterModal .btn-follow-modal {
   background: rgba(65, 65, 65, 1);
    border-radius: 5px;
    height: 40px;
    width: 130px;
    color: rgba(255, 255, 255, 1);
    box-shadow: none !important;
    border-style: none;
}
button:focus,
button:active,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-style: inset;
}
.modal-log .btn-close {
    position: absolute;
    top: -31px;
    right: -13px;
    opacity: 1;
    z-index: 999;
    width: 24px;
}
.modal-log .modal-content {
    background: var(--bg-modal-login);
    border-radius: 5px;
    border: none;
}
.modal-log .content-modal-login {
    background: var(--bg-modal-login-content);
    backdrop-filter: blur(7.099999904632568px);
    border-radius: 20px;
}
.nav-tab-login-home .nav-tabs-custom {
    border: 2px solid rgba(246, 140, 31, 1);
    border-radius: 10px;
}
.nav-tab-login-home .nav-link {
    background: transparent;
    border: none;
    height: 60px;
    color: rgba(246, 140, 31, 1);
    border-radius: 7px;
}
.nav-tab-login-home .nav-link.active {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    color: rgba(255, 255, 255, 1);
}
.logo-modal-login {
    height: 50px;
    display: block;
    margin: 0 auto;
}
.content-modal-login .input-box {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 10px;
}
.content-modal-login .input-box input {
    width: 90%;
    border: none;
    color: var(--text-great);
    background: none;
    padding: 5px;
}
.content-modal-login .input-box input:focus-visible {
    outline: none;
}
.content-modal-login .input-box .eye-pass {
    width: 18px;
}
.content-modal-login .input-box.captcha-box {
    padding: 0;
}
.content-modal-login .input-box.captcha-box .input-box-input {
    padding: 10px;
    width: 54%;
}
.content-modal-login .input-box.captcha-box .cc {
    height: 100%;
}
.content-modal-login .input-box.captcha-box .refresh-captcha {
    background: rgba(246, 140, 31, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.notify-header path {
    fill: var(--color-svg-header-top);
}
.notify-header {
    color: var(--color-svg-sidebar);
}
.count-notify {
    position: absolute;
    right: 0;
    top: 5px;
    color: white;
    background: rgba(246, 140, 31, 1);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.w-60 {
    width: 60%;
}
.btn-sumbit-form {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    border-radius: 10px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
}
.btn-sumbit-form:active, .btn-sumbit-form:focus, .btn-sumbit-form:focus-visible {
    border-style: none;
}
.forgot-pass-link {
    color: var(--text-great);
    text-decoration: underline;
}
.remember-me {
    color: var(--text-great);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.or-login {
    color : rgba(246, 140, 31, 1);
    text-align: center;
    position: relative;
}
.or-login:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #F68C1F 0%, rgba(246, 140, 31, 0) 100%);
    rotate: -180deg;
}
.or-login:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #F68C1F 0%, rgba(246, 140, 31, 0) 100%);
    /*rotate: -180deg;*/
}
.login-w-google {
    width: 100%;
    border: 1px solid rgba(246, 140, 31, 1);
    background: transparent;
    color: var(--text-great);
    height: 50px;
    border-radius: 10px;
}
.remember-me a {
    color: rgba(158, 158, 158, 1);
    text-decoration: underline;
}
.remember-me-reg {
    justify-content: start;
    color: rgba(158, 158, 158, 1)
}
.rotate360 {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.header-calendar {
    background: var(--bg-great);
    border-radius: 10px;
}
.header-calendar-text {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    color: rgba(255, 255, 255, 1);
}
.list-day-calendar .nav-link {
    background: var(--bg-calendar-tab);
    border-radius: 5px;
    border: 1px solid rgba(168, 168, 168, 1);
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.list-day-calendar .nav-link p {
    color: var(--text);
    text-align: center;
    text-transform : capitalize;
    width: 100%;
}
.list-day-calendar .nav-link p:last-child {
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(194, 194, 194, 0) 0%,
    #C2C2C2 52.63%,
    rgba(194, 194, 194, 0) 100%) 1;
    padding-top: 2px;
}
.list-day-calendar .nav-link.active {
    background: rgba(245, 136, 31, 1);
    border: 1px solid rgba(255, 201, 146, 1);
}
.list-day-calendar .nav-link.active p{
   color: rgba(255, 255, 255, 1);
}
.list-day-calendar .nav-link:hover {
    background: rgba(245, 136, 31, 1);
    border: 1px solid rgba(255, 201, 146, 1);
}
.list-day-calendar .nav-link:hover p{
   color: rgba(255, 255, 255, 1);
}

.list-category-calendar .nav-link {
    background: var(--bg-tab-category);
    border-radius: 100px;
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.list-category-calendar .nav-link span {
    color: var(--text);
}
.list-category-calendar .nav-link.active {
    background: linear-gradient(98deg, #FD8901 0%, #FFA842 100%);
}
.list-category-calendar .nav-link.active path {
    fill : rgba(245, 245, 245, 1);
}
.list-category-calendar .nav-link.active span {
    color : rgba(245, 245, 245, 1);
}
.list-category-calendar .form-check-hot {
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: rgba(253, 137, 1, 1);
    background: var(--bg-calender-check-hot);
    border-radius: 5px;
    border: 1px solid rgba(255, 138, 0, 1)
}
.list-category-calendar .form-check-hot path {
    fill: rgba(253, 137, 1, 1);
}
.list-category-calendar .form-check-hot .check-input-hot {
    /*background-color: rgba(23, 22, 22, 1);*/
    border: none !important;
    width: 30px;
    height: 16px;
}
.list-category-calendar .form-check-hot .check-input-hot:checked {
    background-color: rgba(246, 140, 31, 1);
    border: none !important;
}
.main-calendar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.calendar-item {
    background: var(--bg-great);
    border-radius: 10px;
    min-width: 0;
    width: 100%;
}
.calendar-item .info-team {
    width: 35%;
}

.caster-slider .slick-prev {
    left: -5px;
}
.caster-slider .slick-next {
    right: -5px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    border: none !important;
}

.calendar-item .card-item {
    background: var( --bg-calendar-item);
    border-radius: 5px;
    border: 1px solid rgba(246, 140, 31, 1);
    width: 100%;
}
.calendar-item .card-item .league-name {
    background: rgba(246, 140, 31, 1);
    padding: 0 5px;
    height: 24px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 5px;
    color: rgba(255, 255, 255, 1);
    display: flex !important;
    align-items: center;
}
.calendar-item .card-item .league-name path {
    fill: rgba(255, 255, 255, 1);
}
.calendar-item .card-item .icon-room-live-calendar {
    width: 30px;
    height: 12px;
    border-radius: 3px;
    margin: 5px;
}
.calendar-item .card-item .logo-team {
    background: rgba(255, 255, 255, 1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid rgba(246, 140, 31, 1);
    display: block;
    margin: 0 auto;
}
.calendar-item .card-item .info-team-name {
    color: var(--text-great);
}
.calendar-item .card-item .info-time-hour {
    color: var(--text-great);
}
.calendar-item .card-item .info-time-day {
    color: var(--text-great);
    padding: 3px;
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    border-radius: 3px;
}
.calendar-item .card-match-footer {
    border-top: 1px solid rgba(246, 140, 31, 1);
    background: var(--bg-calendar-item-footer);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 51px;
}
.calendar-item .card-match-footer .caster-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(246, 140, 31, 1);
    object-fit: cover;
}
.calendar-item .card-match-footer .caster-name {
    color: var(--text-great);
}
.calendar-item .card-match-footer .icon-room-live-caster {
    width: 30px;
    height: 12px;
    border-radius: 3px;
}
.calendar-item  .card-item.relax .card-avatar-caster {
    width: 89px;
    height: 89px;
}
.calendar-item  .card-item.relax .avatar-caster-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    object-fit: cover;
}
.calendar-item  .card-item.relax .bg-avatar-caster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.calendar-item  .card-item.relax .caster-name {
    color: rgba(246, 140, 31, 1);
}
.calendar-item  .card-item.relax .card-match-footer {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    height: 30px;
}
.calendar-item  .card-item.relax .card-match-footer .text-go-to-room {
    color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
}
.event-tab-header {
    border: 1px solid rgba(145, 145, 145, 1);
    background: var(--bg-great);
    border-radius: 5px;
    width: fit-content;
    padding: 0;
}
.event-tab-header .event-tab-link {
    color: var(--text);
    background: transparent;
    border-radius: 5px;
    height: 30px;
    width: 210px;
}
.event-tab-header .event-tab-link path {
    fill: var(--text);
}
.event-tab-header .event-tab-link.active {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    color: rgba(255, 255, 255, 1);
}
.event-tab-header .event-tab-link.active path {
    fill: rgba(255, 255, 255, 1);
}
.event-tab-header .event-tab-link:hover {
    background: linear-gradient(180deg, #FD8901 0%, #FFA54E 100%);
    color: rgba(255, 255, 255, 1);
}
.event-tab-header .event-tab-link:hover path {
    fill: rgba(255, 255, 255, 1);
}
.event-page-content .card-event-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.pl-1 {
    padding-left: 0.25rem
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pl-5 {
    padding-left: 1.25rem;
}
.bg-none {
    background: none !important;
}
.bg-content {
    background: var(--bg-content);
}
.text-title {
    font-size: 24px;
    font-weight: 600;
}
.img-title {
    height: 24px;
}
.text-okwin {
    color: var(--color-text-okwin) !important;
}
.list-live-page .banner-hot img {
    border-radius: 10px;
}
.nav-tab-list-live {
    width: 100%;
    background: var(--bg-great);
    border-radius: 5px;
    padding: 5px ;
}
.nav-tab-list-live .nav-item {
    border-right: 1px solid var(--bg-is-driver);
}
.nav-tab-list-live .nav-item:last-child {
    border-right: none;
}
.nav-tab-list-live .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap : 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-great);
}
.nav-tab-list-live .nav-link:hover path {
    fill: rgba(246, 140, 31, 1);
}
.nav-tab-list-live .nav-link path {
    fill: var(--text-great);
}
.nav-tab-list-live .nav-link.active, .nav-tab-list-live .nav-link:hover {
    background: transparent;
    color: rgba(246, 140, 31, 1);
}
.nav-tab-list-live .nav-link.active path {
    fill: rgba(246, 140, 31, 1);
}
.list-live-page .list-live-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.icon-room-live-text {
    background: rgba(246, 140, 31, 1);
    width: max-content !important;
    padding: 3px !important;
    right: 5px !important;
    border-radius: 3px !important;
}
.btn-back-live path {
    fill: var(--text);
}
.btn-back-live {
    color: var(--text);
}

.text-date {
    color: #C2C2C2;
    font-size: 12px;
    font-weight: 400;
}
.btn-view-count {
    cursor: pointer;
    background: #414141;
    padding: 4px 6px;
    border-radius: 4px;
}
.mobile-news .card-home-video {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.text-orange-okwin {
    color: rgba(246, 140, 31, 1) !important;
}
.text-mode-great {
    color: var(--text-great);
}
.text-main {
    color: var(--text);
}
.notify-sub {
    background: var(--bg);
    border-radius: 10px;
    position: absolute;
    top: 140%;
    z-index: 10;
    left: 0;
    width: 500px;
    transform: translateX(-50%);
}
.notify-sub .notifyTabs .nav-link {
    background: transparent;
    border: 1px solid rgba(194, 194, 194, 1);
    border-radius: 5px;
    height: 30px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-great);
}
.notify-sub .notifyTabs .nav-link.active {
    background: rgba(246, 140, 31, 1);
}
.notify-sub .read-all-notify {
    background: var(--bg-menu-sidebar-active);
    border: 1px solid rgba(194, 194, 194, 1);
    border-radius: 5px;
    height: 30px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(246, 140, 31, 1);
}
.notify-sub .notifyTabContent .avatar-user-notify {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 129, 0, 1)
}
.notify-sub .notifyTabContent .notify-item {
    border-bottom: 1px solid var(--text-great);
    position: relative;
}
.notify-sub .notifyTabContent .notify-item:last-child {
    border-bottom: none;
}
.notify-sub .notifyTabContent .notify-item:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(246, 140, 31, 1);
    position: absolute;
    right: 15px;
    top: 10px;
}
.notify-sub .notifyTabContent .notify-item.reader:before {
    display: none;
}
.body-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.status-live-caster  {
    position: absolute;
    z-index: 999;
}
.status-live-caster .title-live-caster path {
    fill: rgba(255, 255, 255, 1);
}
.status-live-caster .title-live-caster {
    height: 15px;
    padding: 0 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 10px;
    background: rgba(246, 140, 31, 1);
}
.status-live-caster .icon-live-caster {
    width: 25px;
    /*height: 10px;*/
    border-radius: 2px;
}
.like-action.liked {
    background: rgb(246, 140, 31);
    color: rgb(255, 255, 255);
}
.like-action.liked path {
    fill: rgb(255, 255, 255);
}
.section-caster-home {
    background: var(--bg-caster-home);
    border-radius: 10px;
}
.title-home-about {
    height: 40px;
}
.predict-box {
    background: var(--bg-predict );
    border-radius: 10px;
}
.predict-box .predict-header{
    background: rgba(246, 140, 31, 1);
    position: relative;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.predict-box .predict-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/images/bg-header-predict.png) no-repeat;
    background-size: cover;
    opacity: 0.2;
    background-position: center;
    position: absolute;
}
.predict-header .predict-arrow {
    transition: transform 0.3s;
    position: absolute;
    z-index: 99;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
}
.predict-content .match-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.predict-content .match-box .team img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(254, 107, 29, 1);
    margin: 0 auto;
    display: block;
}
.predict-content .draw-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(246, 140, 31, 1);
    border: 1px solid rgba(254, 107, 29, 1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.predict-input:checked {
    accent-color: #ff8100;
}
.predict-footer {
    background: rgba(246, 140, 31, 1);
    height: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.predict-footer {
    background: rgba(246, 140, 31, 1);
    height: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.predict-footer .reward-box{
    height: 100%;
    width: 40px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.predict-header.open {
    border-radius: 10px;
}
.predict-content {
    border: 1px solid rgba(246, 140, 31, 1);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.create-predict, .close-predict {
    background: rgba(246, 140, 31, 1) !important;
    height: 35px;
    text-align: center;
    width: 190px !important;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 0;
    border: 1px solid rgba(207, 209, 210, 1) !important;
}
.voteModal .input-icon {
    position: relative;
}
.voteModal .input-icon svg {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.voteModal .input-icon input  {
    padding-left: 38px;
    background: transparent;
    border: 1px solid var(--text);
    color: var(--text-great);
    border-radius: 5px;
}
.voteModal .input-icon input::placeholder {
    color: var(--text);
}
.voteModal .predict-options {
    margin-top: 10px;
}
.voteModal .predict-item,
.voteModal .predict-draw {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.voteModal .predict-item {
    width: 25%;
    height: 85px;
    padding: 5px;
    border-radius: 12px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 500;
}

.voteModal .predict-item img {
    width: 50px;
    height: 50px;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(254, 107, 29, 1);
    margin-bottom: 6px;
}

.voteModal .predict-item span {
    display: block;
    color: #fff;
    font-weight: 600;
}

.voteModal .predict-draw img {
    padding: 0;
}

.voteModal .predict-item input,
.voteModal .predict-draw input {
    display: none;
}

/* checked */
.voteModal .predict-item input:checked + img,
.voteModal .predict-item.active  {
    border-color: #ff8c1a;
}

.voteModal .predict-item input:checked ~ span {
    color: #ff8c1a;
}

.voteModal .predict-draw input:checked + span {
    background: #e67600;
}

.voteModal .btn-confirm {
    background: #ff8c1a;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
.voteModal .voteModalClose {
    position: absolute;
    top: -30px;
    right: 0;
    background: none;
    border: none;
}


/* Ẩn scrollbar mặc định (Chrome / Edge / Safari) */
.msg_content.scroll-auto::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 35, 0);
    transition: background-color 0.3s;
}

/* Khi đang scroll thì hiện scrollbar */
.msg_content.scroll-auto.show-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(246, 140, 35, 1);
}

/* Firefox */
.msg_content.scroll-auto {
    scrollbar-width: none;
}

.msg_content.scroll-auto.show-scroll {
    scrollbar-width: thin;
}
.about-home .about-title ul {
    padding-left: 0;
}
.date-start {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 122px;
    height: 20px;
    border-radius: 10px;
    background: rgba(65, 65, 65, 1);
    border: 1px solid rgba(246, 140, 31, 1);
}
.live-video .video-content {
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(47 47 47);
}
.live-content-right .tab-content {
    height: 71%;
}
.live-content-right .tab-content .tab-pane {
    height: 100%;
}
.date-start-relax {
    border-radius: 10px;
    height: 20px;
    padding: 0 5px;
    background: rgba(254, 141, 10, 1);
    margin: 5px 5px;
}
.btn-bet-room {
    height: 55px;
    border-radius: 5px;
    overflow: hidden;
    height: 33px;
}

.btn-bet-room .btn-bet {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    text-decoration: none;
    width: 200px;
}

.btn-bet-room .btn-bet-blue {
    background: rgba(1, 149, 254, 1);
    clip-path: polygon(0 0, 94% 0, 78% 100%, 100% 100%, 0 100%);
    padding-right: 24px;
    justify-content: center;
}

.btn-bet-room .btn-bet-orange {
    background: rgba(246, 140, 31, 1);
    clip-path: polygon(53px 0, 100% 0, 100% 100%, 0 100%, 0 58px);
    padding-left: 36px;
    margin-left: -62px;
    justify-content: center;
}
.list-sticker-live {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}
.list-sticker-live .sticker-item {
    width: 100%;
}
.match-box .team {
    width: 35%;
}
.checkbox-custom {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    gap: 8px;
    padding-left: 2rem;
}

.checkbox-custom input {
    display: none;
}

.checkbox-custom .checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
    background: transparent;
    position: relative;
}

.checkbox-custom input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.btn-reg-promo {
    height: fit-content;
    display: block;
    position: fixed;
    width: fit-content;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10px;
}
.btn-reg-promo img {
    width: 250px;
}
.btn-play-bg {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
}


