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 none;
    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: #3f94d5;
    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: var(--main-text-color);
    border: thin solid #33333300;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-text-color);
}

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

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

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

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

@font-face {
    font-family: 'Montserrat';
    src: url('https://beelevelup.com/assets/fonts/Montserrat-Light.woff2') format('woff2'), url('https://beelevelup.com/assets/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('https://beelevelup.com/assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'MontserratAlternates';
    src: url('https://beelevelup.com/assets/fonts/MontserratAlternates-ExtraBold.woff2') format('woff2'), url('https://beelevelup.com/assets/fonts/MontserratAlternates-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

.status_green {
    color: #10b981 !important;
}

.status_red {
    color: #EF4444 !important;
}

.status_orange {
    color: #F59E0B !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;
}

/* The slider */
.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: white;
    -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);
}

/* Rounded sliders */
.switch_slider .slider.round {
    border-radius: 34px;
}

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

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

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;
}

.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.popup_login {
    background: url('../img/image_login.png') no-repeat #131A33;
    background-size: 100% auto;
}

.popup_content #popup_content .popup_module h4 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--highlight-text-color);
    font-weight: 600;
    font-size: 21px;
}

.popup_content #popup_content .popup_module .account_buy_confirm {}

.popup_content #popup_content .popup_module .account_buy_confirm .account_preview {
    float: left;
    margin: 0;
    margin-right: 20px;
    width: 380px;
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm {
    float: left;
    width: calc(100% - 400px);
    color: var(--highlight-text-color);
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm .title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm .note {
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px solid #4F609D;
    padding-bottom: 40px;
    margin-bottom: 29px;
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm .current_balance {
    margin-bottom: 25px;
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm .current_balance .text {
    float: left;
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm .current_balance .value {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.popup_content #popup_content .popup_module .account_buy_confirm .confirm .current_balance .value img {
    height: 30px;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 2px;
}

.popup_content #popup_content .popup_module.user_profile .info {
    text-align: center;
}

.popup_content #popup_content .popup_module.user_profile .info .beecoin {
    height: 26px;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 80px;
    padding: 7px;
    background-color: var(--background-highlight-color);
    border-radius: 60px;
}

.popup_content #popup_content .popup_module.user_profile .info .beecoin img {
    height: 100%;
    float: left;
    margin-right: 5px;
}

.popup_content #popup_content .popup_module.user_profile .info .beecoin p {
    float: left;
    line-height: 26px;
    font-weight: 600;
    color: var(--highlight-text-color);
    font-size: 14px;
}

.popup_content #popup_content .popup_module.user_profile .avatar {
    margin-bottom: 15px;
}

.popup_content #popup_content .popup_module.user_profile .name {
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 17px;
}

.popup_content #popup_content .popup_module.user_profile .child_menu {
    margin-top: 10px;
}

.popup_content #popup_content .popup_module.user_profile .child_menu ul {
    margin: 0 auto;
    width: 200px;
}

.popup_content #popup_content .popup_module.user_profile .child_menu ul li {
    float: left;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    background-color: var(--background-button);
    position: relative;
    border-radius: 70px;
    cursor: pointer;
}

.popup_content #popup_content .popup_module.user_profile .child_menu ul li svg {
    color: var(--highlight-text-color);
    font-size: 18px;
}

.popup_content #popup_content .popup_module.user_profile .child_menu ul li:hover {
    background-color: var(--purple-color);
}

.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-bottom: 10px;
}

.popup_content #popup_content .popup_module a {
    color: var(--purple-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 {
    height: 60px;
    margin-bottom: 40px;
}

.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 .forgot {
    text-align: right;
    margin-bottom: 20px;
}

.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: 50px;
}

.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 .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: 13px;
}

:root {
    --main-text-color: #CCCEE3;
    --highlight-text-color: white;
    --border-color: #e5e7eb47;
    --background-color: #131930;
    --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;
    --purple-color: #6C74FC;
    --purple-color-2: #222F5C;
    --purple-color-2-highlight: #4A5693;
    --input-background: #2A3254;
}

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

body {
    background-color: var(--background-color);
    color: var(--main-text-color);
    font-size: 15px;
    font-family: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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;
    cursor: pointer;
}

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: 0.5s;
}

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

body .filter {}

body .filter h5 {
    float: left;
    line-height: 42px;
    font-size: 18px;
    color: var(--highlight-text-color);
    font-weight: 700;
}

body .filter h5 span {
    font-weight: 500;
}

