whtml,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: outside none none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none
}

a {
    cursor: pointer;
    text-decoration: none !important;
    color: inherit
}

a.link {
    color: var(--purple-color);
    font-weight: 600
}

button {
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit
}

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

.clear {
    clear: both
}

a:hover {}

a.no_hover:hover {
    color: inherit
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

:focus {
    outline: none
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #33333300;
    border: thin solid #33333300;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #2d334f;
    border: thin solid #33333300;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #2d334f
}
.waiting_background{
    min-height: 60px;
}


@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-Light.woff2) format('woff2'), url(../fonts/Montserrat-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format('woff2'), url(../fonts/Montserrat-Regular.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-Medium.woff2) format('woff2'), url(../fonts/Montserrat-Medium.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-SemiBold.woff2) format('woff2'), url(../fonts/Montserrat-SemiBold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.woff) format('woff');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: inter;
    src: url(../fonts/Inter-Regular.woff2) format('woff2'), url(../fonts/Inter-Regular.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: inter;
    src: url(../fonts/Inter-Medium.woff2) format('woff2'), url(../fonts/Inter-Medium.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: inter;
    src: url(../fonts/Inter-SemiBold.woff2) format('woff2'), url(../fonts/Inter-SemiBold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: inter;
    src: url(../fonts/Inter-Bold.woff2) format('woff2'), url(../fonts/Inter-Bold.woff) format('woff');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.woff2) format('woff2'), url(../fonts/Roboto-Regular.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Medium.woff2) format('woff2'), url(../fonts/Roboto-Medium.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Bold.woff2) format('woff2'), url(../fonts/Roboto-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

.adsbygoogle-noablate {
    display: none !important;
    transform: translate(-10000%, 0) !important
}

.item_icon {
    height: 24px;
    vertical-align: middle;
    margin-top: -5px
}

.skill_rare_1 {
    color: #fff !important;
    border-color: #0c0c0c !important
}

.skill_rare_2 {
    color: #5bbdff !important;
    border-color: #5bbdff !important
}

.skill_rare_3 {
    color: #d265ff !important;
    border-color: #d265ff !important
}

.skill_rare_4 {
    color: #ff6555 !important;
    border-color: #ff6555 !important
}

.border_level_1 {
    border-color: #0c0c0c !important
}

.border_level_2 {
    border-color: #34d389 !important
}

.border_level_3 {
    border-color: #5bbdff !important
}

.border_level_4 {
    border-color: #e67e22 !important
}

.border_level_5 {
    border-color: #d265ff !important
}

.border_level_6 {
    border-color: #ff6555 !important
}

.border_level_7 {
    border-color: #ff45b1 !important
}

.level_1 {
    color: #fff !important
}

.level_2 {
    color: #34d389 !important
}

.level_3 {
    color: #5bbdff !important
}

.level_4 {
    color: #e67e22 !important
}

.level_5 {
    color: #d265ff !important
}

.level_6 {
    color: #ff6555 !important
}

.level_7 {
    color: #ff45b1 !important
}

.level_8 {
    background: #0a86db !important;
    background: linear-gradient(90deg, #ff0808 0%, rgb(255, 255, 255) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.level_9 {
    background: #9c27b0 !important;
    background: linear-gradient(90deg, #9C27B0 0%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.level_10 {
    background: #0a86db !important;
    background: linear-gradient(90deg, #fdea0a 0%, #f8a50c 50%, #fd08ab 70%, #fd08ab 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.level_11 {
    background: #0a86db !important;
    background: linear-gradient(-100deg, #e23e57 0%, rgba(131, 58, 180, 1) 25%, #fd1d1d 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.level_12 {
    background: #0a86db !important;
    background: linear-gradient(90deg, #474747 0%, #999999 50%, #dadae0 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.level_13 {
    background: #0a86db !important;
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.switch_slider .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle
}

.switch_slider table {
    width: 100%;
    color: var(--main-text-color)
}

.switch_slider table tr td:first-child {
    text-align: left
}

.switch_slider table tr td svg {
    color: var(--highlight-text-color);
    cursor: pointer
}

.switch_slider table tr td {
    text-align: right;
    line-height: 40px
}

.switch_slider .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch_slider .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--background-highlight-color);
    -webkit-transition: .4s;
    transition: .4s
}

.switch_slider .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.switch_slider input:checked+.slider {
    background-color: var(--purple-color)
}

.switch_slider input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.switch_slider input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.switch_slider .slider.round {
    border-radius: 34px
}

.switch_slider .slider.round:before {
    border-radius: 50%
}

#count_down_div {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: var(--purple-color);
    padding: 5px 15px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    display: none;
    z-index: 3
}

.center_div {
    color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.center_important {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    text-align: center;
    transform: translate(-50%, -50%) !important
}

.online {
    border-radius: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #cacaca;
    border: 2px solid #131930;
    z-index: 2
}

.online.on {
    background-color: #0f0
}

.google_ads_div {
    text-align: center;
    margin: 20px 0;
    position:relative;
}

.hide{
    display: none;
}

.frame_content {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 6;
    display: none;
    background-color: #000000d6;
    top: 0
}

.frame_content #frame_content {
    width: 100%;
    height: 100%
}

.frame_content .frame_content_div {
    width: calc(100vh*0.7);
    height: 100%;
    margin: 0 auto;
    position: relative
}

.frame_content .frame_content_div {}

.frame_content .frame_content_div .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    gap: 10px
}

.frame_content .frame_content_div .icon svg {
    flex: 1;
    background-color: var(--purple-color);
    width: 24px;
    height: 24px;
    padding: 8px;
    color: var(--highlight-text-color);
    border-radius: 150px;
    cursor: pointer
}

.frame_content .frame_background {
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden
}

.frame_content .frame_background img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.google_adsen_div {
    text-align: center;
    margin: 20px auto
}
.google_adsen_div .ads_click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.popup_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    line-height: 25px
}

.popup_content::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d6;
    z-index: -1
}

#popup_content .popup_content {
    color: var(--main-text-color)
}

#popup_content .popup_content .popup_module .loading{
    min-height: 400px;
    position: relative;
    display: none;
}
#popup_content .popup_content .popup_module .loading img{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

#popup_content .popup_content .popup_module.popup_login {
    background: url(../img/image_login.png) no-repeat #131a33;
    background-size: 100% auto
}
#popup_content .popup_content .popup_module.popup_login .login {
    padding: 0 10px
}
#popup_content .popup_content .popup_module.popup_login .login .menu{
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 17px;
    display: flex;
    justify-content: center;
    gap: 30px;
    font-family: 'inter';
    margin-bottom: 30px;
    margin-top: 20px;
}
#popup_content .popup_content .popup_module.popup_login .login .menu .item{
    opacity: 0.7;
    cursor: pointer;
}
#popup_content .popup_content .popup_module.popup_login .login .menu .item .line{
    height: 4px;
    width: 32px;
    background-color: var(--purple-color);
    display: none;
    margin: 0 auto;
    border-radius: 150px;
}
#popup_content .popup_content .popup_module.popup_login .login .menu .item p{
    margin-bottom:5px;
}
#popup_content .popup_content .popup_module.popup_login .login .menu .item.active , #popup_content .popup_content .popup_module .login .menu .item:hover{
    opacity: 1;
}
#popup_content .popup_content .popup_module.popup_login .login .menu .item.active > .line{
    display: block;
}
#popup_content .popup_content .popup_module.popup_login .other_login{
    margin: 25px 0;
}
#popup_content .popup_content .popup_module.popup_login .other_login .hr{
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: var(--background-button-hover);
    z-index: -2;
}
#popup_content .popup_content .popup_module.popup_login .other_login .title{
    position: relative;
    height: 30px;
}
#popup_content .popup_content .popup_module.popup_login .other_login p{padding: 0 15px;}
#popup_content .popup_content .popup_module.popup_login .other_login p::after{
    content: "";
    background-color: #18203e;
    height: 4px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(0,-50%);
}
#popup_content .popup_content .popup_module.popup_login .other_login .list{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
#popup_content .popup_content .popup_module.popup_login .other_login .list .item{color: var(--highlight-text-color);background-color: #252A49;line-height: 42px;cursor: pointer;width: 100%;position: relative;font-size: 14px;font-weight: 600;border: 1px solid #4B4F76;border-radius: 8px;}
#popup_content .popup_content .popup_module.popup_login .other_login .list .item svg{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
#popup_content .popup_content .popup_module.popup_login .highlight{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 70%;
}
#popup_content .popup_content .popup_module.popup_login .highlight img{
    width: 100%;
    opacity: 0.8;
}
#popup_content .popup_content .popup_module h4 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--highlight-text-color);
    font-weight: 700;
    font-size: 21px
}

