*:focus {
    outline: none;
    background-color: transparent
}

input:focus {
    outline: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


* {
    padding: 0;
    margin: 0;
}

body {
    height: 100vh;
}

.content {
    max-width: 1280px;
    margin: auto;
}

.header {
    position: relative;
    z-index: 1;
}

.menu {
    display: flex;
    justify-content: space-between;
    height: 86px;
}

.logo {
    display: flex;
    align-items: center
}

.logo .txt-title {
    display: flex;
    align-items: end;
    padding: 0 7px 0;
}

.logo .txt-title .primary-title {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.logo .txt-title .sec-title {
    color: #F84B73;
    font-size: 20px;
}

.menu-center {
    align-items: center;
    display: flex;
}

.menu-center ul {
    display: flex;
    list-style-type: none;
}

.menu-center li {
    margin: 0 10px
}

.lang-menu {
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: #fff;
}

.menu-center ul li a {
    color: #FDF8FF;
    font-size: 16px;
}

.hr-menu {
    background: rgb(250,85,124);
    background: -moz-linear-gradient(90deg, rgba(250,85,124,0) 0%, rgba(250,85,124,1) 50%, rgba(250,85,124,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(250,85,124,0) 0%, rgba(250,85,124,1) 50%, rgba(250,85,124,0) 100%);
    background: linear-gradient(90deg, rgba(250,85,124,0) 0%, rgba(250,85,124,1) 50%, rgba(250,85,124,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa557c",endColorstr="#fa557c",GradientType=1);
    height: 1px;
    width: 100%
}

.btn-lang {
    display: flex;
    align-items: center;
    background: 0;
    border: 0;
    cursor: pointer;
}

.btn-lang img {
    width: 37px;
}

.btn-lang span {
    color: #fff;
    font-size: 15px;
    padding: 0 3px 0;
}

.bg-stars {
    background-image: url("/img/bg.svg");
    background-repe1at: repeat-y;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: -2;
}

.cont-mars {
    position: fixed;
    bottom: 0;
    z-index: -2;
    left: 0;
    width: 100vw;
}

.cont-mars .icon-mars {
    width: 93%;
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
}

.cont-mars .icon-mars svg {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.info-center {
    margin: 26px auto;
    width: 100%;
}

.info-center .bun-miner {
    background: #2C1239;
    max-width: 195px;
    margin: 11px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    border-radius: 14px;
    position: relative;
    z-index: -1;
}

.info-center .bun-miner span {
    display: flex;
    color: #FD5F84;
    margin-top: 12px;
    font-weight: 500;
}

.info-center .bun-miner span p {
    padding: 0 5px 0;
    color: #fff;
}

.simple-intro {
    padding: 14px 0 2px;
}

.simple-intro h4 {
    text-align: center;
    font-size: 41px;
    color: #fff;
}

.simple-intro h4 b {
    color: #F84B73;
}

.simple-intro p {
    max-width: 791px;
    margin: 4px auto;
    text-align: center;
    color: #828395b3;
    font-size: 17px;
}

.cooler-con {
    display: flex;
    justify-content: center;
    position: relative;
    top: -85px;
    z-index: -1;
}

.cooler-con svg {
    position: absolute;
}

.rotating {
    transform-origin: 50% 50%;
    animation: rotate 1.5s linear infinite;
    -webkit-animation: rotate 1.5s linear infinite;
}

.rotating {
    transform-origin: 50% 50%;
    animation: rotate 1.5s linear infinite;
    -webkit-animation: rotate 1.5s linear infinite;
    /* Prefixo do WebKit */
    -moz-animation: rotate 1.5s linear infinite;
    /* Prefixo do Mozilla (Firefox) */
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

.sim-miner {
    padding-top: 341px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.sim-miner span {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.sim-miner p {
    color: #fff;
    font-size: 32px;
    padding: 0 0 4px;
    font-weight: 400;
}

.input-enter-f {
    height: 53px;
    width: 400px;
    display: flex;
    align-items: center;
    background: rgba(44, 18, 57, 0.62);
    border: 1px solid #F84B73;
    box-shadow: 0px 0px 15px #FD5F84;
    border-radius: 12px;
    padding: 3px 5px 3px;
}

.input-enter-c {
    display: flex;
    justify-content: center;
    padding: 14px 0 0;
    position: relative;
    z-index: 3;
}

.input-ent {
    width: 100%;
    height: 100%;
    background: 0;
    border: 0;
    font-size: 17px;
    padding: 0 10px 0;
    color: #fff;
}

.btn-enter {
    width: 151px;
    height: 100%;
    background: linear-gradient(180deg, #FF5583 0%, #E7456B 100%);
    border-radius: 9px;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-enter:disabled {
    background: transparent
}

.input-ent::placeholder {
    color: #c9a3ad8f;
}

.bg-coins {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.bg-coins svg {
    height: 100%;
    width: 100%;
    position: absolute;
}

.noty-conatiner .noty-message {
    width: 320px;
}

.noty-conatiner {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    height: 0;
    z-index: 3000;
}

.noty-conatiner .noty-message {
    background: rgba(44, 18, 57, 0.62);
    width: 400px;
    margin: 9px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FD5F84;
    box-shadow: 0px 1px 13.9px #FD5F84;
}

.noty-conatiner .noty-message h3 {
    color: #fff;
}

.noty-conatiner .noty-message p {
    color: #fff;
    padding-top: 11px;
}

.menu-left {
    width: 81px;
    margin: 12px;
    position: fixed;
}

.menu-left .log-menu-l {
    display: flex;
    justify-content: center;
}

.menu-left .log-menu-l svg {
}

.menu-left .list-menu-lft {
    background: #111426;
    height: 100vh;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    border-radius: 14px;
    position: relative;
    z-index: 3;
}

.menu-left .list-menu-lft ul {
    list-style-type: none;
    padding-top: 25px;
}

.menu-left .list-menu-lft ul li {
    padding: 0 11px 0;
    height: 77px;
    width: 49px;
    display: grid;
    align-items: center;
    cursor: pointer;
    text-align: center;
    margin: 0 0 17px;
}

.menu-left .list-menu-lft ul li span {
    color: #2E3D53;
    font-size: 15px;
    font-weight: 500;
}

.icon-menu-l {
    display: flex;
    justify-content: center;
    height: 25px;
}

.icon-menu-l svg {
}

.m_active {
    background-image: url("../svg/bg_menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.menu-left .list-menu-lft ul .m_active span {
    color: #fff;
    font-weight: 400;
}

.m_active_hover {
    background-image: url("../svg/bg_menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.menu-left .list-menu-lft ul .m_active_hover span {
    color: #fff;
    font-weight: 400;
}

.menu-top-p {
    display: flex;
    justify-content: space-between;
    padding: 0 26px 0;
    height: 67px;
}

.menu-top-p ul {
    display: flex;
    align-items: center;
    padding-left: 85px;
    list-style-type: none;
}

.menu-top-p ul li {
    padding: 0 10px 0;
}

.menu-top-p ul li a {
    color: #46476D;
    font-weight: 300;
}

.main {
}

.p_mining {
    padding-top: 38px;
}

.my_addrs {
    display: flex;
    justify-content: center;
}

.my_addrs p {
    color: #444676;
    font-weight: 500;
}

.my_addrs span {
    color: #F84B73;
    font-weight: 500;
}

.my-power {
    padding-top: 15px;
}

.my-power h4 {
    text-align: center;
    color: #95A5B9;
    font-weight: 300;
}

.my-power-r {
    background-image: url("/img/border_power.svg");
    border-radius: 9px;
    width: 141px;
    margin: 8px auto;
    height: 51px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-repeat: no-repeat;
}

.my-power-r .icon-mp {
    padding-left: 15px;
}

.my-power-r .icon-mp svg {
    width: 21px;
}

.my-power-r h5 {
    color: #f84b73;
    font-size: 16px;
    padding-right: 19px;
}

.cooler-miner-real {
    display: flex;
    justify-content: center;
    position: relative;
    top: -71px;
    z-index: -1;
}

.cooler-miner-real svg {
}

.btns-count-miner {
    position: relative;
    top: -166px;
}

.btns-count-miner .my_balance {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btns-count-miner .my_balance .my_balance_real {
    display: flex;
    font-size: 50px;
    color: #fff;
    align-items: end;
}

.btns-count-miner .my_balance .my_balance_real span {
}

.btns-count-miner .my_balance .my_balance_real p {
    font-size: 25px;
    position: relative;
    top: -9px;
}

.syb_balance {
    color: #F84B73;
    position: relative;
    top: 17px;
    left: 4px;
    font-weight: 700;
}

.btns-wd-dp {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.btn-primary {
    border-radius: 9px;
    width: 178px;
    border: 0;
    height: 44px;
    margin: 2px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.color-primary {
    background: linear-gradient(180deg, #285184 0%, #14345B 100%);
}

.color-secondary {
    background: linear-gradient(180deg, #FF5583 0%, #E7456B 100%);
}

.modal {
    display: none;
    position: fixed;
    z-index: 21;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 46%);
}

.modal-dep {
    margin: auto;
    width: 339px;
    border-radius: 17px;
    background: #181B2E;
    padding: 5px 15px 21px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    -moz-box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
}

.header-top-dp {
    display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
}

.header-top-dp h4 {
    color: #A9AECF;
    font-size: 16px;
    font-weight: 400;
}

.header-top-dp .con-close-modal {
    display: flex;
    align-items: center;
}

.btn-close-modal {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-close-modal svg {
    width: 28px;
    height: 28px;
}

.my-addr-modal {
    background-image: url("../svg/bg_qrcode.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 360px;
    width: 310px;
    display: none;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.my-addr-modal .addr-qr-code {
    width: 239px;
    height: 239px;
    display: flex;
}

.my-addr-modal .addr-qr-code img {
    margin: 22px auto;
    width: 239px;
}

.my-addr-modal .addr-qr-code svg {
    /* display: flex; */
    margin: auto;
    position: relative;
    width: 46px;
    height: 43px;
}

.my-addr-modal .ct-copy-addr {
    display: flex;
    justify-content: center;
    position: relative;
    top: -58px;
}

.btn-copy-addr {
    background: #393D59;
    border: 0;
    width: 83px;
    height: 83px;
    border-radius: 194px;
    cursor: pointer;
    box-shadow: 0px 5px 20.2px 9px rgba(0, 0, 0, 0.25);
}

.btn-copy-addr:hover {
    background-color: #343854;
}

.btn-copy-addr svg {
}

.txt-info-dp {
    margin-top: 16px;
}

.txt-info-dp .txt-send-dp {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-info-dp .txt-send-dp p {
    color: #fff;
    display: flex;
    align-items: center;
}

.txt-info-dp .txt-send-dp b {
    color: #FF5583;
    padding: 0 7px 0;
}

.txt-info-dp .txt-send-dp svg {
    width: 40px;
    height: 24px;
    position: relative;
    left: -6px;
}

.txt-info-dp .txt-dp-min {
    text-align: center;
    margin: 5px;
}

.txt-info-dp .txt-dp-min p {
    color: #575B78;
}

.txt-info-dp .txt-dp-min b {
    color: #FF5583;
    margin: 6px;
}

.modal-buy {
    margin: auto;
    width: 339px;
}

.buy-top-modal {
    background-image: url("../svg/bg_top_buy.svg");
    height: 246px;
    background-position: 0 -4px;
    background-size: cover;
    border-radius: 16px;
    padding: 11px 19px 0;
    margin: 0 0 5px;
}

.buy-end-modal {
    background-image: url("../svg/bg_end_buy.svg");
    height: 244px;
    background-position: top;
    border-radius: 16px;
    background-size: cover;
    padding: 31px 19px 0;
    margin: 5px 0 0;
}

.form-input-buy {
    margin: 9px 0 0;
}

.form-input-buy .for-input-buy {
    display: flex;
    justify-content: space-between;
    background: #121420;
    height: 52px;
    align-items: center;
    border-radius: 34px;
    padding: 0 12px 0;
    margin: 8px 0 0;
}

.form-input-buy .for-input-buy .power-l-icon {
    width: 51px;
}

.form-input-buy .for-input-buy .power-l-icon svg {
    width: 33px;
}

.input-buy {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 21px;
    color: #fff;
}

.form-input-buy .for-input-buy .r-inf-b {
    background: #F84B73;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 100px;
}

.form-input-buy .for-input-buy .r-inf-b p {
    color: #fff;
    font-weight: 500;
}

.max-buy-c {
    width: 100px;
    text-align: center;
}

.max-buy-c span {
    color: #FD5F84;
    cursor: pointer;
}

.center-btn-modal {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.btn-buy {
    position: absolute;
    align-items: center;
    display: flex;
    width: 104px;
    height: 104px;
    background: linear-gradient(180deg, #FF6C94 0%, #F84B73 100%);
    box-shadow: 0px 4px 39.2px 3px #FF5583;
    border: 0;
    border-radius: 198px;
    justify-content: space-around;
    cursor: pointer;
}

.btn-buy svg {
    width: 31px;
    height: 31px;
}

.btn-buy span {
    color: #fff;
    font-size: 22px;
    padding-right: 9px;
    font-weight: 500;
}

.buy-end-modal h4 {
    color: #fff;
    font-size: 19px;
}

.buy-end-modal .list-result {
    padding-top: 13px;
}

.buy-end-modal .list-result .it-resul-buy {
    display: flex;
    justify-content: space-between;
    height: 48px;
    align-items: center;
}

.buy-end-modal .list-result .it-resul-buy p {
    color: #ffffff5c;
    font-size: 18px;
}

.buy-end-modal .list-result .it-resul-buy .d-info-re-b {
    display: flex;
    align-items: center;
}

.buy-end-modal .list-result .it-resul-buy .d-info-re-b svg {
    width: 24px;
}

.buy-end-modal .list-result .it-resul-buy .d-info-re-b span {
    padding: 0 5px 0;
    color: #fff;
    font-size: 17px;
}

.buy-end-modal .list-result .it-resul-buy .p-syb-rs {
    font-size: 15px;
    color: #E9476C;
    font-size: 11px;
}

.btn-buy:hover {
    border: #fff 1px solid;
}

.header-close-modal-t {
    display: flex;
    justify-content: end;
    height: 47px;
}

.modal-aff {
    margin: auto;
    border-radius: 17px;
    background-image: url("/img/bg_aff.png");
    padding: 5px 14px 13px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    -moz-box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.info-con-aff {
}

.info-con-aff h4 {
    color: #fff;
    font-size: 31px;
}

.info-con-aff p {
    color: #ffffffe3;
    font-size: 16px;
    padding: 6px 0px 0;
}

.info-con-aff p b {
    color: #181B2E;
}

.for-url-aff {
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 25%);
    width: 92%;
    height: 58px;
    padding: 6px 9px 5px;
    border-radius: 31px;
    margin-top: 40px;
}

.btn-aff-copy {
    background: #334C8B;
    border-radius: 35px;
    border: 0;
    width: 57px;
    cursor: pointer;
    height: 57px;
}

.btn-aff-copy svg {
    width: 28px;
    height: 28px;
}

.for-url-aff p {
    color: #fff;
    font-size: 22px;
    padding: 0px 14px 0;
}

.list-row-aff {
    display: flex;
}

.row-aff-in {
    box-sizing: border-box;
    width: 100%;
    height: 129.32px;
    background: rgba(255, 255, 255, 0.37);
    border-radius: 14px;
    margin: 9px 8px 6px;
}

.color-1 {
    border-left: 3px solid #334C8B;
}

.color-2 {
    border-left: 3px solid #FF5583;
}

.color-p {
    color: #FF5583;
}

.color-b {
    color: #334C8B;
}

.row-aff-in h5 {
    margin: auto;
    text-align: center;
    font-size: 36px;
    padding: 21px 0 0;
}

.row-aff-in .top-in-aff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 7px 3px;
}

.row-aff-in .top-in-aff .icon-aff-t {
    width: 48px;
}

.row-aff-in .top-in-aff .icon-aff-t svg {
    width: 36px;
    height: 32px;
}

.row-aff-in .top-in-aff h4 {
    width: 62%;
}

.modal-wd {
    margin: auto;
    width: 339px;
}

.modal-wd {
    margin: auto;
    width: 381px;
    border-radius: 17px;
    background: #181B2E;
    padding: 5px 15px 21px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    -moz-box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
    box-shadow: 0px 0px 17px 0px rgba (0,0,0,0.41);
}

.inf-t-send {
    margin: 11px;
}

.inf-t-send h5 {
    color: #fff;
    text-align: center;
}

.inf-t-send .list-for-c {
    display: flex;
    justify-content: center;
    margin: 6px;
}

.list-for-c p {
    color: #858DBE;
    font-size: 15px;
}

.list-for-c span {
    color: #FF5583;
}

.fr-wd-input {
    display: flex;
    justify-content: space-between;
    background: #121420;
    border-radius: 39px;
    padding: 6px 7px 6px;
}

.fr-wd-input .icon-left-wd {
}

.fr-wd-input .icon-left-wd svg {
}

.input-wd {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.input-wd::placeholder {
    color: #fff;
}

.btn-max-wd {
    background: transparent;
    border: 0;
    padding: 0 12px 0px;
    font-size: 18px;
    color: #FD5F84;
    cursor: pointer;
}

.btn-wd-f {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.btn-wd {
    width: 100%;
    height: 69px;
    background: linear-gradient(180deg, #FF6C94 0%, #F84B73 100%);
    box-shadow: 0px 4px 39.2px 3px #FF5583;
    border-radius: 81px;
    border: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-wd:disabled {
    background: transparent;
    box-shadow: none
}

.faq {
    max-width: 600px;
    margin: 28px auto;
    border-radius: 8px;
    padding: 18px 0 0;
}

.faq h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.faq ul {
    list-style-type: none;
    padding: 0;
}

.faq li {
    margin-bottom: 20px;
}

.faq h3 {
    color: rgb(206 209 225 / 66%);
    font-size: 15px;
    margin-bottom: 10px;
}

.faq p {
    color: #5D617C;
    font-size: 15px;
    line-height: 1.6;
}

.t-title-hy {
    text-align: center;
    color: #ffffffc4;
    margin: 18px;
    font-size: 18px;
    font-weight: 300;
}

.list-menu-btn {
    display: flex;
    justify-content: center;
}

.list-menu-btn ul {
    display: flex;
    list-style-type: none;
}

.list-menu-btn ul li {
    background: #252D4D;
    width: 134px;
    margin: 0 4px 0;
    height: 47px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.list-menu-btn ul li:hover {
    background: #333d68;
    border-block-end: 1px solid #FF5583; }

.list-menu-btn ul li span {
    color: #cacddd;
}

.list-hy-buy {
    display: flex;
    justify-content: center;
}

.list-hy-buy ul {
    width: 90%;
}

.list-hy-buy ul li {
    display: flex;
    justify-content: space-between;
    background: #111426;
    height: 52px;
    margin: 5px;
    align-items: center;
    padding: 0 10px 0;
    border-radius: 29px;
    max-width: 323px;
    margin: 8px auto;
}

.list-hy-buy ul li .icon-hy-b {
    width: 40px;
}

.list-hy-buy ul li .icon-hy-b svg {
}

.list-hy-buy ul li .value-hy-buy {
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.list-hy-buy ul li .date-hy-buy {
    width: 450px;
}

.list-hy-buy ul li .date-hy-buy p {
    color: #30365b;
}

.list-hy-wd {
}

.list-hy-wd ul {
}

.list-hy-wd ul li {
    display: flex;
    justify-content: space-between;
    background: #111426;
    height: 52px;
    margin: 5px;
    align-items: center;
    padding: 0 10px 0;
    border-radius: 29px;
    max-width: 76%;
    margin: 8px auto;
}

.list-hy-wd ul li .icon-wd-hy {
    width: 77px;
}

.list-hy-wd ul li .icon-wd-hy svg {
}

.list-hy-wd ul li .value-wd-hy {
    width: 76px;
    padding: 0 8px 0;
}

.list-hy-wd ul li .value-wd-hy p {
    font-size: 19px;
    color: #fff;
}

.list-hy-wd ul li .addr-wd-hy {
    display: flex;
    width: 100%;
    justify-content: center;
}

.list-hy-wd ul li .addr-wd-hy p {
    color: #494b77;
    font-size: 16px;
}

.list-hy-wd ul li .addr-wd-hy b {
    color: #f0496f;
    font-size: 16px;
}

.list-hy-wd ul li .status-wd-hy {
    display: flex;
    justify-content: center;
    width: 64px;
}

.list-hy-wd ul li .status-wd-hy p {
    color: #ffffffcf;
}

.list-hy-wd ul li .status-wd-hy a {
    color: #fd5f84;
}

.list-hy-wd ul li .date-hy-wd {
    width: 67%;
    display: flex;
    justify-content: end;
}

.list-hy-wd ul li .date-hy-wd p {
    color: #313255;
    font-size: 15px;
}

.about_f {
    background: rgb(44 18 57 / 71%);
    margin: 30px;
    padding: 23px 44px 23px;
    border-radius: 12px;
    border: 1px solid #f84b737a;
}

.about_f h4 {
    font-size: 21px;
    color: #fff;
}

.about_f .description {
    width: 89%;
}

.about_f p {
    padding: 39px 0 0;
    font-size: 17px;
    color: #ffffff69;
}

.statistics {
    width: 90%;
    background: rgb(44 18 57 / 71%);
    padding: 11px 19px 11px;
    border-radius: 12px;
    border: 1px solid #f84b737a;
    margin: auto;
}

.statistics h4 {
    width: 363px;
    color: #ffffffa1;
}

.info-online-day-o {
    display: flex;
    align-items: center;
    width: 273px;
    height: 71.27px;
    justify-content: space-between;
    background-image1: url(https://makatro.com/svg/bg_btn_online.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 18px
}

.info-online-day-o svg {
    padding-left: 20px
}

.info-online-day-o span {
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.info-online-day-o p {
    color: #009393;
    font-size: 19px;
    font-weight: 600;
    padding-right: 51px
}

.lsit-info-stas {
    padding-top: 32px;
    display: flex
}

.box-it-sts {
    width: 276px
}

.box-it-sts h4 {
    font-size: 31px;
    font-weight: 500
}

.box-it-sts p {
    color: #9f9baf;
    font-size: 18px
}

.box-it-sts .if-ic-sts {
    padding-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 28px
}

.box-it-sts .if-ic-sts span {
    font-size: 41px;
    font-weight: 500;
}

.csts_user {
    color: #fff;
}

.csts_piad {
    background: linear-gradient(181.52deg,#009393 16.03%,rgba(0,147,147,0) 78.04%)
}

.csts_trx {
    color: #fff;
}

.box-it-sts .if-ic-sts svg {
}

.border-end {
    border-right: solid;
    color: #e7456b45;
    margin-right: 51px
}

.list-user-paid-hy {
}

.list-user-paid-hy h4 {
    font-size: 18px;
    padding-top: 52px
}

.it-hy-paid {
    display: flex;
    align-items: center;
    padding: 6px;
    justify-content: space-between;
    height: 71px;
}

.it-hy-paid .icon-hy-pd {
    margin-right: 10px;
    width: 86px;
    display: flex
}

.it-hy-paid .icon-hy-pd svg {
    width: 50px;
    height: 50px
}

.it-hy-paid .if-l-hy-p h5 {
    margin: 0;
    font-size: 18px;
    color: #797781;
    font-weight: 400
}

.it-hy-paid .if-l-hy-p {
    width: 100%
}

.it-hy-paid .if-l-hy-p span {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}

.it-hy-paid .if-h-d h5 {
    margin: 0;
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 500
}

.it-hy-paid .if-h-d {
    width: 100%;
    text-align: end
}

.it-hy-paid .if-h-d a {
    text-decoration: none;
    color: #e6e0fc;
    font-size: 16px
}

.it-hy-paid .if-h-d a:hover {
    color: #e7456b;
}

.faq-main {
    background: rgb(44 18 57 / 71%);
    margin: 30px;
    padding: 23px 44px 23px;
    border-radius: 12px;
    border: 1px solid #f84b737a;
}

.faq-main h4 {
    color: #fff;
    font-size: 19px;
}

.faq-main .faq-d {
    padding: 20px 0px 2px;
}

.faq-main .faq-l {
}

.faq-main .faq-l .item-faq {
    margin: 42px 0 0;
}

.faq-main .faq-l .item-faq h5 {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.faq-main .faq-l .item-faq .box-view-faq-m {
    font-size: 18px;
    color: #ffffff78;
    padding-top: 15px;
}

.hidden {
    display: block;
}

#qr-code {
    position: absolute;
}

.list-modal-lang {
    position: absolute;
    display: none;
}

.list-modal-lang .list-lang-bo {
    background: #181b2e;
    position: relative;
    top: 177px;
    width: 143px;
    left: -53px;
    border-radius: 13px;
}

.list-modal-lang .list-lang-bo ul {
    list-style-type: none;
    display: block;
    padding: 0;
}

.list-modal-lang .list-lang-bo ul li {
    padding: 0 10px 0;
}

.list-modal-lang .list-lang-bo ul li img {
    width: 35px;
}

.list-modal-lang .list-lang-bo ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 56px;
    width: 100%;
}

.active_l {
    display: block;
}