body .filter .item {
    float: left;
    margin-right: 15px;
}
body .filter .item .input {
    position: relative;
}
body .filter .item .input .icon svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 17px;
}
body .filter .item .select {
    position: relative;
}

body .filter .item .select .show {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: var(--highlight-text-color);
    border: 1px solid var(--highlight-text-color);
    background-color: var(--background-color);
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    width: calc(100% - 22px);
    overflow: hidden;
}

body .filter .item .select .show svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

body .filter .item .select .hidden {
    background-color: var(--purple-color-2);
    color: var(--highlight-text-color);
    border-radius: 6px;
    line-height: 40px;
    font-size: 13px;
    padding: 10px;
    max-height: 200px;
    overflow: auto;
    display: none;
    width: calc(100% - 20px);
    position: absolute;
    top: 45px;
    z-index: 1;
}

body .filter .item .select .hidden .text {
    padding: 0 10px;
    cursor: pointer;
    border-radius: 150px;
    width: calc(100% - 20px);
    overflow: hidden;
    height: 40px;
}

body .filter .item .select .hidden .text:hover {
    background-color: var(--purple-color-2-highlight);
}

body .filter .item .select img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 2px;
}

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 .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(--background-button);
    border-radius: 5px;
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-top: 10px;
    padding: 7px 0px;
    display: none;
    max-height: 200px;
    overflow: auto;
}

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

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

body .input_screen .tags_list .tags_show {}

body .input_screen .tags_list .tags_show .tags_span {
    padding: 5px 10px;
    background-color: var(--background-button);
    color: var(--highlight-text-color);
    border-radius: 5px;
    margin-right: 15px;
    float: left;
    position: relative;
    margin-top: 20px;
    text-transform: capitalize;
}

body .input_screen .tags_list .tags_show .tags_span .close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 20px;
    width: 20px;
    background-color: var(--purple-color);
    border-radius: 150px;
}

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: 10px;
    text-transform: initial;
    color: var(--main-text-color);
    font-size: 13px;
}

body .input_screen .label button {
    margin: 0;
    background-color: var(--purple-color);
    border: 0;
    color: white;
    padding: 0px 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 .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;
    bottom: 12px;
    right: 10px;
}

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_2 {}

body .button_style_2 button {
    width: 140px;
    height: 40px;
    border: 2px solid var(--purple-color);
    background-color: transparent;
    color: white;
    border-radius: 150px;
    margin-left: 10px;
    float: left;
    font-size: 15px;
}

body .button_style_2 .button_yes {
    background-color: var(--purple-color);
}

body .button_style_2 .button_no {}

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

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

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

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;
    font-size: 15px;
    padding-top: 15px;
    float: left;
    transition-duration: 0.4s;
    position: relative;
    z-index: 2;
}

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

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

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

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

body #nav_menu .nav_menu_control .nav_menu_outside svg {}

body #nav_menu .logo {
    height: 40px;
    padding: 20px 15px;
    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 {
    width: 40px;
    float: left;
    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: 40px;
    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%);
}

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;
}

body #main_content {
    min-height: calc(100% - 70px);
    padding-top: 70px;
}

body #main_content .bank_account {
    position: relative;
}

body #main_content .bank_account .icon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    color: var(--highlight-text-color);
    cursor: pointer;
}

body #main_content .bank_account table {}

body #main_content .bank_account table tr td {
    line-height: 35px;
}

body #main_content .bank_account table tr td:first-child {
    width: 140px;
    color: var(--highlight-text-color);
    font-weight: 600;
}

body #main_content #content {
    padding: 50px;
    float: left;
    width: calc(100% - 369px);
    position: relative;
    transition-duration: 0.4s;
}

body #main_content #content .user_referal_content{
    border-radius: 10px;
    overflow: hidden;
}
body #main_content #content .user_referal_content h6{
    color: var(--highlight-text-color);
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
body #main_content #content .user_referal_content .banner{}
body #main_content #content .user_referal_content .banner img{
    width: 100%;
}
body #main_content #content .user_referal_content .info{
    background-color: var(--background-module);
    padding: 30px;
}
body #main_content #content .user_referal_content .info .title{
    color: var(--highlight-text-color);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