#popup_content .popup_content .popup_module .button_style {
    margin: 30px 0 10px;
    gap: 20px;
    justify-content: center;
}

#popup_content .popup_content .popup_module .button_style button {
    width: auto;
    padding: 0 10px;
    min-width: 140px;
}

#popup_content .popup_content .popup_module {
    text-align: center
}

#popup_content .popup_content .popup_module {
    width: 400px;
    background-color: var(--background-color);
    border-radius: 10px;
    padding: 20px
}

#popup_content .popup_content .popup_module .note {
    margin-top: 10px;
    text-align: left;
}

#popup_content .popup_content .popup_module a {
    color: var(--highlight-text-color);
    font-weight: 600;
}

#popup_content .popup_content .popup_module .login {
    padding: 0 10px
}

#popup_content .popup_content .popup_module .login .logo {
    text-align: center;
    margin-bottom: 20px
}

#popup_content .popup_content .popup_module .login .logo img {
    margin-bottom: 30px;
    margin-top: 20px
}

#popup_content .popup_content .popup_module .login .logo .title {
    color: var(--highlight-text-color);
    font-size: 20px;
    font-weight: 600
}

#popup_content .popup_content .popup_module .login .text_title {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center
}
#popup_content .popup_content .popup_module .login .button_style button{
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
}
#popup_content .popup_content .popup_module .login .forgot {
    text-align: right;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: italic;
}
#popup_content .popup_content .popup_module .login .forgot a{
    font-weight: 500;
}

#popup_content .popup_content .popup_module .guide_screen {
    line-height: 25px
}

#popup_content .popup_content .popup_module .guide_screen p {
    margin-bottom: 10px;
    line-height: 30px
}

#popup_content .popup_content .popup_module .guide_screen span {
    color: var(--highlight-text-color);
    font-weight: 700
}

#popup_content .popup_content .popup_module .guide_screen img.icon {
    height: 20px;
    vertical-align: middle;
    margin-top: -3px
}

#popup_content .popup_content .popup_module .guide_screen ul {}

#popup_content .popup_content .popup_module .guide_screen ul li {
    list-style: inside;
    margin-bottom: 10px
}

#popup_content .popup_content .popup_module .guide_screen table {
    width: 100%
}

#popup_content .popup_content .popup_module .guide_screen table tr {}

