/*
Theme Name:
Description: Used to style the Function(1-7) and Page.
*/
:root {
    --space: calc(100vw - 120px);
}

::-webkit-scrollbar {
    width: 0px !important; /* Remove scrollbar space */
    background: transparent !important; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

/*
font-face only
 */
@font-face {
    font-family: farrington;
    src: url(fonts/farrington.ttf);
}

html:lang(en) body, html:lang(en) .main_menu a {
    font-size: 13px;
}

hr {
    border-color: #eab91f33;
}
.pagination{
    justify-content: center;
}
.pagination > .disabled > a {
    color: #878787 !important;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #eab91f4d;
}

.pagination .active a {
    background-color: #eab91f !important;
    border-color: #eab91f !important;
}
.hide {
    display: none;
}
/**
 * 1.0 menuless
 */
.nav-md .container.body .right_col.animated-bg {
    background-size: auto 100%;
    background: url(images/00-motion_bg.gif) fixed center;
}

.nav-md .container.body .right_col.animated-bg:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}

.right_col.animated-bg .page-title .title_left h3 {
    color: #f1f1f1;
}

.nav-md .container.body .right_col.nomenu {
    padding-bottom: 0px !important;
}

/*end*/

.flashScreen {
    margin-bottom: -100px;
}

/**
 * 2.0 bottomNav
 */
.button-solid-bg {
    display: flex;
    padding: 0px;
    background: #fff;
}

.button-solid-bg .back_toggle, .button-solid-bg .next_toggle {
    flex: 1;
    line-height: 43px;
}

.button-solid-bg .next_toggle {
    background: #eab91f;
}

.button-transparent-bg {
    display: flex;
    padding: 0px;
    font-weight: bold;
}

.button-transparent-bg .back_toggle, .button-transparent-bg .next_toggle {
    flex: 1;
    line-height: 50px;
    height: 50px;
}

.fullWidth {
    display: block;
    padding: 0px;
}

.fullWidth .toggleItem {
    padding: 10px;
    background: #eab91f;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #eab91f;
}

.fullWidth .toggleItem a {
    color: #13161c;
}

li.menu-cart img {
    height: 37px !important;
    position: relative;
    top: 5px;
}

.nav.side-menu li.menu-shop img {
    height: 38px !important;
}

.nav.side-menu > li.current-page a img {
    display: none;
}

#sidebar-menu .iconfont {
    font-size: 27px;
    color: #545782;
    line-height: 30px;
    padding: 4px 0px;
}

#sidebar-menu .iconfont.active {
    color: #eab91f;
}

/**
 * 3.0 form element
 */

.form-bottom {
    /* background: #fff; */
    /* padding: 10px; */
    /* margin: 0 20px; */
    border-radius: 5px;
    /* border: 1px solid #eab91fa3; */
    display: table;
    width: 100%;
}

.form-bottom a {
    background: #eab91f;
    color: #13161c;
    font-weight: bold;
}

.table-bordered td {
    border: 0px !important;
    border-bottom: 1px solid #756227 !important;
}

.table-bordered {
    border: 1px solid #2b2f36;
}

tfoot tr {
    border: 0px !important;
}

.transparentBg .form-group {
    padding: 10px 10px;
    background: url(images/102-01-bg3.jpg) center;
    background-size: cover;
}

.transparentBg .form-group button {
    background: linear-gradient(to right, #4073ff9e, #4186ffb8) !important;
    height: 37px;
    margin: 0px;
    color: #f1f1f1;
    line-height: 20px;
}

.transparentBg .form-group input.form-control {
    background: #00000078 !important;
    padding: 6px;
}

.transparentBg .form-group input.form-control::placeholder {
    color: #65707f;
}

/*eye toggle*/
.form-input-eye {
    position: relative;
}

.form-group.form-input-eye .fa {
    top: auto;
    bottom: 13px;
}

/* inline form */
.form-group-inline {
    display: flex;
    width: 100%;
}

.form-group-inline input {
    flex: 3;
}

.form-group button.form-btn-inline {
    flex: 1;
    border-radius: 0px !important;
    margin: 0px;
}


.form-group-noBottom {
    margin-bottom: 0px !important;
}

.form-group-inline label {
    flex: 1;
}

.form-group label {
    /* color: #f1f1f1; */
}
.form-group label.price {
    color: #db2f2f;
}
.table-type-form form input.form-control {
    border-radius: 0px;
    margin-left: -1px;
    border-color: #525252 !important;
}

.table-type-form form input.form-control:focus {
    border-bottom-color: #eab91f !important;
}

/*end*/

/**
 * 4.0 slider
 */
.slider_wrap {
    top: -6px;
    position: relative;
    /* width: calc(100% + 40px); */
    /* left: -20px; */
    overflow: hidden;
    /* margin-bottom: -31px; */
}

/**
 * 5.0 loader
 */

/**
 * 6.0 center Button
 */
.dummy-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    height: calc(3em + 30px);
    text-align: center;
    z-index: 999;
    background: #13161c;
}

.centerBtn__open {
    position: relative;
    z-index: 9;
}

.centerBtn__icon {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    fill: #4e4e4f;
}

.centerBtn__count {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    padding: 0.5em;
    width: 2em;
    height: 2em;
    border: 2px solid #4e4e4f;
    border-radius: 50%;
    font-weight: bold;
    font-family: 'Maven Pro', sans-serif;
    line-height: 0.9;
}

.centerBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    width: 6em;
    height: 6em;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #13161c;
    border-radius: 100%;
    border: 1px solid #eab91f;
}

.centerBtn--active { /* center on screen (padding of parent, half of summary height, half of viewport height) */
    -webkit-transform: translate3d(0, 15px, 0) translate3d(0, 30vh, 0) translate3d(0, -50vh, 0);
    transform: translate3d(0, 15px, 0) translate3d(0, 30vh, 0) translate3d(0, -50vh, 0);
    bottom: 0px;
}

a.centerBtn__button {
    position: relative;
    z-index: 10;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    color: #fff;
    line-height: 3em;
    -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: background-color 0.6s cubic-bezier(0.7, 0, 0.3, 1), transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

a.centerBtn__button:hover, a.centerBtn__button:focus {
    outline: none;
    color: #fff;
}

.centerBtn--active a.centerBtn__button {
    background-color: #3f3d3d00;
    -webkit-transform: perspective(1000px) translate3d(0, -2.5em, 0);
    transform: perspective(1000px) translate3d(0, -2.5em, 0);
}

.centerBtn__text-inner {
    font-weight: bold;
    line-height: 6em;
}

.centerBtn__final-text, .centerBtn__initial-text {
    -webkit-transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.centerBtn--active .centerBtn__initial-text {
    opacity: 0
}

.centerBtn__final-text {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}

.centerBtn--active .centerBtn__final-text {
    opacity: 1;
}

.centerBtn__order, .centerBtn__order::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
}

.centerBtn__order {
    overflow: hidden;
    min-width: 320px;
    max-width: 700px;
    width: 95vw; /* height: 60vh; */
    text-align: right;
    pointer-events: none;
}

.centerBtn--active .centerBtn__order {
    pointer-events: auto;
}

.centerBtn__order::before {
    content: '';
    z-index: 0;
    width: 6em;
    height: 6em;
    background: #4e4e4f00;
    -webkit-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 100%;
}

.centerBtn--active .centerBtn__order::before {
    width: 100%;
    height: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #eab91f;
}

.centerBtn__order-inner {
    position: relative;
    padding: 3em 4em;
    display: flex;
}

.centerBtn__close {
    top: 2.5em;
    background: transparent;
    color: #13161c;
    opacity: 0;
    margin: auto;
}

.centerBtn__close:focus {
    outline: none;
}

.centerBtn--active .centerBtn__close {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.015s;
    transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.015s;
}

.centerBtn__close .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-indent: 0;
}

.centerBtn__close:hover .icon {
    color: #e48895;
}

.centerBtn__action {
    padding: 0;
    border: none;
    background: none;
}

.centerBtn__action:focus {
    outline: none;
}

.centerBtn__action .icon {
    color: #e48895;
}

.centerBtn.centerBtn--active .centerBtn__order::before {
    border-radius: 0px;
}