body #main_content #content .user_referal_content .info .content{
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}
body #main_content #content .user_referal_content .info .content ul li{
    list-style: inside;
}
body #main_content #content .user_referal_content .info .content span{
    color: var(--highlight-text-color);
    font-weight: 600;
}
body #main_content #content .user_referal_content .info .result{
    padding-top: 30px;
    border-top: 1px solid #c1c1c12b;
}
body #main_content #content .user_referal_content .info .result table{}
body #main_content #content .user_referal_content .info .result table tr{}
body #main_content #content .user_referal_content .info .result table tr td{
    color: var(--highlight-text-color);
    line-height: 35px;
    font-size: 16px;
}
body #main_content #content .user_referal_content .info .result table tr td:first-child{
    width: 220px;
}
body #main_content #content .user_referal_content .info .result table tr td span{
    font-weight: 600;
}
body #main_content #content .user_referal_content .info .result table tr td img{
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 3px;
}
body #main_content #content .cover_edit {
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 600;
    text-shadow: 1px 1px black;
}

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: white;
}

body #main_content #content .title {
    margin-bottom: 20px;
    position: relative;
}

body #main_content #content .title h3 {
    color: var(--highlight-text-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: none;
}

body #main_content #content .title h3 svg {
    cursor: pointer;
}

body #main_content #content .title .des {}

body #main_content .title .menu {
    position: absolute;
    right: 0;
    bottom: 0;
}

body #main_content .title .menu .search {
    float: left;
    height: 36px;
}

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

body #main_content .title .menu .select select{
    width: auto;
    height: 36px;
    border-radius: 150px;
    padding-left: 30px;
}
body #main_content .title .menu .select select option{
    font-weight: 600;
    background-color: #131930;
}
body #main_content .title .menu .select svg{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 12px;
}
body #main_content .title .menu .select{
    float: left;
    margin-left: 10px;
    position: relative;
}
body #main_content .title .menu .search svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

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

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

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%;
}

body table.main_table thead {}

body table.main_table thead tr {}

body table.main_table thead tr td {
    line-height: 40px;
    padding: 0px 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);
}

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);
}

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;
}

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 .num_report {}

body .num_report ul {}

body .num_report ul li {
    position: relative;
    float: left;
}

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

body .num_report ul li .num {
    color: var(--highlight-text-color);
    font-size: 24px;
    font-weight: 700;
}

body .num_report ul li .note {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 21px;
}

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

body .child_module {
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 6px;
}

body header.main_header {
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 3;
    background-color: #0F142C;
}

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

body header.main_header .left .logo {
    float: left;
    padding: 18px 0;
}

body header.main_header .left .logo img {
    height: 34px;
}

body header.main_header .left .search {
    float: left;
    margin-left: 15px;
    position: relative;
}

body header.main_header .left .search input {
    background-color: var(--background-input);
    border: none;
    border-radius: 150px;
    height: 40px;
    line-height: 40px;
    margin: 15px 0;
    font-size: 14px;
    width: 250px;
}

body header.main_header .left .search svg {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 17px;
}

body header.main_header .right {
    float: right;
    padding: 15px 0;
}

body header .right .notification_div {
    float: left;
    margin-right: 20px;
    height: calc(100% - 30px);
    position: relative;
    width: 50px;
}

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: 0px;
    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;
    height: 40px;
    border-radius: 150px;
    margin-right: 10px;
}

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: 210px;
    right: 0;
    border-radius: 20px;
    padding: 10px 9px;
    z-index: 2;
    box-shadow: 0px 0px 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;
}

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

body .top_background {
    width: 100%;
    position: absolute;
    top: 70px;
    z-index: -1;
}

body .top_background .image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
body .referral_button{
    float: left;
    line-height: 44px;
    background-color: var(--purple-color);
    color: var(--highlight-text-color);
    border-radius: 150px;
}
body .referral_button .icon{
    float: left;
    width: 40px;
    text-align: center;
    height: 44px;
    border-right: 1px solid #ffffff42;
    cursor: pointer;
    position: relative;
}
body .referral_button .icon svg{}
body .referral_button .text{
    float: left;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
}
body.module .top_background {
    min-height: auto;
}

body.module .top_background .image {
    height: auto;
    width: 50%;
    left: auto;
    right: 0;
    position: relative;
    float: right;
    transform: none;
}

