/* vietnamese */
@font-face {
    font-family: DancingScript;
    font-weight:bold;
    src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLviuEViw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: DancingScript;
    font-weight:bold;
    src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLuiuEViw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: DancingScript;
    font-weight:bold;
    src: url(https://fonts.gstatic.com/s/dancingscript/v25/If2RXTr6YS-zF4S-kcSWSVi_szLgiuE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: auto;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-footer>*:not(.col){
    margin: 0;
}
.col-menu {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto; /* Chrome */
    -ms-flex: 1 1 auto; /* IE 10 */
    -webkit-box-flex: 1 1 auto; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 auto; /* OLD - Firefox 19- */

    width: auto;
    max-width: 100%;
}
.bg-none {
    background-color: transparent
}

h5 .badge {
    font-size: 50%
}

.text-white a {
    color: #ffffff !important
}

.text-mute {
    opacity: 0.7;
}

.wrapper {
    height: auto;
    width: 100%;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    margin-left: 0;
    z-index: 1;
    min-height: 100vh;
    padding-bottom: 80px;
}

p.small {
    line-height: 1.45em;
}

.background {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.4;
    z-index: 0;
}

.background + div {
    position: relative;
    z-index: 1
}

.icons-raised {
    position: relative;
    border-radius: 30px;
    height: 44px;
    width: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    text-align: center;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, 0.1)
}

.closesidemenu {
    position: fixed;
    top: -100px;
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    display: inline-block;
    z-index: 9
}