.centerBtn__order-inner .centerBtn__quickitem {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.centerBtn.centerBtn--active .centerBtn__order-inner .centerBtn__quickitem {
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-delay: 0.015s;
    transition-delay: 0.015s;
}

.centerBtn__quickitem {
    display: inline-block;
    text-align: center;
    width: 23%;
    margin: 14px 0px;
}

.centerBtn__quickitem a {
    display: table;
    background: #ffffff;
    padding: 10px;
    border-radius: 7px;
    /* border: 2px solid #7854ff; */
    font-weight: bold;
    /* box-shadow: 1px 1px 10px -5px #13161c; */
}

.centerBtn__quickitem i {
    font-size: 33px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.centerBtn__quickitem span {
    color: #13161c;
}

@media screen and (max-width: 26em) {
    .centerBtn--active {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    .centerBtn__order-inner {
        padding: 0px;
    }

    .centerBtn__order {
        width: 100vw;
        padding: 1em 1em 6em;
    }
}

/**
 * 7.0 Infinite Swipe
 */
div#fullpage {
    position: fixed !important;
    left: 0px;
    top: 0px;
}

/**
* 8.0 General
*/
html {
    min-height: 100%;
}

.padding-20 {
    padding: 20px !important;
}

.pl-20 {
    padding: 0 20px !important;
}

.ml-15 {
    margin: 0 15px !important;
}

.ml-20 {
    margin: 0 20px !important;
}

.red-text {
    color: #b20f04 !important;
}

.block {
    display: table !important;
    width: 100%;
}

select.selectpicker {
    border: 0px;
    background: transparent;
    font-size: 18px;
}

textarea#textarea {
    background: #eee;
    /* border-bottom: 2px dotted; */
    border-radius: 4px;
}

.noflex.form-group {
    display: inherit !important;
}

.form-group .modal-btn {
    width: auto;
    display: table;
    margin: auto;
}
.modal .form-group .btn.btn-danger {
    background: #dd4b395e !important;
    border: 1px solid #dd4b39 !important;
    color: #f1f1f1 !important;
    border-radius: 5px;
}

.modal label {
    margin-bottom: 10px;
    color: #f1f1f1;
}

.modal input.form-group {
    background: aliceblue;
}
.table-responsive {
    margin: 10px 0px;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    height: calc(100vh - 200px);
    overflow-y: scroll;
    border-color: #eab91f33;
    border: 0px;
}

.flex {
    display: flex;
}

.table-responsive a.btn {
    padding: 6px;
    margin: 0px;
    background: #eab91f;
    font-size: 15px;
    color: #13161c;
}

.table-responsive th {
    padding: 10px 1px !important;
    text-indent: 9px;
    color: #f1f1f1;
}

.btn-info {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.system-message span {
    display: block;
    background: #eab91f;
    padding: 5px 20px;
    border-radius: 2px;
    margin: 0 11px;
    color: #13161c;
}

/**
 *8.1 Form Style
 */
.form-style .form-group {
    /* display: flex; */
    position: unset;
    padding: 5px 0;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.form-style label {
    color: #222;
    /* width: 100px; */
    font-weight: normal;
}

.form-style .form-control {
    flex: 2;
    border: 0px solid #eab91f33 !important;
    padding: 10px 10px;
    line-height: 14px;
    color: #222 !important;
    font-weight: normal;
    border-radius: 5px;
}

.form-style .form-control::placeholder {
    color: #65707f !important;
}

form.form-style {
    /* padding: 0px 5px; */
}

span.form-separator {
    color: #010101;
}

span.toggle-password, span.toggle-password-new, span.toggle-password-confirm {
    position: absolute;
    right: 20px;
    color: #8c95a5;
    top: 13px;
}

span.toggle-password-zhifu {
    position: absolute;
    right: 10px;
    color: #101010;
    top: 10px;
}

.float-form-text {
    position: absolute;
    right: 3px;
    font-size: 14px;
    bottom: 14px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff !important;
}

.form-style button[type="submit"], .form-style button[type="button"], a.gold-button {
    /*border-radius: 20px !important;*/
    background: linear-gradient(to right, #4073ff, #4186ff);
    display: block;
    color: #13161c;
    font-size: 16px;
    /*width: auto;*/
    padding: 6px 20px;
    margin: 0 !important;
    margin-left: auto !important;
    font-weight: normal;
    background: #eab91f;
    border: 0px !important;
    min-width: 100px;
    flex: 1;
}

.nav.side-menu > li > a > img {
    padding: 5px;
    height: 36px !important;
    margin: auto;
    opacity: 0.7;
}

.nav.side-menu > li > a > img.hover-image-show {
    display: none;
}

.nav.side-menu > li.current-page a img.hover-image-show {
    display: block;
    opacity: 1;
}

.white-text {
    color: #f1f1f1 !important;
}

ul.nav.nav-tabs {
    border-radius: 5px !important;
    background: #eab91f;
    color: #010101;
    border: 0px;
    display: table;
    margin: auto;
    overflow: hidden;
}

ul.nav.nav-tabs li.active a {
    background-color: transparent;
    border: 0px;
    color: #fff !important;
}

ul.nav.nav-tabs li {
    /* min-width: 50%; */
    text-align: center;
    background: #fff;
    margin-bottom: 0px;
    padding: 5px 10px;
    color: #3f3e6a !important;
}

ul.nav.nav-tabs li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

ul.nav.nav-tabs li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

ul.nav.nav-tabs li.active {
    background: transparent;
}

.margin-20 {
    margin: 20px auto !important;
}

.margin-40 {
    margin: 40px auto !important;
}

button[type="submit"] {
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #010101;
    padding: 5px;
    width: 100%;
    border: 0px;
    margin: 0px;
}

ul.nav.nav-tabs li a {
    padding: 5px;
    color: #f1f1f1;
}

.tab-pane.fade {
    display: none;
}

.tab-pane.fade.in {
    display: block;
}

img {
    max-width: 100%;
}

.position-relative {
    position: relative;
}

h3.form-subtitle {
    font-weight: bold;
    font-size: 20px;
}

body.nav-md .no-fade-box {
    -webkit-mask-image: none !important;
    height: auto !important;
    padding-bottom: 0px !important;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.form-style .form-group input {
    background: #fff;
    /* border: 1px solid #eab91f4d !important; */
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.form-style .form-group input::placeholder {
    color: #65707f;
}

.form-style textarea.form-control {
    border: 0px solid #756227 !important;
    background: #fff;
}

/*
animatebutton
 */
.atombtn {
    position: relative;
    margin: 10px 0;
    width: 100%;
    color: #eab91f;
    border: 2px solid #eab91f;
    border-radius: 7px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    background: #eab91f;
    display: inline-block;
    flex: 1;
    padding: 4px 0;
}

.form-bottom form .atombtn button.btn {
background: transparent !important;
    color: #222 !important;
    padding: 0;
    margin: 0;
    line-height: 17px;
}

.atombtn a {
    color: #f1f1f1;
    font-size: 20px;
    width: 100%;
    display: table;
}

.dot {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 100%;
    transition: all 300ms ease;
    display: none;
}

.dot:after {
    content: '';
    position: absolute;
    left: calc(50% - .3em);
    top: -.4em;
    height: .8em;
    width: .8em;
    background: #fff;
    border-radius: 1em;
    border: .25em solid #fff;
    box-shadow: 0 0 .7em #fff,
    0 0 2em #ccc;
}

.atombtn .dot {
    -webkit-animation: atom 2s infinite linear;
    animation: atom 2s infinite linear;
    display: block;

}

@-webkit-keyframes atom {
    0% {
        -webkit-transform: translateX(5px) rotate(0);
        transform: translateX(5px) rotate(0);
    }
    30% {
        -webkit-transform: translateX(115px) rotate(0);
        transform: translateX(115px) rotate(0);
    }
    50% {
        -webkit-transform: translateX(115px) rotate(180deg);
        transform: translateX(115px) rotate(180deg);
    }
    80% {
        -webkit-transform: translateX(5px) rotate(180deg);
        transform: translateX(5px) rotate(180deg);
    }
    100% {
        -webkit-transform: translateX(5px) rotate(360deg);
        transform: translateX(5px) rotate(360deg);
    }
}

@keyframes atom {
    0% {
        -webkit-transform: translateX(5px) rotate(0);
        transform: translateX(5px) rotate(0);
    }
    30% {
        -webkit-transform: translateX(100%) rotate(0);
        transform: translateX(var(--space)) rotate(0);
    }
    50% {
        -webkit-transform: translateX(115px) rotate(180deg);
        transform: translateX(var(--space)) rotate(180deg);
    }
    80% {
        -webkit-transform: translateX(5px) rotate(180deg);
        transform: translateX(5px) rotate(180deg);
    }
    100% {
        -webkit-transform: translateX(5px) rotate(360deg);
        transform: translateX(5px) rotate(360deg);
    }
}

/*
desktop message page
 */

.desktop-msg-wrap h2 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.desktop .startingPage {
    position: absolute;
    top: 0;
    left: 0;
    background: url("images/00-desktop-bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * 9.0 Start Page
 */
.startingPage {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/00-startPage.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Content {
    position: relative;
    padding: 0px 20px;
}

.logo {
    max-width: 250px;
    margin: auto;
}

.logo img {
    max-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 10px;
    width: calc(100% - 20px);
    left: 0;
    /* color: #fff; */
    font-weight: normal;
}

/*
* 10.0 Login Page
 */

.form-top {
    position: relative;
}

.small-text {
    color: #999;
    display: block;
    padding: 10px 0px;
}


select.language.selectpicker {
    background: transparent;
    border: 0px;
    color: #222;
    width: auto;
    float: right;
    clear: both;
    padding: 0px;
    margin: 10px;
    font-weight: bold;
    text-align-last: right;
}

select.language.selectpicker option {
    direction: rtl;
}

.language_wrapper {
    display: table;
    width: 100%;
    text-align: right;
    padding: 0 20px;
    position: relative;
}

.language_wrapper a {
    color: #f1f1f1;
    text-align: right;
}

.login_quicklink .form-group:after {
    content: "";
    display: none;
}

.login_quicklink a {
    color: #222;
    /*text-align: center;*/
    display: block;
    font-weight: normal;
    background: none;
    font-size: large;
}

.login-form .form-group {
    display: flex;
    position: relative;
    padding-bottom: 5px;
}

.login-form label {
    flex: 1;
    color: #010101 !important;
}

.login-form label i {
    font-size: 24px;
    top: 3px;
    position: relative;
    padding: 0 10px;
}

.login-form .form-control {
    background: #ffffff;
    border-bottom: 0px dotted black;
    padding: 8px 20px;
    line-height: 14px;
    border-radius: 5px;
    border-bottom: 1px solid #ffe8a0;
    color: #222;
}
.login-form .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.login-form .form-control::placeholder {
    font-size: 14px;
    color: #65707f !important;
}

.login-form .form-group:after {
    display: block;
    background: linear-gradient(to left, #2220 0%, #fff 20%, #fff 80%, #2220 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.login .form-bottom {
    background: none;
}
form.login-form {
    padding: 0px 20px;
}

.form-box {
    padding-top: 40px;
}

.login-form .toggle-password {
    color: #222;
    position: absolute;
    bottom: 9px;
    right: 15px;
    margin: 0px;
}

a.login_quicklink__item {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to left, #fff0 0%, #fff 20%, #fff 80%, #fff0 100%);
    margin: 10px auto;
    padding: 3px 20px;
    width: auto !important;
    display: table;
}

.login_quicklink {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.5rem;
    position: relative;
}

.form-bottom .login-form  .atombtn button[type="submit"] {
    border-radius: 5px !important;
    background: #000000 !important;
    color: #fbe519 !important;
    font-size: 20px !important;
    width: auto;
    min-width: 100%;
    padding: 12px 20px;
}

.form-bottom .login-form .atombtn {
    padding: 0;
}

.login:before {
    /* content: ""; */
    background: url(images/00-login-bg.jpg);
    background-size: cover;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

select.language.selectpicker option {
    background: #777;
}

.login .fa-eye-slash:before {
    content: "";
    background: url(images/00-01-close-eye-1.png) no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -6px;
}

#home_menuTab.forgotPass ul.tabs {
    width: 100%;
    margin: auto;
}

.fp-phone-format {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}


.fp-phone-format span {
    padding: 0 5px;
    text-align: center;
    flex: 1;
    border-right: 1px solid #f5c87445;
}

.fp-phone-format span:last-child {
    border: 0;
}

.forgotPass {
    padding: 30px 0 10px;
    margin-top: -20px;
}

/*
* 11.0 Register Page
 */
select.mobile-countryCode {
    width: 58px !important;
    background: transparent;
    color: #010101;
    border: 0px;
    display: inline-block;
    position: relative;
    top: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 10px !important;
}

.mobile-wrapper-form {
    flex: 2;
    border-bottom: 0px dotted black !important;
    display: flex;
}

.mobile-wrapper-form .form-control {
    display: inline-block;
    flex: none;
    position: relative;
    top: -2px;
    border-bottom: 2px dotted;
}

.form-style .form-verify .form-control {
    padding-right: 70px; /* margin-left: 35px; */
}

.float-form-text img {
    display: none;
}

.float-form-text.verifycodeShow img {
    display: block;
    max-width: 70px;
}

.registration-search .input {
    width: 100%;
    position: relative;
}

.registration-search .input input {
    background: #fff !important;
    border: 1px solid #756227 !important;
    font-weight: normal;
    border-radius: 0;
    width: 100%;
    padding: 6px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #f1f1f1;
    margin: 0px;
}

.registration-search .input input::placeholder {
    color: #65707f;
}

.registration-search .input i {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 8px;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #f1f1f1;
}

.registration-search {
    display: flex;
}

.registration-search button.btn {
    font-size: 1em;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0 5px;
    min-width: 100px;
    display: block;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.registration-search .search {
    flex: 2;
}

.registration-search .search .form-group {
    flex: 1;
}

.registration-button-group {
    display: flex;
    padding: 0 20px;
    margin: 10px 0px;
}

.registration-button-group button {
    padding: 5px 10px;
    flex: 1;
    background: #13161c;
    margin: 0px;
    border: 1px solid #eab91f;
    border-right: 0px;
    color: #f1f1f1;
}

.registration-button-group button:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #eab91f;
}

.registration-button-group button:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.registration-button-group button:hover {
    color: #f1f1f1;
}

.registration-button-group a {
    padding: 5px 10px;
    flex: 1;
    background: #e0e0e0;
    margin: 0px;
    border-right: 1px solid #fff;
    color: #444;
}

.registration-button-group a:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px;
}

.registration-button-group a:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.registration-button-group a:hover {
    color: #f1f1f1;
}

/*
* 12.0 Home Page
 */

/*new*/
.announcement-board {
    background: #f0b90b;
    z-index: 99;
    position: relative;
    padding: 0;
    font-weight: normal;
    margin: 0 20px;
    border-radius: 5px !important;
}

.announcement-board h2 {
    font-weight: bold;
}

.announcement-board .badger-accordion__trigger-title {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

.announcement-board .badger-accordion__trigger {
    box-shadow: none;
    border-bottom: 0px solid #eee;
    padding: 5px 5px 0;
}

.announcement-board .badger-accordion {
    margin: 0px;
    border-radius: 5px !important;
    border: 1px solid #eab91f;
}

.announcement-board .badger-accordion__trigger-icon:after, .announcement-board .badger-accordion__trigger-icon:before {
    width: 10px;
    height: 2px;
}

.announcement-board .badger-accordion__trigger-icon:before {
    left: 7px;
}

.announcement-board .badger-accordion__trigger-icon:after {
    right: 13px;
}

.announcement-board .-ba-is-active .badger-accordion__trigger-icon:after {
    right: 6.6px;
}

.announcement-board .badger-accordion__trigger[aria-expanded=true] .badger-accordion__trigger-icon:after {
    transform: rotate(-45deg) translate3d(-9px, 13px, 0);
}

.announcement-board .badger-accordion__trigger[aria-expanded=true] .badger-accordion__trigger-icon:before {
    transform: rotate(45deg) translate3d(8px, 14px, 0);
}

.announcement-board .badger-accordion__trigger-icon {
    margin-top: -5px;
}

.home-search .input {
    width: 100%;
    position: relative;
}

.home-search .input input {
    background: #eee !important;
    border: 0px;
    font-weight: bold;
    border-radius: 20px;
    width: 100%;
    padding: 6px 20px;
}

.home-search .input input::placeholder {
    color: #65707f !important;
}
.home-search {
    padding: 10px;
    position: fixed;
    width: 100%;
    background: #4183ff;
    z-index: 999;
    background: url(images/14-01-cryptobg.png) #eab91f;
    background-position: center;
    background-size: cover;
    left: 0;
}

.home-search .input input::placeholder {
    color: #65707f;
}

.home-search .input i {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 8px;
    right: 12px;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    /* opacity: .5; */
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #222;
}

.home-search .input {
    width: 100%;
    position: relative;
}

.home-search .input input {
    background: #fff !important;
    border: 1px solid #f6e7ff94;
    font-weight: bold;
    border-radius: 22px;
    width: 100%;
    padding: 6px 20px;
    margin: 0;
    display: block;
}

.home-search .search {
    margin: auto;
}
.home-quicklink__item span {
    text-align: center;
    display: block;
    margin: 3px 0px;
    font-weight: normal;
    color: #a5a5a5;
}

.home-quicklink__item span.iconfont {
    font-size: 30px;
    color: #f1f1f1;
    display: table;
    margin: auto;
    background: #13161c;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.home-quicklink__icon {
    position: relative;
    margin-bottom: 10px;
}

.home-quicklink__icon img {
    width: 58px;
    margin: auto;
    display: block;
    z-index: 5;
    position: relative;
}

.home-quicklink__item {
    width: calc(33% - 5px);
    margin: 10px 0px;
    display: inline-block;
}

.home-quicklink {
    display: table;
    margin: auto;
    width: auto !important;
}

.quicklink-inline_icon {
    display: flex;
    align-items: center;
    border: 1px solid #756227;
    padding: 7px;
    font-size: 12px;
    background: #fff;
    border-radius: 0px;
}

.quicklink-inline_icon .home-quicklink__icon img {
    width: 27px;
    margin-right: 10px;
}

.quicklink-inline_icon .home-quicklink__icon {
    margin: 0px;
}

.quicklink-inline_wrap .home-quicklink__item {
    width: calc(33.34% - 6px);
    margin: 0 8px 5px 0;
}

.quicklink-inline_wrap {
    display: flex;
    flex-wrap: wrap;
}

.quicklink-inline_wrap .home-quicklink__item:nth-child(3n+3) {
    margin-right: 0px;
}
.section-homeProduct {
    padding: 0 15px;
}
.section-homeProduct .price span {
    /*color: #777;*/
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.section-homeProduct .content .header span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-homeProduct .content {
    min-height: 0px;
}

.section-homeProduct .shophub.card {
    /* flex: 1; */
     width: 100% !important; 
    margin: 0px;
    /* width: 50%; */
    /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d561; */
    border-radius: .28571429rem;
    min-height: 0;
    background: #fff;
    padding: 0;
    border: 1px solid #eee;
    /* margin: .875em .5em; */
    overflow: hidden;
}

.section-homeProduct .card {

    /* flex: 1; */
    width: calc(50% - 1em) !important;
    margin: 0px;
    width: 50%;
    /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d561; */
    border-radius: .28571429rem;
    min-height: 0;
    background: #fff;
    padding: 0;
    border: 1px solid #756227;
    margin: .875em .5em;
    overflow: hidden;
}

.section-homeProduct .cards {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    margin: 0 -5px 10px;
    padding: 0px;
    background: none;
    border: 0px;
}

.section-homeProduct .content .header {
    font-weight: bold;
    font-size: 13px !important;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 43px;
}

.section-title {
    /* text-align: center; */
    margin-bottom: 20px;
    background: #eee;
    padding: 10px 24px;
    border-radius: 33px;
    position: relative;
}

.section-title i {
    position: absolute;
    right: 13px;
}

.section-title a:hover {
    color: #dd4b39;
}

/*end*/
.profile-box {
    position: relative;
    /* border: 2px solid transparent; */
    /* box-shadow: 0px 0px 10px 5px #0000001f; */
    display: flex;
    margin: auto;
    /* overflow: hidden; */
    border-radius: 100%;
    /* padding-top: 70px; */
    width: 50px;
    height: 50px;
    flex: 1;
    background: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 99.77%);
    align-items: center;
    justify-content: center;
}

.profile-box img {
    /* max-width: calc(100% + 40px); */
    /* position: absolute; */
    /* top: -3px; */
    /* left: -1px; */
    width: 40px;
}

.profile-id * {
    font-weight: normal;
    display: block;
}

.profile-id span {
    font-size: 12px;
    color: #f1f1f1;
    margin-top: 5px;
}

.profile_icon-wrap {
    justify-content: flex-start !important;
}

.profile-icon_link {
    text-align: center;
    color: #f1f1f1;
    font-weight: normal;
}

.profile-icon_link span {
    margin-top: 7px;
    display: block;
    font-size: 14px;
}

.qr-link {
    display: table;
    margin: auto;
    padding: 20px;
}

.qr-link__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    color: #084b61;
}

.qr-link__item h3 {
    margin: 0px;
    color: #084b61;
}

.ads-wrap {
    background: #f1f2f4;
}

.home {
    background: #13161c;
}

.home-quickline__item img, .home-quickline__item a {
    display: block;
    text-align: center;
}

.home-quickline__item img {
    margin: 5px auto;
}

.row.home-quickline a {
    padding: 0px;
}

.row.home-quickline .row {
    padding: 0px;
    margin: 0px;
}

.row.home-quickline {
    padding: 20px 0px;
    /* border-top: 1px solid #f1f2f4; */
}

.ads {
    margin: 0px 20px;
}

.home-dashboard .crypto-card_header {
    text-align: center;
}

.home-dashboard .profile-bg {
    display: block;
    padding-top: calc(40% + 8px);
    max-width: 40%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: calc(-40% - 8px);
    background: linear-gradient(to bottom, #e9af48, #ffffa5, #fffffd, #ffffa5, #e9af48);
    border-radius: 100%;
}

.home-dashboard .profile-box {
    position: relative;
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px 5px #0000001f;
    display: block;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    padding-top: 40%;
    max-width: 40%;
    width: 100%;
    height: 100%;
}

.home-dashboard .profile-box img {
    position: absolute;
    top: 0px;
    width: calc(100% + 10px);
    left: -5px;
}

.home-profileName h3 {
    font-size: 22px;
    font-weight: normal;
    color: #222;
    text-align: center;
    margin-bottom: 0px;
}

.home-profileName {
color: #999;
    text-align: right;
    font-weight: normal;
    background-color: white !important;
    padding: 13px 20px;
    border-radius: 0px !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    /* border: 1px solid #7354bc; */
    border-radius: 5px;
}

.home-dashboard a.gold-button i.fa-qrcode {
    display: inline-block;
    font-size: 100px;
    height: 80px;
}

.home-dashboard a.gold-button .gold-button__text {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 15px 0px 0px;
}

.home-dashboard a.gold-button .gold-button__text span {
    display: block;
    font-size: 16px;
}

.home-dashboard a.gold-button .gold-button__text .zh-text {
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
}

.home-dashboard a.gold-button {
    padding: 10px;
    display: block;
    letter-spacing: 3px;
}

.home-dashboard .gradient_border_submit {
    padding: 1px;
    width: auto;
    min-width: 200px;
    float: none;
    display: table;
    background: linear-gradient(to bottom, #e8ad46, #fffffa, #e8ad46);
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #00000033;
    margin: auto;
}

.home-profileDetails {
    text-align: center;
    color: #222;
    font-size: 16px;
}

.hp-item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hp-item {
    margin: 5px 0px;
    font-weight: normal;
    padding: 0 6px;
    /* width: calc(35.34% - 20px); */
    flex: 1;
    position: relative;
        margin: 0 20px;
}

.hp-item span {
     background: rgb(255 255 255 / 85%);
    min-width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px 6px;
    border: 1px solid #2b2f362e;
    font-size: 16px;
    text-align: left;
}

.hp-item span:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 12px;
    height: 3px;
    width: 26px;
    background: #eab91f;
    border-radius: 21px;
}

.hp-item small {
    color: #8c95a5;
    font-weight: normal;
    font-size: 14px;
}

/*
home search animation
 */
.search-wrapper {
    height: 30px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    padding: 5px 10px;
}

.search-wrapper:before {
    content: "\f1ea ";
    font-family: fontawesome;
    position: relative;
    top: -1px;
    /* left: 6px; */
    color: #eab91f;
    margin-right: 10px;
    line-height: 24px;
}

.search-wrapper input {
    background: #eee;
    border: 0px;
    padding: 10px;
    width: 100%;
    border-radius: 7px;
}

.cd-headline.slide {
    width: calc(100% - 50px);
    display: block;
    color: #f1f1f1;
    font-size: 12px;
    overflow: hidden;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    #f1f1f1-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

a.search-more {
    margin-left: auto;
    margin-right: 0px;
    color: #eab91f;
    position: relative;
    top: -1px;
    line-height: 26px;
}

/*
home button animation
 */
.scale-up-center {
    display: block;
    -webkit-animation: scale-up-center 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) infinite alternate-reverse backwards;
    animation: scale-up-center 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) infinite alternate-reverse backwards;
    background: transparent;
    width: 54px;
    height: 54px;
    border-radius: 90px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    /* box-shadow: 0px 0px 10px -5px #f39c12; */
    border: 2px dashed #7253bb;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
dashboard winner
 */
.winner-title {
    background: url("../files/images/02-01-home-wintitle.png") no-repeat;
    background-size: 100%;
    min-height: 111px;
    position: relative;
}

.winner.home-profileName {
    background: #7069e7 url(images/02-01-home-winmoney.png) center;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.winner-title h3 {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    color: #f1f1f1;
}

span.winner-subtitle {
    font-weight: bold;
    color: #f1f1f1;
    font-size: 20px;
}

.winner .hp-item small, .winner .hp-item {
    color: #f1f1f1;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
    display: inline-block;
    /*padding: .2em 0;*/
    color:#222;
    line-height: 23px;
}

.cd-headline.slide .cd-words-wrapper {
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/*
dashboard tab
 */
#home_menuTab ul.tabs {
    margin: 5px auto;
    padding: 0px;
    list-style: none;
    background: transparent;
    border-radius: 5px !important;
    display: flex;
    width: calc(100% - 40px);
    margin-left: auto;
    border: 1px solid #eab91f;
}

#home_menuTab ul.tabs li {
    background: #13161c;
    color: #222;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    flex: 1;
}

#home_menuTab ul.tabs li.current {
    background: #eab91f;
    color: #13161c !important;
    padding: 5px;
}

#home_menuTab .tab-content {
    display: none;
    -webkit-animation: fadeUp .8s linear alternate;
    animation: fadeUp .8s linear;
    border-radius: 5px;
}

#home_menuTab .tab-content.current {
    display: inherit;
}

#home_menuTab ul.tabs li a {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: none;
}

#home_menuTab ul.tabs li.current a {
    color: #13161c;
}

@-webkit-keyframes fadeUp {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*
dashboard game
 */
.dashboard-game {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.dashboard-game h2 {
    font-weight: bold;
}

.dg-slide-wrapper {
    display: table;
}

.dg-slide-item {
    width: 30vw;
}

.dg-slide .slick-slide {
    opacity: 1 !important;
}

.dg-slide .item-inner {
    border-radius: 4px;
    padding: 15px 17px;
    margin-right: 20px;
    height: 123px;
    text-align: center;
    color: #fff;
    position: relative;
    background: #fff;
    border: 1px solid #756227;
}

.dg-slide .item-text {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: normal;
    color: #f1f1f1;
}

.dg-slide .item img {
    max-width: 70px;
}

/*
* 12.0 Scan Qr Code Page
 */

.button-transparent-bg .color-text a {
    color: #FFEB3B !important;
}

.qrcode-wrapper {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.qrcode {
    width: 80%;
    padding: 20px;
    margin: auto;
    position: relative;
}

.qrCode-bottom-nav .next_toggle a {
    color: #f1f1f1 !important;
}

.nav-md .container.body .right_col.qrCode {
    -webkit-mask-image: none;
}

.top-left:after {
    content: "";
    border-left: 5px solid #777;
    height: 30px;
    display: block;
}

.top-left:before {
    content: "";
    border-top: 5px solid #777;
    width: 40px;
    display: block;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.top-right:after {
    content: "";
    border-right: 5px solid #777;
    height: 30px;
    display: block;
}

.top-right:before {
    content: "";
    border-top: 5px solid #777;
    width: 40px;
    display: block;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.bottom-right:before {
    content: "";
    border-right: 5px solid #777;
    height: 30px;
    display: block;
}

.bottom-right:after {
    content: "";
    border-bottom: 5px solid #777;
    width: 40px;
    display: block;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bottom-left:before {
    content: "";
    border-left: 5px solid #777;
    height: 30px;
    display: block;
}

.bottom-left:after {
    content: "";
    border-bottom: 5px solid #777;
    width: 40px;
    display: block;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

h3.qrcode__text {
    text-align: center;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
}

/*
* 13.0 tab transaction
 */
.buyPage-subtitle p {
    flex: 1;
    color: #101010;
    font-weight: bold;
}

.buyPage-subtitle {
    display: flex;
    padding: 10px 0px;
    /* border-bottom: 2px solid #777; */
    font-size: 18px;
    background: #eab91f;
    color: #13161c;
}

.amount-button a.button-item {
    min-width: 0px;
    text-align: center;
    margin-bottom: 10px;
    padding: 2px 5px;
    display: block;
}

.amount-button .col-xs-4 {
    padding: 0px 3px;
}

.amount-button .button-item {
    border-radius: 5px !important;
    background: #ccc;
    color: #fff;
    font-size: 20px !important;
    width: auto;
    min-width: 200px;
    border: 0px solid #084b61;
    margin: 0px;
    /* font-weight: bold; */
}

.amount-button a.button-item.active {
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #010101;
    border: 0px;
}

.float-tabText-right {
    position: absolute;
    right: 20px;
    bottom: 12px;
    font-size: 20px;
}

.tab-content.orderConfirmTab .sub-tab-wrapper .tab-content {
    height: auto;
    -webkit-mask-image: none;
    padding: 0px;
    overflow-y: auto;
}

table.tab-without-profile {
    width: 100%;
    background: #fff;
    /* border-radius: 5px !important; */
    overflow: hidden;
}

table.tab-without-profile td {
    /* font-weight: bold; */
    text-align: center;
    /*color: #f1f1f1;*/
    background: #fff;
}

table.tab-without-profile tr {
    border-bottom: 1px solid #ddd;
}

.log th:after {
    height: 50%;
    position: absolute;
    width: 1px;
    background: #084b61;
    right: 0px;
    top: 25%;
}

.log th {
    position: relative;
    text-align: center;
    color: #13161c;
    /* font-weight: normal; */
}

.log th:last-child:after {
    display: none;
}

.log thead {
    /* background: linear-gradient(to right, #4073ff, #4186ff); */
    background-color: #eab91f;
    background: url(images/14-01-cryptobg.png) #242938;
    background-position: center;
    background-size: cover;
}

.log tfoot th {
    color: #f1f1f1;
}

.amount-button {
    display: table;
    /* background: #f1f1f1; */
    padding: 10px 10px 0px;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

ul.dropdown-menu:after, .dropdown-menu:before {
    bottom: 100%; /* left: 50%; */
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #88b7d5;
    border-width: 30px;
    margin-left: -30px;
}

.dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f1f1f1;
    border-width: 12px;
    right: 14px;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #999;
    text-align: center;
}

.country_wrapper input {
    background: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    color: #f1f1f1;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.country_wrapper input::placeholder {
    color: #65707f;
}

textarea#textarea::placeholder {
    color: #65707f;
}

/*
* 14.0 Wallet page
 */
.full-width-box {
    width: 100%;
    display: block;
    /* background: #f1f1f1; */
    border-bottom: 1px solid #ccc;
}

p.subtitle {
    color: #222;
    display: block;
    padding: 10px 20px;
    margin: 0px;
}

.wallet-tab {
    display: flex;
    padding: 0 10px;
    margin: 0 -15px;
}

.wallet-tab img {
    width: 40px;
    display: block;
    margin: auto;
}

.wt-item {
    background: #fff;
    padding: 5px 10px 10px;
    flex: 1;
    display: block;
    text-align: center;
    margin: 0 10px 10px;
    border-radius: 5px;
    /* color: #42454e; */
}

/*
*16.0 account page
 */

 .my-account .form-style .form-group {
    padding:0 15px;
 }

.my-account .badger-accordion__panel-inner {
    padding: 10px;
}

.my-account .badger-accordion__panel-inner a {
    margin-bottom: 10px;
    padding: 5px 20px;
    display: block;
    border: 1px solid #eee;
    background: #f1f1f1;
    /* color: #f1f1f1 !important; */
    border-radius: 20px;
}

.my-account .profile-box {
    max-width: 40%;
    padding-top: 40%;
}

.my-account .profile-bg {
    padding-top: calc(40% + 4px);
    margin-bottom: calc(-40% - 4px);
    max-width: 40%;
}

.account-quicklink__item {
    border-bottom: 1px solid #73737333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
    background: white;
}

.account-quicklink__item a {
    flex: 9;
}

.account-quicklink__item i {
    font-size: 14px;
    color: #eab91f;
    top: 0px;
    position: relative;
}

.account-quicklink__item dl.language-badger .badger-accordion__trigger-title {
    font-weight: normal;
}

.account-quicklink__item dl.language-badger {
    padding: 10px 0px 7px;
}

.account-quicklink__item dl.language-badger .badger-accordion__trigger-title .iconfont {
    margin-right: 8px;
}

dl.language-badger .badger-accordion__trigger {
    border: 0px !important;
}

.account-quicklink__icon .iconfont {
    font-size: 18px;
}

.account-quicklink::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.account-info {
    display: flex;
    width: 100%; /* padding: 20px; */
    align-items: center;
    justify-content: center;
}

.profile-box-wrap {
    flex: 2;
    padding: 0 10px;
}

.profile-box .iconfont {
    font-size: 33px;
    text-align: center;
    top: 1px;
    position: relative;
    text-shadow: 0 0 4px #777 !important;
}

.profile-box:before {
    content: "";
    border: 1px solid #ffffff24;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 100%;
}

.profile-id {
    flex: 6;
    padding: 10px;
    font-weight: bold;
}

.profilePic-edit {
    flex: 4;
}

.profilePic-edit button {
    background: #13161c;
    border: 1px solid #eab91f;
    color: #f1f1f1;
    padding: 10px 21px;
    border-radius: 27px;
    display: table;
    font-weight: normal;
    font-size: 14px;
}

.account-quicklink__icon {
    flex: initial;
    padding: 10px;
    background: #777;
    margin-right: 10px;
}

.account-quicklink__icon img {
    margin: auto;
    display: block;
    width: 24px;
    height: 24px;
}

.account-quicklink__item:after {
    display: block;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    height: 2px;
    right: 0;
    border-bottom: 2px dotted;
}

.account-quicklink__item a.text-right {
    padding: 10px 22px;
    flex: initial;
}

.my-account .badger-accordion__trigger {
    border-radius: 20px !important;
    padding: 10px 20px;
}

.my-account .badger-accordion__panel {
    background: transparent;
    border-radius: 20px;
}

/*
*16.1 account change picture
 */
dl.language-badger {
    width: 100%;
    text-align: left;
    margin: 0px;
}

dl.language-badger .badger-accordion__trigger {
    background: transparent;
    box-shadow: none;
    padding: 0 10px;
}

dl.language-badger .badger-accordion__trigger img {
    margin-right: 7px;
    width: 24px;
}

dl.language-badger .badger-accordion__trigger-icon {
    right: 1px;
}

dl.language-badger .badger-accordion__trigger-icon:before, dl.language-badger .badger-accordion__trigger-icon:after {
    background: #f1f1f1;
    height: 2px;
}

dl.language-badger .badger-accordion__trigger-title {
    color: #fff;
}

/*
16.3 account bank
 */
.bank-wrap a {
    color: #fff;
}

.bank-wrap__item.cmb {
    /*background: url(images/cmb-bg.png) #c74f58;*/
    /*background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: 80%;*/
    background: white;
}

.bank-wrap__item {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: unset;
    width: 100%;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.bank-wrap__icon {
    flex: 2;
}

.bank-wrap__text {
    flex: 8;
    color: #222;
}

.bank-wrap__text p {
    margin: 0px;
}

.bank-wrap__text h3 {
    font-family: "farrington";
}

.bank-wrap__item.ccb {
    background: url(images/ccb-bg.png) #40659c;
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: 80%;
}

.bank-wrap__option {
    position: absolute;
    width: 70px;
    right: -70px;
    top: 0;
    height: 100%;
}

.cmb .bank-wrap__option {
    background: #c74f58;
}

.bank-wrap__option-item {
    height: 40%;
    line-height: 47px;
    text-align: center;
    margin: 13% 0px;
    background: #eee;
    color: #222;
}

.bank-wrap__option-item.red {
    background: #777;
    color: #f1f1f1;
    border-color: transparent;
}

.bank-wrap__item.bank-wrap__fa.bank-wrap__faOpen {
    margin-left: -70px;
    overflow: visible;
}

.ccb .bank-wrap__option {
    background: #40659c;
}

small.attention {
    margin-bottom: 10px;
    display: block;
    padding: 0px 10px;
}


small.attention_w_wrap {
    background: #eab91f;
    padding: 8px 14px;
    display: block;
    margin: 0 0 10px;
    border-radius: 2px;
    color: #13161c;
    /* border: 1px solid #756227; */
    font-weight: bold;
}

small.attention_w_wrap i {
    color: #DF4646;
    margin-right: 4px;
}

.form-style select, .form-style input, .city-picker-span {
    flex: 2;
}

.form-style select {
    border: 0px;
    font-size: 16px;
    color: #999999;
    margin-left: -3px;
    background: #eee;
    width: 100%;
    padding: 10px;
}

.default-chkbox {
    margin: 10px 0px;
}

.default-chkbox label {
    width: 100%;
    display: flex;
    align-items: center;
}

/*
account upgrade
 */
.status-current {
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    margin: auto;
    position: relative;
    background: url(images/14-01-cryptobg.png) #242938;
    background-position: center;
    background-size: cover;
}

.status-name {
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.status-name h3 {
    margin: 0;
    color: #222;
    font-size: 22px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.status-current i {
    font-size: 115px;
    color: #f1f1f1;
    position: absolute;
    opacity: 0.3;
    top: 12px;
}

.status-name h3 i {
    font-size: 20px;
    position: relative;
    top: 0px;
    color: #13161c;
    opacity: 1;
    margin: 0 10px;
}

.status-name h3 span {
    text-align: left;
    color: #13161c;
    word-break: break-all;
}

.status-name h3 i:before {
    position: relative;
    left: -2px;
    top: 0px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    line-height: 26px;
    text-indent: 1px;
    border: 2px solid #13161c;
}

.rulelist {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    border-bottom: 1px solid #756227;
}

.rulelist span {
    margin-left: 10px;
    color: #f1f1f1;
    font-size: 16px;
}

.rulelist i {
    border-radius: 20px;
    color: #eab91f;
    margin-right: 10px;
}

.rulelist.unfullfill i {
    background: #ccc;
}

.rulelist:last-child {
    border: 0px;
}

.nocheck-rule {
    width: 14px;
    margin-right: 10px;
}

.customRadio_box .header {
    font-size: 16px;
}

.customRadio_box {
    padding-left: 30px;
}

.customRadio_box .price span {
    font-size: 17px;
    display: block;
    color: #777;
    font-weight: bold;
}

ul.customRadio li.customRadio-upgrade .check {
    top: 14px;
    left: 10px;
    position: absolute;
    background: #f1f1f1;
    border-color: #ccc;
}

ul.customRadio li.customRadio-upgrade input[type=radio]:checked ~ .check {
    border: 2px solid #777;
}

span.upgrade-productID {
    font-size: 13px;
    color: #999;
}

li.customRadio-upgrade .price {
    margin: 0px;
}

li.customRadio-upgrade {
    text-align: center;
}

li.customRadio-upgrade label {
    margin: 0px;
}

/*
account - faq
 */
.faq-wrap .badger-accordion__trigger {
    padding: 10px 20px;
    margin: 0px;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee1f;
}

/*
* 18.0 Order Page
 */
.button-solid-bg .next_toggle a {
    color: #13161c !important;
}

/*
19.0 account address page
 */

.label-cbx .checkbox svg polyline {
    stroke: #777;
}

.address-item {
    padding: 10px 20px;
    margin: 0 20px 10px;
    border: 1px solid #eab91fa3;
    border-radius: 5px;
    font-weight: normal;
    font-size: 13px;
    background: url(images/14-01-cryptobg-small.jpg);
    background-position: top;
    background-size: cover;
    color: #f1f1f1;
}

.address-item .title {
    color: #f1f1f1;
}

.address-action {
    margin-left: auto;
}

.add-item_header {
    display: flex;
}

.address-action button {
    background: #fff;
    border: 0;
    margin: 0px;
    border-radius: 22px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    color: #9E9E9E;
}

.address-action span {
    color: #f1f1f1;
}

.address-action span.add-default_action {
    color: #717782;
}

.address-label  {
    position: absolute;
    right: -10px;
    top: 11px;
    background: #8c95a5;
    min-width: 30px;
    padding: 6px 10px;
    color: white;
    border-radius: 5px;
}

/*
*19.1 city picker
 */
.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* border-bottom: 2px dotted #101010; */
    background-color: #eee;
    color: #101010;
    cursor: pointer;
    flex: 2;
    padding: 0 10px;
}

.city-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    background: url(../images/drop-arrow.png) -10px -25px no-repeat;
}

.city-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.city-picker-span > .title > span {
    color: #333;
    padding: 5px;
    border-radius: 3px;
}

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    width: 315px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
}

.city-select-tab {
    border-bottom: 1px solid #f1f2f4;
    background: #f1f2f4;
    font-size: 13px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #f1f2f4;
    border-bottom: 1px solid transparent;
    color: #333;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: linear-gradient(to right, #4073ff, #4186ff);
    border-bottom: 1px solid #f1f2f4;
    color: #222;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #777;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #222;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    #f1f1f1-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #777;
    cursor: pointer;
}

.city-select a:hover, .city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #101010;
    color: #fff;
    border-radius: 2px;
}

.city-picker-span .placeholder {
    font-size: 14px;
    color: #65707f !important;
}

/*
*20.0 Switch Button
 */
.switch {
    position: relative;
    display: inline-block;
    top: -3px;
    width: 104px;
    height: 41px;
    float: right;
    border: 5px solid #1010101f;
    border-radius: 20px;
}

.switch input {
    display: none;
}

.slider-c {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: 3px solid #101010;
}

.slider-c:before {
    position: absolute;
    content: ".....";
    height: 27px;
    width: 50px;
    left: 0px;
    bottom: -1px;
    background: linear-gradient(to bottom, #505262, #272830);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 0px 5px black;
    text-align: center;
    line-height: 18px;
    color: #282931;
    text-shadow: 0px 0px 2px #2e2e2e;
}

input:checked + .slider-c {
    background-color: #48f;
}

input:focus + .slider-c {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-c:before {
    -webkit-transform: translate(38px, 0px);
    -ms-transform: translate(38px, 0px);
    transform: translate(38px, 0px);
}

input[type=checkbox]:checked ~ span.slider-c.round {
    color: #fff;
}

.slider-c.round {
    border-radius: 34px;
}

.slider-c.round:before {
    border-radius: 20px;
}

.switch-wrapper {
    width: auto;
    display: block;
    margin: auto;
    padding: 10px;
}

.slider-c.round:after {
    content: "ON";
    line-height: 24px;
    position: relative;
    left: 6px;
    opacity: 0;
    text-shadow: 0px 0px 4px #FFEB3B;
}

input:checked + .slider-c.round:after {
    opacity: 1;
}

/*
21.0 version
 */

.version-control {
    width: 60%;
    margin: auto;
    text-align: center;
}

.version-control img {
    /* height: 160px; */
    margin: auto;
    display: block;
}

.version {
    background-size: cover !important;
}

.version .page-title .title_left h3 {
    /* color: #f1f1f1; */
}

.version.right_col {
    padding: 0px !important;
    -webkit-mask-image: none !important;
}

/*
22.0 share page
 */

.form-style textarea#share-url {
    background: #eee;
    border: 0px !important;
}

.qrcode-wrapper.qrcode-share h3 {
    font-size: 19px;
    width: 54%;
}

textarea.share-url {
    padding-left: 80px !important;
    border: 0px !important;
    color: #333 !important;
    line-height: 19px !important;
}

label#fixed-label {
    position: absolute;
}

.buy-list span#copylink {
    word-break: break-all;
}

button#copy {
    background: #2383a3;
    color: #fff;
    font-size: 20px !important;
    /* width: 100%; */
    border-radius: 5px !important;
    border: 0px;
    margin: auto;
    padding: 10px;
    display: block;
    letter-spacing: 3px;
}

/*
23.0 feedback
 */

a.uploadBtn {
    display: table;
    /* border: 1px solid #222; */
    border-radius: 7px;
    padding: 10px;
    margin: 0px 10px;
    color: #fff;
    background: linear-gradient(to right, #4073ff, #4186ff);
}

a.uploadBtn span {
    display: block;
}

a.uploadBtn img {
    margin: auto;
    display: block;
}

/*
25.0 sell centre
 */
.buy-list {
    flex: 4;
    /* padding: 10px 0px; */
}

.buy-list-end {
    flex: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.buy-list-end h3 {
    font-size: 15px;
    text-align: right;
    color: #f1f1f1;
    margin: 0px;
}

.account-info.buy-list-wrap {
    padding: 0px 10px;
    font-size: 14px;
    border-bottom: 1px solid #756227;
}

.account-info.buy-list-wrap .profile-box-wrap {
    padding: 0PX;
}

.buy-list span {
    display: block;
    padding: 0px;
    color: #f1f1f1;
}

.buy-list-end span {
    display: block;
    text-align: right;
    font-size: 12px !important;
}

.buy-list-end button {
    border: 1px solid #eab91f;
    border-radius: 17px;
    background: #13161c;
    float: right;
    margin: 10px 0px;
    font-size: 14px;
    width: 100px;
    /* color: #f05654; */
    color: #fff;
    padding: 4px 0;
}

.ctc-search input::placeholder {
    color: #8c95a5;
}

.ctc-search {
    position: relative;
}

.form-group.input-icon img {
    max-width: 23px;
    margin-right: 10px;
}

.form-group.input-icon i {
    font-size: 21px;
}

.form-style .input-icon label {
    width: 30px;
}

/*
26.0 wallet-center
 */

.buy-list-end a {
    display: block;
    margin: 5px 0px;
    text-align: center;
    font-size: 14px;
}

/*
29.0 buy page
 */
.country_wrapper input {
    width: 100%;
    display: block;
    border: 0px;
}

#countryModal button {
    float: none;
    flex: 1;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
    color: #f1f1f1;
}

#countryModal .modal-header {
    display: flex;
    width: 100%;
}

#countryModal h4 {
    flex: 5;
    text-align: center;
    color: #f1f1f1;
}

#countryModal select {
    width: 50%;
    border: 0px;
    text-align: center;
}

#countryModal .modal-body {
    padding: 0px;
}

#countryModal select option {
    padding: 10px;
}

#countryModal.modal.bottom .modal-dialog {
    bottom: 0;
    position: fixed;
    width: 100%;
    margin: 0;
}

#countryModal.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

#countryModal .single-col select {
    width: 100%;
    margin: 0px;
    display: block;
    padding: 0px;
}

#countryModal .modal-content {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

input.selectedValue {
    border: 0px;
}

/*
12 product
 */
.product-list_wrap {
    padding: 0 20px !important;
}

.product-list .card {
    /* box-shadow: 0 0 10px -5px #ccc; */
}

.grid-sizer, .product-list .card {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 5px;
    /* border: 1px solid #e5ecf2; */
    margin: 0 0 20px;
}

.grid-sizer {
    border: 0px;
}

.product-list .card .content {
    min-height: 0px !important;
    color: #f1f1f1;
    line-height: 21px;
    padding: 10px;
}

.product-list .card .content .price span {
    color: #f1f1f1 !important;
    font-size: 15px !important;
    line-height: 20px;
}

.product-list .card .content .header {
    margin-bottom: 5px;
}

textarea#ProductDescription {
    line-height: 147%;
    border: 2px dotted #222 !important;
    padding: 10px;
}