body.module .top_background .effect {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

body .top_background .effect {
    position: absolute;
    top: 0;
    right: 40px;
    height: 430px;
}

body.category .top_background,
body.shop .top_background {
    height: 270px;
    overflow: hidden;
}

body.category .top_background .image,
body.shop .top_background .image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.category .top_background .effect {
    top: auto;
    bottom: 0;
    transform: none;
    z-index: 2;
    height: 100%;
    left: 0;
}

body .account_list {
    width: calc(100% + 20px);
    margin-left: -10px;
}

body .account_list .item {
    background-color: var(--background-module);
    border-radius: 8px;
    width: calc(25% - 20px);
    margin: 10px 10px;
    float: left;
    padding: 15px 0 0;
    position: relative;
}
body .account_list .item .loading{
    height: 244px;
    position: relative;
}
body .account_list .item .loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.1;
    filter: brightness(5);
}
body .account_list .item .info {
    padding: 0 15px;
}

body .account_list .item .info .icon{
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
body .account_list .item .info .icon img{
    height:100%;
}
body .account_list .item .info .avatar {
    height: 80px;
    width: 80px;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
}

body .account_list .item .info .text {
    float: left;
    width: calc(100% - 90px);
}

body .account_list .item .info .text .name {
    color: var(--purple-color);
    margin-bottom: 5px;
    font-weight: 700;
}

body .account_list .item .info .text .title {
    color: var(--highlight-text-color);
    font-size: 13px;
    line-height: 20px;
    height: 62px;
    overflow: hidden;
}

body .account_list .item .tags {
    height: 25px;
    width: calc(100% - 30px);
    overflow: hidden;
    margin-top: 10px;
    padding: 0 15px;
}

body .account_list .item .tags .tag {
    height: 24px;
    background-color: #131930;
    float: left;
    font-size: 12px;
    padding: 0 7px;
    border-radius: 150px;
    line-height: 24px;
    margin-right: 7px;
    margin-bottom: 7px;
    font-weight: 600;
}

body .account_list .item .tags .tag span {
    color: #AFB7FF;
    font-weight: 700;
}

body .account_list .item .other {
    width: calc(100% - 30px);
    padding: 0 15px;
    font-size: 14px;
    margin-top: 12px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--background-color);
}

body .account_list .item .other .time {
    float: left;
}

body .account_list .item .other .price {
    font-size: 16px;
    font-weight: 700;
    color: var(--highlight-text-color);
    float: right;
}

body .account_list .item .other .price img {
    height: 24px;
    vertical-align: middle;
    margin-top: -9px;
}

body .account_list .item .shop {
    padding: 15px;
    position: relative;
}

body .account_list .item .shop .avatar {
    height: 34px;
    border-radius: 150px;
    float: left;
    margin-right: 10px;
}

body .account_list .item .shop .name {
    float: left;
    line-height: 33px;
    color: var(--highlight-text-color);
    height: 33px;
    width: calc(100% - 70px);
    overflow: hidden;
}

body .account_list .item .shop .icon {
    height: 50px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
body .account_list .item .shop .icon img{
    height:100%;
}
body .account_list.shop_list .item {
    border-radius: 0;
    border: 1px solid #373A71;
    background-color: transparent;
    width: calc(25% - 22px);
    position: relative;
}

body .account_list.shop_list .item .info .avatar {
    width: 50px;
    height: 50px;
    border-radius: 150px;
}

body .account_list.shop_list .item .info .text {
    padding-top: 3px;
}

body .account_list.shop_list .item .info .text .name {
    color: var(--highlight-text-color);
    width: calc(100% - 60px);
    height: 19px;
    overflow: hidden;
    margin-bottom: 1px;
}

body .account_list.shop_list .item .info .text .title {
    height: auto;
    color: var(--main-text-color);
}

body .account_list.shop_list .item .tags {
    height: 56px;
    margin-bottom: 15px;
    margin-top: 15px;
}

body .account_list.shop_list .item .tags .tag {
    background-color: #2E385A;
    color: #F9F9FB;
}

body .account_list.shop_list .item .icon.verify {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

body #home_content.category .intro {
    margin: 80px 0;
}

body #home_content.category .intro .name {
    color: var(--purple-color);
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 10px;
    font-style: italic;
}

body #home_content.category .intro p {
    font-size: 18px;
    color: var(--highlight-text-color);
}

body #home_content {
    padding: 70px 0;
}

body #home_content.homepage {}

body #home_content .homepage_module {
    margin-bottom: 50px;
}

body #home_content .homepage_module h5 {
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 19px;
    margin-bottom: 20px;
}

body #home_content .homepage_module h5 p.icon {
    float: left;
    height: 30px;
    width: 30px;
    position: relative;
    background-color: var(--purple-color);
    border-radius: 150px;
    margin-top: -3px;
    margin-left: 10px;
}