/* form elements */
.form-control {
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

select.form-control option,
select.form-control optgroup {
    color: #000000
}

.form-control:focus {
    box-shadow: none;
    -ms-box-shadow: none;
}

.form-control::placeholder {
    color: #bbbbbb;
}

.float-label {
    padding-top: 20px;
    position: relative;
}

.form-group .form-control-label {
    font-size: 13px;
    line-height: 18px;
    color: #BBBBBB;
}

.float-label .form-control-label {
    position: absolute;
    left: 15px;
    top: 28px;
    margin: 0;
    line-height: 20px;
    color: #BBBBBB;
    font-size: 15px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    z-index: 1;
}

.float-label .form-control,
.float-label .chosen-container .chosen-choices,
.float-label .chosen-container .chosen-single {
    background-color: #ffffff;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    background-image: none;
}

.float-label .form-control:focus {
    border-width: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
}

.form-control-lg {
    font-size: 18px;
}

.float-label .form-control-lg + .form-control-label {
    top: 32px;
}

.float-label .form-control-lg:focus + .form-control-label,
.float-label.active .form-control-lg + .form-control-label,
.float-label .form-control:focus + .form-control-label,
.float-label.active label {
    top: 0;
    font-size: 13px;
    line-height: 20px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    border-width: 0;
}

[class*="outline"] {
    border-width: 1px;
}

.btn-lg {
    padding: .815rem 1.5rem;
}

.btn-sm {
    font-size: 14px;
}

.btn i,
.btn span,
a i {
    vertical-align: middle
}

.btn img {
    max-width: 20px;
    vertical-align: middle;
}

.btn:focus {
    box-shadow: none;
    -ms-box-shadow: none;
}

.btn i:first-child {
    margin-right: 5px;
    margin-left: -4px;
}

.btn i:last-child {
    margin-left: 5px;
    margin-right: -4px;
}

.btn i:last-child:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

.btn-rounded-54 {
    height: 54px;
    width: 54px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}

.btn-rounded-36 {
    height: 36px;
    width: 36px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}


.btn-rounded-40 {
    height: 40px;
    width: 40px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 28px;
}

.btn-rounded-26 {
    height: 26px;
    width: 26px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 13px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-rounded-10 {
    border-radius: 10px;
}

.btn-rounded-15 {
    border-radius: 15px;
}

.btn-default,
body .btn.btn-secondary {
    color: #ffffff
}

.btn.btn-link-default {
    color: #bbbbbb;
}

.btn h6,
.btn h5,
.btn h4,
.btn h3,
.btn h2,
.btn h1 {
    vertical-align: middle
}

.vm {
    vertical-align: middle
}

.shadow {
    box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
}

.w-45 {
    width: 45px !important;
    text-align: center
}

.w-35 {
    width: 35px !important;
    text-align: center
}

.input-group.input-group-sm > .form-control {
    height: calc(1.6em + .5rem + 2px);
    border-color: #E3EAF1;
}

.border-top-dashed {
    border-top: 2px dashed #e3ead7 !important;
}

.border-left-dotted {
    border-left: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.progress {
    background-color: rgba(0, 0, 0, 0.05)
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}


.h-2 {
    height: 2px;
}

.h-4 {
    height: 4px;
}

.h-6 {
    height: 6px;
}

.h-8 {
    height: 8px;
}

.h-10 {
    height: 10px;
}

.h-100px {
    height: 100px;
}

.h-150 {
    height: 150px;
}

.h-200 {
    height: 200px;
}

.h-190 {
    height: 190px;
}

.h-250 {
    height: 250px;
}

/* top  */
.top-30 {
    margin-top: -30px;
}

.top-50 {
    margin-top: -50px;
}

.top-100 {
    margin-top: -100px;
}

.top-150 {
    margin-top: -150px;
}

.top-200 {
    margin-top: -200px;
}

/* bottom  */
.bottom-15 {
    position: relative;
    bottom: -15px;
}

.bottom-20 {
    position: relative;
    bottom: -20px;
}

.bottom-40 {
    position: relative;
    bottom: -40px;
}

.bottom-50 {
    position: relative;
    bottom: -50px;
}

.z-1 {
    z-index: 1
}

.z-0 {
    z-index: 0
}

.card .card-header .nav-tabs {
    margin-bottom: -1px;
    text-align: center
}

.card-img:first-child {
    border-radius: 10px 10px 0 0;
}

.card .card-header .nav-tabs .nav-link {
    padding: 15px;
}

.card .card-header .nav-tabs .nav-link.active {
    box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
    -ms-box-shadow: 0 -0.125rem .125rem rgba(0, 0, 0, .075);
}

.card .card-header {
    border: 0;
    border-radius: 11px;
}

.card .card-footer {
    border: 0;
    border-radius: 0 0 12px 12px;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.card .tab-content .tab-pane {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.card {
    border-radius: 10px;
    border: 0;
}

.card .card-body {
    padding: 15px 15px;
}

.notification {
    padding: 15px;
    background-color: #ffffff;
    position: fixed;
    top: -30%;
    width: 84%;
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left-width: 3px;
    border-left-style: solid;
    z-index: 10;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border-radius: 5px;
    overflow: hidden;
}

.notification.active {
    top: 30px;
    opacity: 1;

}

.notification.bottom {
    bottom: -30%;
    opacity: 0;
    top: auto;
}

.notification.bottom.active {
    bottom: 30px;
    opacity: 1;

}

/* header */

.header {
    width: 100%;
    height: auto;
    position: fixed;
    padding: env(safe-area-inset-top);
    top: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}

.header.active {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    height: auto;
    max-height: 51px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px auto 0px auto;
}

.header .btn {
    height: 54px;
    width: 54px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.header + div {
    padding-top: 54px;
}


/* footer */
.footer {
    width: 100%;
    height: auto;
    position: fixed;
    padding-bottom: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}


.footer .btn {
    width: 100%;
    height: 60px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    display: block;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer a p {
    font-size: 12px;
    line-height: 12px;
}
.footer .btn i {
    width: 24px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer .btn.active i:after {
    content: "";
    left: 0;
    right: 0;
    bottom: -18px;
    height: 4px;
    width: 70%;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    position: absolute;
}

.subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.subtitle span {
    vertical-align: middle;
    display: inline-block;
    line-height: 26px;
    border-bottom: 2px solid #ffffff;
}

.logo-small {
    width: 220px;
}

.form-signin {
    max-width: 320px;
    margin: 0 auto;
}

.badge {
    border-radius: 30px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px
}

.icon-slide {
    height: 85px;
}

.icon-slide .swiper-slide {
    padding: 0 15px;
    width: auto;
}

.icon-slide-home .swiper-slide-home {
    padding: 0 5px;
    width: auto;
}

.offer-slide {
    height: auto;
    margin-bottom: -15px;
}

.offer-slide .swiper-slide {
    padding: 0 15px;
    width: 310px;
}

.offer-slide .swiper-slide > .card {
    margin-bottom: 15px;
}

.icon-slide .swiper-slide p,
.icon-slide .swiper-slide:hover p,
.icon-slide .swiper-slide:focus p {
    color: #000000;
    text-decoration: none
}

.news-slide {
    height: 180px;
    padding-bottom: 20px;
}

.news-slide .swiper-slide {
    padding: 0 15px 10px 15px;
}

.news-slide .swiper-slide .card {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.news-slide.swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: -10px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.text-normal {
    text-transform: none
}

/* progress bar */
.progress-bar {
    border-radius: 10px;
}

.progress-sm {
    height: 8px;
    padding: 2px;
}

/* product details  */
.product-details {
    height: 300px;
}

.product-details {}

.product-details .swiper-slide {
    padding: 20px 15px 40px 15px;
    line-height: 200px;
    text-align: center
}

.product-details .swiper-slide > img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;

}

.avatar {
    border-radius: 200px;
    display: inline-block;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.avatar.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.avatar .overlay {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.avatar img {
    /*width: 100%;*/
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.avatar i {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.avatar-10 {
    height: 10px;
    line-height: 8px;
    vertical-align: middle;
    width: 10px;
}

.avatar-20 {
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
    width: 20px;
}

.avatar-40 {
    height: 40px;
    line-height: 36px;
    vertical-align: middle;
    width: 40px;
}

.avatar-60 {
    height: 60px;
    /*line-height: 56px;*/
    vertical-align: middle;
    width: 60px;
}

.avatar-80 {
    height: 80px;
    line-height: 76px;
    vertical-align: middle;
    width: 80px;
}

.avatar-100 {
    height: 100px;
    line-height: 96px;
    vertical-align: middle;
    width: 100px;
}

.avatar-120 {
    height: 120px;
    line-height: 116px;
    vertical-align: middle;
    width: 120px;
}

.avatar-50 {
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    width: 50px;
}

.avatar-70 {
    height: 70px;
    line-height: 66px;
    vertical-align: middle;
    width: 70px;
}

.avatar-90 {
    height: 90px;
    line-height: 86px;
    vertical-align: middle;
    width: 90px;
}

.float-file {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0
}

pre {
    background: #e8f4ff;
    padding: 15px;
}

.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-dialog-end {
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: -webkit-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    -moz-flex-align: flex-end;
    -webkit-flex-align: flex-end;
    align-items: flex-end;
    min-height: calc(100% - 3.5rem);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.btn-rounded {
    border-radius: 10px;
}

.my-browser-flex{
    display: -ms-flexbox;
    display: flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;
}

.my-browser-flex-row{
    -webkit-box-orient:horizontal;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
}


.my-browser-flex-column{
    -webkit-box-orient:vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
}

.my-browser-flex-center {
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.my-browser-flex-space-between {
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.my-browser-flex-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.my-brower-text-right{
    text-align: right;
}

.my-brower-text-left{
    text-align: left;
}

.card-body{
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto; /* Chrome */
    -ms-flex: 1 1 auto; /* IE 10 */
    -webkit-box-flex: 1 1 auto; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 auto; /* OLD - Firefox 19- */

    min-height: 1px;
    padding: 20px 0;
}

.image-container {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    justify-content: space-between;
}

.image-container img{
    border-radius: 10px;
    width: 70px !important;
    height: 70px !important;
    margin: 25px 10px;
}

.image-container p{
    margin-top: 10px;
    text-align: center;
}

.image-container .child-item {
    margin: 20px 0;
}

.ele-space-between{
    justify-content: space-between;
    margin: 0 10px;
}

.record-padding{
    padding-left: 0;
    padding-right: 0;
}

.home-level-icon-size{
    width: 30px;
    height: 30px
}

.home-level-icon-size-40{
    width: 40px;
    height: 40px
}

.home-level-icon-size-50{
    width: 50px;
    height: 50px
}

.deposit-page-item-bg {
    padding:20px;
}

.deposit-tips-color{
    color: #ee3050;
}

.running_img_container {
    margin:20px auto;
    overflow: hidden;
}
.running_img_container ul {
    display: table-cell;
}
.running_img_container li {
    display: table-cell;
}

.amazon-theme .avatar {
    border-radius:10px;
    display: inline-block;
    margin: 0px auto;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
    border: none;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.amazon-theme .gif-border-style{
    border-radius:10px;
    border: 3px solid #ef4136;
}

.amazon-theme .modal-content{
    background: rgb(60,60,60);
}

.amazon-theme .modal-content-rot-order {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;

    background-clip: padding-box;

    outline: 0;

    border-radius: 15px;
    background-color: rgb(60,60,60);
    border: none;
    color: #e4e4e4;
}

.amazon-theme .bg-background {
    background-image: url('/static_catalog/img/page_bg.png');
    background-color: white;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color:black;
}

.amazon-theme .avatar-40 {
    height: 40px !important;
    line-height: 36px;
    vertical-align: middle;
    width: 40px !important;
}

.amazon-theme .avatar-30 {
    height: 30px !important;
    line-height: 16px;
    vertical-align: middle;
    width: 30px !important;
}

.amazon-theme .footer-text-color{
    color: white;
}

.amazon-theme .run-img-size{
    height: 40px;
    margin: 10px;
}

.amazon-theme .head-bg{
    background: white;
    /*background: rgba(26,26,78,0.6);*/
}

.amazon-theme .page-logo-head{
    height:68px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.amazon-theme .header.active{

}

.amazon-theme .check-withdraw-psw-input-bg{
    border-radius:10px;border: 1px solid #ef4136;
}

.check-withdraw-psw-subtitle-color{
    color: white;
}

.amazon-theme .page-color-background {
    background: #f2f2f2;
    color:black;
}

.amazon-theme .big-title-color,
.amazon-theme .big-title-color-home,
.amazon-theme .customer-define-color {
    color:black;
}

.amazon-theme .customer-define-order-color {
    color:#71feff;
}

.amazon-theme .page-background {
    /*background-image: url('/static_catalog/img/page_bg.png');*/
    /*background-color: white;*/
    /*background-size: auto;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*color:black;*/

    background-image: url('/static_catalog/img/page_bg.png');
    background-color: rgb(239, 239, 239);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: black;
}

.amazon-theme .my-level-bg{
    background: #ef4136;
}
.amazon-theme .form-group-bg{
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px #888888;
}

.amazon-theme .form-group-bg-shadow{
    /*box-shadow: 1px 1px 10px 0 #ff9840;*/
}

.amazon-theme .form-group{
    margin-bottom:5px;
    margin-top: 5px;
}

.amazon-theme .login-title-bg{
    background: rgb(239, 239, 239);
}

.amazon-theme .action-button{
    background:#ef4136;
    border-radius: 10px;
}

.amazon-theme .user-name-text-color,
.amazon-theme .run-container-text,
.amazon-theme .login-desc-text-color,
.amazon-theme .login-desc-text-color-big,
.amazon-theme .bind-bank-title-out,
.amazon-theme .cs-title-text{
    color: blue;
}

.amazon-theme .bind-bank-desc{
    color: white;
}

.amazon-theme .profile-my-balance-title,
.amazon-theme .home-level-title,
.amazon-theme .login-desc-text-color-style2,
.amazon-theme .team-item-second-color,
.amazon-theme .btn-outline-default,
.amazon-theme .home-member-text-color,
.amazon-theme .login-title-text-color,
.amazon-theme .home-level-sub-title{
    color: #18A8F5;
}


.amazon-theme .form-control{
    width: 60%;
    display: inline;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-align:left;
}

.amazon-theme .page-logo{
    width:60px;
    height:54px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.amazon-theme .level-block{
    height: 60px;
    margin: 15px;
    border-radius: 10px;
    padding: 10px;

}

.amazon-theme .big-title-font{
    font-size: 20px;
}

.amazon-theme .content-v-line{
    background: #bbbbbb;
}

.amazon-theme .page-content-bg{
    background: rgb(30,30,30);
    background-color: rgb(30,30,30);
}

.amazon-theme .big-logo-size{
    height:120px;
}

.amazon-theme .small-logo-size{
    height: 30px;
    width: 93px;
}

.amazon-theme input::-webkit-input-placeholder{
    color: grey;
}

.amazon-theme .form-signin{
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px #dddddd;
    /* borderï¼šnone; */
}

.amazon-theme .head-bg-small{
    background: #ef4136;
}

.amazon-theme .login-honor-style{
    width: 15%;
}

.amazon-theme .bind-bank-title,
.amazon-theme .team-item-value-color,
.amazon-theme .login-desc-text-color-style,
.amazon-theme .home-to-cs-text{
    color: black;
}

.amazon-theme .bind-bank-tips-style{
    color: black;
    opacity: 0.8;
}

.amazon-theme .deposit-all-btn,
.amazon-theme .edit-pwd-title-color,
.amazon-theme .login-input-text-color{
    color: black;
}

.amazon-theme .roboot-level-name-style,
.amazon-theme .home-level-percent-text,
.amazon-theme .roboot-history-style,
.amazon-theme .profile-my-balance-value,
.amazon-theme .login-wel-policy-text-color,
.amazon-theme .btn,
.amazon-theme .head-bg-small-text-color,
.amazon-theme .head-text-color,
.amazon-theme .my-browser-flex-item-value-color,
.amazon-theme .input-color,
.amazon-theme .right-color{
    color: white;
}

.amazon-theme .service-list{
    background: grey;
    color: #ef4136;
}

.amazon-theme .form-control-title{
    display: inline;
    width: 30%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    text-align: left !important;
    margin-left: 20px;
}

.amazon-theme .actin-icon{
    width: 80px;
    height: 80px;
    color: black;
}

.amazon-theme .my-actin-icon{
    width: 100px;
    height: 100px;
    color: black;
}

.amazon-theme .login-contact-icon{
    width: 100px;
    height: 100px;
    color: white;
}

.amazon-theme .title-font-family{
    font-family:DancingScript;
    font-size: 30px;
}

.amazon-theme .profile-my-balance-container-bg {
    border-radius: 10px;
    height: 100px;
    margin: 15px;
}

.amazon-theme .profile-my-balance-container-bg-2 {
    border-radius: 10px;
    height: 80px;
    margin: 15px;
}

.amazon-theme .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 0;
}

.amazon-theme .card-footer {
    display: -ms-flexbox;
    display: flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0);
    border-top: 0;
    justify-content: space-between;
}

.amazon-theme .modal-content-level-detail{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    border-radius: 15px;
    background-color: white;
    border: none;
    color: grey;
}

.amazon-theme .btn{
    text-transform: none;
}

.amazon-theme .profile-group-bg{
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 3px #888888;
}

.amazon-theme .start-page-info-shap{
    padding: 10px 0;
}

.amazon-theme .wrapper {
    background-attachment: fixed;
    background-position: top;
    background-size: 100% 100%;
}


.amazon-theme .bg-template {
    background: rgb(217,227,252);
}


.amazon-theme amazon-theme-bg,
.amazon-theme body,
.amazon-theme body.sidemenu-open,
.amazon-theme .loader-screen {
    background: black;
}

.amazon-theme .btn-default,
.amazon-theme .custom-control-input:checked ~ .custom-control-label::before,
.amazon-theme .small-slide .swiper-slide .card:hover,
.amazon-theme .small-slide .swiper-slide .card:focus,
.amazon-theme .filter,
.amazon-theme .chosen-container .chosen-results li.highlighted,
.amazon-theme .page-item.active .page-link,
.amazon-theme .nav-pills .nav-link.active,
.amazon-theme .nav-pills .show > .nav-link{
    background-color: #0069dc;
}


.amazon-theme .my-browser-flex-item-highlight-color,
.amazon-theme .form-control-title-color{
    color: #0069dc;
}

.amazon-theme .title-font{
    font-size: 20px;
}

.amazon-theme .content-font{
    font-size: 16px;
}

.amazon-theme .header + div {
    margin-top: 120px;
    padding-top: 0;
}

.amazon-theme .footer {
    background: rgba(0,0,0,1);
}

.amazon-theme .footer .btn{
    height: 80px;
    /*padding-bottom: 20px;*/
}

.amazon-theme .footer .footer-img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.amazon-theme .footer .btn i:after {
    background: rgba(0,0,0,0.5);
}

.amazon-theme .deposit-page-title {
    color: #ef4136;
    font-size: 20px;
}

.amazon-theme .deposit-balance-value {
    color: black;
    font-size: 19px;
}

.amazon-theme .deposit-page-value {
    color: black;
    font-size: 19px;
}

.amazon-theme .list-separation-line-color {
    background: rgba(0,0,0,0.1);
}

.amazon-theme .list-separation-records-line-color {
    background: rgba(200,200,200,1);
}

.amazon-theme .deposit-page-form-control{
    background: rgba(0, 0, 0, 0);
    border: none;
    text-align:right;
    flex-grow: 1;
    min-width: 0;
    padding-right: 20px;
    color: black;
}

.amazon-theme .content-bg-top-padding{
    padding-left: 30px;
    padding-right: 30px;
}

.amazon-theme .transaction-tab,
.amazon-theme .passwd-edit{
    color: #8a8a8a;
}


.amazon-theme .transaction-tab.active,
.amazon-theme .passwd-edit.active{
    color: #ef4136;
}

.amazon-theme .my-browser-flex-item-box-bg{
    background: rgba(240,240,240,0.9);
    border-radius: 15px;
}

.amazon-theme .team-item-box-margin{
    margin: 5px 20px;
}

.amazon-theme .team-item-value-box-margin{
    margin-left: 20px;
    margin-right: 20px;
}

.amazon-theme .team-item-title-margin{
    margin-top: 10px;
    margin-bottom: 10px;
}

.amazon-theme .team-item-icon-size{
    width: 20px;
    height: 20px;
}

.amazon-theme .my-browser-flex-item-title-font{
    font-size: 18px;
}

.amazon-theme .my-browser-flex-item-value-font{
    font-size: 15px;
}

.amazon-theme .my-browser-flex-item-second-color{
    color: grey;
}

.amazon-theme .setting_checkbox{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    color: #ef4136;
    border: 1px solid #ccc;
    border-radius:5px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.amazon-theme .setting_checkbox:checked{
    color: white;
    text-align: center;
    background-color: #ef4136;
    border-radius:5px;
}

.amazon-theme .records-bg{
    height: 120px;
    /*margin: 15px;*/
    border-radius: 10px;
    /*padding: 10px;*/
    background: rgba(0,0,0,0.5);
}

.amazon-theme .sky-dark-space-between{
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.amazon-theme .footer a p{
    font-size: 16px;
}

.amazon-theme  .footer .btn.active {
    background: #ffaa82;
    background: -moz-linear-gradient(top, #efefef 50%, #ffaa82 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, #efefef), color-stop(100%, #ffaa82));
    background: -webkit-linear-gradient(top, #efefef 50%, #ffaa82 100%);
    background: -o-linear-gradient(top, #efefef 50%, #ffaa82 100%);
    background: -ms-linear-gradient(top, #efefef 50%, #ffaa82 100%);
    background: linear-gradient(to bottom, #efefef 50%, #ffaa82 100%);
}



.amazon-theme .bg-success,
.amazon-theme .badge-success {
    background-color: #00BB32 !important;
}

.amazon-theme .badge {
    border-radius: 5px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px
}

.amazon-theme progress::-webkit-progress-bar {
    background-color: rgba(80,195,247,0.2);
    width: 100%;
    border-radius: 5px;
}
.amazon-theme progress {
    background-color: rgba(80,195,247,0.2);
    border-radius: 5px;
}

.amazon-theme progress::-webkit-progress-value {
    background-color: #ef4136 !important;
    border-radius: 5px;
}
.amazon-theme progress::-moz-progress-bar {
    background-color: #ef4136 !important;
    border-radius: 5px;
}
.amazon-theme progress {
    color: #ef4136;
    border-radius: 5px;
}


.amazon-theme .split-line-team{
    background: rgb(230,230,230);
}

.amazon-theme .split-line-withdraw{
    background: rgba(210,210,210,1);
}

.amazon-theme .split-line-robot{
    background: rgba(255,255,255,0.1);
}

.amazon-theme .split-line {
    background: rgba(230,230,230,1);
}

.amazon-theme .deposit-wise-title{
    justify-content: flex-end;
    margin-left: auto;
    line-height: 20px;
    color: #ef4136;
}

.amazon-theme .deposit-wise-logo{
    height: 20px;
}

.amazon-theme .deposit-content-bg{
    padding: 20px;
    background: rgba(255,255,255,1);
    border-radius: 15px;
    /*height: 200px;*/
}

.amazon-theme .deposit-page-input-bg {
    background: rgba(255,255,255,1);
    border-radius: 15px;
    height: 60px;
}

.amazon-theme .deposit-inner-page-input-bg {
    background: rgba(255,255,255,1);
    border-radius: 15px;
    height: 60px;
    box-shadow: 0 0 5px #dddddd;
}

.amazon-theme .deposit-wise-translate-icon{
    width: 80px;
}

.amazon-theme .score-box{
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    /*background-color: #ffdad7;*/
    border-radius: 50%;
}
.amazon-theme .score-num{
    position: absolute;
    top: 50%;
    left: 50%;
    /*background: #fff;*/
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #ef4136;
}
.amazon-theme .score-clip{
    width: 100px;
    height: 100px;
    position: absolute;
    border: 10px solid #ffdad7;
    border-radius: 50%;
    clip: rect(0, 100px, 100px, 50px);
}
.amazon-theme .score-left{
    width: 100px;
    height: 100px;
    position: absolute;
    border: 10px solid #ef4136;
    border-radius: 50%;
    clip: rect(0 50px 100px 0);
    top: -10px;
    left: -10px;
}
.amazon-theme .score-right{
    width: 100px;
    height: 100px;
    position: absolute;
    border: 10px solid #ef4136;
    border-radius: 50%;
    clip: rect(0 100px 100px 50px);
    top: -10px;
    left: -10px;
}

.amazon-theme .score-width-none{
    width: 0;
}
.amazon-theme .score-auto{
    clip: auto;
}

@media screen and (max-width:374px) {
    .footer .btn {
        /*width: 50px;*/
    }

    .icons-raised {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .sidebar .main-menu .list-group-item {
        margin-bottom: 10px;
    }

    .two-slide figure.avatar {
        display: none
    }

    .introduction .swiper-slide img {
        max-width: 60% !important
    }
}



.theme-dark *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.theme-dark *::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
}

.theme-dark *::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0, 0, 0, 1);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(230, 230, 230, 0.4);
}

.dropdown-item-icon{width:36px;height: 36px}
.dropdown-item-text{padding-left:15px;font-family:Averta;font-size:16px;line-height:0.88;letter-spacing:0.2px;text-align:left;display: inline}
.avatar {border:0}
.avatar span, .avatar i {
    vertical-align: middle;
}
.avatar.rounded {
    border-radius: 10px !important;
}
.card .card-footer {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 0 15px 15px;
    border: 0;
    background-color: transparent;
}
.icon.icon-60 {
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.icon.icon-60 img{
    height: 60px;
    width: 60px;
}
.pagination{display:inline-block;padding-left:0;margin-bottom:24px}
.pagination > li{display:inline}
.pagination > li > a,.pagination > li > span{position:relative;float:left;width:48px;margin:0 4px;font-weight:500;line-height:48px;color:#37517e;text-align:center;text-decoration:none;border-radius:50%}
.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0}
.pagination > li:last-child > a,.pagination > li:last-child > span{margin-right:0}
.pagination > li > a:hover,.pagination > li > a:focus{z-index:3;color:#37517e;background-color:#f2f5f7}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{z-index:2;color:#37517e;cursor:default;background-color:#f2f5f7}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{color:#a8aaac;cursor:not-allowed;background-color:#fff}
.pagination-text{margin-bottom:0;line-height:48px;color:#2e4369}
.pagination-text .btn-group{margin-top:-1px;vertical-align:top}
.pagination-inverse > li > a:hover,.pagination-inverse > li > a:focus,.pagination-inverse > li.active > a,.pagination-inverse > li.active > span,.pagination-inverse > li.active > a:hover,.pagination-inverse > li.active > a:focus{background-color:#fff}
.pager{padding-left:0;margin:24px 0;text-align:center;list-style:none}
.pager li{display:inline}
.pager li > a,.pager li > span{display:inline-block;padding:7px 15px;background-color:transparent;border-radius:3px}
.pager li > a:hover,.pager li > a:focus{color:#fff;text-decoration:none;background-color:#f2f5f7}
.pager .next > a,.pager .next > span{float:right}
.pager .previous > a,.pager .previous > span{float:left}
.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{color:#a8aaac;cursor:not-allowed;background-color:transparent}

.modal-content .close.close-rounded {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 0.5px solid #dbdddd;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 0;
    -webkit-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1 !important;
}

.modal-content-rot-order .close.close-rounded {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 0.5px solid #dbdddd;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 0;
    -webkit-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1 !important;
}

.page-index-title-font{
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.page-index-value-font{
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}