.my-gallery {
    width: 100%;
    float: left;
}

.my-gallery img {
    width: 100%;
    height: auto;
}

.my-gallery figure {
    display: block;
    float: left;
    margin: 0;
}

.my-gallery figcaption {
    display: none;
}

.slider_wrap figure {
    margin: 0px;
    padding: 0px;
    height: auto;
}

.slider_wrap.productGallery__wrapper {
    top: 5px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.slider_wrap.productGallery__wrapper .slick-dots li.slick-active button:before,
.slider_wrap.productGallery__wrapper .slick-dots li button:before {
    color: #777;
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none;
    height: auto !important;
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.productitem-price-row {
    background: #13161c;
    padding: 20px 10px 10px;
    /* margin: 10px 0px; */
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 14px;
}

.productitem-price-row font {
    color: #8c95a5;
}

/*new*/
.product-dropdown {
    padding: 0 20px;
}

.product-dropdown select option {
    color: #222;
}

.product-dropdown select {
    background: #eab91f;
    color: #13161c !important;
    border: 0px !important;
    width: 100%;
    margin: auto;
    padding: 10px;
    min-width: 200px;
    font-weight: bold;
}

.product-dropdown select:focus {
    background: none;
    border: 1px solid #eab91f !important;
    /* box-shadow: 0px 0px 10px -5px #ccc !important; */
    color: #eab91f !important;
}

/*
product detail
 */
.productDesc label {
    border-bottom: 2px solid #777;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.product-price {
    background: #eee;
    padding: 10px;
    margin: 10px 0px;
}

.product-price label font {
    display: block;
}

.product-price label {
    width: 49% !important;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}

.product-price label:last-child {
    border: 0px;
}

/*
product home
 */
.product-quicklink_item .product-quicklink_img {
    background: #fe2f41;
    padding: 12px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 36px;
    margin: 0 auto 7px;
}

.product-quicklink_item {
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-quicklink {
    display: flex;
}

.product-quicklink_item:nth-child(2) .product-quicklink_img {
    background: #8b34fd;
}

.product-quicklink_item:nth-child(3) .product-quicklink_img {
    background: #00d4db;
}

.product-quicklink_item:nth-child(4) .product-quicklink_img {
    background: #3378f9;
}

.product-quicklink_item:nth-child(5) .product-quicklink_img {
    background: #ffd11c;
}

.shop-feature-product {
    display: flex;
    background: #fff;
    align-items: center;
    overflow: hidden;
}

.shop-feature-product .shop-feature-img {
    flex: 1;
    max-width: 50%;
    box-shadow: 0 0 10px -5px #ccc;
}

.shop-feature-detail {
    flex: 1;
    padding: 20px 0px;
}

.shop-feature-detail span {
    font-weight: normal;
    color: #aebac5;
    font-size: 1.2rem;
    display: block;
    margin: 9px 0px 0px;
}

.shop-feature-detail span.price {
    /* display: block; */
    color: #1e2126;
    font-size: 2rem;
    font-weight: bold;
    background: #ffc50d;
    width: 100%;
    display: block;
    padding: 5px 20px;
    margin: 10px 0;
}

.shop-feature-detail span.price strike {
    color: #6a6f77;
    font-size: 1rem;
    font-weight: normal;
    padding: 0px;
}

.shop-feature-detail sup {
    background: #fe2f41;
    color: #f1f1f1;
    padding: 3px 7px;
    border-radius: 20px;
    position: relative;
    top: -1px;
}

.shop-feature-detail * {
    padding: 0 0 0 20px;
}

.shop-user-product {
    /* background: #f1f1f1; */
    /*padding: 10px 20px;*/
    /* margin: 10px 0; */
}

.section-homeProduct .price span {
    /*color: #8c95a5;*/
    display: block;
}

.section-homeProduct .content {
    min-height: 0px;
    padding: 10px;
}

.section-homeProduct .cards:before {
    display: none;
}

h3.shop-subtitle {
    color: #222;
}

.categoryNav-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.categoryNav-grid_item {
    /* width: calc(50% - 10px); */
    text-align: center;
    /* padding: 10px !important; */
    color: #170f3e;
    /* margin: 0 10px; */
    overflow-x: hidden;
    word-break: break-word;
}
.categoryNav-grid_item span.price {
    color: #db2f2f;
    font-weight: bold;
    font-size: 16px;
}

/*.categoryNav-grid_item:nth-child(-n+3) {
    padding-top: 0px !important;
}*/

.categoryNav-grid_item input {
    background: #ffffff;
    border: 1px solid #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.categoryNav-subMenu {
    width: 100%;
    /* overflow: hidden; */
    display: flex;
    /* margin-bottom: 15px; */
    background: #dcdcdc;
    padding: 8px 6px 8px 10px;
}

.categoryNav-subMenu a {
    font-weight: normal;
    font-size: 11px;
    position: relative;
}
.categoryNav-subMenu a sup {
    font-size: 7px;
    width: 15px;
    height: 15px;
    line-height: 14px;
}
.categoryNav-subAll {
    color: #222;
    width: 50px;
    text-align: center;
    border: 1px solid #eab91f;
    background: #eab91f;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryNav-subAll_active {
    transition: all 0.3s ease-in-out;
    height: 0;
    min-height: 0;
    position: absolute;
    z-index: 9;
    background: #bdbdbd;
    top: 58px;
    overflow: hidden;
    left: 0;
    width: 100%;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 10px -5px #0000008a;
}

.categoryNav-subAll_active.hide {
    min-height: 100px;
    display: table !important;
    width: 100%;
    flex-wrap: wrap;
}

.categoryNav-subAll_active a {
    /* display: table; */
    padding: 7px 10px;
    border-bottom: 1px solid #a0a0a0;
    width: calc(33.34% - 1px);
}

.flex-infiniteWidth .dg-slide .item-inner {
    height: auto;
}

.flex-infiniteWidth a {
    display: table !important;
    min-width: 68px !important;
    padding: 10px !important;
    white-space: nowrap;
}
.flex-infiniteWidth::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #dcdcdc;
}

.flex-infiniteWidth::-webkit-scrollbar
{
    height: 4px;
    background-color: #F5F5F5;
}
.flex-infiniteWidth {
    display: flex;
    max-width: 100%;
    overflow-x: scroll !important;
    width: 100% !important;
    align-items: top;
    /* background: #170f3e; */
}
.shop-main-menu {
    background: linear-gradient(to right,#f5c80d 60%,#d89f08);
}

.shop-main-menu .categoryNav-subAll {
    background: #eee;
}

.shop-main-menu .flex-infiniteWidth::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #d89f08;
}
.shop-main-menu a {
    font-weight: bold;
        text-align: center;
    display: block;
    color: #996e1b !important;
}

.shop-main-menu .currentCategory {
    color: #222 !important;
}
.product-categoryNav ul.nav.nav-tabs li img {
    display: block;
    height: 16px;
    margin: 0 5px 0 0;
    /* filter: brightness(0.4); */
}

.product-categoryNav ul.nav.nav-tabs li {
    text-align: center;
}

.product-categoryNav ul.nav.nav-tabs li.active img {
    filter: none;
}

/*Styling Selectbox*/
.categoryNav-filter .dropdown {
    width: 300px;
    display: inline-block;
    /* background-color: #0b1521; */
    /* border-radius: 2px; */
    /* box-shadow: 0 0 2px rgb(204, 204, 204); */
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    height: 100%;
    text-align: left;
    /* border-bottom: 1px solid #7d6d48 !important; */
    margin-right: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.categoryNav-filter .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #170f3e;
}

.categoryNav-filter .dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.categoryNav-filter .dropdown:hover {
    /* box-shadow: 0 0 4px rgb(204, 204, 204) */
}

.categoryNav-filter .dropdown:active {
    /* background-color: #f8f8f8 */
    color: #ebcc80;
}

.categoryNav-filter .dropdown.active .select > i {
    transform: rotate(-90deg)
}

.categoryNav-filter .dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    background: #00050a;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.categoryNav-filter .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: 0px;
}

.categoryNav-filter .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.categoryNav-filter i {
    font-size: 20px;
    margin-right: 10px;
    color: #eab91f;
}

.categoryNav-filter {
    display: flex;
    align-items: center;
    /* background: #170f3e; */
    padding: 0 10px;
    margin: 10px 0 0;
    color: #170f3e !important;
    border-top: 1px solid #756227;
}

.categoryNav-filter button, .categoryNav-filter button i {
    margin: 0px;
}

.categoryNav-filter button {
    background: none;
    color: #eab91f !important;
    padding: 0 10px;
    border: 0px;
}

/*
product vip
 */

li.vip-item {
    list-style: none;
    border: 1px solid #4e4e4e;
    position: relative;
    width: 33%;
    display: inline-block;
    padding: 10px !important;
    border-radius: 5px;
    margin: 0 10px 0 0 !important;
    background: #f1f1f1;
    text-align: center;
    white-space: initial;
    min-height: 113px;
    vertical-align: top;
    background: url(images/14-01-cryptobg-small.jpg) !important;
    background-size: cover;
    background-position: top !important;
}

li.vip-item.current {
    /* background-color: #8862dd; */
    border-color: #eab91f;
    background: #2d2e1f !important;
    /* color: #13161c; */
}

li.vip-item .ss_active {
    background: linear-gradient(to right, #cf10ec, #6916e6);
    #f1f1f1-space: nowrap;
    overflow: hidden;
    max-width: 100px;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -25px;
    font-size: 0.7em;
    color: #fff;
    padding: 5px;
    border-radius: 22px;
}

ul.vip_list {
    width: 100%;
    padding-inline-start: 0px;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 20px;
    display: block;
}

li.vip-item .discount_price {
    color: #f1f1f1;
    font-size: 1.3em;
    text-align: center;
}

li.vip-item .txt {
    font-size: 0.8em;
    color: #f1f1f1;
    font-weight: normal;
    word-break: break-all !important;
    white-space: normal;
}

li.vip-item label {
    padding: 0px !important;
}

.vip-bottom {
    display: table;
}

.vip-benefit {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.vip-benefit .box {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    text-align: center;
    margin: 5px 5px;
    color: #f1f1f1;
}

.vip-benefit .box .vip-img {
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    background: #eab91f;
    padding: 10px;
    border-radius: 20px;
    /* flex: 1; */
    margin-bottom: 10px;
}

.vip-benefit-content .desc {
    font-size: 0.8em;
    font-weight: normal;
    color: #8c95a5;
}

.vip-benefit-content {
    padding: 0 10px;
    flex: 3;
}

.product-ads img {
    width: 100%;
}

li.vip-item label {
    color: #f1f1f1 !important;
}

/*
product category
 */
.tab-content {
    margin: 20px 0;
}

.tab-content .tab-pane {
    display: none;
    /* background-color: #fff; */
    padding: 1.6rem;
    overflow-y: auto;
}

.tab-content .active {
    display: block;
}

.product-categoryNav .tabs-left {
    flex: 1;
    position: fixed;
    background: #ffffff;
    height: 100vh;
    top: 50px;
    width: 105px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
}

.product-categoryNav .tab-content {
    flex: 2;
    margin: 20px 0px 0px 105px;
    font-size: 13px;
    position: relative;
    width: calc(100% - 119px);
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.product-categoryNav ul.nav.nav-tabs {
    width: 100%;
    background: transparent;
    border-radius: 0px !important;
}

.product-categoryNav ul.nav.nav-tabs li {
    background: #ffffff;
    border-radius: 0px !important;
    padding: 10px 0px;
}

.product-categoryNav ul.nav.nav-tabs li a {
    color: #222;
    text-align: left;
    display: flex;
    padding: 0px 7px;
    align-items: center;
    font-size: 12px;
}

.categoryNav-item span {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #170f3e;
    margin: 4px 0px;
}

.productCategory .home-search {
    padding: 10px;
    position: fixed;
    width: 100%;
    background: #4183ff;
    z-index: 999;
    background: url(images/14-01-cryptobg.png) #242938;
    background-position: center;
    background-size: cover;
    left: 0;
}

.product-categoryNav ul.nav.nav-tabs li.active a {
    color: #1e2126 !important;
    font-weight: bold !important;
}

.product-categoryNav ul.nav.nav-tabs li.active {
    background: #eab91f;
}

.home-search .input input::placeholder {
    color: #65707f !important;
}

.home-search .input i {
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 8px;
    right: 12px;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    /* opacity: .5; */
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #222;
}

.home-search .input {
    width: 100%;
    position: relative;
}

.home-search .input input {
    background: #fff !important;
    border: 1px solid #f6e7ff94;
    font-weight: bold;
    border-radius: 22px;
    width: 100%;
    padding: 6px 20px;
    margin: 0;
    display: block;
}

.productCategory .home-search .search {
    margin: auto;
}

.product-categoryNav {
    background: #f1f1f1;
}

.productCategory {
    background: #f1f1f1 !important;
}

/*
cart
 */
 .cart-product {
    background: white;
    border-radius: 10px;
}


.cart-product_item {
    display: flex;
    padding: 10px 0;
}

.cart-product_item label {
    display: flex;
    margin-left: -30px;
    padding-left: 40px;
    position: relative;
    width: 100%;
}

.cart-product_image {
    /* flex: 1; */
}

.cart-detail {
    flex: 2;
    margin: 0 0 0 20px;
}


.cart-product_image img {
    border-radius: 6px;
    max-height: 70px;
}

.cart-detail h5 {
    margin-top: 0px;
    color: #434d56;
}

.price * {
    /* display: block; */
    color: #db2f2f;
    font-size: 1em;
    line-height: 1.1em;
}

.price strike {
    font-size: 11px;
    font-weight: normal;
    color: #999;
}

.sub-cart-detail {
    display: flex;
    align-items: center;
}

.sub-cart-detail .price {
    flex: 2;
}

.sub-cart-detail .quantity {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sub-cart-detail .quantity button {
    border: 0px;
    background: #f1f1f1;
    margin: 0px;
    border: 1px solid #ddd;
    width: 26px;
    border-radius: 6px;
    /* background: #e8e5e5; */
    color: #434d56;
}

.sub-cart-detail .quantity input {
    text-align: center;
    border-radius: 5px;
    border: 0px solid #ccc;
    padding: 4px;
    opacity: 1;
    position: relative;
    width: 47px;
    height: 31px;
    background: none;
    color: #abadaf;
}

.sub-cart-detail .quantity button:focus {
    background: #eee;
}

.cart-product_item input {
    opacity: 0;
    /* visibility: hidden; */
    position: absolute;
    display: block;
    z-index: 9;
    width: 40px;
}

.cart-product_item input:checked ~ .check,
.cart-select-all input:checked ~ .check {
    border-color: #4183ff;
    box-shadow: 0px 0px 0px 15px #4183ff inset;
}

.cart-product_item input:checked ~ .check::after,
.cart-select-all input:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
}

.cart-product_item .check,
.cart-select-all .check {
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    background-color: #f5f5f5;
    border: 2px solid #d0d0d0;
    box-shadow: 0px 0px 0px 0px #00ea90 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.cart-product_item .check::after,
.cart-select-all .check::after {
    content: "\f00c ";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    /* background-image: url("http://moiza.ir/checkmark.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    transition-delay: 0.2s !important;
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
    font-family: fontawesome;
    color: #f1f1f1;
    line-height: 17px;
    font-size: 11px;
    text-align: center;
}

.cart-select-all {
    display: flex;
    font-size: 12px;
    font-weight: normal;
    flex: 1;
    position: relative;
    flex-wrap: wrap;
}

.cart-select-all .check {
    margin-right: 7px;
}

.cart-select-all.showDelete button {
    display: block;
}

.checkout-bar {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #fdfdfd;
    padding: 12px 10px !important;
    z-index: 9;
}

.checkout-total {
    flex: 3;
    text-align: right;
    margin-right: 10px;
    color: #434d56;
}

.checkout-total * {
    display: block;
}

.checkout-total span {
    font-size: 12px;
    font-weight: normal;
    color: #777;
}

.checkout-total .total {
    font-size: 15px;
}

.checkout-total .total span {
    font-size: 20px;
    display: inline;
}

.checkout-total strong span {
    color: #222 !important;
    font-weight: bold;
}

.cart-select-all label {
    margin-left: -9px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    color: #434d56;
}

.cart-select-all input {
    display: block;
    opacity: 0;
    position: absolute;
    left: -2px;
    width: 22px;
    z-index: 9;
    height: 15px;
    top: -4px;
}

.checkout-bar .btn {
    background: #eab91e;
    border: 0px;
    flex: 1;
    font-size: 19px;
    padding: 5px 8px;
    display: block;
    border-radius: 5px;
}

.cart-voucher {
    display: flex;
    padding: 10px;
    /* margin-bottom: 100px; */
}

.cart-voucher input {
    flex: 4;
    margin: 0px 5px 0 0;
    background: #fff;
    border: 0px !important;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    padding: 8px 20px;
}

.cart-voucher button {
    flex: 1;
    margin: 0px !important;
    display: block;
    padding: 0px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    background: #FFC107 !important;
    border-radius: 5px;
    color: #393939 !important;
}

.cart-voucher input::placeholder {
    color: #65707f;
}

.cart-voucher input:focus {
    border: 1px solid #cccc !important;
    background: #fff !important;
}

button.delete-product {
    /* position: absolute; */
    /* right: 0; */
    background: #bdbcbc70;
    color: #222;
    border: 0px;
    border-radius: 6px;
    /* width: 25px; */
    /* height: 25px; */
    flex-shrink: 0;
    padding: 5px 20px;
    margin: 0px 0px 0px 24px;
}

.cart-select-all button.delete-product {

    display: none;
}

button.delete-product i {
    position: relative;
    top: -1px;
}

.cart-detail button.delete-product {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    background: #eab91e;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-left: auto;
    display: flex;
    width: 100px;
    justify-content: center;
    border-radius: 4px;
}

.cart {
    margin-bottom: 20vh;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.form-sub-title {
    background: #f6f7fa;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #6c778e;
    border: 1px solid #e8ebf2;
}

div#dvReceiver label {
    color: #747f95;
    padding-left: 10px;
}

/*
myorder
 */

.buy-list-wrap {
    padding: 0px 10px;
    font-size: 14px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.myorder .profile-box img {
    position: relative;
}

.myorder .profile-box {
    border-radius: 0px;
    width: auto;
    padding: 0px;
}

.myorder .profile-box-wrap {
    /* flex: 4; */
    padding: 0px 10px;
}

.myorder.buy-list-wrap {
    align-items: normal;
    background: #eee;
    padding: 10px;
}

.myorder .buy-list {
    padding: 0px;
}

.myorder .buy-list ul {
    padding: 0px;
}

.myorder .buy-list ul li {
    list-style: none;
}

.myorder .buy-list-end button {
    margin: 2px 0px;
}

button.green-btn {
    border: 0px;
    background: #4CAF50;
    color: #fff;
}

button.red-btn {
    background: #f05654;
    color: #fff;
}

.myorder ul.nav.nav-pills {
    display: flex;
}

.myorder ul.nav.nav-pills li a {
    background: white !important;
    border: 0px;
    color: #434d56;
    padding: 10px;
    border-radius: 0px;
}

.myorder ul.nav.nav-pills li.active a {
    color: #434d56;
    border-bottom: 2px solid #eab91f;
}

.myorder .nav-pills > li {
    background: transparent;
}

.myorder-icon {
    background: #4183ff;
    display: block;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100%;
    margin: auto;
}

.myorder .tab-content .tab-pane {
    background: transparent;
    text-align: center;
}

.myorder .tab-content .tab-pane h4 {
    font-weight: bold;
}

.orderlist-table dt {
    background: #ffffff;
    padding: 10px;
    border-radius: 4px !important;
    /* border: 1px solid #eee; */
    display: block;
    margin-bottom: 10px;
}

.orderlist-table a.btn {
    display: block;
    color: #13161c;
}

.orderlist-table tbody {
    width: 100%;
}

.orderlist-table table {
    margin: 0px;
}

.orderlist-table table td {
    padding: 0px !important;
}

.orderlist-table .badger-accordion__trigger-title * {
    flex: 1;
}

.orderlist-table .badger-accordion__trigger-title {
    display: flex;
    width: 100%;
    color: #434d56;
    line-height: 143%;
}

.orderlist-table .badger-accordion__trigger {
    background: transparent;
    border: 0px;
    box-shadow: none;
    color: #222;
    padding: 0px;
    margin: 0px;
}

.orderlist-table .badger-accordion {
    margin: 0px;
}

.orderlist-table .badger-accordion__panel {
    background: #f7e5e500;
    background: #f1f1f1 !important;
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.orderlist-table .badger-accordion__panel .badger-accordion__panel-inner {
    padding: 10px;
    color: #222;
}

.orderlist-table .badger-accordion__panel .badger-accordion__panel-inner img {
    padding-right: 10px;
    display: block;
}

.orderlist-table .badger-accordion__panel .badger-accordion__panel-inner span {
    display: block;
}

.orderlist-table .badger-accordion__panel .badger-accordion__panel-inner span.price {
    color: #da1b4f;
}

.orderlist-file-input {
    display: inline-block;
    text-align: left;
    background: #ffffff;
    padding: 10px;
    width: 100%;
    position: relative;
    border-radius: 3px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #e8ebf2;
    /* border-radius: 5px; */
}

.orderlist-file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.orderlist-file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #eab91f;
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 8px;
    box-shadow: none;
    border: 0px;
    color: #f1f1f1;
    font-weight: normal;
}

.orderlist-file-input:hover > .button {
    background: #4181ff;
    color: #f1f1f1;
}

.orderlist-file-input > .label {
    color: #333;
    #f1f1f1-space: nowrap;
    opacity: .3;
    position: relative;
    top: 0px;
    background: none;
    border: 0px;
    height: auto;
    padding: 0px;
    line-height: 0px;
    right: auto;
}

.orderlist-file-input.-chosen > .label {
    opacity: 1;
}

.orderlist-file-input > .label:after, .orderlist-file-input > .label:before {
    display: none;
}

/*
new product
 */
.browse-qr span,
.browse span {
    color: #f1f1f1;
}

.browse, .browse-qr {
    background: linear-gradient(to right, #4073ff, #4186ff);
    padding: 10px 20px;
    margin: auto;
    border-radius: 10px;
    display: table;
}

.browse img, .browse-qr img {
    width: 50px;
    margin: auto;
    display: block;
}

.browse span,
.browse-qr span {
    display: block;
    color: #f1f1f1;
}

.noflex .form-group {
    display: block;
}

.upload-btn {
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #fff;
    padding: 10px;
    margin: 5px;
    font-size: 11px;
    border-radius: 5px;
}

.upload-btn i {
    display: block;
    font-size: 31px;
}

.mart-form .input-prepend-append {
    display: inline-block;
    margin: 0px 10px;
}

.mart-form .input-prepend-append button {
    border-radius: 20px;
    margin: 0px;
    width: 34px;
    line-height: 5px;
}

.mart-form .input-prepend-append input {
    background: #fbfbfb;
    color: #222;
    border: 2px solid #777;
    position: relative;
    top: 1px;
}

/*
105-01-02-yellow cards
 */
.card {
    margin: 20px 0;
        background: none;
    border: 0;
}

.card-image {
    border-radius: 20px;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 10px -5px #ccc;
}

.card .title {
    font-size: 19px;
    text-align: center;
    display: block;
}

.card-content {
    background: #eab91f;
    width: 80%;
    margin: -69px auto 0;
    z-index: 99;
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 0px 10px -5px #909090;
    padding: 20px;
    color: #222;
}

.card-inner-content .card-content {
    top: 30px;
}

.card-content .desc {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: normal;
    margin-top: 5px;
    padding-top: 12px;
    border-top: 1px solid #fafafa3d;
}

.card .date {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    line-height: 36px;
}

.card .date i {
    color: #eab91f;
}

.card-yellowNotice {
    padding: 10px 20px;
}

.announcement-board .badger-accordion__trigger-title {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}

.announcement-board .badger-accordion__trigger {
    box-shadow: none;
    border-bottom: 0px solid #eee;
    padding: 3px 10px;
}

button {
    font-family: "microsoft yahei", sans-serif;
}


/*
105-01 card - general
 */
.cards {
    position: relative;
    margin: 20px 20px 12px;
    border: 1px solid #eab91fa3;
    -webkit-border-radius: 5px;
    overflow: visible;
    padding: 16px 20px;
    /* height: auto; */
    justify-content: center;
    align-items: flex-start;
    background: url(images/14-01-cryptobg-small.jpg);
    background-position: top;
    background-size: cover;
    color: #f1f1f1;
}

.cards .count, .cards h3 {
    font-size: 14px;
    /* color: #222; */
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0px;
    /* font-weight: bold; */
    position: relative;
}

.cards:before {
    /* content: ""; */
    height: 80%;
    width: 100%;
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    background: url(images/105-01-wave.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.wording-cards {
    width: 90%;
    height: 100px;
    background: #eee;
    display: flex;
    align-items: center;
}

.wording-cards h3 {
    font-size: 29px;
}

.wording-cards .count {
    font-size: 29px;
}

.modal .form-style .form-control {
    /* border-bottom: 1px solid #ccc !important; */
    /* padding: 10px 0px; */
    /* margin: 10px 0px; */
}

.modal textarea.form-control {
    border-bottom: 1px solid #ccc !important;
}

/*
datepicker
 */
.datepicker.datepicker-dropdown {
    right: auto;
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-color: #9990;
}

.datepicker-dropdown.datepicker-orient-left:after {
    border-bottom: 6px solid #999;
    border-top: 0;
    border-width: 6px;
    margin: 0px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-bottom: 0;
    border-top: 6px solid #999;
}

/*
badge
 */
sup.el-badge__conten {
    background-color: #f56c6c;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    width: 19px;
    height: 19px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    #f1f1f1-space: nowrap;
    /* border: 1px solid #fff; */
}

sup.el-badge__conten.is-fixed {
    position: absolute;
    top: 8px;
    right: calc(50% - 10px);
    transform: translateY(-50%) translateX(100%);
    z-index: 9;
}

/*
infinity slide
 */

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff !important;
}

/*
report
 */

.report .badger-accordion__trigger {
    /* border-radius: 4px !important; */
    overflow: hidden;
    padding: 7px 10px;
    margin-bottom: 10px;
    border-radius: 5px !important;
}

.report .badger-accordion__panel {
    background: #170f3e;
    margin-top: -2px;
    border: 1px solid #756227;
    border-top: 0;
    margin-bottom: 10px;
    padding: 0 10px;
}

.report .badger-accordion__panel a {
    color: #8c95a5 !important;
    /* background: #fff; */
    width: 100%;
    display: block;
    padding: 0 0 7px;
    /* border-radius: 20px; */
    margin-bottom: 10px;
    border-bottom: 1px solid #756227;
}

.report .badger-accordion__panel-inner {
    padding: 10px 0px;
}

.report .badger-accordion__panel.-ba-is-hidden {
    visibility: hidden;
}

.report .badger-accordion__panel a:last-child {
    border: 0px;
    margin: 0px;
}

.-ba-is-active .badger-accordion__trigger-title {
    color: #13161c;
}

.-ba-is-active.badger-accordion__trigger {
    /* border-color: #eab91f !important; */
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #eab91f;
}

.-ba-is-active.badger-accordion__panel {
    border-color: #eab91f !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #13161c;
    background: url(images/14-01-cryptobg-small.jpg);
    background-position: top;
    background-size: cover;
}

.announcement-detail {
    /* background: #f1f1f1; */
    /* margin: 20px; */
    /* padding: 20px; */
    display: block;
    padding-bottom: 20px;
    width: 100%;
}

.announcement-detail p {
    padding: 20px 20px 0;
}

.memo-subtitle {
    padding: 10px 20px;
    display: flex;
    /* color: #f1f1f1; */
    /* background: #eee; */
}

.memo-subtitle .memo-date {
    margin-left: auto;
    display: block;
    color: #8c95a5;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.memo-subtitle .memo-date i {
    color: #eab91f;
    font-size: 12px;
    top: 0;
    position: relative;
    margin-right: 10px;
}

/*
withdraw
 */
.balance-box {
    background: #eee;
    padding: 10px;
    border-radius: 7px;
    background: url(images/14-01-cryptobg.png) #242938;
    background-position: center;
    background-size: cover;
    color: #13161c;
}

/*
team
 */

a.team-nextLvl {
    background: #eab91f;
    color: #f1f1f1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    box-shadow: 0 0 10px -5px #13161c;
}

/*
app layout
 */
.app .page-title .title_left h3 {
    font-size: 3.5vh;
    color: #13161c;
}

.app .heading .back_toggle {
    top: 39px;
    left: 20px;
}

.app .heading {
    background: #666;
    background: url(images/14-01-cryptobg.png) #242938;
    background-position: center;
    background-size: cover;
}

.app .back_toggle i {
    font-size: 3rem;
    color: #13161c;
}

.app .subtitle {
    text-align: center;
    color: #13161c;
    font-weight: normal;
    padding-bottom: 20px;
}

.app .subtitle h3 {
    font-weight: normal;
}

.app .notify-item {
    /* background: #f1f1f1; */
    padding: 0;
    margin: 0px;
}

.app .notify-item:after {
    display: none;
}

.app .notify-heading h4 {
    color: #8c95a5;
    font-weight: normal;
    font-size: 15px;
}

.app .rulelist-wrap {
    display: flex;
    width: 100%;
}

.app .rulelist {
    padding: 0;
    flex: 1;
    border: 0px;
    border-left: 1px solid #efefef;
    padding-left: 10px;
}

.app .rulelist i {
    position: relative;
    left: 0px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px -5px #333;
}

.app .rulelist:first-child {
    border: 0px;
    padding: 0;
}

.app .rulelist-content strong, .rulelist-content span {
    display: block;
    text-align: left;
    margin: 0px;
    font-size: 1.6rem;
}

.app .rulelist-content span {
    font-weight: normal;
    color: #f1f1f1;
}

.top-space {
    margin-top: 10px;
}

.app-row-padding {
    padding: 10px 20px;
}

.app-row {
    background: #fff;
}

.app-row .rulelist {
    align-items: baseline;
}

.app-row .rulelist i {
    font-size: 17px;
}

/*
organisation chart
 */
.org-chart {
    display: block;
    clear: both;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    /* Box colors */
    /* 1 column */
    /* 2 column */
    /* 3 column */
    /* DEPARTMENTS COLUMNs */
    height: auto;
    padding: 10px 20px 0px 20px;
    font-size: 1.2em;
}

.org-chart a.btn {
    padding: 2px 10px;
    font-size: 0.7em;
    max-width: 106px;
    width: 100%;
    word-break: break-all;
    background: #eab91f;
    color: #13161c;
}

.org-chart.cf:before, .org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.org-chart.cf:after {
    clear: both;
}

/*.org-chart.cf {*/
/**zoom: 1;*/
/*}*/
.org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.org-chart ul li {
    position: relative;
}

.org-chart ul li span {
    display: block;
    /* border: 3px solid orange; */
    text-align: center;
    /*overflow: hidden;*/
    /* text-decoration: none; */
    /* color: black; */
    font-size: 0.8em;
    /* box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4); */
    /* -webkit-transition: all linear .1s; */
    -moz-transition: all linear .1s;
    /* transition: all linear .1s; */
    /* background: #92D4A8; */
    padding: 4px;
}

.org-chart .lvl-b {
    /* background: green; */
    /* color: #92D4A8; */
}

.org-chart .board {
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
    word-break: break-all;
}

.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height: 600px;
    width: 0px;
    border-left: 2px solid orange;
    margin-left: 49%;
    top: 15px;
}

.org-chart ul.columnOne {
    /* height: 70px; */
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.org-chart ul.columnOne li {
    width: 30%;
    margin: 0px auto;
    /* top: 20px; */
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0 0 10px -5px #ccc; */
}

.org-chart ul.columnTwo {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    clear: both;
}

.org-chart ul.columnTwo li:first-child {
    width: 30%;
    float: left;
}

.org-chart ul.columnTwo li {
    width: 30%;
    float: right;
}

.org-chart ul.columnTwo:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid orange;
    margin: 0 auto;
    top: 40px;
}

.org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: flex;
    clear: both;
    margin-top: 20px;
}

.org-chart ul.columnThree li:first-child {
    /* width: 30%; */
    /* float: left; */
    margin-left: 0;
}

.org-chart ul.columnThree li {
    /* width: 30%; */
    margin: 0 5px;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0 0 10px -5px #ccc; */
    flex: 1;
}

.org-chart ul.columnThree li:last-child {
    /* width: 30%; */
    /* float: right; */
    /* margin-left: 0; */
    margin-right: 0px;
}

.org-chart ul.columnThree:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    border-top: 2px solid orange;
    margin: 0 auto;
    top: 40px;
}

.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
}

.org-chart .departments:before {
    content: "";
    display: block;
    width: 85%;
    height: 22px;
    border-top: 2px solid orange;
    border-left: 2px solid orange;
    border-right: 2px solid orange;
    margin: 0 auto;
    top: 0px;
}

.org-chart .department {
    border-left: 2px solid orange;
    width: 13.2%;
    float: left;
    margin: 0px 4px;
}

.org-chart .department:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid orange;
    left: 50%;
    top: -22px;
}

.org-chart .department:first-child:after {
    display: none;
}

.org-chart .department:last-child:after {
    display: none;
}

.org-chart .department.central {
    background: #F5EEC9;
}

.org-chart .department.central:after {
    display: none;
}

.org-chart .department span {
    border-left: 1px solid orange;
}

.org-chart .department li {
    padding-left: 25px;
    border-bottom: 2px solid orange;
    height: 80px;
}

.org-chart .department li span {
    background: #92D4A8;
    top: 38px;
    position: absolute;
    z-index: 1;
    width: 95%;
    height: auto;
    vertical-align: middle;
    right: 0px;
    line-height: 14px;
    border: 3px solid orange;
}

.org-chart .department .sections {
    margin-top: -20px;
}

.org-chart button {
    font-size: 0.6em !important;
    padding: 5px;
    min-width: 60px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
    .org-chart .board {
        margin: 0px;
        width: 100%;
    }

    .org-chart .departments:before {
        border: none;
    }

    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
        background: #F5EEC9;
        margin-bottom: 40px;
    }

    .org-chart .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 60px;
        border-left: 2px solid orange;
        z-index: 1;
        top: -45px;
        left: 0%;
        margin-left: -2px;
    }

    .org-chart .department:after {
        display: none;
    }

    .org-chart .department:first-child:before {
        display: none;
    }
}


/*
chat
 */

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    /* max-width: 867px; */
    /* margin: 25px 10px; */
    height: calc(100vh - 185px);
    /* border: var(--border); */
    /* border-radius: 5px; */
    /* background: var(--msger-bg); */
    /* box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2); */
    font-size: 0.8em;
    font-weight: normal;
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.msger-chat::-webkit-scrollbar {
    width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.msg:last-of-type {
    margin: 0;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #eee;
    width: calc(100% - 65px);
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-bubble {
    background: #7497fd;
    color: #fff;
    border-bottom-right-radius: 0;
    border-color: #5c7ee0;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.msger-inputarea {
    display: flex;
    padding: 10px;
    /* border-top: var(--border); */
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
    background: #eab91f;
}

.msger-input {
    flex: 3;
    background: #f5f6fb;
    font-weight: normal;
}

.msger-send-btn {
    margin-left: 10px;
    background: none !important;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
    width: auto !important;
}

.msger-send-btn:hover {
    /* background: rgb(0, 180, 50); */
}


.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.msger_wrap .page-title .title_left h3 {
    font-size: 1.2em;
    font-weight: 500;
    color: #eab91f;
    letter-spacing: 0px;
    line-height: 1.8em;
    text-align: left;
    padding: 0 20px;
}

.msger-inputarea button i {
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #f1f1f1;
    position: relative;
}

.chat-list {
    /* background: #f1f1f1; */
    /* border-top: 13px solid #eee; */
}

.chat-list_item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 0 -1px;
    position: relative;
}

.chat-list_img {
    background: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 99.77%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
}

.chat-list_img img {
    width: 60%;
    margin: auto;
    display: block;
}

.chat-list_name {
    flex: 1;
    font-size: 0.8em;
    color: #f1f1f1;
}

.chat-list_name span {
    font-weight: normal;
    display: block;
    color: #8c95a5;
}

.chat-list_date {
    font-size: 0.8em;
    color: #8c95a5;
    font-weight: normal;
}

.chat-list_item:after {
    content: "";
    display: block;
    margin-left: auto;
    height: 1px;
    width: 86%;
    background: #28214d;
    position: absolute;
    right: 0;
    bottom: 0;
}

.chat-list_item:last-child:after {
    display: none;
}

.chat-list_img:before {
    content: "";
    border: 1px solid #28214d;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 100%;
    left: -5px;
    top: -5px;
}

.chat-action {
    display: flex;
    margin: 0 10px 0 auto;
    align-items: center;
}

.chat-action img {
    height: 20px;
    width: auto;
}

.chat-action a {
    margin: 0 5px;
}

.msger_wrap .page-title {
    display: flex;
}

.msger_wrap .page-title .title_left {
    width: auto;
}

.chat-action_dropdown-menu a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #8293ab;
    color: #f1f1f1;
    font-weight: normal;
    letter-spacing: 1px;
}

.chat-action_dropdown-menu {
    min-width: 84px;
    padding: 0px;
    margin: 0 10px;
    top: calc(100% - 11px);
    background: #6b788b;
    border-color: #6b788b;
}

.chat-action_dropdown-menu a:last-child {
    border: 0px;
}

.chat-action_dropdown-menu.dropdown-menu:before {
    right: 10px;
    border-width: 6px;
    border-bottom-color: #6b788b;
}

/*
contact
 */

.hidden {
    display: none !important;
}

.wx-contacts-container {
    font-family: 'Microsoft YaHei';
}

.wx-contacts-shortcuts-ctn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: 'Microsoft YaHei';
    background: #eab91f;
    border-radius: 20px;
}