body #home_content .homepage_module h5 p.text {
    float: left;
}

body #home_content .homepage_module h5 p.text span {
    font-weight: 500;
}

body #home_content.homepage .intro {
    margin-top: 50px;
}

body #home_content.homepage .intro img {
    height: 100px;
    margin-bottom: 20px;
}

body #home_content.homepage .intro p {
    color: var(--main-text-color);
    line-height: 25px;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 600;
}

body #home_content.homepage .intro p span {
    font-weight: 700;
    color: var(--highlight-text-color);
}

body #home_content.homepage .intro button {
    background: url('../img/home/button.png') no-repeat;
    background-size: 100% 100%;
    height: 50px;
    width: 160px;
    border: none;
    margin-right: 30px;
    color: var(--purple-color);
    font-size: 16px;
}

body #home_content.homepage .intro a:last-child button {
    margin-right: 0;
}

body #home_content.homepage .intro button:hover {
    background: url('../img/home/button_hover.png') no-repeat;
    background-size: 100% 100%;
    color: var(--highlight-text-color);
}

body #home_content.homepage .category {
    margin: 70px 0;
    margin-left: -15px;
    width: calc(100% + 30px);
}

body #home_content.homepage .category .cg_item {
    position: relative;
    width: calc(20% - 30px);
    margin: 0 15px;
    float: left;
}

body #home_content.homepage .category .cg_item .background {
    width: 100%;
    border-radius: 7px;
}

body #home_content.homepage .category .cg_item .background_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

body #home_content.homepage .category .cg_item .logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    height: 50px;
}

body #home_content.homepage .category .cg_item p {
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 16px;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

body #home_content.account {}

body #home_content.account h5 {
    margin: 40px 0px;
    font-size: 22px;
    color: var(--highlight-text-color);
    font-weight: 600;
}

body #home_content.account .account_detail {
    float: left;
    width: calc(100% - 360px);
    margin-right: 30px;
}

body #home_content.account .account_detail .tags {
    background-color: var(--background-module-2);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #2C3555;
    margin-bottom: 40px;
}

body #home_content.account .account_detail .tags .item {
    width: 20%;
    float: left;
}

body #home_content.account .account_detail .tags .item .title {
    margin-bottom: 15px;
}

body #home_content.account .account_detail .tags .item .value {
    font-weight: 700;
    color: var(--highlight-text-color);
}

body #home_content.account .account_detail .text {
    color: white;
}

body #home_content.account .account_detail .image {
    margin-top: 20px;
    text-align: center;
}

body #home_content.account .account_detail .image img {
    max-width: 100%;
    margin: 15px auto;
}

body #home_content.account .account_shop {
    float: left;
    border-radius: 10px;
    width: 330px;
    min-height: 400px;
    position: relative;
}

body #home_content.account .shop_detail {
    background-color: var(--background-module-2);
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    margin-bottom: 20px;
}

body #home_content.account .shop_detail .shop_info {}

body #home_content.account .shop_detail .shop_info .avatar {
    float: left;
    margin-right: 8px;
}

body #home_content.account .shop_detail .shop_info .avatar img {
    border-radius: 150px;
    height: 50px;
}

body #home_content.account .shop_detail .shop_info .text {
    float: left;
    width: calc(100% - 58px);
}

body #home_content.account .shop_detail .shop_info .text .name {
    color: var(--highlight-text-color);
    margin-bottom: 3px;
    margin-top: 5px;
    height: 20px;
    width: 100%;
    overflow: hidden;
}

body #home_content.account .shop_detail .shop_info .text .name span {
    font-weight: 700;
}

body #home_content.account .shop_detail .shop_info .text .note {
    font-size: 13px;
    color: #BBBBBB;
    font-style: italic;
}

body #home_content.account .shop_detail .shop_text {
    font-size: 14px;
    margin: 20px 0;
    line-height: 20px;
}

body #home_content.account .shop_detail .shop_rate {}

body #home_content.account .shop_detail .shop_rate ul {
    color: var(--highlight-text-color);
}

body #home_content.account .shop_detail .shop_rate ul li {
    line-height: 30px;
    font-size: 14px;
}

body #home_content.account .shop_detail .shop_rate ul li span {
    color: #FFC046;
    font-weight: 600;
}

body #home_content.account .shop_detail .shop_support {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #303959;
}

body #home_content.account .shop_detail .shop_support h6 {
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: var(--highlight-text-color);
}