#popup_content .popup_content .popup_module .guide_screen table tbody tr:nth-child(odd) {
    background-color: var(--background-module)
}

#popup_content .popup_content .popup_module .guide_screen table tr td {
    padding: 10px;
    vertical-align: middle
}

#popup_content .popup_content .popup_module .guide_screen table tr td p {
    margin-bottom: 0
}

#popup_content .popup_content .popup_module .guide_scree table.shop_protect {}

#popup_content .popup_content .popup_module .close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 34px;
    height: 34px;
    background-color: var(--purple-color);
    border-radius: 150px;
    font-size: 22px;
    color: var(--highlight-text-color);
    cursor: pointer
}
body .policy{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0 20px;
    line-height: 28px;
}
body .policy h5{
    font-weight: 600;
    color: var(--white-color);
    font-size: 24px;
}
body .policy h6{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: var(--white-color);
}
body .policy p{}
body .policy p span{
    font-weight: 600;
}
body .content_warning{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background-color: var(--input-background);
    padding: 15px 30px;
    border-radius: 5px;
    display:none;
}
body .content_warning p{
    text-align: center;
    font-size: 16px;
    color: var(--highlight-text-color);
    margin-bottom: 17px;
}
body .topup_screen {
    padding: 0px 20px;
}

body .topup_screen .success {
    text-align: center;
    width: 500px;
}

body .topup_screen .success img {
    height: 200px;
    margin-bottom: 20px;
}

body .topup_screen .success p {
    font-size: 20px;
}

body .topup_screen .topup {}

body .topup_screen .topup_result {
    padding: 20px 0;
    text-align: center;
}

body .topup_screen .topup_result img {
    height: 130px;
    margin-bottom: 15px;
}

body .topup_screen .topup_result p {
    font-size: 16px;
    font-weight: 600;
    color: green;
}

body .topup_screen .topup img.fawa {
    height: 20px;
    margin-bottom: -4px;
}

body .topup_screen .topup #recharge_menu {
    margin-bottom: 30px;
}

body .topup_screen .topup #recharge_menu ul {}

body .topup_screen .topup #recharge_menu ul li:first-child {
    margin-left: 0;
}

body .topup_screen .topup #recharge_menu ul li.active {
    border: 2px solid var(--purple-color);
}

body .topup_screen .topup #recharge_menu ul li {
    text-align: center;
    float: left;
    width: calc(25% - 32px);
    border: 2px solid #2B3954;
    background-color: #2B3954;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
}

body .topup_screen .topup #recharge_menu ul li img {
    margin-bottom: 10px;
}

body .topup_screen .topup #recharge_menu ul li .name {
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    color: var(--highlight-text-color);
    font-weight: 500;
}

body .topup_screen .topup #recharge_menu ul li .note {
    line-height: 20px;
    margin: 0;
}

body.detail .content .main_content {
    padding-bottom: 100px
}

:root {
    --main-text-color: #B4B7CB;
    --highlight-text-color: white;
    --highlight-weak-text-color: #D9D9D9;
    --border-color: #e5e7eb47;
    --background-color: #0C1121;
    --background-highlight-color: #374151;
    --background-button: rgba(55, 65, 81);
    --background-button-hover: rgba(75, 85, 99);
    --background-input: #2D334F;
    --background-module: #1B223C;
    --background-module-2: #1B223B;
    --background-module-3:#121829;
    --purple-color: #6C74FC;
    --purple-color-2: #222F5C;
    --purple-color-2-highlight: #4A5693;
    --purple-color-3: #464A8F;
    --purple-color-4: #151D35;
    --input-background: #2A3254;
    --yellow-color: #e7d700
}

body svg {
    color: inherit;
    font-size: inherit
}

body {
    background-color: var(--background-color);
    color: var(--main-text-color);
    font-size: 16px;
    font-family: inter;
    font-weight: 500
}

body .mod_control {
    display: none
}

body input,
body select,
body textarea {
    background-color: transparent;
    border: 1px solid var(--main-text-color);
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: var(--highlight-text-color);
    font-size: 15px;
    padding: 0 15px;
    border-radius: 6px;
    font-family: inherit;
    font-weight: inherit;
    box-sizing: border-box
}

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
    color: var(--main-text-color)
}

body .page_redirect {
    margin: 20px 0;
    padding-bottom: 20px;
    text-align: center;
    max-width: 100%
}

body .page_redirect p {
    margin: 0 4px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 150px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid
}

body .page_redirect p:hover {
    color: var(--purple-color);
    transition: .5s
}

body .page_redirect p.active {
    color: var(--purple-color)
}

body .input_screen {}

body .input_screen input,
body .input_screen select,
body .input_screen textarea {
    background-color: var(--input-background);
    border: 0
}

body .input_screen .tags_list {}
body .input_screen .tags_list.overwrite .tags_show{
    position: absolute;
    bottom: 0;
    grid-template-columns: repeat(1, 1fr) !important;
    width: 100%;
}
body .input_screen .tags_list.overwrite .tags_show .tags_span{
    padding: 0px 15px;
    text-align: left;
    line-height: 44px;
}


body .input_screen .tags_list .tags_module {
    position: relative
}

body .input_screen .tags_list .tags_module .tags_icon_close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 20px;
    display: none;
    cursor: pointer
}

body .input_screen .tags_list .tags_create {
    background-color: var(--purple-color-4);
    border-radius: 5px;
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-top: 10px;
    padding: 7px 0;
    display: none;
    max-height: 200px;
    overflow: auto
}

body .input_screen .tags_list .tags_create .tags_span {
    padding: 5px 10px;
    cursor: pointer;
    text-align: left
}