.wx-contacts-shortcuts-ctn > a {
    width: 30px;
    height: 26px;
    text-align: center;
    text-decoration: none;
    color: #13161c;
    font-size: 0.8em;
    font-weight: normal;
}

.wx-contacts-shortcuts-ctn > a[href="#wx-contacts-hook-search"] {
    height: auto;
}

.wx-contacts-shortcuts-ctn > a[href="#wx-contacts-hook-search"]::after {
    content: '\f002';
    display: block;
    font-family: fontawesome;
    padding: 10px 0;
}

.wx-contacts-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.wx-contacts-list li {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eab91f4d;
    background: #13161c;
}

.wx-contacts-list li.wx-contacts-hooks {
    display: block;
    height: 30px;
    line-height: 31px;
    background-color: #13161c;
    border-top: none;
    /* padding-left: 20px; */
    font-weight: normal;
    font-size: 0.8em;
}

.wx-contacts-list li.wx-contacts-hooks + li {
    border-top: none;
}

.wx-contacts-list li.wx-contacts-on-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.wx-contacts-list li.wx-contacts-on-top + li {
    padding-top: 20px;
}

input.wx-contacts-search {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #EFEFF4;
    font-size: 16px;
    outline: none;
}

.wx-contacts-search-result .wx-contacts-list li {
    border-top: none;
    border-bottom: 1px solid #EFEFF4;
}