body #home_content.account .shop_detail .shop_support .social {
    float: right;
}

body #home_content.account .shop_detail .shop_support .social .item {
    float: left;
    width: 40px;
    height: 40px;
    background-color: var(--purple-color-2-highlight);
    color: var(--highlight-text-color);
    position: relative;
    font-size: 18px;
    border-radius: 150px;
    margin-left: 10px;
}

body #home_content.account .shop_detail .shop_support .social .item svg {}

body #home_content .shop_tags .tag {
    height: 24px;
    background-color: #2E385A;
    color: #F9F9FB;
    float: left;
    font-size: 12px;
    padding: 0 7px;
    border-radius: 150px;
    line-height: 24px;
    margin-right: 7px;
    margin-bottom: 7px;
    font-weight: 600;
}

body #home_content .shop_tags .tag span {
    color: #AFB7FF;
    font-weight: 700;
}

body #home_content .account_shop .account_price {
    width: calc(100% - 40px);
    background-color: var(--background-module-2);
    padding: 20px;
    border-radius: 10px;
}

body #home_content .account_shop .account_price .price {
    line-height: 30px;
    color: var(--highlight-text-color);
    margin-bottom: 30px;
}

body #home_content .account_shop .account_price .price img {
    vertical-align: middle;
    height: 30px;
    margin-top: -12px;
}

body #home_content .account_shop .account_price .price .title {
    float: left;
    font-size: 14px;
}

body #home_content .account_shop .account_price .price .value {
    float: right;
    font-weight: 600;
    font-size: 19px;
}

body #home_content .account_shop .account_price button {
    width: 100%;
    margin: 0;
    font-weight: 600;
    float: none;
}

body footer {
    background: url('../img/footer.jpg') no-repeat;
    background-size: 100% auto;
}

body footer .top {
    background-color: #13193085;
    padding: 80px 0 180px;
}

body footer .top h6 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: var(--highlight-text-color);
    margin-bottom: 100px;
}

body footer .top .menu {
    width: calc(100% + 30px);
    margin-left: -15px;
}

body footer .top .menu .item {
    float: left;
    width: calc(25% - 30px);
    margin: 0 15px;
    position: relative;
    background: url('../img/footer_frame.png') no-repeat;
    background-size: 100% 100%;
    height: 135px;
}

body footer .top .menu .item .title {
    font-weight: 700;
    color: var(--highlight-text-color);
    font-size: 17px;
    font-style: italic;
    margin-bottom: 8px;
    margin-top: 20px;
    padding: 0 25px;
}

body footer .top .menu .item .text {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 15px;
    color: var(--highlight-text-color);
}

body footer .top .menu .item .image {
    position: absolute;
    top: -30px;
    right: 30px;
    background-color: var(--purple-color);
    width: 60px;
    height: 60px;
    border-radius: 150px;
    text-align: center;
}

body footer .top .menu .item .image img {
    height: 100%;
}

body footer .bottom {
    background-color: #0a112cf2;
    padding: 80px 0 80px;
    border-top: 1px solid #cccccc3d;
}

body footer .bottom .left {
    float: left;
    margin-right: 100px;
}

body footer .bottom .left .logo {
    height: 80px;
    margin-bottom: 100px;
}

body footer .bottom .left .social_menu {}

body footer .bottom .left .social_menu .item {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid var(--highlight-text-color);
    border-radius: 150px;
    margin-right: 20px;
    color: var(--highlight-text-color);
}

body footer .bottom .left .social_menu .item svg {}

body footer .bottom .left .copyright {
    font-size: 14px;
    margin-top: 30px;
}

body footer .bottom h6 {
    font-weight: 700;
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}

body footer .bottom .middle {
    float: left;
    padding-top: 30px;
}

body footer .bottom .middle .game_menu {
    width: 390px;
}

body footer .bottom .middle .game_menu .item {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    float: left;
    width: 50%;
}

body footer .bottom .right {
    float: right;
    padding-top: 30px;
}

body footer .bottom .right .support_menu {
    width: 110px;
}

body footer .bottom .right .support_menu .item {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

body #home_content.shop {}

body #home_content.shop .shop_info {
    margin-top: 220px;
    background-color: var(--background-module);
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px;
}

body #home_content.shop .shop_info .left {
    float: left;
    width: 240px;
    border-right: 1px solid #cccee31f;
    text-align: center;
}