body .input_screen .tags_list .tags_create .tags_span:hover {
    background-color: var(--purple-color-2-highlight);
    color: var(--highlight-text-color)
}

body .input_screen .tags_list .tags_show {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    display: grid;
    gap: 20px
}

body .game_market_filter .input_screen .tags_list .tags_show {
    grid-template-columns: repeat(1, 1fr)
}

body .input_screen .tags_list .tags_show .tags_span {
    padding: 5px 10px;
    background-color: var(--purple-color-2);
    color: var(--highlight-text-color);
    border-radius: 5px;
    position: relative;
    text-transform: capitalize
}

body .input_screen .tags_list .tags_show .tags_span .close {
    right: -10px !important;
    top: -10px !important;
    height: 20px !important;
    width: 20px !important
}

body .input_screen .tags_list .tags_show .tags_span .close svg {
    cursor: pointer
}

body .input_screen select {
    cursor: pointer
}

body .input_screen textarea {
    height: 180px;
    resize: none;
    line-height: 30px;
    padding: 5px 15px
}

body .input_screen select option {
    color: var(--highlight-text-color);
    background-color: var(--background-highlight-color)
}

body .input_screen input:focus {
    border: 2px solid var(--purple-color)
}

body .input_screen .label {margin-bottom: 5px;text-transform: initial;color: var(--highlight-text-color);font-size: 14px;text-align: left;font-family: 'inter';padding-left: 6px;}

body .input_screen .label button {
    margin: 0;
    background-color: var(--purple-color);
    border: 0;
    color: #fff;
    padding: 0 10px;
    line-height: 18px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 150px;
    margin-left: 7px
}

body .input_screen .label img {
    vertical-align: middle;
    height: 20px;
    margin-top: -5px;
    margin-left: 3px;
    margin-right: 3px
}

body .input_screen h4 {
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase
}

body .input_screen ul.form {}

body .input_screen ul.form li {
    margin-bottom: 20px;
    position: relative
}

body .input_screen ul.form li .note {
    line-height: 30px
}

body .input_screen ul.form li .copy {
    position: absolute;
    bottom: 14px;
    background: 0 0;
    border: 0;
    right: 10px;
    cursor: pointer
}

body .input_screen ul.form li .secret_image {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-right: 5px
}

body .input_screen ul.form li span {
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 15px
}

body .input_screen ul.form li .fr-box span {
    font-weight: inherit;
    color: inherit;
    font-size: inherit
}

body .input_screen ul.form li .price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 15px;
}

body .input_screen ul.form li.user_profile {
    text-align: center
}

body .input_screen ul.form li.user_profile .avatar img {
    border-radius: 150px;
    height: 100px;
    margin-bottom: 15px
}

body .input_screen ul.form li.user_profile .name {
    font-weight: 600;
    color: var(--highlight-text-color);
    font-size: 19px
}

body .input_screen ul.form li svg {
    color: var(--highlight-text-color);
    cursor: pointer
}

body .input_screen img {
    cursor: pointer
}

body .button_style {
    display: flex;
    gap: 10px;
    justify-content: flex-end
}

body .button_style.center{
    justify-content: center;
    margin-top: 20px;
}

body .button_style button {
    height: 40px;
    border: 2px solid var(--purple-color);
    background-color: transparent;
    color: #fff;
    border-radius: 150px;
    font-size: 15px;
    position: relative;
    padding: 0 15px;
    min-width: 140px;
}

body .button_style button svg {
    margin-top: 5px
}
body .button_style button.full {
    width: 100% !important;
}
body .button_style .yes {
    background-color: var(--purple-color)
}

body .button_style .yes:hover {
    background-color: var(--purple-color) !important
}

body .button_style .no {
    background-color: var(--background-highlight-color);
    border: 1px solid var(--background-button-hover)
}

body .button_style .no:hover {
    background-color: var(--background-highlight-color) !important
}

body .button_purple {
    background-color: var(--purple-color);
    border: 0 solid;
    width: 150px;
    height: 44px;
    line-height: 44px;
    color: var(--highlight-text-color);
    font-size: 15px;
    padding: 0 15px;
    border-radius: 46px;
    cursor: pointer
}

body .button {
    margin: 18px 0;
    text-align: right;
    display: flex;
    gap: 20px;
}

body .button.center {
    text-align: center;
    margin: 20px 0
}

body .button button {
    background-color: var(--purple-color);
    border: 0 solid;
    width: 150px;
    height: 44px;
    line-height: 44px;
    color: var(--highlight-text-color);
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 46px;
    cursor: pointer;
}

body .button button.hover:hover {
    background-color: var(--purple-color)
}

body .button .button_no {
    background-color: var(--background-highlight-color)
}

body #nav_menu {
    min-height: 100%;
    width: 269px;
    color: var(--main-text-color);
    font-weight: 600;
    padding-top: 15px;
    transition-duration: .4s;
    position: fixed;
    z-index: 2;
    left: 0
}

body #nav_menu::after {
    content: "";
    position: fixed;
    height: 100%;
    width: 269px;
    background-color: #0b0f1f;
    top: 0;
    left: 0;
    z-index: -1;
    transition-duration: .4s
}

body #nav_menu.hidden::after {
    width: 0
}

body #nav_menu .nav_menu_control {
    font-size: 20px
}

body #nav_menu .nav_menu_control .nav_menu_outside {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: var(--purple-color-2);
    border-radius: 0 0 10px;
    cursor: pointer;
    box-shadow: 1px 1px 5px #000;
    color: var(--highlight-text-color)
}