.wx-contacts-badge {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 99.77%);
    border-radius: 100%;
}

.wx-contacts-search-bar {
    position: relative;
    display: flex;
    box-sizing: border-box;
    background-color: #13161c;
    border-top: 1px solid #eab91f;
}

.wx-contacts-search-bar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #eab91f;
    color: #eab91f;
    transform: scaleY(0.5);
}


.wx-contacts-search-bar:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #D7D6DC;
    color: #D7D6DC;
    transform: scaleY(0.5);
}

.wx-contacts-search-inner {
    position: relative;
    box-sizing: border-box;
    /* padding: 7px 10px; */
    padding: 8px 10px;
    height: 41px;
    width: 100%;
    /* border-radius: 3px; */
    background: #13161c;
    z-index: 1;
    display: flex;
    align-items: center;
}

.wx-contacts-search-inner .wx-contacts-search-input {
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 4px 0;
    border: 0;
    font-size: 14px;
    background: transparent;
    outline: none;
}


.wx-contacts-search-input::-webkit-search-cancel-button {
    display: none;
}

.wx-contacts-icon-clear {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #999;
    z-index: 1;
}

.wx-contacts-icon-clear::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #f1f1f1;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

.wx-contacts-icon-clear::after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #f1f1f1;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}

.wx-contacts-search-text {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    padding: 8px 10px;
    line-height: 22px;
    z-index: 2;
    /* border-radius: 3px; */
    text-align: left;
    color: #9B9B9B;
    background: #f1f1f1;
    margin: 0px;
}