body #home_content.shop .shop_info .left .avatar {
    margin-bottom: 15px;
}

body #home_content.shop .shop_info .left .avatar img {
    height: 110px;
    border-radius: 150px;
    width: 110px;
    border: 2px solid var(--main-text-color);
}

body #home_content.shop .shop_info .left .menu {}

body #home_content.shop .shop_info .left .menu span {
    font-weight: 700;
    font-size: 16px;
}

body #home_content.shop .shop_info .left .join {
    font-size: 12px;
    color: #BBBBBB;
    font-style: italic;
    margin-bottom: 10px;
}

body #home_content.shop .shop_info .right .name {
    font-size: 18px;
    font-weight: 700;
    color: var(--highlight-text-color);
    margin-bottom: 10px;
}

body #home_content.shop .shop_info .right {
    width: calc(100% - 281px);
    float: left;
    min-height: 171px;
    position: relative;
    padding: 0 20px;
}

body #home_content.shop .shop_info .right .rate {
    position: absolute;
    right: 0;
    top: 0;
}

body #home_content.shop .shop_info .right .rate svg {
    color: #FFC046;
    font-size: 18px;
}

body #home_content.shop .shop_info .right .rate span {
    font-weight: 700;
}

body #home_content.shop .shop_info .right .social {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    color: var(--highlight-text-color);
    line-height: 44px;
}

body #home_content.shop .shop_info .right .social h5 {
    float: left;
}

body #home_content.shop .shop_info .right .social a:first-child .item {
    margin-left: 0;
}

body #home_content.shop .shop_info .right .social .item {
    float: right;
    width: 40px;
    height: 40px;
    background-color: var(--purple-color-2-highlight);
    color: var(--highlight-text-color);
    position: relative;
    font-size: 18px;
    border-radius: 150px;
    margin-left: 10px;
}

body #home_content.shop .shop_info .right .detail {}

.mobile_display {
    display: none;
}

.pc_display {
    display: table-cell;
}

body #main_content.module .intro {}

body #main_content.module .intro .top_title {
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    color: var(--highlight-text-color);
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 100px;
}

body #main_content.module .intro .top_title .title_1 {
    color: var(--purple-color);
}

body #main_content.module .intro .top_title .title_2 {}

body #main_content.module .intro .top_title .note {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: var(--main-text-color);
}

body #main_content.module .intro .step {
    width: calc(100% + 50px);
    margin-left: -50px;
}

body #main_content.module .intro .step .item {
    text-align: center;
    float: left;
    width: calc(33.3% - 100px);
    padding: 0 50px;
    height: 300px;
    margin-top: 70px;
}

body #main_content.module .intro .step .item .image {
    margin-bottom: 15px;
    height: 144px;
}

body #main_content.module .intro .step .item .title {
    color: var(--highlight-text-color);
    font-family: 'MontserratAlternates';
    text-transform: uppercase;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 13px;
    font-weight: 700;
}

body #main_content.module .intro .step .item .title .span {
    background-color: var(--purple-color);
    width: 22px;
    height: 24px;
    display: inline-block;
    border-radius: 150px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    vertical-align: middle;
    line-height: 24px;
    margin-top: -5px;
    padding-right: 2px;
}

body #main_content.module .intro .step .item .text {
    line-height: 21px;
    font-size: 13px;
}

body #main_content.module .intro .step .item .text span{
    font-weight: 700;
}

body #main_content.module .intro .topup_done{
    padding: 70px 0;
    text-align: center;
}
body #main_content.module .intro .topup_done img{
    margin-bottom: 20px;
}
body #main_content.module .intro .topup_done p{}
body #main_content.module .intro .intro_way {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #2A345E;
    padding: 150px 0;
}

body #main_content.module .intro .intro_way img {
    width: 80%;
}

body #main_content.module .intro .intro_payment {
    text-align: center;
}

body #main_content.module .intro h6 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: var(--highlight-text-color);
    margin-bottom: 15px;
}

body #main_content.module .intro .intro_payment .text {}

body #main_content.module .intro .intro_payment .payment_list {
    width: 640px;
    margin: 70px auto;
    margin-bottom: 150px;
}

body #main_content.module .intro .intro_payment .payment_list .item {
    float: left;
    width: 160px;
    color: var(--highlight-text-color);
}

body #main_content.module .intro .intro_payment .payment_list .item img {
    height: 55px;
    margin-bottom: 15px;
}