body #nav_menu .nav_menu_control .nav_menu_outside svg {}

body #nav_menu .logo {
    padding: 20px 20px;
    position: relative
}

body #nav_menu .logo .name {
    float: left;
    line-height: 40px;
    margin-left: 10px;
    width: calc(100% - 50px);
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
    color: var(--highlight-text-color)
}

body #nav_menu .logo img {
    height: 50px;
    border-radius: 150px
}

body #nav_menu .logo .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: none
}

body #nav_menu .logo .icon svg {
    font-size: 21px
}

body #nav_menu h3 {
    text-transform: uppercase;
    padding: 0 20px;
    margin: 10px 0;
    color: var(--main-text-color)
}

body #nav_menu ul.main {
    margin-bottom: 30px
}

body #nav_menu ul.main li.main {
    line-height: 45px;
    padding: 0 15px;
    margin: 5px 0
}

body #nav_menu ul.main li.main .title:hover {
    background-color: hsla(0, 0%, 100%, .1);
    color: var(--highlight-text-color)
}

body #nav_menu ul.main li.main .title {
    position: relative;
    width: calc(100% - 30px);
    padding-left: 35px;
    cursor: pointer;
    border-radius: 5px
}

body #nav_menu ul.main li.main .title .icon {
    position: absolute;
    left: 10px;
    height: 100%;
    top: 0;
    width: 20px
}

body #nav_menu ul.main li.main .title .icon svg {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

body #nav_menu ul.main li.main .title .more_icon {
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0
}

body #nav_menu ul.main li.main .title .more_icon svg {
    right: 0
}

body #nav_menu ul.main li.main svg {
    font-size: 17px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

body #nav_menu ul.main li.main ul {
    padding-left: 15px;
    display: none
}

body #nav_menu ul.main li.main ul li {
    padding: 0 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0
}

body #nav_menu ul.main li.main ul li:hover,
body #nav_menu ul.main li.main ul li.active {
    background-color: hsla(0, 0%, 100%, .1);
    color: var(--highlight-text-color)
}

body #nav_menu ul.main li.one .title.active {
    background-color: hsla(0, 0%, 100%, .1);
    color: var(--highlight-text-color)
}

.div_module {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}
.status_green {
    color: #10b981 !important;
}

.status_red {
    color: #EF4444 !important;
}

.status_orange {
    color: #f1c40f !important;
}

body .bee_chibi {
    text-align: center !important;
    padding: 100px 0 !important
}

body .bee_chibi img {
    margin-bottom: 20px;
    min-height: 100px
}

body .bee_chibi p {
    font-size: 14px;
}

.bar_div {
    position: relative
}

.bar_div .bar {
    position: absolute;
    height: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    background-color: var(--purple-color-3);
    z-index: 0;
    border-radius: 150px 0 0 150px
}

body #main_content {
    min-height: calc(100% - 70px);
    max-width: 100%;
    overflow: hidden;
    zoom: .9
}

body #main_content #content {
    padding: 50px;
    position: relative;
    transition-duration: .4s;
    margin-left: 269px;
    width: calc(100% - 370px)
}
body #main_content #content .content_div{
    max-width: 1000px;
    margin: 0 auto;
}
body #main_content #content.show {
    width: calc(100% - 100px);
    margin-left: 0
}

body #main_content #content .cover_edit {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 600;
    text-shadow: 1px 1px #000
}

body #main_content #content .content_background {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 240px;
    overflow: hidden
}

body #main_content #content .content_background img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

body #main_content #content .content_background p {
    color: #fff
}

body #main_content #content .title_menu {
    position: relative;
    display: flex;
    gap: 20px;
}

body #main_content #content .title_menu h3 {
    color: var(--highlight-text-color);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: none;
    line-height: 36px;
}

body #main_content #content .title_menu h3 svg {
    cursor: pointer;
    margin-right: 5px
}

body .list_fr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px
}
body #main_content #content .num_report {
    margin-bottom: 24px;
}

body #main_content #content .num_report ul {
    display: flex;
    gap: 24px;
}

body #main_content #content .num_report ul li {
    position: relative;
    padding: 24px;
    border-radius: 7px;
    flex: 1;
    background-color: var(--background-module-3);
}

body #main_content #content .num_report ul li .name {
    font-weight: 500;
    color: var(--highlight-text-color);
    margin-bottom: 15px;
}

body #main_content #content .num_report ul li .num {
    font-size: 26px;
}