.wx-contacts-search-focusing .wx-contacts-search-text {
    display: none;
}

.wx-contacts-search-inner i {
    margin-right: 10px;
    /* color: #4186ff; */
}

.wx-contacts-list li span {
    font-weight: normal;
}

/*
discover
 */
#discoverTab ul.tabs {
    margin: 0px 10px;
    padding: 0px;
    list-style: none;
    background: transparent;
    border-radius: 20px !important;
    display: flex;
    width: 50%;
    margin-left: auto;
}

#discoverTab ul.tabs li {
    background: #dee1e8;
    color: #222;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    /* min-width: 88px; */
    /* border-radius: 20px !important; */
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    /* border-radius: 20px; */
    flex: 1;
}

#discoverTab ul.tabs li.current {
    background: #016eff;
    color: #fff !important;
    padding: 5px;
}

#discoverTab .tab-content {
    display: none;
    /* background: #f1f1f1; */
    padding: 15px;
    margin: 10px 0px;
    -webkit-animation: fadeUp .8s linear alternate;
    animation: fadeUp .8s linear;
}

#discoverTab .tab-content.current {
    display: inherit;
}

#discoverTab ul.tabs li a {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#discoverTab ul.tabs li.current a {
    color: #f1f1f1;
}

.msger_wrap .page-title
.msger_nav.title_left {
    width: 100%;
    width: calc(100% - 40px);
    margin-bottom: -10px;
}

.msger_nav ul.nav.nav-tabs {
    display: flex;
    background: transparent;
    border-radius: 0px;
    justify-content: center;
}

.msger_nav ul.nav.nav-tabs li {
    padding: 0px;
    background: transparent;
    min-width: 71px;
    /* padding: 10px 0px; */
}

.msger_nav ul.nav.nav-tabs li a {
    margin: 0px;
}

.msger_nav ul.nav.nav-tabs li.current {
    border: 0px;
    border-bottom: 1px solid #eab91f;
    border-radius: 0px;
}

.msger_nav ul.nav.nav-tabs li a:hover {
    border: 0px;
}

.msger_nav ul.nav.nav-tabs li.current a {
    color: #f1f1f1;
}

.feed-header {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.feed-profile {
    width: 35px;
    background: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 99.77%);
    border-radius: 100%;
}

.feed-time {
    margin-left: auto;
}

.feed-time span {
    margin-right: 10px;
    /* color: #999; */
    font-weight: normal;
}

.feed-content {
    /* padding-left: 50px; */
    margin-top: 10px;
}

.feed-desc {
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #f1f1f1;
}

.feed-img {
    display: flex;
}

.discover-img_wrapper, .discover-img_wrapper2 {
    position: relative;
    margin-top: 15px;
}

.discover-img_wrapper img, .discover-img_wrapper2 img {
    width: 100%;
}

.img-overlay, .img-overlay2 {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i, .img-overlay2 i {
    color: #fff;
    font-size: 2em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 90%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

#exitButton {
    color: #fff;
    font-size: 1.5em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

div#image-gallery .image {
    padding: 0 9px;
}

.discover-action_dropdown-menu {
    min-width: 84px;
    max-width: 50%;
    padding: 10px;
    margin: 0 10px;
    top: calc(50% - 40px);
    background: #fff;
    border-color: #fff;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    /* position: fixed; */
}

.feed-time .dropdown-backdrop {
    background: #00000078;
}

.discover-action_dropdown-menu a {
    display: block;
    text-align: center;
}

.discover-action_dropdown-menu:before {
    display: none;
}

.feed-box {
    border: 1px solid #eab91f4d;
    border-radius: 5px;
    margin: 0px 0 20px;
    background: url(images/14-01-cryptobg-small.jpg);
    padding: 10px 0 0;
    overflow: hidden;
}

.feed-box:last-child {
    /* margin: 0px; */
}

.feed-content .slick-slider {
    margin-bottom: -5px;
}

.feed-userName {
    padding: 0 10px;
    color: #f1f1f1;
}

.discovery .account-quicklink__icon {
    margin-right: 10px;
}

.discovery {
    background: #f1f1f1;
}

.discovery .account-quicklink__item {
    border-bottom: 1px solid #eee;
}

/*
crypto
 */
.crypto-card {
    background: url(images/14-01-cryptobg.png) #242938;
    background-position: center;
    background-size: cover;
    margin: 20px 20px 10px;
    border-radius: 5px;
    padding: 25px 20px;
    position: relative;
}

.crypto-card_header {
    color: #13161c;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    position: relative;
}

.crypto-card span.toggle-password {
    position: relative;
    left: 10px;
    top: 0px;
    color: #13161c;
}

a.crypto-card_button {
    margin-left: auto;
    display: table;
    background: linear-gradient(to right, #ffffff7a, #ffffff05);
    margin-right: -20px;
    padding: 5px 14px;
    font-size: 10px;
    color: #13161c;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 13px;
}

.crypto-card_body .number {
    /* padding: 20px 0; */
}

.crypto-card_body h3 {
    color: #13161c;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
    font-size: 27px;
}

.crypto-card_body span {
    color: #13161c;
    font-weight: normal;
    font-size: 0.8em;
}

.crypto-card .quantum-text-2 {
    color: #13161c;
}

.crypto-card_body i {
    font-size: 1.5em;
    margin-left: auto;
    display: table;
    color: #9fa1aa;
    opacity: 0.6;
}

.crypto-card_button {
    margin-left: auto;
    display: block;
}

.crypto-card_footer a {
    color: #f5cc24;
    text-align: center;
    display: table;
    border: 1px solid #d9a427;
    border-radius: 20px;
    margin: auto;
    padding: 5px 28px;
    font-weight: normal;
    font-size: 15px;
    background: #13161c;
}

.crypto-card_footer div:last-child a {
    border: 0;
}

.crypto-card_footer {
    /* margin-bottom: -10px; */
}

.crypto-item {
    display: flex;
    padding: 10px 5px;
    font-weight: normal;
    border: 1px solid #eab91fa3;
    background: url(images/14-01-cryptobg-small.jpg);
    background-position: top;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.crypto-list {
    /* background: #f1f1f1; */
    padding: 0 20px;
}

.crypto-item img {
    max-height: 44px;
}

.crypto-item h3 {
    margin: 0;
    font-size: 15px;
    color: #f1f1f1;
}

.crypto-item div {
    margin: 0 10px;
}

.crypto-item span {
    font-size: 0.8em;
    /* color: #9fa1aa; */
}

.crypto-list_total {
    text-align: right;
    flex: 1;
}

.crypto-list_total * {
    display: block;
}

.crypto-list_total span {
    /* color: #9fa1aa; */
}


.crypto_nav button.btn {
    padding: 5px 20px;
    margin: 0px;
    /* border-right: 2px solid #f1f1f1; */
    border-radius: 5px;
}

.crypto_nav {
    margin: 10px auto;
    display: table;
}

.crypto_nav button.active {
    background: #eab91f;
    color: #13161c;
}

#cryptoTab ul.nav.nav-tabs li {
    /* flex: 1; */
    background: transparent;
    border-bottom: 2px solid #13161c;
    border-radius: 0 !important;
    font-weight: normal;
    display: table-cell;
}

#cryptoTab ul.nav.nav-tabs {
    display: table;
    background: none;
    border-radius: 0 !important;
    overflow: scroll !important;
    width: auto;
    /* flex-wrap: wrap; */
}

#cryptoTab ul.nav.nav-tabs li a {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}

#cryptoTab ul.nav.nav-tabs li.current {
    border-color: #eab91f;
}