body #main_content.module .intro .intro_payment .payment_list .item p {}

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

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

    body header.main_header .left .search input {
        width: 200px;
    }

    body.category .top_background,
    body.shop .top_background {
        height: 250px;
        overflow: hidden;
        min-height: auto;
    }

    body #home_content.category .intro {}

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

    body #home_content.account .account_detail {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    body #home_content.account .account_shop {
        float: none;
        width: 100%;
    }

    body #home_content.account .account_detail .tags .item {
        width: 25%;
    }
}

@media (max-width: 1199px) {
    body #home_content.homepage .category .cg_item {
        width: calc(25% - 30px);
    }

    body .account_list .item {
        width: calc(33.3% - 20px);
    }

    body .account_list.shop_list .item {
        width: calc(33.3% - 22px);
    }

    body #home_content.homepage .category .cg_item .logo {
        height: 30px;
    }

    .mobile_display {
        display: block;
    }

    .pc_display {
        display: none;
    }
}

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

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

    body #home_content.homepage .category .cg_item {
        width: calc(25% - 30px);
    }

    body .account_list .item {
        width: calc(50% - 20px);
    }

    body .account_list.shop_list .item {
        width: calc(50% - 22px);
    }

    body footer .top .menu .item {
        width: calc(50% - 30px);
        margin-bottom: 40px;
    }

    body footer {
        background-size: auto 100%;
        background-position: center;
    }

    body footer .top {
        padding: 80px 0;
    }

    body footer .bottom .middle .game_menu {
        width: 100%;
    }

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

    body .top_background .image {
        transform: translate(-50%, 0);
        left: 20%;
        max-height: 400px;
        width: auto;
    }

    body.category .top_background .image {
        left: 50% !important;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 300px;
    }

    body.category .top_background .effect {
        left: 0 !important;
        width: 100%;
        transform: none;
        top: auto;
    }

    body .top_background {
        min-height: 400px;
        overflow: hidden;
    }

    body #home_content.shop .shop_info {}

    body #home_content.shop .shop_info .left {
        width: 100%;
        border-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccee31f;
    }

    body #home_content.shop .shop_info .right {
        width: calc(100% - 40px);
        margin-top: 30px;
    }

    body #main_content.module .intro .top_title {
        font-size: 25px;
        margin-bottom: 50px;
    }

    body #main_content.module .intro .step .item {
        width: 100%;
        padding: 0;
        float: none;
        height: 200px;
        margin-top: 100px;
    }

    body #main_content.module .intro .intro_way {
        padding: 100px 0;
    }

    body #main_content.module .intro .intro_way img {
        width: 100%;
    }

    body #main_content.module .intro .intro_payment .payment_list {
        width: 100%;
        margin-bottom: 100px;
    }

    body #main_content.module .intro .intro_payment .payment_list .item {
        width: 50%;
        margin-bottom: 60px;
    }
    body .input_screen ul.form li{
    width: calc(100% - 10px) !important;
    float: none;
}
}

@media (max-width: 599px) {
    body #home_content.homepage .category .cg_item {
        width: calc(33.3% - 20px);
        margin: 0 10px;
    }

    body #home_content.homepage .category {
        margin-left: -10px;
        width: calc(100% + 20px);
    }

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

    body footer .bottom {
        padding: 30px 0;
    }

    body footer .bottom .left {
        float: none;
        margin: 0;
        text-align: center;
    }

    body footer .bottom .left .social_menu {
        width: 190px;
        margin: 0 auto;
        padding-left: 20px;
    }

    body footer .top .menu .item {
        width: calc(100% - 30px);
        float: none;
        margin-bottom: 70px;
        padding-top: 10px;
    }

    body footer .bottom .middle {
        float: none;
    }

    body footer .bottom .right {
        float: none;
    }

    body footer .bottom .right .support_menu {
        width: 100%;
    }

    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) {
    body .account_list .item {
        width: calc(100% - 20px);
    }

    body footer .bottom .middle .game_menu .item {
        width: 100%;
    }

    body .account_list.shop_list .item {
        width: calc(100% - 22px);
    }
}

@media (max-height: 649px) {}
/*
     FILE ARCHIVED ON 04:30:43 Jun 13, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:30:07 Aug 06, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.9
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.012
  esindex: 0.017
  cdx.remote: 56.58
  LoadShardBlock: 1994.816 (3)
  PetaboxLoader3.datanode: 288.05 (4)
  PetaboxLoader3.resolve: 1157.383 (2)
  load_resource: 1057.016
*/