body #main_content #content .title_menu .des {}
body #main_content #content .main_module{
    padding: 24px;
    border-radius: 7px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px;
    position: relative;
    background-color: var(--background-module-3);
}
body #main_content #content .date_picker{
    text-align: right;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
}
body #main_content #content .date_picker #date_range{
    cursor: pointer;
    line-height: 30px;
    position: relative;
}
body #main_content #content .date_picker input{
    width: auto;
}
body #main_content #content .app_home{}
body #main_content #content .app_home .guide_step{
    display: flex;
    justify-content: space-between;
    background-color: var(--purple-color-2);
    border: 1px solid var(--purple-color-2);
    color: var(--highlight-text-color);
    cursor: pointer;
}
body #main_content #content .app_home .guide_step p.text{}
body #main_content #content .app_home .guide_step p.step{
    color: var(--yellow-color);
}
body #main_content #content .app_home .guide_step p.step svg{
    color: var(--main-text-color);
}
body #main_content #content .app_home .list_2{
    display: flex;
    gap: 20px;
}
body #main_content #content .app_home .list_2 .item{flex: 1;}
body #main_content #content .app_home .list_2 .item .title{
    font-size: 20px;
    color: var(--highlight-text-color);
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}
body #main_content #content .app_home .list_2 .item .value{line-height: 30px;font-size: 17px;font-weight: 600;display: flex;gap: 30px;}
body #main_content #content .app_home .list_2 .item .value svg{
    cursor: pointer;
    margin-top: 40%;
}
body #main_content #content .app_home .list_2 .item .control{
    display: flex;
    gap: 10px;
}
body #main_content #content .app_home .list_2 .item .control button{
    font-size: 14px;
    background-color: transparent;
    border: 0;
    background-color: var(--purple-color);
    color: var(--highlight-text-color);
    padding: 5 10px;
    border-radius: 17px;
}
body #main_content #content .app_home .app_code .control button svg{}
body #main_content #content .main_doc{
    display: flex;
    gap: 40px;
}
body #main_content #content .main_doc .api_demo{
    width: 40%;
}
body #main_content #content .main_doc .api_doc{
    color: var(--highlight-text-color);
    line-height: 30px;
    font-size: 17px;
    flex: 1;
}
body #main_content #content .main_doc h6{
    font-size: 24px;
    margin: 30px 0;
    font-weight: 600;
    color: var(--highlight-text-color);
    cursor: pointer;
}
body #main_content #content .main_doc .api_doc ul{}
body #main_content #content .main_doc .api_doc ul li{
    list-style: auto inside;
    font-family: Roboto;
}
body #main_content #content .main_doc .api_doc p{
    margin-bottom: 15px;
    font-family: 'roboto';
}
body #main_content #content .main_doc .api_doc .api_data{}
body #main_content #content .main_doc .api_doc .api_data p{}
body #main_content #content .main_doc .api_doc .api_data p span{
    font-weight: 600;
}
body #main_content #content .main_doc .api_doc .api_data .block{
    padding: 20px;
    background-color: var(--purple-color-4);
    display: flex;
    justify-content: space-between;
}
body #main_content #content .main_doc .api_doc .api_data .block button{
    font-size: 14px;
    border: 0;
    background-color: var(--purple-color);
    color: var(--highlight-text-color);
    padding: 5 10px;
    border-radius: 17px;
}
body #main_content #content .main_doc .api_doc .api_data table{
    color: var(--highlight-text-color);
    line-height: 30px;
    width: 100%;
    margin-bottom: 35px;
}
body #main_content #content .main_doc .api_doc .api_data table tr td{
    padding: 10px;
    border-bottom: 1px solid var(--background-module-2);
}
body #main_content #content .main_doc .api_doc .api_data table tr th{
    background-color: var(--purple-color-2);
    font-weight: 600;
    text-align: left;
    padding: 10px 10px;
}
body #main_content #content .main_doc .api_doc .api_data table tr th:nth-child(1){
    width: 200px;
}
body #main_content #content .main_doc .api_doc .api_data .block_menu{
    margin-bottom: 15px;
}
body #main_content #content .main_doc .api_doc .api_data .block_menu .menu{
    display: flex;
    background-color: var(--purple-color-4);
    border-bottom: 1px solid var(--purple-color-2);
}
body #main_content #content .main_doc .api_doc .api_data .block_menu .menu .item{
    font-weight: 600;
    padding: 10px 10px;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
}
body #main_content #content .main_doc .api_doc .api_data .block_menu .menu .item.active{
    background-color: var(--purple-color-2);
}
body #main_content #content .main_doc .api_doc .api_data .block_menu .content{}
body #main_content #content .main_doc .api_doc .api_data .block_menu .content .item{
    padding: 20px;
    background-color: var(--purple-color-4);
    color: var(--main-text-color);
    min-height: 300px;
}
.admin_menu {
    display: block;
    margin-bottom: 20px
}

.admin_menu .list {
    display: flex;
    justify-content: center;
    gap: 20px
}

.admin_menu .item {
    height: 50px;
    width: 50px;
    background-color: var(--purple-color-3);
    color: var(--highlight-text-color);
    border-radius: 150px;
    font-size: 20px;
    position: relative;
    cursor: pointer
}

.admin_menu .item.disable {
    filter: grayscale(1)
}

.admin_menu .item svg {}


body #main_content .title_menu .menu {
    display: flex;
    gap: 10px;
}

body #main_content .title_menu .menu .search {
    height: 36px;
    position: relative;
}

body #main_content .title_menu .menu .search input {
    height: 36px;
    padding: 0 15px 0 30px;
    border-radius: 150px;
    line-height: 36px
}

body #main_content .title_menu .menu .select select {
    width: auto;
    height: 36px;
    border-radius: 150px;
    padding-left: 30px;
    line-height: 36px
}

body #main_content .title_menu .menu .select select option {
    font-weight: 600;
    background-color: #131930
}

body #main_content .title_menu .menu .select svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 12px
}

body #main_content .title_menu .menu .select {
    position: relative
}

body #main_content .title_menu .menu .search svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%)
}

body #main_content .title_menu .menu button {
    background-color: var(--purple-color);
    border: 0;
    color: #fff;
    height: 36px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 150px;
}

body #main_content button.hover:hover {
    background-color: var(--purple-color-2-highlight)
}

body #main_content .album_sync .form .value {
    font-size: 20px;
    color: var(--highlight-text-color)
}

body #main_content .button .loading {
    text-align: center;
    display: none
}

body #main_content .button .loading img {
    height: 50px
}

body table.main_table {
    width: 100%;
    margin-top: 20px
}