#cryptoTab ul.nav.nav-tabs li.current a {
    color: #f1f1f1;
}

.cryptoTab_nav {
    width: 100%;
    overflow-x: scroll;
}

#cryptoTab .table-responsive {
    background: #fff;
    border: 0px;
    padding: 0 10px;
}

#cryptoTab tr {
    border-bottom: 1px solid #756227;
}

#cryptoTab span {
    display: block;
}

#cryptoTab table {
    width: 100%;
}

#cryptoTab td {
    padding: 10px 0 !important;
}

#cryptoTab button {
    margin: 10px 0 10px auto;
    width: 75%;
    border: 0;
    background: #13161c;
    border-radius: 5px;
    display: table;
    padding: 5px 0;
}

#cryptoTab button.red-btn {
    background: #f05654;
}

#cryptoTab button.green-btn {
    background: #4caf50;
}

#cryptoTab .tab-content {
    display: none;
    background: #13161c;
    padding: 15px;
    margin: 10px 0px;
    -webkit-animation: fadeUp .8s linear alternate;
    animation: fadeUp .8s linear;
}

#cryptoTab .tab-content.current {
    display: inherit;
}

.crypto_coin .page-title .title_left h4 {
    color: #f1f1f1;
    line-height: 32px;
    font-weight: bold;
}

.crypto_coin .link-right {
    position: absolute;
    top: 54px;
    right: 13px;
    color: #f1f1f1;
}

.crypto_coin .page-title {
    position: relative;
    background: #f78f3a;
}

.crypto_coin .link-right a {
    color: #f1f1f1;
}

.crypto_coin-status .status-current {
    background: #f78f3a;
    box-shadow: none;
    color: #f1f1f1;
    padding-bottom: 27px;
    border-radius: 0px;
}

.crypto_coin-status .status-current span {
    font-weight: normal;
}

.crypto_coin-status .status-current h3 {
    font-size: 2.5em;
    font-weight: normal;
}

.crypto_coin-price {
    background: #fff;
    padding: 10px;
    font-weight: normal;
    font-size: 0.8em;
    display: flex;
}

.crypto_coin-price a.text-right {
    margin-left: auto;
}

.crypto_coin-price i {
    font-size: 1.2em;
}

.crypto_coin-price strong {
    /* color: #222; */
}

.crypto_coin_quicklink {
    background: #fff;
    /* padding: 15px; */
}

.crypto_coin_quicklink img {
    height: 40px;
    margin: 0 10px;
}

.crypto_coin-item {
    display: flex;
    padding: 15px 0 !important;
    border-width: 0 1px 1px 0px;
    border-style: solid;
    border-color: #eab91f33;
}

.crypto_coin-item .desc span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    /* color: #777; */
}

.crypto_coin-item .desc label {
    margin: 0;
    color: #f1f1f1;
}

.crypto_coin-item:nth-child(odd) {
    padding-left: 15px !important;
}

.crypto_btm_btn {
    background: #fff;
}

.crypto_btm_btn a {
    font-weight: normal;
}

.crypto_btm_btn .next_toggle {
    background: #f78f3a;
}

.crypto_coin-status a.crypto-card_button {
    font-weight: normal !important;
    font-size: 0.8em;
    background: #f1f1f1;
    color: #4b6ede;
    line-height: 16px;
    margin-right: -25px;
}

.option-page_blue .page-title, .option-page_blue .status-current {
    background: #0376ff;
}

.crypto-card_button i {
    position: relative;
    font-size: inherit;
    top: 0;
    color: #13161c;
    opacity: 1;
}

.crypto_coin-search {
    flex: 2;
    display: flex;
    padding: 0 10px;
}

.crypto_coin-search input {
    flex: 2;
    border: 0;
    background: none;
}

.crypto_coin-search i {
    margin-right: 10px;
    line-height: 22px;
    /* color: #777; */
}

.crypto_coin-search input::placeholder {
    color: #65707f !important;
}

.crypto_coin-switch .switch input {
    position: absolute;
    opacity: 0;
}

.crypto_coin-switch .switch {
    display: inline-block;
    font-size: 20px;
    height: 1em;
    width: 2em;
    background: #eab91f;
    border-radius: 1em;
    margin: 5px 0px 0px 10px;
}

.crypto_coin-switch .switch div {
    height: 100%;
    width: 0.8em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.crypto_coin-switch .switch input:checked + div {
    -webkit-transform: translate3d(121%, 0px, 0px);
    -moz-transform: translate3d(121%, 0px, 0px);
    transform: translate3d(121%, 0px, 0px);
}

.crypto_coin-switch {
    /* color: #777; */
    line-height: 21px;
}

.myCryptoTab_nav {
    /* background: #f1f1f1; */
    /* padding: 10px 0; */
}

#cryptoTab .myCryptoTab_nav ul.nav.nav-tabs {
    display: flex;
    width: 100%;
}

#cryptoTab .myCryptoTab_nav ul.nav.nav-tabs li {
    flex: 1;
    border: 0;
}

#cryptoTab .myCryptoTab_nav ul.nav.nav-tabs li span {
    display: table;
    margin: auto;
    border-bottom: 2px solid #13161c;
    /* font-weight: bold; */
}

#cryptoTab .myCryptoTab_nav ul.nav.nav-tabs li.current span {
    border-bottom: 2px solid #eab91f;
    /* color: #0376ff; */
    font-weight: bold;
}

#cryptoTab .account-quicklink__icon {
    margin-right: 10px !important;
}

/*
memo
 */

.memo_content-image {
    /* margin-top: -20px; */
}

/*
about crypto wallet address
 */

div#cryptoWallet .crypto-item {
    display: block;
    background: #eeeeee;
    margin: 10px 20px;
    border-radius: 5px;
    padding: 11px;
    background: url(images/14-01-cryptobg-small.jpg);
    background-position: top;
    background-size: cover;
    color: #f1f1f1;
}

div#cryptoWallet .crypto-item strong {
    display: block;
}

div#cryptoWallet .crypto-item .crypto-list_img {
    margin-left: 0;
}

div#cryptoWallet .crypto-list {
    background: none;
}

.crypto_wallet-address {
    background: #eab91f;
    padding: 5px 20px;
    line-height: 20px;
    border-radius: 20px;
    margin: 10px 0px 0px !important;
    display: flex;
    align-items: center;
    color: #13161c;
}

.crypto_wallet-address input {
    width: calc(100% - 25px);
    border: 0;
    background: transparent;
    font-size: 11px;
}

.crypto_wallet-address button {
    border: 0;
    background: none;
    margin-left: auto;
    display: flex;
    margin: 0 0 0 auto;
}

.crypto-item span#message {
    text-align: right;
    display: block;
}


/*
flashscreen
 */

.vertical-centered-box {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
    min-height: 0;
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

#particles-background,
#particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
    position: fixed;
}