body table.main_table thead {}

body table.main_table thead tr {}

body table.main_table thead tr td {
    line-height: 40px;
    padding: 0 15px 5px;
    font-weight: 600;
    font-size: 14px;
    color: var(--main-text-color)
}

body table.main_table tbody {}

body table.main_table tbody tr {
    border-bottom: 1px solid var(--background-color);
    background-color: #1b223b
}

body table.main_table tbody tr td {
    padding: 15px;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
    background-color: #1b223b
}

body table.main_table tbody tr td img.icon {
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 2px
}

body table.main_table tbody tr:first-child td:first-child {
    border-top-left-radius: 10px
}

body table.main_table tbody tr:first-child td:last-child {
    border-top-right-radius: 10px
}

body table.main_table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

body table.main_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

body table.main_table tbody tr td .note {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: var(--highlight-text-color)
}

body table.main_table tbody tr td .note svg {}

body table.main_table tbody tr td:last-child {
    text-align: right
}

body table.main_table tbody tr td .avatar {
    height: 50px;
    float: left;
    margin-right: 10px
}

body table.main_table tbody tr td .info {
    float: left
}

body table.main_table tbody tr td .info .name {
    line-height: 50px;
    color: var(--highlight-text-color);
    text-transform: capitalize
}

body table.main_table tbody tr td span {
    font-weight: 600;
    color: var(--highlight-text-color)
}

body table.main_table tbody tr td:last-child svg {
    margin-left: 15px;
    font-size: 20px
}

body table.main_table tbody tr td a:hover {
    color: var(--purple-color)
}

body .statics_chart {}

body .statics_chart .chart_bar {}

body .statics_chart .chart_bar .chart {
    border: 1px solid var(--background-highlight-color);
    border-radius: 10px;
    padding: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 370px
}

body #main_content h5 {
    color: var(--highlight-text-color);
    font-size: 20px;
    width: calc(100% - 30px);
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
}

body #main_header {
    height: 70px
}
body#nav_page #main_header{
    display: none;
}
body header.main_header {
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 4;
    background-color: #1517248f;
}

body header.main_header .middle {
    position: absolute;
    left: 50%;
    color: var(--highlight-text-color);
    font-size: 17px;
    font-weight: 600;
    padding-left: 40px;
    top: 50%;
    transform: translate(-50%, -50%)
}

body header.main_header .left {
    float: left;
    line-height: 30px
}

body header.main_header .left .search_button {
    height: 40px;
    width: 40px;
    font-size: 20px;
    border: 1px solid;
    float: left;
    position: relative;
    border-radius: 150px;
    margin: 15px 10px;
    cursor: pointer
}

body header.main_header .left .logo {
    float: left;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    letter-spacing: 1px
}

body header.main_header .left .logo img {height: 50px;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}

body header.main_header .right {
    float: right;
    padding: 15px 0;
    display: flex;
    gap: 20px;
}
body header.main_header .right .language{
    position: relative;
    background-color: var(--background-module-2);
    width: 40px;
    padding: 0px 12px;
    border-radius: 7px;
    line-height: 40px;
}
body header.main_header .right .language img{
    border-radius: 3px;
    max-height: 34px;
}
body header.main_header .right .language .current{
    cursor: pointer;
}
body header.main_header .right .language .list{
    position: absolute;
    background-color: var(--background-module);
    width: 170px;
    right: 0;
    margin-top: 10px;
    padding: 5px 10px;
    color: var(--white-color);
    border-radius: 5px;
}
body header.main_header .right .language .list .item{
    display: flex;
    line-height: 32px;
    gap: 10px;
    cursor: pointer;
    padding: 5px 0;
}
body header.main_header .right .language .list .item img{
    height: 28px;
    padding: 3px 0;
}
body header.main_header .right .language .list .item p{}

body header .right .notification_div {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 50px;
    height: 40px
}

body header .right .notification_div .amount {
    position: absolute;
    top: 0;
    right: 5px;
    color: var(--highlight-text-color);
    background-color: var(--purple-color);
    border-radius: 150px;
    font-size: 11px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid
}

body header .right .notification_div svg {
    font-size: 22px;
    color: var(--highlight-text-color)
}

body header .right .notification {
    background-color: var(--purple-color-2);
    position: absolute;
    right: 0;
    top: 45px;
    width: 450px;
    border-radius: 10px;
    color: var(--highlight-text-color)
}

body header .right .notification .list {
    height: 500px;
    overflow: auto
}

body header .right .notification .list .item {
    position: relative;
    padding: 10px 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3b4c89;
    line-height: 30px
}

body header .right .notification .list .item:last-child {
    border: none
}

body header .right .notification .list .item span {
    font-weight: 700
}

body header .right .notification .list .item .time {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: var(--main-text-color);
    font-size: 12px
}

body header .right .notification .list .item img {
    height: 20px;
    vertical-align: middle;
    margin-top: -5px
}

body header .right .notification h6 {
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #3b4c89
}

body header .right .profile {
    position: relative;
    float: left
}

body header .right .profile .avatar {
    float: left;
    position: relative;
    margin-right: 10px
}

body header .right .profile .avatar .image {
    height: 40px;
    border-radius: 150px
}

body header .right .profile .avatar .frame {
    position: absolute;
    height: calc(100% + 10px);
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0)
}

body header .right .profile .info {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--highlight-text-color)
}

body header .right .profile .info .name {
    font-size: 15px
}

body header .right .profile .info .wallet {
    font-size: 13px;
    color: var(--main-text-color)
}

body header .right .profile .info .wallet img {
    height: 16px;
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 2px
}