@-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);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[not-existing] {
    zoom: 1;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

[not-existing] {
    zoom: 1;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

[not-existing] {
    zoom: 1;
}

/*
contract
 */

.contracts .whitespace {
    display: none;
}

.country_wrapper input::placeholder {
    color: #65707f;
}


.count__item a {
    color: #dd4b39;
}
a.gold-button {
    margin: auto;
    display: table;
    padding: 5px 20px;
    width: auto;
}


.trevenue-box {
    background: #fff;
    margin: 0 3px;
    padding: 15px 20px;
    border-radius: 5px;
    /* box-shadow: 0 0 10px -5px #ccc; */
    border: 1px solid #756227;
}

.trevenue-box h3 {
    color: #f1f1f1;
    text-align: center;
}

.trevenue-wrap {
    text-align: center;
}

.trevenue-amount strong {
    font-size: 2em;
    color: #f1f1f1;
}

.trevenue-col div {
    flex: 1;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.trevenue-col strong {
    /* display: block; */
    /* color: #2a7dde; */
    margin-left: auto;
}

.trevenue-col div:first-child {
    /* border-right: 1px solid #eee; */
}

.trevenue-header h3 {
    margin-bottom: 4px;
    font-size: 1.8em;
}

.trevenue-header span {
    /* color: #777; */
    text-align: center;
    display: block;
    margin-bottom: 13px;
    font-size: 0.8em;
    font-weight: normal;
}

a.trevenue-control {
    position: absolute;
    top: 0;
    /* color: #999; */
    font-size: 0.8em;
}

a.trevenue-control:last-child {
    right: 0;
}

.trevenue-header {
    position: relative;
    border-bottom: 1px solid #756227;
    margin-bottom: 20px;
}

.trevenue-col img {
    height: 34px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.trevenue-col {
    /* color: #8f8f8f; */
}

.contract-Table {
    width: 100%;
}

.contract-Table td, table.contract-Table th {
    padding: 10px 5px !important;
    text-align: center;
}

.contract-Table tr {
    border-bottom: 1px solid #eee;
}

.contract-Table tfoot th {
    text-align: center;
}

/*
ctc
 */

.ctc-search input {
    border: 0;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: #fff;
    color: #f1f1f1;
}

.ctc-search i {
    position: absolute;
    right: 14px;
    top: 22px;
}

.ctc-button {
    border: 0 !important;
    min-width: 100%;
    display: table;
    padding: 5px;
    background: #eab91f;
    /* border: 1px solid #eab91f !important; */
    color: #13161c;
}

.ctc-reject {
    background: #525a69;
    color: #e2e5ea;
    border: 0px !important;
}


ul.customRadio.ctc-sale-radio li .check {
    border: 0;
    width: auto;
    height: auto;
    background: #1a1a1a;
    border-radius: 5px;
    position: relative;
    top: 0;
    left: 0;
}

ul.customRadio.ctc-sale-radio li .check:before {
    display: none;
}

ul.customRadio.ctc-sale-radio li {
    padding: 0;
    margin-right: 5px;
    flex: 0 0 29.24%;
    margin: 0 7px;
    background: transparent;
}

ul.customRadio.ctc-sale-radio {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

ul.customRadio.ctc-sale-radio li .check label {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

ul.customRadio.ctc-sale-radio
input[type=radio]:checked ~ label {
    background: #eab91f;
    color: #fff;
}

ul.customRadio.ctc-sale-radio label {
    background: #fdfdfd;
    color: #767676;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d8ddea;
}

.dropzone {
    width: 100px;
    height: 90px;
    border: 1px dashed #cccccc;
    border-radius: 3px;
    text-align: center;
    /* background: #242424; */
    margin: 0 auto 8px;
}

.upload-icon {
    margin: 22px 2px 2px 2px;
}

.upload-input {
    position: relative;
    top: -62px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-drag {
    width: 100%;
    background: #eeeeee;
    border-radius: 5px;
    padding: 20px;
    margin: 10px auto 0;
    border: 1px solid #f5c77447;
}

.form-group .upload-drag button {
    font-size: 12px !important;
    width: 100px !important;
    margin: auto;
    display: table;
    /* color: #f1f1f1; */
    background: #444;
    font-weight: normal;
}

.form-group input.upload-path {
    border: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.dropzone span {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 28px;
    display: block;
}

/*
contract
 */

.contracts .cards {
    padding: 10px;
}

/*
qrcode
 */

.qrcode-ui {
    position: relative;
    margin: 20px 40px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.qu-image-wrapper strong {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #f1f1f1;
}

.qu-image-wrapper {
    position: relative;
}

/*.qu-image-wrapper:before {*/
/*!* background: linear-gradient(to top, #00000000, transparent); *!*/
/*content: "";*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*}*/

.qu-desc {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #222;
}

.qu-desc * {
    flex: 1;
}

.qu-desc img {
    width: 19px !important;
    margin: 10px;
}

.qu-desc_content {
    flex: 2;
}

/*
live chat
 */
button.lc-button {
    background: #016eff;
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

button.lc-button img {
    width: 61%;
    position: relative;
    top: -1px;
}

div#liveChatModal .modal-dialog, div#liveChatModal .modal-content {
    margin: 0;
    min-height: 100vh;
}

div#liveChatModal button.close {
    /* color: #f1f1f1; */
    position: relative;
    text-shadow: none;
    opacity: 1;
}

div#liveChatModal .modal-header {
    border-color: #fed07b21;
}

div#liveChatModal h4.modal-title {
    /* color: #d0a559; */
    font-weight: bold;
}

div#liveChatModal span {
    font-size: 12px;
    color: #9e9e9e;
}

div#liveChatModal .msger-inputarea {
    margin-top: 20px;
}

.leave-bd {
    color: #222;
}

.leave-bd .form-group {
    color: #444;
}

.leave-bd .form-bottom {
    /* background: #222; */
    display: table;
    border-radius: 5px;
    padding: 15px 7px;
    width: 100%;
    margin: 20px auto;
}

.leave-bd input.form-control, .leave-bd textarea.form-control {
    background: #eeeeee;
    border: 0 !important;
    border-radius: 5px;
}

.ticket-header small {
    display: block;
}

.ticket-header {
    margin: 0;
    padding: 0 20px 11px;
    display: block;
    color: #434d56 !important;
}

.ticket-header i {
    color: #6e7a8c;
}

.ticket-item {
    background: #ffffff;
    /* border-radius: 4px; */
    padding: 15px 0;
}

.ticket-footer {
    border-top: 1px solid #d8ddea;
    padding: 8px 20px 0;
    display: flex;
}


.ticket-footer a {
    color: #ebcc80;
}

.ticket-footer span {
    flex: 1;
}

.ticket-footer span:nth-child(even) {
    text-align: right;
}

.ticket-ID small {
    background: #f5f6fb;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #607D8B;
}

.ticket-ID {
    margin: 5px 0 0;
}

span.ticket-urgent {
    color: #dd4b39;
}

.ticket-wrap button {
    display: table;
    /* width: auto; */
    margin: auto;
    padding: 5px 29px;
    border-radius: 5px;
    color: #f1f1f1;
}

.t-desc {
    display: flex;
}

.t-desc .ticket-ID {
    margin-left: auto;
}

.t-desc-content {
    padding: 0 20px;
}

.tDesc-reply-item {
    width: 80%;
    background: #f5f6fb;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 10px auto;
}

.tDesc-followup-item {
    width: 80%;
    background: #eab91f;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 10px;
    color: #fff;
}

.t-desc-reply strong {
    border-bottom: 1px solid #e5e7ee;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    color: #434d56;
}

.t-desc-reply .t-desc-replyWrap {
    height: 50vh;
    overflow-y: scroll;
}

.t-desc-footer .form-group {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: end;
}

.t-desc-footer .form-group input {
    flex: 3;
    display: inline-block;
    width: calc(100% - 50px);
}

.t-desc-button {
    margin: 0 0 0 auto;
    display: flex;
    /* width: 100px; */
}

.t-desc-button button {
    width: auto !important;
    min-width: 0px !important;
}

#CS_Modal .modal-dialog, #CS_Modal .modal-content {
    min-height: 100vh;
}

/*
binance
 */

.dg-slide .item-inner.binance {
    background: #e7ebf3;
    color: #222;
    padding: 10px;
    height: 216px;
}

.binance-header img {
    max-width: 27px !important;
    float: left;
    margin: 0px 10px 10px 0;
    border: 1px solid #4488ff;
    border-radius: 100%;
    padding: 3px;
}

.binance-header {
    display: table;
    width: 150px;
    vertical-align: middle;
}

.binance-header * {
    display: inline-block;
}

.binance-header strong {
    float: left;
    line-height: 27px;
}

.binance-body {
    display: flex;
    /* justify-content: center; */
    text-align: center;
}

.binance-body_item {
    flex: 1;
    padding: 0 10px 10px;
}

.binance-body_item span {
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

.binance-body_item h3 {
    margin: 0px;
    font-weight: normal;
    font-size: 23px;
}

.binance button {
    color: #f1f1f1 !important;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.binance .progress-bar {
    /* width: 100% !important; */
    height: 10px;
    background: linear-gradient(to left, #4185ff, #4074ff) !important;
    margin-bottom: 10px;
    animation: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.binance .progress-bar:before, .binance .progress-bar span.label:before, .binance .progress-bar span.label:after, .binance .progress-bar span.label {
    display: none;
}

.binance .progress {
    background: #d3d6dd;
    height: 10px;
    box-shadow: none;
}

.binance small {
    text-align: left !important;
    display: table-header-group;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

/*
bottom overlay
 */


div#bottom-sheet {
    background: #fff;
    width: calc(100% - 20px);
    display: block;
    position: fixed;
    bottom: -100%;
    border-radius: 10px;
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 34vh;
    min-height: 250px;
}

div#bottom-sheet.open {
    bottom: 10px;
}

div#bottom-sheet img {
    max-height: 168px;
    margin: 20px auto;
    display: block;
}

div#bottom-sheet a {
    color: #eab91f;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 10px 0 0;
    border-top: 1px dashed #eab91f;
}

/*
multi tabs
 */

.multi-tabs ul {
    margin: 0px auto !important;
}

.multi-tabs ul.nav.nav-tabs li {
    background: #4183ff !important;
    color: #f1f1f1 !important;
    margin: -2px 0 !important;
    padding: 6px 15px;
    border-right: 1px solid #f1f1f1 !important;
}

.multi-tabs ul.nav.nav-tabs li a {
    color: #f1f1f1;
    font-size: 15px;
    font-weight: normal;
    padding: 0px;
}

.multi-tabs ul.nav.nav-tabs li.active {
    border: 0px !important;
    background: #386bcc !important;
}

.multi-tabs {
    padding: 10px;
    width: 100%;
    display: table;
}

.page-title.multi-tabs_title {
    border-bottom: 1px solid #eee;
}

.multi-tabs_child .tab-content {
    margin: 0px auto;
    display: table;
    width: 100%;
}

.multi-tabs_child ul.nav.nav-tabs {
    margin: 0px;
    background: none !important;
    border-radius: 0px !important;
}

.multi-tabs_child ul.nav.nav-tabs li {
    background: none;
    border-radius: 0px;
    margin-bottom: -2px;
}

.multi-tabs_child .tab-content div.tab-pane {
    background: none;
}

.multi-tabs_child {
    background: #f1f1f1;
    margin-top: -6px;
    border-bottom: 1px solid #eee;
}

.multi-tabs_child ul.nav.nav-tabs li a {
    font-size: 15px;
    font-weight: normal;
}

.multi-tabs_child ul.nav.nav-tabs li.active a {
    color: #4073ff !important;
}

.multi-tabs_child ul.nav.nav-tabs li.active {
    border: 0px;
    background: #dae4ff;
}


.multi-tabs_child .tab-content.multi-tabs_subtitle {
    width: auto;
}

/*
floating component
 */

span.floating-badge {
    background: #13161c;
    width: 23px;
    border-radius: 5px;
    height: 23px;
    display: inline-block;
    margin: 0 20px;
    position: absolute;
    color: #eab91f;
}

.badge-style-1 {
    top: 6px;
    right: -13px;
    text-align: center;
    color: #f1f1f1;
}

/*
card component
 */

.card-component__content {
    display: flex;
    flex-wrap: wrap;
}


.card-component__item {
    width: calc(50% - 10px);
    margin: 10px 10px 0 0;
    font-weight: normal;
}

.card-component__header h2 {
    font-weight: bold;
}

.card-component__item:nth-child(even) {
    margin: 10px 0 0 10px;
}

/*
multi column component
 */

.multi-column_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.multi-column {
    flex: 1;
}

/*
table component
 */

.tcell-text-left {
    text-align: left !important;
}

.tcell-text-center {
    text-align: center !important;
}

.tcell-alignTop {
    vertical-align: top;
}

.table-child20 th, .table-child20 td {
    min-width: 95px;
}

/*
container style
 */

.flex_wrap {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.flex_item-right * {
    margin: 0px !important;
    margin-left: auto;
}

.flex_item-right {
    margin-left: auto;
    position: relative;
}


.flex_2 {
    flex: 2;
}

.flex_1 {
    flex: 1;
}

.flex-right {
    margin-left: auto;
}

/*
quantum text
 */
.quantum-text-1 {
    color: #13161c;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
}

.quantum-text-2 {
    color: #f1f1f1;
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.quantum-text-3 {
    color: #8c95a5;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
}

.quantum-text-4 {
    color: #f1f1f1;
    font-weight: normal;
    font-size: 16px;
}

.quantum-text-small {
    color: #f1f1f1;
    font-weight: normal;
    font-size: 13px;
}

.big-icon {
    font-size: 22px;
    position: relative;
    margin-top: -8px;
    color: #eab91f;
}

/*
quantum card component
 */

#assetAmounthide {
    text-align: center;
    background: none !important;
    border: 0px !important;
    box-shadow: none;
    color: #13161c !important;
    font-size: 22px;
    /* font-weight: normal; */
    letter-spacing: 8px;
    margin: 18px 0px;
    /* text-shadow: 1px 1px 3px #00000069; */
}

#assetAmounthide.hideActive {
    font-size: 36px;
    margin-bottom: 0px;
}

/*
quantum small card component
 */

.crypto_card-small {
    background: url(images/14-01-cryptobg-small.jpg);
    background-position: top;
    background-size: cover;
    padding: 14px 10px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #eab91f4d;
    display: flex;
    align-items: center;
}

.dark_card-small {
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    margin: 10px 0;
    /* border: 1px solid #eab91fa3; */
    display: flex;
    align-items: center;
}

.dark-card {
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
}

.dark_card-small strong {
    color: #8c95a5 !important;
}

.dark_card-small .crypto_card-desc span {
    font-size: 12px;
}

.dark_card-accordion {
    background: #13161c;
    padding: 12px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #756227;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 0;
    position: relative;
    border-bottom-left-radius: 0;
    padding-right: 60px;
}

.dark_card-accordion strong {
    color: #8c95a5 !important;
}

.dark_card-accordion .crypto_card-desc span {
    font-size: 12px;
}

.dark_card-accordion .crypto_card-desc strong {
    display: inline;
    color: #f1f1f1 !important;
    font-size: 16px;
}

.dark_card-accordion .crypto_card-desc span {
    text-align: left !important;
    top: -2px;
    position: relative;
    font-size: 14px;
}

.dark_card-accordion .iconfont {
    font-size: 31px;
    margin: 0 10px 0 0;
}

.dark_card-accordion img {
    width: 24px;
    margin-right: 10px;
}

.dark-card-style2 {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2b2f36;
}

.dark-card-style2 img {
    width: 23px;
}

.image-card {
    border-radius: 5px;
    overflow: hidden;
}

/*
quantum card list component
 */

.card-list {
    color: #f1f1f1;
    font-weight: normal;
}

.crypto_card-icon span:before {
    font-size: 24px;
}

.crypto_card-icon {
    /* transform: rotate(-49deg); */
    margin: 0 6px 0 0;
    width: 31px;
}

.crypto_card-desc {
    color: #f1f1f1;
    font-size: 14px;
}

.crypto_card-desc strong {
    color: #eab91f;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 15px;
}

.crypto_card-desc * {
    display: block;
}

.card-inline_btn {
    width: 50px;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #756227;
}

.crypto-details_item {
    text-align: center;
    border: 1px solid #75622770;
    margin: 0 5px;
    border-radius: 5px;
    background: #170f3e;
    padding: 5px;
    width: 30.34%;
}

.crypto-details.visible {
    display: flex !important;
}

.crypto-details {
    flex-wrap: wrap;
}

/*
quantum numbering
 */

.quantum-numbering-first {
    transform: none;
    background: url(images/14-01-crypto-number1.png);
    background-size: cover;
    background-position: center;
    color: #d1893f;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.quantum-numbering {
    transform: none;
    background: url(images/14-01-crypto-number2.png);
    background-size: cover;
    background-position: center;
    color: #9ba0b6;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

/*
blog component
 */

.blog-card {
    color: #8c95a5;
    font-size: 12px;
    align-items: center;
}

.blog-card .crypto_card-desc span {
    font-size: 12px;
}

.blog-card_heading {
    font-size: 15px;
    padding-bottom: 10px;
}

.blog-card span.date {
    color: #655e88;
}

.blog-card_thumbnail {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 0 17px;
    width: 158px;
}

.blog-card .crypto_card-desc {
    padding-bottom: 10px;
}

/*spacing*/
.spacing-center {
    margin: 0 20px !important;
    width: calc(100% - 40px) !important;
}

.no-marginbottom {
    margin-bottom: 0px !important;
}

/*
icon box
 */

.icon_wrap-style1 {
    background: linear-gradient(45deg, #8161de, #86b7f1);
    border-radius: 11px;
    padding: 10px;
    width: 45px;
    margin: 0 10px;
}

.icon_wrap-style2 {
    background: linear-gradient(45deg, #eec889, #e86283);
    border-radius: 11px;
    padding: 10px;
    width: 45px;
    margin: 0 20px;
}

.icon_wrap-style3 {
    background: linear-gradient(45deg, #326fe2, #1adacd);
    border-radius: 11px;
    padding: 10px;
    width: 45px;
    margin: 0 20px;
}

/*
button component
 */

/*buttongroup*/
.button-group button, .button-group a {
    border-radius: 0px !important;
    border-right: 0px !important;
}

.button-group {
    display: flex;
}

.form-style .button-group button:last-child, .form-style .button-group a:last-child {
    border-right-width: 1px !important;
    border-style: solid !important;
    border-color: #eab91f !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.form-style .button-group button:first-child, .form-style .button-group a:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.button-group button i, .button-group a i {
    font-size: 14px;
    position: relative;
    top: -1px;
}

/*
numbering component
 */

.categoryNav-grid_item .number-input input[type="number"],
.categoryNav-list_item .number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.categoryNav-grid_item .number-input input[type=number]::-webkit-inner-spin-button,
.categoryNav-grid_item .number-input input[type=number]::-webkit-outer-spin-button,
.categoryNav-list_item .number-input input[type=number]::-webkit-inner-spin-button,
.categoryNav-list_item .number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.categoryNav-grid_item .number-input,
.categoryNav-list_item .number-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.categoryNav-grid_item .number-input button,
.categoryNav-list_item .number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.categoryNav-grid_item .number-input button:before, .categoryNav-grid_item .number-input button:after, .categoryNav-list_item .number-input button:before, .categoryNav-list_item .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.categoryNav-grid_item .number-input button.plus:after,
.categoryNav-list_item .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.categoryNav-grid_item .number-input input[type=number],
.categoryNav-list_item .number-input input[type=number] {
    text-align: center;
}

.categoryNav-grid_item .number-input.number-input, .categoryNav-list_item .number-input.number-input {
    border: 1px solid #ffffff;
    width: 100%;
    /* border-radius: .25rem; */
    margin: auto;
    background: #ffffff;
    margin-bottom: 7px;
}

.categoryNav-grid_item .number-input.number-input button, .categoryNav-list_item .number-input.number-input button {
    width: 2.6rem;
    height: .7rem;
    outline: none;
}

.categoryNav-grid_item .number-input.number-input button.minus, .categoryNav-list_item .number-input.number-input button.minus {
    padding-left: 10px;
}

.categoryNav-grid_item .number-input.number-input button:before, .categoryNav-grid_item .number-input.number-input button:after, .categoryNav-list_item .number-input.number-input button:before, .categoryNav-list_item .number-input.number-input button:after {
    width: .7rem;
    background-color: #222;
}

.categoryNav-grid_item .number-input.number-input input[type=number],
.categoryNav-list_item .number-input.number-input input[type=number] {
    width: 55px;
    padding: .5rem;
    border: 1px solid #ffffff;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #222;
    margin: 0px;
}

/*.categoryNav-grid_item:nth-child(3n+1) {
    margin: 0 !important;
}*/

/*.categoryNav-grid_item:nth-child(3n+3) {
    margin: 0 !important;
    margin-left: auto !important;
}*/

.categoryNav-flex {
    display: flex;
    flex-wrap: wrap;
}

.categoryNav-list {
    /* display: flex; */
}

.categoryNav-list_item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #756227;
}

.categoryNav-list_item img {
    width: 90px;
    margin: 10px;
}

.categoryNav-list_item .number-input.number-input {
    margin-top: 10px;
}

.product-categoryNav ul.nav.nav-tabs li a sup {
    font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 15px;
    top: 6px;
    right: 18px;
}

.product-categoryNav ul.nav.nav-tabs li img.active {
    display: none;
}

.product-categoryNav ul.nav.nav-tabs li.active img.active {
    display: block;
}

.product-categoryNav ul.nav.nav-tabs li.active img {
    display: none;
}

#productView .modal-body button:focus {
    outline: none;
}

#productView.modal h3 {
    font-size: 19px;
    font-weight: bold;
    color: #222;
}

#productView.modal span {
    color: #ccc;
}
#productView.modal #price {
    color: #db2f2f !important;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
}
/*
single product
 */

.form-style .button-group button {
    border-radius: 0px !important;
}

.single-product_footer {
    display: flex;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #eab91f;
    width: 100%;
    align-items: center;
}

.pf-icon img {
    height: 26px;
    margin: 0 10px;
}

.pf-icon {
    display: flex;
    margin-right: 10px;
    /* flex: 1; */
}

.pf-action button {
    min-width: 0 !important;
    padding: 9px 17px !important;
    font-size: 13px !important;
    background: #13161c !important;
    border: 1px solid #eab91f !important;
    margin: 0px;
    color: #f1f1f1 !important;
}

.pf-action {
    margin-left: auto;
    flex: 1;
}

.pf-action .button-group button:first-child {
    margin-right: -1px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.pf-action .button-group button:last-child {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.pf-icon a * {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #2b2f36;
}


/*
default page
 */

.nav-md .container.body .right_col.default {
    background: #f5f6fb;
}

.default .page-title h3 {
    color: #434d56 !important;
}

.default .cart-product_item {
    /* border-bottom: 1px solid #cdd8e2; */
    background: #fdfdfd;
    margin-bottom: 10px;
}

.default-wrap {
    /* background: white; */
    /* padding: 20px; */
}

.default .form-sub-title {
    text-align: center;
    border: 0px;
    background: none;
    font-size: 16px;
    color: #93939b;
}

.default .form-group {
    margin: 0px !important;
    padding: 0px;
    color: #434d56;
}

.default input.form-control,
.default .form-style .form-group input {
    color: #434d56 !important;
    border: 0px !important;
    background: #fdfdfd !important;
    border-radius: 0px;
    margin: 0px;
}

.default input.form-control::placeholder,
.default .form-style .form-group input::placeholder {
    color: #9aa0c1 !important;
}

.default select.form-control {
    background: #fdfdfd;
    border: 0px !important;
    border-radius: 0px !important;
    color: #434d56 !important;
    padding: 10px 14px;
}

.default .cart-voucher .btn {
    border: 0px !important;
    border-radius: 0px;
    background: #eab91f !important;
    /* color: #fdfdfd !important; */
}

.default .form-bottom {
    background: none;
    padding: 0px;
    margin: 0px;
}


.default .back_toggle {
    color: #434d56;
}

.default form.form-style {
    padding: 0px;
}


.default-info-box {
    background: white;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #d8ddea;
}

.default .page-title {
    background: #ffffff;
    border-bottom: 1px solid #d8ddea;
}

.default-box-2 {
    background: #dfe2f1;
    color: #434d56;
    padding: 10px;
}

.default-text-1 {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.default .form-style label,
.default label {
    color: #93939b;
    padding: 0 10px;
}

.default .orderlist-file-input > [type='file'] {
    background: white !IMPORTANT;
}

.default .form-style button[type="button"],
.default button.btn,
.default .form-style button[type="submit"] {
    background: #eab91f;
    border: 0px;
    border-radius: 0px !important;
    padding: 9px 10px;
    color: #010101;
}

.default .btn.btn-default, .default .btn.btn-default[type="submit"],
.default .btn.btn-danger, .default .btn.btn-danger[type="submit"] {
    background: #e6e8ee !important;
    color: #434d56;
    border: 0px !important;
    border-radius: 0px;
}

.default, .default a {
    color: #434d56;
}

.default input.form-control::placeholder {
    color: #93939b !important;
}

.default .fa:before {
    /* color: #93939b !important; */
}

.default .label-cbx .checkbox {
    border-color: #9aa0cd;
}


.default .form-style textarea.form-control {
    background: white;
    border: 0px !important;
    border-radius: 0px;
}

.default .upload-drag {
    width: auto;
    border-color: #ececec;
    background: #fdfdfd;
}

.default .form-group .upload-drag button {
    margin: 10px auto 0 !important;
    display: block;
}


.default .form-bottom a {
    background: none;
    border: 0px;
}


.en-compatible .product-categoryNav .tab-content {
    margin: 21px 0 0 107px;
}

.en-compatible .product-categoryNav ul.nav.nav-tabs li a {
    font-size: 11px;
    font-weight: normal !important;
}

.en-compatible .product-categoryNav ul.nav.nav-tabs li a sup {
    right: 28px;
}
@media screen and (max-width: 800px){
.product-categoryNav .tab-content {
      height: calc(100vh - 250px);
}
   } 
@media screen and (max-width: 450px){
    .product-categoryNav .tab-content {
    width: 100%;
    margin: 20px 0;
}
}