body header .right .profile ul.setting {
    position: absolute;
    top: 45px;
    background-color: var(--purple-color-2);
    width: 250px;
    right: 0;
    border-radius: 20px;
    padding: 10px 9px;
    z-index: 2;
    box-shadow: 0 0 3px var(--background-color);
    color: var(--highlight-text-color)
}

body header .right .profile ul.setting li:hover {
    background-color: var(--purple-color-2-highlight)
}

body header .right .profile ul.setting li {
    padding: 7px 15px;
    cursor: pointer;
    line-height: 30px;
    border-radius: 150px
}

body header .right .profile ul.setting li svg {
    margin-right: 6px;
    width: 25px
}

body header .right .profile ul.setting li.line {
    margin-top: 7px;
    padding-top: 12px
}

body footer {
    background-color: #101739;
    padding: 40px 0;
    margin-top: 30px;
    color: var(--highlight-weak-text-color)
}

body footer .div_module {
    display: flex
}

body footer .left {
    flex: 1
}

body footer .left .logo {
    margin-bottom: 20px
}

body footer .left .logo img {
    height: 30px
}

body footer .left .detail {
    margin: 10px 0
}

body footer .left .link {
    margin-bottom: 10px
}

body footer .left .link a {
    font-weight: 600;
    margin-right: 10px
}

body footer .left p {
    font-size: 14px;
    line-height: 28px
}

body footer .right {
    flex: 1
}

body footer .right ul {
    margin-bottom: 10px
}

body footer .right ul li {
    float: left;
    line-height: 30px;
    padding: 0 10px;
    background-color: 1f2648;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    font-size: 13px
}

body footer .right p {
    line-height: 23px
}

.mobile_display {
    display: none
}

.pc_display {
    display: table-cell
}


body.home_page #content h1 svg {
    margin-right: 5px
}

body.home_page #content h1 {
    float: left;
    border-left: 5px solid var(--purple-color);
    padding-left: 15px;
    line-height: 40px;
    margin: 10px 0;
    color: var(--highlight-text-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 60px
}

@media(min-width: 1400px) {}

@media(max-width: 1399px) {
    .div_module {
        width: calc(100% - 20px)
    }

    body #home_content.homepage .intro img {
        height: 70px
    }

    body .list_fr {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

@media(max-width: 1199px) {

    .mobile_display {
        display: revert
    }

    .pc_display {
        display: none
    }
}

@media(max-width: 799px) {
    body .topup_screen .topup #recharge_menu ul li img {
        float: left;
        height: 30px;
    }

    body .topup_screen .topup #recharge_menu ul li .name {
        font-size: 17px;
    }

    body .topup_screen {
        padding: 0 10px;
    }

    body .topup_screen .topup #recharge_menu ul li {
        width: calc(100% - 20px);
        float: none;
        margin: 0;
        margin-bottom: 10px;
        height: 30px;
    }


    body footer .div_module {
        display: block
    }

    body footer .left {
        margin-bottom: 20px
    }

    body.home_page #content {
        display: block
    }

    body .list_fr {
        grid-template-columns: repeat(2, 1fr) !important
    }


    body table.main_table tbody tr td {
        font-size: 13px
    }

    body #main_content .title_menu .menu {
        position: inherit;
        right: auto;
        width: 100%;
        bottom: auto;
        margin-top: 30px;
        display: block;
    }

    body #main_content .title_menu .menu .search {
        float: none;
        position: relative;
        margin-bottom: 15px
    }

    body #main_content .title_menu .menu .select {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }

    body #main_content .title_menu .menu .select select {
        width: 100%
    }

    body #main_content .title_menu .menu button {
        margin-left: 0;
        width: 100%;
        margin-bottom: 25px
    }


    body #main_content #content {
        padding: 50px 20px;
        width: calc(100% - 41px) !important;
    }

    .popup_content {
        position: absolute;
        width: calc(100% - 40px);
        padding: 0 20px
    }

    #popup_content .popup_content .popup_module {
        width: calc(100% - 70px) !important;
        top: 50px;
        transform: translate(-50%, 0);
        padding: 15px
    }

    body #home_content.homepage .intro img {
        height: 50px
    }

    body .input_screen ul.form li {
        width: calc(100% - 10px) !important;
        float: none
    }

    #room_chat .chat_content h5 .control p {
        margin-left: 12px
    }

    #room_chat {
        width: 100%;
        right: 0;
        bottom: 0
    }

    #room_chat .chat_list {
        float: none;
        width: 100%;
        height: 200px
    }

    #room_chat .chat_content .chat_text {
        height: 250px
    }

    #room_chat .chat_content {
        float: none;
        width: 100%
    }

    #room_chat .chat_content h5 {
        border-top: 1px solid #e3e3e3
    }

    #room_chat .chat_list .chat_module {
        width: 100%;
        height: calc(100% - 42px)
    }

    #room_chat .chat_list ul {
        width: 100%
    }
}

@media(max-width: 599px) {
    body .list_fr {
        grid-template-columns: repeat(1, 1fr) !important
    }

    body #home_content.homepage .intro button {
        height: 40px;
        width: 140px;
        font-size: 14px;
        font-weight: 600
    }

    body header .right .notification {
        position: fixed;
        z-index: 2;
        top: 60px;
        left: 50%;
        width: calc(100% - 20px);
        transform: translate(-50%, 0)
    }

    body .filter .item {
        width: 100% !important;
        float: none;
        margin-bottom: 15px
    }
}

@media(max-width: 499px) {

}

@media(max-height: 649px) {}