/*
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;
}

/**
 * 1.0 menuless
 */
.menuless {
    margin-bottom: -80px !important;
}

.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: white;
}
.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: #ccc;
}

.button-solid-bg .back_toggle, .button-solid-bg .next_toggle {
    flex: 1;
    line-height: 43px;
}

.button-solid-bg .next_toggle {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.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: linear-gradient(to right, #4073ff, #4186ff);
    text-align: center;
    font-weight: bold;
}

.fullWidth .toggleItem a {
    color: #fff;
}

li.menu-cart img {
    height: 37px !important;
    position: relative;
    top: 5px;
}

.nav.side-menu li.menu-shop img {
    /* height: 40px !important; */
    position: relative;
    top: 2px;
    padding: 5px 0 0 !important;
}

/**
 * 3.0 form element
 */
.formButtonStyling .form-group {
    display: flex;
}

.formButtonStyling .form-group div:last-child {
    flex: 3;
}

.formButtonStyling .form-group button.gradient {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.formButtonStyling .form-group button.flat {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.formButtonStyling .form-group button.border {
    border: 2px solid #777;
    background: transparent;
    color: #777;
}

.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: white;
    line-height: 20px;
}

.transparentBg .form-group input.form-control {
    background: #00000078 !important;
    padding: 6px;
}

.transparentBg .form-group input.form-control::placeholder {
    color: white;
}

/*end*/

/**
 * 4.0 slider
 */
.slider_wrap {
    top: -6px;
    position: relative;
    /* width: calc(100% + 40px); */
    /* left: -20px; */
    overflow: hidden;
    /* margin-bottom: -31px; */
}

.slider_wrap.show { /* display: block !important; */
}


.home-slider {
    margin: 0px !important;
}

/**
 * 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: #efefef;
}

.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: linear-gradient(to right, #4073ff, #4186ff);
    border-radius: 100%;
}

.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: linear-gradient(to right, #4073ff, #4186ff);
}

.centerBtn__order-inner {
    position: relative;
    padding: 3em 4em;
    display: flex;
}

.centerBtn__close {
    top: 3.5em;
    background: transparent;
    color: #fff;
    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: #fafafa;
    padding: 10px;
    border-radius: 7px;
}

.centerBtn__quickitem i {
    font-size: 33px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.centerBtn__quickitem span {
    color: #222;
}

@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;
}

.fp-tableCell img {
    width: 100%;
}

/**
* 8.0 General
*/
html {
    min-height: 100%;
    background-size: cover;
    background: url(images/00-startPage.jpg) fixed;
}

.logo-inner-wrap {
    display: block;
    margin: auto;
    max-width: 90%;
    float: none;
}

.logo-inner-wrap img {
    max-width: 100%;
}

.padding-20 {
    padding: 20px !important;
}

.pl-20 {
    padding: 0 20px !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;
}

.green-text {
    /* color: #2383a3 !important; */
}

.complete {
    border: 0px solid #222;
    padding: 5px;
    border-radius: 20px;
    color: #222;
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.pending {
    /* border: 1px solid #F44336; */
    padding: 5px;
    border-radius: 20px;
    color: #222;
    background: #ccc;
}

span.underline {
    color: #999;
    text-decoration: underline;
}

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;
}

.table-responsive {
    font-weight: normal;
    font-size: 14px;
    width: 100%;
}

.flex {
    display: flex;
}

.table-responsive a.btn {
    padding: 6px;
    margin: 0px;
    border: 0px;
    font-size: 15px;
}

.table-responsive th {
    padding: 10px 3px !important;
}

.table-responsive {
    border-color: #c7c7c7;
}

.btn-info {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.system-message span {
    display: block;
    background: #4183ff26;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0 11px;
}

/**
 *8.1 Form Style
 */
.form-style .form-group {
    /* display: flex; */
    position: relative;
    padding: 5px 0;
    align-items: center;
}

.form-style label {
    color: #333;
    /* width: 100px; */
}

.form-style .form-control {
    flex: 2;
    border-bottom: 1px solid #cccccc61 !important;
    padding: 10px 10px;
    line-height: 14px;
    color: #222 !important;
    font-weight: bold;
}

.form-style .form-control::placeholder {
    color: #fff !important;
}

form.form-style {
    padding: 0px 20px;
}

span.form-separator {
    color: #010101;
}

span.toggle-password, span.toggle-password-new, span.toggle-password-confirm {
    position: absolute;
    right: 20px;
    color: #101010;
    top: 10px;
}

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"], a.gold-button {
    border-radius: 27px !important;
    background: linear-gradient(to right, #4073ff, #4186ff);
    /* background: #2383a3; */
    color: #fff;
    font-size: 20px !important;
    width: 100%;
    /* min-width: 200px; */
    border: 0px;
    margin: 0px;
    font-weight: bold;
}

.heading-logo {
    margin: auto;
    display: table;
}

.heading-logo img {
    margin: 14px auto;
    display: block;
}

.nav.side-menu > li a img {
    padding: 6px 6px 0;
    height: 31px !important;
}

.nav.side-menu > li > a > img {
    margin: auto;
    display: none;
    height: 29px;
    opacity: 0.7;
}

.nav.side-menu > li > a > img.hover-image-show {
    display: block;
}

.nav.side-menu > li.current-page a img.hover-image-show {
    display: block;
    opacity: 1;
}

.white-text {
    color: white !important;
}

ul.nav.nav-tabs {
    border-radius: 5px !important;
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #010101;
    border: 0px;
    display: table;
    margin: auto;
    overflow: hidden;
}

ul.nav.nav-tabs li.active a {
    background-color: transparent;
    border: 0px;
    color: #222 !important;
}

ul.nav.nav-tabs li {
    /* min-width: 50%; */
    text-align: center;
    background: #eee;
    margin-bottom: 0px;
    padding: 5px 10px;
    color: #999 !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;
}

hr.dotted-separator {
    display: block;
    border-bottom: 2px dotted #101010;
    width: 100%;
    border-top: 0px;
    margin: 10px auto;
}

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: #999;
}

.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: transparent;
    border-bottom: 1px solid #cccccc61;
    padding: 10px;
    /* margin: 0px 20px; */
}

.form-style .form-group input::placeholder {
    color: #222;
}

.form-style textarea.form-control {
    border: 0px !important;
    border-bottom: 1px solid #cccccc61 !important;
    background: transparent;
}

/*
animatebutton
 */
.atombtn {
    position: relative;
    margin: 10px 0;
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5em;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    background: #ffffff45;
    display: inline-block;
    flex: 1;
    padding: 4px 0;
}

.form-bottom form .atombtn button.btn {
    background: transparent !important;
    color: #fff !important;
    padding: 6px;
}

.atombtn a {
    color: white;
    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");
    display: block;
    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; /* height: 100%; */ /* display: flex; */

    /* align-items: center; */

    /* justify-content: center; */
    padding: 0px 20px;
}

.logo {
    max-width: 250px;
    margin: auto;
}

.logo img {
    max-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 100%;
    left: 0;
    color: #fff;
    font-weight: normal;
}

/*
* 10.0 Login Page
 */
.small-text {
    color: #999;
    display: block;
    padding: 10px 0px;
}

input#smsverify {
    display: block;
    width: 71%;
    margin: 10px auto;
    background: #eee;
    border: 0px;
    text-align: center;
    font-size: 2em;
    letter-spacing: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}

select.language.selectpicker {
    background: transparent;
    border: 0px;
    color: #fff;
    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;
}

.language_wrapper a {
    color: white;
    text-align: right;
}

.login_quicklink .form-group:after {
    content: "";
    display: none;
}

.login_quicklink a {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: normal;
}

.login-form .form-group {
    display: flex;
    position: relative;
    padding-bottom: 10px;
}

.login-form label {
    flex: 1;
    color: #010101;
}

.login-form label i {
    font-size: 24px;
    top: 3px;
    position: relative;
    padding: 0 10px;
}

.login-form .form-control {
    /* flex: 2; */
    background: transparent;
    border-bottom: 0px dotted black;
    padding: 0px;
    line-height: 14px;
    color: #fff;
}

.login-form .form-control::placeholder {
    font-size: 14px;
    color: #fff !important;
}

.login-form .form-group:after {
    content: "";
    display: block;
    background: linear-gradient(to left, #2220 0%, #fff 20%, #fff 80%, #2220 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

form.login-form {
    padding: 0px 20px;
}

.form-box {
    padding-top: 40px;
}

.login-form .toggle-password {
    color: #fff;
    position: absolute;
    bottom: 9px;
    right: 0;
    margin: 0px;
}

a.login_quicklink__item {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    text-align: center;
    display: block;
    background: linear-gradient(to left, #fff0 0%, #fff 20%, #fff 80%, #fff0 100%);
    padding: 3px;
    margin: 10px auto;
    padding: 3px 20px;
    width: auto !important;
    display: table;
}

.login_quicklink {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.5rem;
}

.form-bottom .login-form button[type="submit"] {
    border-radius: 24px !important;
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #fff;
    font-size: 20px !important;
    width: auto;
    min-width: 100%;
}

select.language.selectpicker option {
    background: #777;
}

.login .fa-eye-slash:before {
    content: "";
    background: url(images/00-01-close-eye.png);
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -6px;
    background-repeat: no-repeat;
}

#home_menuTab.forgotPass ul.tabs li {
    border-radius: 20px;
    margin: 0 10px;
}

#home_menuTab.forgotPass ul.tabs {
    width: calc(100% - 40px);
    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 {
    background: white;
    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 {
    /* border: 0px !important; */
    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;
}

.app-link {
    display: table;
    margin: 20px 10px;
    width: calc(100% - 20px);
}

.app-link .appStore, .app-link .playStore {
    display: inline-block;
    width: 50%;
    padding: 0px 10px;
    height: auto;
}

.app-link a {
    color: #101010;
    padding: 10px;
    font-size: 15px !important;
    border: 2px dotted;
    cursor: pointer;
    display: block;
    /* background: linear-gradient(to left, #fff0 0%, #fff 20%, #fff 80%, #fff0 100%); */
    padding: 8px 20px !important;
    background: #e6e6e6 !important;
}

.registration-search .input {
    width: 100%;
    position: relative;
}

.registration-search .input input {
    background: #eee !important;
    border: 0px;
    font-weight: bold;
    border-radius: 20px;
    width: 100%;
    padding: 6px 20px;
}

.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;
}

.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;
}

.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: #e0e0e0;
    margin: 0px;
    border-right: 1px solid #fff;
    color: #444;
}

.registration-button-group button:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.registration-button-group button:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.registration-button-group button:hover {
    color: white;
}

.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: white;
}

/*
* 12.0 Home Page
 */

/*new*/
.announcement-board {
    background: linear-gradient(to right, #4073ff, #4186ff);
    margin: 0 auto 10px;
    z-index: 99;
    position: relative;
    /* border-radius: 4px; */
    padding: 10px 0px;
    box-shadow: 0px 0px 10px -5px #909090;
    padding: 0;
    font-weight: normal;
}

.announcement-board h2 {
    font-weight: bold;
}

.card-yellowNotice h2 {
    font-size: 26px;
    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: 4px !important; */
}

.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-slider .slider_wrap {
    /* top: -25px; */
    /* margin-bottom: -45px; */
}

.selling-point__item img {
    width: 35px;
    opacity: 0.4;
}

.selling-point__item {
    flex: 1;
    text-align: center;
    color: #999;
}

.home-quicklink__item span {
    text-align: center;
    display: block;
    margin: 3px 0px;
    font-weight: bold;
    color: #222;
}

.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;
}

.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 .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: none;
    margin: .875em .5em;
    overflow: hidden;
}

.section-homeProduct .cards {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    margin: 0px -5px;
    padding: 0px;
    background: transparent;
}

.section-homeProduct .content .header {
    font-weight: bold;
    font-size: 13px !important;
}

.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: inline-block;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    padding-top: 70px;
    width: 70px;
    flex: 1;
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.profile-box img {
    max-width: calc(100% + 40px);
    position: absolute;
    top: -3px;
    left: -1px;
}

/*.home .account-info {*/
/*margin: -63px auto 0px;*/
/*position: relative;*/
/*background: white;*/
/*width: 90%;*/
/*border-radius: 12px;*/
/*box-shadow: 0px 0px 10px -3px;*/
/*align-items: flex-end;*/
/*}*/

/*.home .account-info .profile-box-wrap {*/
/*padding: 0px;*/
/*}*/

/*.home .profile-box img {*/
/*max-width: 100%;*/
/*top: auto;*/
/*bottom: 0px;*/
/*left: 0px;*/
/*}*/

/*.home .profile-box {*/
/*border: 2px solid #01a9dd;*/
/*margin: 5px 10px 0px;*/
/*}*/

/*.home .profile-id {*/
/*color: #084b61;*/
/*flex: 3;*/
/*}*/

/*.home .profile-id span.subtitle {*/
/*opacity: 1;*/
/*padding: 0px;*/
/*}*/

/*.home .profile-id span {*/
/*opacity: 0.7;*/
/*display: block;*/
/*}*/

/*.home .profilePic-edit {*/
/*flex: 3;*/
/*padding: 10px;*/
/*color: #084b61;*/
/*opacity: 0.7;*/
/*}*/

.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: linear-gradient(to bottom, white, #eee);
}

.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 .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: 35px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.home-profileName {
    color: #999;
    text-align: right;
    font-weight: normal;
    background: url(images/02-01-profile-bg.jpg);
    padding: 13px 20px;
    /* border-radius: 8px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 1px solid #cccccc80; */
}

.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: white; */
}
.hp-item {
    margin: 5px 0px;
    font-weight: bold;
    padding: 0 6px;
}

.hp-item span {
    /* background: rgb(18, 18, 18); */
    min-width: 100%;
    display: block;
    border-radius: 5px;
    padding: 3px 0;
    border: 1px solid #3d321f;
    font-size: 1.2em;
}
.hp-item small {
    color: #8c8c8c;
    font-weight: normal;
    font-size: 0.7em;
}

/*
home search animation
 */
.search-wrapper {
    height: 30px;
    width: 100%;
    margin: -10px auto 0;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #eee;
    padding: 5px 20px;
    /* align-items: center; */
}

.search-wrapper:before {
    content: "\f1ea ";
    font-family: fontawesome;
    position: relative;
    top: -1px;
    /* left: 6px; */
    color: #999;
    margin-right: 10px;
}

.search-wrapper input {
    background: #eee;
    border: 0px;
    padding: 10px;
    width: 100%;
    border-radius: 7px;
}

.cd-headline.slide {
    width: calc(100% - 60px);
    display: block;
    color: #717171;
    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;
    white-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: 10px;
    color: #777;
    position: relative;
    top: -1px;
}

/*
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: 70px;
    height: 70px;
    border-radius: 90px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    /* box-shadow: 0px 0px 10px -5px #f39c12; */
    border: 2px dashed #777;
}

@-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);
    }
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
}

.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: 0px 10px;
    padding: 0px;
    list-style: none;
    background: transparent;
    border-radius: 20px !important;
    display: flex;
    width: 50%;
    margin-left: auto;
}

#home_menuTab 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;
}

#home_menuTab ul.tabs li.current {
    background: #444;
    color: #fff !important;
    padding: 5px;
}

#home_menuTab .tab-content {
    display: none;
    background: #ffffff;
    padding: 15px;
    margin: 10px 0px;
    -webkit-animation: fadeUp .8s linear alternate;
    animation: fadeUp .8s linear
}

#home_menuTab .tab-content.current {
    display: inherit;
}

#home_menuTab ul.tabs li a {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#home_menuTab ul.tabs li.current a {
    color: white;
}

@-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 {
    background: white;
    padding: 20px;
    margin-bottom: 10px;
}

.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: 150px;
    text-align: center;
    color: #fff;
    position: relative;
}

.dg-slide .item-text {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: normal;
}

.dg-slide .item img {
    max-width: 70px;
}

.bg-color-1 {
    background: #0c9fd0;
    background: linear-gradient(180deg, rgb(255, 0, 168) 0%, rgb(255, 141, 0) 100%);
}

.bg-color-2 {
    background: #00a65a;
    background: linear-gradient(180deg, rgb(241, 163, 251) 0%, rgb(133, 0, 255) 100%);
}


.bg-color-3 {
    background: #fe5461;
    background: linear-gradient(180deg, rgb(226, 255, 179) 0%, rgb(41, 216, 176) 100%);
}


.bg-color-4 {
    background: #00acd6;
    background: linear-gradient(180deg, rgb(166, 233, 255) 0%, #4a4ed4 100%);
}


.bg-color-5 {
    background: #2a6c77;
    background: linear-gradient(180deg, rgb(239, 255, 152) 0%, #904b03 100%);
}

.bg-color-6 {
    background: #2a6c77;
    background: linear-gradient(180deg, rgb(239, 255, 152) 0%, #904b03 100%);
}

.bg-color-7 {
    background: #2a6c77;
    background: linear-gradient(180deg, rgb(255, 226, 156) 0%, #ff3e04 100%);
}

.bg-color-8 {
    background: #2a6c77;
    background: linear-gradient(180deg, rgb(255, 203, 207) 0%, #f52799 100%);
}

.bg-color-9 {
    background: #020001;
    background: linear-gradient(180deg, rgb(255, 72, 72) 0%, #020001 100%);
}

.bg-color-10 {
    background: #00acd6;
    background: linear-gradient(180deg, rgb(152, 244, 255) 0%, #498b9e 100%);
}

.bg-color-11 {
    background: pink;
    background: linear-gradient(180deg, #bd41bf 0%, #6800ff 100%);
}

/*
* 12.0 Scan Qr Code Page
 */
.qrCode {
    /* background: white !important; */
}

.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: white !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 {
    /* color: #2283a3; */
    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: linear-gradient(to right, #4073ff, #4186ff);
    color: white;
}

.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;
}

.sub-tab-wrapper ul.nav.nav-tabs {
    background: transparent;
    width: 100%;
}

.sub-tab-wrapper ul.nav.nav-tabs li {
    border-bottom: 2px solid transparent;
    border-radius: 0px;
    background: transparent;
    width: 25%;
    display: inline-block;
    min-width: 0px;
    padding-bottom: 7px;
}

.sub-tab-wrapper ul.nav.nav-tabs li.active:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 6px;
    background: #101010;
    bottom: 0;
    border: 2px solid white;
}

.sub-tab-wrapper ul.nav.nav-tabs li a {
    padding: 5px 0px;
    color: #010101 !important
}

.sub-tab-wrapper .profile-box {
    width: calc(100% - 4px);
    max-width: calc(100% - 4px);
    padding-top: calc(100% - 4px);
    box-shadow: 0px 14px 30px -9px #000000a3;
}

.sub-tab-wrapper .profile-box img {
    position: absolute;
}

.sub-tab-wrapper table {
    width: 100%;
}

.sub-tab-wrapper .gradient_border_submit {
    min-width: 0px;
    width: 100%;
}

.sub-tab-wrapper table h3 {
    font-size: 15px;
    font-weight: bold;
}

.sub-tab-wrapper td {
    font-size: 14px;
    padding: 4px !important;
    vertical-align: top;
    font-weight: bold;
}

.sub-tab-wrapper .profile-bg {
    max-width: 100%;
    padding-top: calc(101% + 4px);
    margin-bottom: calc(-100% - 4px);
}

.sub-tab-wrapper tr {
    border-bottom: 2px dotted;
}

span.payment-logo img {
    max-width: 100%;
    height: 20px;
    margin: 0px 10px;
}

.float-tabText-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
}

.sub-tab-wrapper ul.nav.nav-tabs li.active a.stroke-single:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.2em #ffffff;
    z-index: -1;
}

.content-header-transaction {
    position: relative;
    padding: 10px;
}

.sub-tab-wrapper-top .sub-tab-title:after {
    content: "";
    border-bottom: 2px dotted #101010 !important;
    width: 100%;
    position: absolute;
    bottom: 6px;
}

.sub-tab-wrapper-top .sub-tab-title {
    position: relative;
}

.sub-tab-wrapper-top ul.nav.nav-tabs {
    background: transparent;
    width: 100%;
}

.sub-tab-wrapper-top ul.nav.nav-tabs li {
    border-bottom: 2px solid transparent;
    border-radius: 0px;
    background: transparent;
    width: 25%;
    display: inline-block;
    min-width: 0px;
    padding-bottom: 7px;
}

.sub-tab-wrapper-top ul.nav.nav-tabs li.active:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 6px;
    background: #101010;
    bottom: 0;
    border: 2px solid white;
}

.sub-tab-wrapper-top ul.nav.nav-tabs li a {
    padding: 5px 0px;
    color: #010101 !important
}

.sub-tab-wrapper-top ul.nav.nav-tabs li.active a.stroke-single:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.2em #ffffff;
    z-index: -1;
}

.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: white; */
}

table.tab-without-profile td {
    /* font-weight: bold; */
    text-align: center;
    color: #222;
}

table.tab-without-profile tr {
    border-bottom: 1px solid #eee;
}

.tab-content.orderConfirmTab .tab-content table {
    width: 100%;
}

.log th:after {
    /* content: ""; */
    height: 50%;
    position: absolute;
    width: 1px;
    background: #084b61;
    right: 0px;
    top: 25%;
}

.log th {
    position: relative;
    text-align: center;
    color: #ffffff;
    /* font-weight: normal; */
}

.log th:last-child:after {
    display: none;
}

.log thead {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.log tfoot th {
    color: #48f;
}

.amount-button {
    display: table;
    /* background: white; */
    padding: 10px 10px 0px;
}

.dropdown-backdrop {
    background: #0000001a;
}

.dropdown-menu > li > a {
}

.dropdown-menu {
    right: 0;
    left: auto;
}

ul.dropdown-menu {
}

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: #ffffff;
    border-width: 12px;
    right: 14px;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #999;
    text-align: center;
}

.country_wrapper input {
    background: #2f529c;
    padding: 4px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.country_wrapper input::placeholder {
    color: #222;
}

textarea#textarea::placeholder {
    color: #222;
}

/*
* 14.0 Wallet page
 */
.full-width-box {
    width: 100%;
    display: block;
    /* background: white; */
    border-bottom: 1px solid #ccc;
}

.wallet-exchange {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}

.wallet-exchange-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-exchange__item {
    flex: 1;
    text-align: center;
    padding: 10px 0px 0px;
}

.wallet-exchange__item h3 {
    /* color: #fa8c35; */
}

.wallet-exchange__item select {
    border: 0px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    border-radius: 5px;
    padding: 3px;
    color: white;
}

.wallet-exchange__item select option {
    color: #222;
}

img.wallet-exchange__icon {
    height: 50px;
    width: auto;
    max-width: none;
}

.wallet-exchange__item img {
    max-width: none;
}

.wallet-exchange-list .wallet-exchange__item {
    padding: 10px 0px;
    border-width: 0px 2px 2px 0px;
    border-color: #f1f2f4;
    border-style: solid;
    border: 0px;
}

.orange-text {
    color: #fa9647 !important;
}

p.subtitle {
    color: #222;
    display: block;
    padding: 10px 20px;
    margin: 0px;
}

.wallet-exchange-list:last-child {
}

.wallet-exchange-list:last-child .wallet-exchange__item {
    border-bottom: 0px;
}

.wallet-exchange__item span {
    display: block;
}

.wallet-exchange-list .wallet-exchange__item:last-child {
    border-right: 0px;
}

.graph-box .tab-content { /* background: white; */
    padding: 0px 20px;
}

.graph-box ul.nav.nav-tabs li {
    /* min-width: 31.34% !important; */
    /* width: 31.34% !important; */
    top: 0px;
    border-radius: 0px;
}
.wallet-tab {
    display: flex;
    padding: 0 10px;
}

.wallet-tab img {
    width: 40px;
    display: block;
    margin: auto;
}
.wt-item {
    background: #d2d6de;
    padding: 5px 10px 10px;
    flex: 1;
    display: block;
    text-align: center;
    margin: 0 10px 10px;
    border-radius: 5px;
    color: #42454e;
}
/*
*15.0 transaction page
 */
.transaction-qrCode img {
    width: 61%;
    margin: 20px auto;
    display: block;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.transaction-qrCode {
    text-align: center;
    font-weight: bold;
}

/*
*16.0 account page
 */
.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: #ffffff;
    /* color: white !important; */
    border-radius: 20px;
}

.myaccount-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.myaccount-info .profile-box-wrap {
    padding: 0px 10px;
}

.myaccount-info .profile-id {
    font-weight: bold;
    padding: 0 10px;
}

.myaccount-info .profile-id {
    font-weight: bold;
    padding: 0 10px;
}

.myaccount-info .profile-box-wrap {
    padding: 0px 10px;
}

.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: 0px dotted;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background: white; */
    padding: 10px 20px 10px 10px;
}

.account-quicklink__item a {
    flex: 9;
    color: #333;
}

.account-quicklink__item i {
    font-size: 27px;
    /* color: #cecece; */
    top: 3px;
    position: relative;
}

.my-account a.gold-button {
    text-align: center;
    letter-spacing: 7px;
    padding: 4px;
}

.my-account .gradient_border_submit.gold-button-wrapper {
    margin: 20px auto 40px;
}

.account-quicklink {
    border-top: 1px solid #eee;
}

.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-id {
    flex: 6;
    /* color: white; */
    padding: 10px;
    font-weight: bold;
}

.profilePic-edit {
    flex: 4;
}

.profilePic-edit button {
    background: linear-gradient(to right, #4073ff, #4186ff);
    border: 0px;
    color: white;
    padding: 10px 7px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: right;
}

.account-quicklink__icon {
    flex: 2;
}

.account-quicklink__icon img {
    margin: auto;
    display: block;
}

.account-quicklink__item:after {
    /* content: ""; */
    /* background: #f1f2f4; */
    display: block;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    height: 2px;
    right: 0;
    border-bottom: 2px dotted;
}

.account-quicklink__item a.text-right {
    /* color: #cecece; */
}

.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
 */
.account-info.changePic {
    margin: 20px 0px -10px;
    /*background: url(images/changePic.jpg);*/
    background-size: cover;
    background-position: center;
    display: block;
}

.changePic .profile-box-wrap {
    padding: 0px;
}

.changePic .profile-box img {
    max-width: 100%;
    left: 0px;
    top: auto;
    bottom: 0px;
}

.changePic .profile-box {
    display: block;
    width: 120px;
    padding-top: 112px;
    margin: 21px auto;
    border: 4px solid #777;
}

.option-list {
    padding: 0px 20px;
}

.option-list__item {
    background: #eee;
    padding: 10px 20px;
    display: flex;
    border-radius: 4px;
    margin-bottom: 20px;
}

.option-list__item a {
    color: #333;
    flex: 4;
}

.option-list__item a.text-right {
    flex: 1;
}

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;
}

dl.language-badger .badger-accordion__trigger-icon {
    right: -12px;
}

dl.language-badger .badger-accordion__trigger-icon:before, dl.language-badger .badger-accordion__trigger-icon:after {
    background: #222;
    height: 2px;
}

dl.language-badger .badger-accordion__trigger-title {
    color: #222;
}

/*
16.2 account language
 */
ul.language-radio {
    width: 100%;
    padding: 0px !important;
    overflow: visible;
}

ul.language-radio li .check {
    position: relative;
}

ul.language-radio li label {
    padding: 0px;
    flex: 2;
}

ul.language-radio li {
    display: flex;
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 8px;
    background: #eee;
    padding: 10px;
}

ul.language-radio li:last-child {
    border: 0px;
    margin: 0px;
}

.language-radio input[type=radio]:checked ~ .check {
    border: 0px;
}

ul.language-radio li .check {
    border: 0px;
}

ul.language-radio input[type=radio]:checked ~ .check::before {
    background: transparent;
    content: "\f00c";
    font-family: "fontawesome";
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    /* color: #2383a3; */
    color: #777;
}

ul.language-radio li:hover .check {
    border: 0px;
}

ul.language-radio li:hover label {
    color: #333;
}

/*
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%;
}

.bank-wrap__item {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    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: white;
}

.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;
    /* border: 1px solid white; */
    margin: 13% 0px;
    background: #eee;
    color: #222;
}

.bank-wrap__option-item.red {
    background: #777;
    color: white;
    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 {
    color: #222;
    margin-bottom: 10px;
    display: block;
    padding: 0px 10px;
}


small.attention_w_wrap {
    background: #e2e5ec;
    padding: 8px 14px;
    display: block;
    margin: 0 0 10px;
    border-radius: 2px;
    color: #383B52;
    /* box-shadow: 0 0 10px -5px #ccc; */
}

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;
    padding: 0 10px;
    font-size: 16px;
    color: #999999;
    margin-left: -3px;
    background: #eee;
    width: 100%;
    padding: 10px;
}

.default-chkbox { /* margin: 10px  0px; */
}

.default-chkbox label {
    width: 100%;
}

/*
account upgrade
 */
.status-current {
    background: linear-gradient(to right, #4073ff, #4186ff);
    /* border-radius: 5px; */
    padding: 10px;
    align-items: center;
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 10px -5px #ccc;
    position: relative;
}

.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 0 10px;
    color: #222;
    font-size: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.status-current i {
    font-size: 115px;
    color: white;
    position: absolute;
    opacity: 0.3;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
}

.status-name h3 i {
    font-size: 34px;
    position: relative;
    top: 3px;
    color: #83ff00;
    opacity: 1;
    flex: 1;
    text-align: right;
    margin: 0 10px;
    position: absolute;
}

.status-name h3 span {
    flex: 1;
    text-align: left;
    color: white;
    word-break: break-all;
    text-align: center;
    padding: 0 50px;
}

.status-name h3 i:before {
    position: relative;
    left: -2px;
    top: 2px;
    /* background: linear-gradient(to  right, #4073ff,#4186ff); */
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 30px;
    line-height: 29px;
    text-indent: 1px;
    border: 4px solid #83ff00;
}

.unfullfill .status-name h3 i {
    color: #ccc;
}

.unfullfill .status-name h3 i:before {
    border-color: #ccc;
}

.pending-status h4 i {
    position: relative;
    font-size: 22px;
    color: #00a65a;
    top: -3px;
    opacity: 1;
    display: table;
    position: absolute;
    right: 2px;
    top: 0px;
    width: auto;
    margin: 0;
    left: auto;
}

.pending-status i {
    top: calc(50% - 60px);
}

.pending-name h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block !important;
    color: #222;
}

.status-name h4 { /* display: table; */
}

.pending-name {
    /* display: table-cell; */
    line-height: 21px;
    width: 100%;
    text-align: center;
    display: block;
    color: #222;
}

.pending-status h4 i:before {
    position: relative;
    left: -2px;
    top: 0px;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 30px;
    line-height: 19px;
    text-indent: 1px;
    border: 4px solid #00a65a;
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.pending-status h4 i {
    color: #999;
}

.pending-status h4 i:before {
    border: 4px solid #999;
    background: #ddd;
}

.status-current.pending-status {
    background: #cccccc;
}

.rulelist {
    background: #ffffff;
    padding: 6px 10px 6px 45px;
    /* border-radius: 38px; */
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    border-bottom: 1px solid #cccccc8f;
}

.rulelist span {
    margin-left: 10px;
    color: #777;
    font-size: 24px;
    font-weight: bold;
}

.rulelist i {
    position: absolute;
    left: 10px;
    padding: 5px;
    border-radius: 20px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: white;
}

.rulelist.unfullfill i {
    background: #ccc;
}

.pending-weixin img {
    max-width: 236px;
}

.pending-weixin {
    margin: 20px 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.pending-weixin span {
    color: #999;
    font-weight: normal;
}

.pending-weixin h4 {
    color: #222;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 25px;
}

.pending-weixin__image {
    display: flex;
}

.pending-weixin__image img {
    flex: 1;
}

.weixin-item {
    /* flex: 1; */
    padding: 0 10px;
    /* flex: 1 1 160px; */
}

.weixin-item img {
    max-width: 100%;
}

.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: white;
    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;
}

/*
* 17.0 payment method
 */
table.table-payment-method {
    width: 100%;
    text-align: center;
}

table.table-payment-method tr {
    border-bottom: 2px dotted;
}

table.table-payment-method a {
    color: #101010;
}

table.table-payment-method td:first-child {
    text-align: left;
}

/*
* 18.0 Order Page
 */
.button-solid-bg .next_toggle a {
    color: #ffffff !important;
}

/*
19.0 account address page
 */
table.table-account-address a {
    color: #101010;
}

table.table-account-address tr {
    border-bottom: 2px dotted;
}

table.table-account-address {
    text-align: left;
}

table.table-account-address td p {
    font-size: 18px;
    margin: 0px;
}

table.table-account-address td img {
    width: 80%;
}

.address-list__item {
    /* background: white; */
}

.address-details {
    border-bottom: 1px solid #777;
    padding: 10px 20px;
    display: flex;
    background: #eee;
    margin-bottom: 10px;
}

.address-name span, .address-name small {
    display: block;
}

.address-name {
    flex: 2;
}

.address-option {
    display: flex;
    padding: 4px 20px;
}

.address-default {
    flex: 2;
}

.address-default .label-cbx .checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #777;
    top: 4px;
}

.address-default .label-cbx .checkbox svg {
    width: 86%;
    top: -2px;
    left: 1px;
}

.address-default .label-cbx input:checked + .checkbox {
    border-color: #777;
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.address-default .label-cbx span {
    color: #333;
    position: relative;
    top: -2px;
}

.address-default .label-cbx .checkbox svg polyline {
    stroke: #fff;
}

.address-option__item a {
    color: #333;
}

.address-option__item img {
    position: relative;
    top: -2px;
}

.address-default .label-cbx {
    margin: 0px;
}

.address-default .label-cbx input:checked + .checkbox svg path {
    fill: #777;
    stroke: white !important;
}

.address-default .label-cbx .checkbox svg path {
    stroke: white !important;
}

.label-cbx .checkbox svg polyline {
    stroke: #777;
}

/*
*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.focus, .city-picker-span.open { /* border-bottom-color: #46A4FF; */
}

.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-wrap { /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); */
}

.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;
    white-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: #222 !important;
}

.switch-wrapper label {
    padding: 7px 0px 0px;
}

/*
*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;
    /* background: white; */
}

.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 .footer {
    color: #222;
}

.version-control {
    width: 60%;
    margin: auto;
    text-align: center;
}

.version-control img {
    /* height: 160px; */
    margin: auto;
    display: block;
}

.version {
    /* background: url(images/00-startPage.jpg) fixed !important; */
    background-size: cover !important;
}

.version .page-title .title_left h3 {
    /* color: white; */
}

.version.right_col {
    padding: 0px !important;
    -webkit-mask-image: none !important;
}

/*
22.0 share page
 */

.form-style textarea#share-url {
    /* padding: 10px !important; */
    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;
}

.copy-wrap {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ccc;
}

.copy-wrap span.underline {
    word-break: break-all;
    color: #222;
}

/*
23.0 feedback
 */
.feedback input[type=radio]:checked ~ .check {
    border: 2px solid #777;
}

.feedback input[type=radio]:checked ~ .check::before {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.feedback ul.customRadio li .check {
    border-color: #777;
    top: 12px;
    left: 10px;
}

.feedback .form-style .form-group {
    margin-bottom: 10px;
}

div#textarea_feedback {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 13px;
}

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;
}

/*
24.0 myspace
 */
.myspace .page-title {
    /* background: url(images/myspace.png); */
    background-size: 120%;
    background-position: bottom;
    padding-bottom: 120px;
}

.myspace .account-info {
    /* background: url(images/myspace-bg1.png) white; */
    margin: 0px 20px;
    width: auto;
    display: block;
    /* border-radius: 6px; */
    padding: 0px 10px 20px;
    background-size: contain;
    margin-top: -105px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.myspace .profile-box {
    border-color: #e9660c61;
    display: block;
}

.myspace .profile-id {
    /* color: #084b61; */
    text-align: center;
    padding: 0px;
}

.myspace .profilePic-edit {
    text-align: center;
    /* color: #084b61; */
}

.myspace .profile-box-wrap {
    padding: 0px;
}

.myspace .profile-id span {
    display: block; /* margin: 0px; */
    padding: 0px;
}

.myspace .wallet-exchange-list {
    /* background: white; */
    /* border-radius: 5px; */
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.myspace .wallet-exchange__item span {
    display: initial;
}

.myspace .wallet-exchange__item {
    display: table;
    width: 100%;
    border: 0px;
}

.myspace .wallet-exchange-list .wallet-exchange__item {
    /* border: 1px solid #f1f2f4; */
}

.wallet-exchange__item .dropdown-toggle {
    min-width: 0px;
    width: auto;
    display: block;
    float: right;
    color: #6298a4;
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 14px;
    top: calc(50% - 2px);
}

.wallet-exchange__item .dropdown-toggle span.caret {
    border-width: 12px;
}

.wallet-exchange__item .open .dropdown-toggle, .wallet-exchange__item .open .dropdown-toggle:focus {
    border: 0px;
    border-color: transparent;
    background: none;
    color: #6298a4;
    box-shadow: none;
}

.wallet-exchange__item .dropdown-menu {
    right: 10px;
    top: calc(100% + 10px);
    background: #588993b8;
    border: 0px;
    padding: 10px;
    border-radius: 0px;
    color: white;
}

.wallet-exchange__item .dropdown-menu li, .wallet-exchange__item .dropdown-menu li a {
    color: white;
}

.wallet-exchange__item ul.dropdown-menu li {
    border: 0px;
}

.wallet-exchange__item .dropdown-menu:before {
    border-bottom-color: #588993b8;
    right: 8px;
    border-width: 8px;
}

.wallet-exchange__item .dropdown-menu p {
    margin: 0px;
}

.wallet-exchange__item .dropdown-menu i {
    font-size: 32px;
}

/*
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: 18px;
    text-align: right;
}

.account-info.buy-list-wrap {
    /* background: white; */
    padding: 0px 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.account-info.buy-list-wrap .profile-box-wrap {
    padding: 0PX;
}

.buy-list span {
    display: block;
    padding: 0px;
}

.buy-list-end span {
    display: block;
    text-align: right;
}

.buy-list-end button {
    border: 0px solid #222;
    border-radius: 7px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    float: right;
    margin: 10px 0px;
    font-size: 16px;
    width: 100px;
    /* color: #f05654; */
    color: #fff;
}

.form-group.input-icon img {
    max-width: 23px;
    margin-right: 10px;
}

.form-group.input-icon i {
    font-size: 21px;
}

.form-style .input-icon label {
    /* flex: 1; */
    width: 30px;
}

/*
26.0 wallet-center
 */
.account-header {
    padding: 10px 20px;
    display: table;
    margin: auto;
}

.account-header__img, .account-header__num {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
}

.account-header__img img {
    height: 100px;
}

.account-header-center {
    display: table;
    /* padding: 20px 20px 10px; */
    /* border-bottom: 2px dotted; */
    margin-bottom: 10px;
}

.account-header-center div:first-child {
    /* border-right: 1px solid #ccc; */
}

.sub-account-calculation {
    /* background: white; */
    display: table;
    text-align: center;
    border-bottom: 1px solid #e6e3e3;
    padding-bottom: 10px;
}

.subtitle-wrap {
    display: flex;
    padding: 10px 20px;
    /* background: white; */
    align-items: center;
}

.copy-button {
    text-align: right;
}

.subtitle-item {
    flex: 2;
}

.copy-button a {
    border-radius: 10px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    border: 0px;
    color: #222;
}

.wallet-list-wrap {
    background: #eee;
    padding: 0px 10px;
    /* font-size: 14px; */
}

.wallet-list-wrap .buy-list {
    flex: 8;
}

.wallet-list-wrap .buy-list-end {
    flex: 2;
}

.oneline span {
    display: initial;
}

.buy-list-end a {
    display: block;
    margin: 5px 0px;
    text-align: center;
    font-size: 14px;
}

.wallet-quicklinks {
    /* background: white; */
    display: table;
    width: 100%;
    padding: 10px 0px;
}

.wallet-quicklinks a {
    padding: 0px 2px;
}

.wallet-quicklinks span, .wallet-quicklinks img {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 13px;
}

.graph-box ul.nav.nav-tabs {
    /* background: white; */
    width: 100%;
}

.list-box__item {
    display: table;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #cccccc78;
}

.list-box__item p {
    margin: 0px;
}

.input-prepend-append {
    display: table;
    margin: 10px auto;
    white-space: nowrap;
    vertical-align: middle;
}

.input-prepend-append button span {
    position: relative;
    top: -2px;
}

.input-prepend-append button {
    border: 2px solid #222;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #fff !important;
    line-height: 17px;
    top: -2px;
    position: relative;
    margin: 0px;
    font-weight: bold;
}

.input-prepend-append input {
    color: #333;
    font-size: 17px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background: transparent;
}

.input-prepend-append button:active {
    background: #222;
    color: white !important;
}

/*
27.0 group
 */
ul.nav.nav-tabs.group-tabs li {
    /* min-width: 33%; */
}

ul.nav.nav-tabs.group-tabs {
    /* background: white; */
}

ul.nav.nav-tabs.group-tabs li.active {
    background: transparent;
}

ul.nav.nav-tabs.group-tabs li.active:before {
    /* content: ""; */
    width: 50px;
    display: block;
    height: 2px;
    background: #084b61;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
}

ul.nav.nav-tabs.group-tabs li:last-child:after {
    display: none;
}

ul.nav.nav-tabs.group-tabs li:after {
    /* content: ""; */
    width: 1px;
    display: block;
    height: 70%;
    background: #ccc;
    right: 0;
    margin: auto;
    position: absolute;
    top: 15%;
}

.account-info.group-list-wrap {
    /* background: white; */
    padding: 10px 10px;
    align-items: start;
}

.account-info.group-list-wrap .profile-box-wrap .profile-box {
    border-radius: 0px;
}

.account-info.group-list-wrap .buy-list {
    flex: 6;
    padding: 0px;
}

.account-info.group-list-wrap span span {
    display: initial;
}

.account-info.group-list-wrap .profile-box-wrap {
    padding: 0px 10px;
}

.account-info.group-list-wrap .buy-list h3 {
    margin: 0px;
    font-size: 20px;
}

.group-option span {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.group-option {
    padding: 20px 10px;
    border-top: 1px solid #ccc;
    max-width: 100%;
    margin: 10px 0px;
}

.buy-slide {
    display: flex;
    padding: 20px;
}

.buy-slide__item {
    flex: 7;
}

.buy-slide__end {
    flex: 3;
}

.buy-slide__end a {
    border-radius: 5px;
}

/*
28.0 range slider
 */
.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (80px)) !important;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    outline: none;
    padding: 0;
    margin: 0;
    /* margin: 20px; */
    display: inline-block !important;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #222;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #222;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #222;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #222;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #222;
}

.range-slider__range:active::-moz-range-thumb {
    background: #222;
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #222;
}

.range-slider__value {
    display: inline-block !important;
    position: relative;
    /* width: 60px; */
    /* color: #084b61; */
    line-height: 20px;
    text-align: center;
    /* border-radius: 3px; */
    /* background: #2c3e50; */
    padding: 5px 10px;
    top: 5px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #222;
    border-bottom: 7px solid transparent; /* content: ''; */
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}

/*
29.0 revenue
 */
ul.nav.nav-tabs.revenue-tabs li {
    min-width: 32.34%;
}

.revenue-header {
    /* background: white; */
    display: table;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    /* border-bottom: 2px dotted; */
}

.revenue-header__item span {
    display: block;
}

.inner-nav {
    /* background: #2383a3; */
    /* padding: 10px; */
    text-align: center;
    /* color: white; */
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.inner-nav a {
    /* color: white; */
    width: 50%;
}

/*
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: white;
}

#countryModal .modal-header {
    display: flex;
    width: 100%;
}

#countryModal h4 {
    flex: 5;
    text-align: center;
    color: white;
}

#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;
}

/*
30.0 download page
 */

a.appStore {
    background: linear-gradient(to bottom, #dfdfdf 0%, white 20%, white 80%, #e5e5e5);

    display: block;
    box-shadow: 0px 0px 16px -3px #00000024;
    border-radius: 6px;
    overflow: hidden;
}

span.downloadBox__label small {
    display: block;
}

a.appStore i, span.downloadBox__label {
    display: inline-block;
    vertical-align: middle;
    padding: 14px;
}

a.appStore i {
    font-size: 37px;
    background: #0000000f;
    box-shadow: inset 0px 0px 10px 0px #00000014;
}

span.downloadBox__label {
    font-size: 20px;
    text-align: center;
    padding: 0px 15px 0px 10px;
}

span.downloadBox__label small {
    font-size: 10px;
}

/*
12 product
 */

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: 0px;
    margin-bottom: 0px;
}

.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
}

.product-info form {
    padding: 0px;
}

.product-info .slick-dots {
    bottom: 10px;
}

.productitem-price-row {
    background: #eee;
    padding: 10px;
    margin: 10px 0px;
    width: 100%;
}

/*new*/
.product-dropdown {
    padding: 0 20px;
}

.product-dropdown select option {
    color: #222;
}

.product-dropdown select {
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #fff !important;
    border: 0px !important;
    width: auto;
    margin: auto;
    padding: 10px;
    min-width: 200px;
    font-weight: bold;
}

.product-dropdown select:focus {
    background: linear-gradient(to right, #4073ff, #4186ff);
    border: 0px !important;
    box-shadow: 0px 0px 10px -5px #ccc !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: white;
    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: #222;
    font-size: 2rem;
    font-weight: bold;
    background: #eee;
    width: 100%;
    display: block;
    padding: 5px 20px;
    margin: 10px 0;
}

.shop-feature-detail span.price strike {
    color: #b3b0b0;
    font-size: 1rem;
    font-weight: normal;
}

.shop-feature-detail sup {
    background: #fe2f41;
    color: white;
    padding: 3px 7px;
    border-radius: 20px;
    position: relative;
    top: -1px;
}

.shop-feature-detail * {
    padding: 0 0 0 20px;
}

.shop-user-product {
    background: white;
    padding: 10px 20px;
    margin: 10px 0;
}

.section-homeProduct .price span {
    color: #fe2f41;
    font-size: 13px;
    display: block;
}

.section-homeProduct .content {
    min-height: 0px;
}

.section-homeProduct .content .header {
    font-weight: bold;
    font-size: 13px !important;
}

.section-homeProduct .cards:before {
    display: none;
}

h3.shop-subtitle {
    color: #525670;
}


.product-categoryNav .tab-pane {
    border-radius: 5px;
}

.categoryNav-grid {
    display: flex;
    flex-wrap: wrap;
}

.categoryNav-grid_item {
    width: 33.24%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0px 20px;
}

.product-categoryNav ul.nav.nav-tabs li img {
    display: block;
    height: 27px;
    margin: 0 auto 10px;
    filter: brightness(0.4) invert(1);
}

.product-categoryNav ul.nav.nav-tabs li {
    text-align: center;
}

.product-categoryNav ul.nav.nav-tabs li.active img {
    filter: none;
}

/*
product vip
 */

li.vip-item {
    list-style: none;
    border: 1px solid #eee;
    position: relative;
    width: 33%;
    display: inline-block;
    padding: 10px !important;
    border-radius: 5px;
    margin: 0 10px 0 0 !important;
    background: white;
    text-align: center;
    white-space: initial;
    min-height: 113px;
    vertical-align: top;
}

li.vip-item.current {
    background-color: #fbf2d9;
    border-color: #f2ca5b;
}

li.vip-item .ss_active {
    background: linear-gradient(to right, #cf10ec, #6916e6);
    white-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: #f2b75b;
    font-size: 1.3em;
    text-align: center;
}

li.vip-item .txt {
    font-size: 0.8em;
    color: #999;
    font-weight: 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: transparent;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    /* display: flex; */
    margin: 5px 5px;
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

.vip-benefit .box .vip-img {
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    background: #4181ff;
    padding: 10px;
    border-radius: 20px;
    /* flex: 1; */
    margin-bottom: 10px;
}

.vip-benefit-content .desc {
    font-size: 0.8em;
    font-weight: normal;
    color: #999;
}

.vip-benefit-content {
    padding: 0 10px;
    flex: 3;
}

.product-ads img {
    width: 100%;
}

/*
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: white;
    height: 100vh;
    top: 61px;
}

.product-categoryNav .tab-content {
    flex: 2;
    margin: 33px 17px 0px 119px;
    font-size: 13px;
}

.product-categoryNav ul.nav.nav-tabs {
    width: 100%;
    background: transparent;
    border-radius: 0px !important;
}

.product-categoryNav ul.nav.nav-tabs li {
    background: #efefef;
    border-radius: 0px !important;
}

.product-categoryNav ul.nav.nav-tabs li a {
    color: #676767;
    text-align: left;
}

.categoryNav-item span {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 4px 0px;
}

.productCategory .home-search {
    padding: 10px;
    position: fixed;
    width: 99%;
    background: white;
}

.product-categoryNav ul.nav.nav-tabs li.active a {
    color: #fff !important;
    font-weight: bold !important;
}

.product-categoryNav ul.nav.nav-tabs li.active {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.home-search .input input::placeholder {
    color: #999;
}

.home-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;
}

/*
cart
 */
.cart-product_item {
    display: flex;
    padding: 10px 20px;
}

.cart-product_item label {
    display: flex;
    margin-left: -30px;
    padding-left: 40px;
    position: relative;
}

.cart-product_image {
    flex: 1;
}

.cart-detail {
    flex: 2;
    margin: 0 0 0 20px;
}

.cart-product_image img {
    border-radius: 6px;
}

.cart-detail h4 {
    font-weight: bold;
}

.price * {
    display: block;
    color: #4183ff;
    font-size: 1.2em;
}

.price strike {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.sub-cart-detail {
    display: flex;
    align-items: flex-end;
}

.sub-cart-detail .price {
    flex: 2;
}

.sub-cart-detail .quantity {
    flex: 1;
    display: flex;
}

.sub-cart-detail .quantity button {
    border: 0px;
    background: transparent;
    margin: 0px;
}

.sub-cart-detail .quantity input {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
    opacity: 1;
    position: relative;
}

.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: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    background-color: #f5f5f5;
    border: 2px solid #4183ff;
    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: white;
    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;
    /* flex-wrap: wrap; */
    position: fixed;
    width: 100%;
    bottom: 75px;
    background: white;
    padding: 12px 20px !important;
}

.checkout-total {
    flex: 2;
    text-align: right;
    margin-right: 10px;
}

.checkout-total * {
    display: block;
}

.checkout-total span {
    font-size: 12px;
    font-weight: normal;
}

.checkout-total .total {
    font-size: 15px;
}

.checkout-total .total span {
    font-size: 20px;
    display: inline;
}

.cart-select-all label {
    margin-left: -25px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

.cart-select-all input {
    display: block;
    opacity: 0;
    position: absolute;
    left: -2px;
    width: 26px;
    z-index: 9;
    height: 20px;
    top: -4px;
}

.checkout-bar .btn {
    background: #4183ff;
    border: 0px;
    flex: 1;
    font-size: 15px;
    padding: 5px 8px;
    display: block;
}

.cart-voucher {
    display: flex;
    padding: 10px;
}

.cart-voucher input {
    flex: 3;
    margin: 0px 10px;
    background: #fff;
    border: 0px !important;
}

.cart-voucher button {
    flex: 1;
    margin: 0px 10px 0 0 !important;
    display: block;
    padding: 0px !important;
}

.cart-voucher input::placeholder {
    color: #ccc;
}

.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: 0px;
    font-size: 12px;
    font-weight: normal;
    background: #e8e5e5;
    padding: 5px 10px;
    text-transform: uppercase;
}

.cart {
    margin-bottom: 60px;
}

.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: transparent !important;
    border: 0px;
    color: #222;
    padding: 10px;
}

.myorder ul.nav.nav-pills li.active a {
    color: #222;
    border-bottom: 2px solid #4183ff;
}

.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: white;
    padding: 10px;
    border-radius: 7px !important;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
}

.orderlist-table a.btn {
    display: block;
}

.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%;
}

.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: white !important;
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.orderlist-table .badger-accordion__panel .badger-accordion__panel-inner {
    padding: 10px;
    /* border-top: 1px solid #eee; */
    /* padding-top: 10px; */
    /* margin-top: 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-table dd {
    /* background: white !important; */
    /* padding: 10px; */
}

.orderlist-file-input {
    display: inline-block;
    text-align: left;
    background: #f6f7fa;
    padding: 10px;
    width: 100%;
    position: relative;
    border-radius: 3px;
    margin: 10px auto;
    border: 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: #d2d6de;
    padding: 8px 16px;
    border-radius: 27px;
    margin-right: 8px;
    box-shadow: none;
    border: 0px;
    color: white;
    font-weight: normal;
}

.orderlist-file-input:hover > .button {
    background: #4181ff;
    color: white;
}

.orderlist-file-input > .label {
    color: #333;
    white-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: white;
}

.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: white;
}

.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;
}

.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: linear-gradient(to right, #4073ff, #4186ff);
    width: 80%;
    margin: -69px auto 0;
    z-index: 99;
    position: relative;
    border-radius: 7px;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px -5px #909090;
    padding: 20px;
    color: #fff;
}

.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: #999;
    line-height: 36px;
}

.card .date i {
    color: #777;
}

.card-yellowNotice {
    padding: 10px 20px;
}

.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;
}

button {
    font-family: "microsoft yahei", sans-serif;
}


/*
105-01 card - general
 */
.cards {
    position: relative;
    /* display: flex; */
    margin: 20px 20px 12px;
    border: 0px solid #343440;
    -webkit-border-radius: 5px;
    overflow: visible;
    padding: 16px 20px;
    /* -webkit-background-clip: padding-box; */
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    /* border-radius: 5PX; */
    /* background-clip: padding-box; */
    background: #d2d6de;
    /* transition: all 300ms ease-in-out; */
    /* width: 97%; */
    height: auto;
    /* flex-direction: column; */
    justify-content: center;
    align-items: flex-start;
    /* border: 1px solid #ccc; */
}

.cards .count, .cards h3 {
    font-size: 16px;
    color: #222;
    letter-spacing: 1px;
    line-height: 1.2em;
    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: 12px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff;
}

sup.el-badge__conten.is-fixed {
    position: absolute;
    top: 6px;
    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: 20px !important;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.report .badger-accordion__panel {
    background: transparent;
}

.report .badger-accordion__panel a {
    color: #333 !important;
    background: #fff;
    width: 100%;
    display: block;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.report .badger-accordion__panel-inner {
    padding: 10px 0px;
}

.announcement-detail {
    background: white;
    /* margin: 20px; */
    /* padding: 20px; */
    display: block;
    padding-bottom: 20px;
}

.announcement-detail p {
    padding: 20px 20px 0;
}

.memo-subtitle {
    padding: 10px 20px;
    display: flex;
    color: #4183ff;
    background: #eee;
}

.memo-subtitle .memo-date {
    margin-left: auto;
    display: block;
    color: #999;
    font-weight: normal;
}

.memo-subtitle .memo-date i {
    color: #4183ff;
    font-size: 12px;
    top: -2px;
    position: relative;
}

/*
withdraw
 */
.balance-box {
    background: #eee;
    padding: 10px;
    border-radius: 7px;
}

/*
team
 */

a.team-nextLvl {
    background: #4183ff;
    color: white;
    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 #4183ff;
}

/*
app layout
 */
.app .page-title .title_left h3 {
    font-size: 3.5vh;
    color: #fff;
}

.app .heading .back_toggle {
    top: 39px;
    left: 20px;
}

.app .heading {
    background: #666;
}

.app .back_toggle i {
    font-size: 3rem;
    color: white;
}

.app .subtitle {
    text-align: center;
    color: white;
    font-weight: normal;
    padding-bottom: 20px;
}

.app .subtitle h3 {
    font-weight: normal;
}

.app .notify-item {
    background: white;
    padding: 0;
    margin: 0px;
}

.app .notify-item:after {
    display: none;
}

.app .notify-heading h4 {
    color: #999;
    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: #999;
}

.top-space {
    margin-top: 10px;
}

.app-row-padding {
    padding: 10px 20px;
}

.app-row {
    background: white;
}

/*
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%;
    white-space: initial;
    word-break: break-all;
}

.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: white;
    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: white;
    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;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
    background: #ccc;
}

.msger-input {
    flex: 3;
    background: #eee;
    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 {
    background-color: #f7f7f7;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
}

.msger_wrap .page-title .title_left h3 {
    font-size: 1.2em;
    font-weight: 500;
    color: #777;
    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: white;
    position: relative;
}

.chat-list {
    background: white;
    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-color: #eee;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.chat-list_img img {
    width: 60%;
    margin: auto;
    display: block;
}

.chat-list_name {
    flex: 1;
    font-size: 0.8em;
}

.chat-list_name span {
    font-weight: normal;
    display: block;
    color: #999;
}

.chat-list_date {
    font-size: 0.8em;
    color: #999;
    font-weight: normal;
}

.chat-list_item:after {
    content: "";
    display: block;
    margin-left: auto;
    height: 1px;
    width: 86%;
    background: #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.chat-list_item:last-child:after {
    display: none;
}

.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: white;
    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: #efeff4;
    border-radius: 20px;
}

.wx-contacts-shortcuts-ctn > a {
    width: 30px;
    height: 26px;
    text-align: center;
    text-decoration: none;
    color: #222;
    font-size: 0.8em;
    font-weight: normal;
}

.wx-contacts-shortcuts-ctn > a[href="#wx-contacts-hook-search"] {
    /* border: 2px solid #999; */
    /* width: 7px; */
    /* height: 7px; */
    /* border-radius: 50%; */
    /* transform: translate(80%,-50%); */
    height: auto;
}

.wx-contacts-shortcuts-ctn > a[href="#wx-contacts-hook-search"]::after {
    content: '\f002';
    display: block;
    /* width: 5px; */
    /* height: 0px; */
    /* border: 1px solid #999; */
    /* transform: rotate(45deg) translate(140%,110%); */
    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 #EFEFF4;
    background: white;
}

.wx-contacts-list li.wx-contacts-hooks {
    display: block;
    height: 30px;
    line-height: 31px;
    background-color: #EFEFF4;
    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: 35px;
    height: 35px;
    margin-right: 10px;
}

.wx-contacts-search-bar {
    position: relative;
    display: flex;
    box-sizing: border-box;
    background-color: #EFEFF4;
    border-top: 1px solid #eee;
}

.wx-contacts-search-bar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D7D6DC;
    color: #D7D6DC;
    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: #FFFFFF;
    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;
}

/* webkit ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â Ã‚Â¸ÃƒÂ¦Ã‚ÂµÃ‚ÂÃƒÂ¨Ã‚Â§Ã‹â€ ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ type=search ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ input ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ¥Ã‚Â¸Ã‚Â¦ ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€œÃƒÂ¦Ã‚Â¶Ã‹â€  ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.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: white;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

.wx-contacts-icon-clear::after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: white;
    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: #FFFFFF;
    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: #ffffff;
    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: white;
}

.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: 3px solid #333;
    border-radius: 0px;
}

.msger_nav ul.nav.nav-tabs li a:hover {
    border: 0px;
}

.msger_nav ul.nav.nav-tabs li.current a {
    color: #222;
}

.feed-header {
    display: flex;
    align-items: center;
}

.feed-profile {
    width: 50px;
}

.feed-time {
    margin-left: auto;
}

.feed-time span {
    margin-right: 10px;
    color: #999;
    font-weight: normal;
}

.feed-content {
    padding-left: 50px;
}

.feed-desc {
    font-weight: normal;
    margin-bottom: 10px;
}

.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-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.feed-box:last-child {
    margin: 0px;
}

.feed-userName {
    padding: 0 10px;
}

.discovery .account-quicklink__icon {
    margin-right: 10px;
}

.discovery {
    background: white;
}

.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;
    border-radius: 5px;
    padding: 20px;
}

.crypto-card_header {
    color: #9fa1aa;
    font-weight: normal;
    font-size: 0.8em;
}

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: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 13px;
}

.crypto-card_body h3 {
    color: white;
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
}

.crypto-card_body span {
    color: #9fa1aa;
    font-weight: normal;
    font-size: 0.8em;
}

.crypto-card_body {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #9fa1aa2b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.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: white;
    text-align: center;
    display: block;
    border-right: 1px solid #9fa1aa2b;
}

.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-bottom: 1px solid #eee;
}

.crypto-list {
    background: white;
}

.crypto-item img {
    max-height: 44px;
}

.crypto-item h3 {
    margin: 0;
}

.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 white;
    border-radius: 5px;
}

.crypto_nav {
    margin: 10px auto;
    display: table;
}

#cryptoTab ul.nav.nav-tabs li {
    /* flex: 1; */
    background: transparent;
    border-bottom: 2px solid white;
    border-radius: 0 !important;
    font-weight: normal;
    display: table-cell;
}

#cryptoTab ul.nav.nav-tabs {
    display: table;
    background: white;
    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: #222;
}

#cryptoTab ul.nav.nav-tabs li.current a {
    color: #222;
}

.cryptoTab_nav {
    width: 100%;
    overflow-x: scroll;
}

#cryptoTab .table-responsive {
    background: white;
    border: 0px;
    padding: 0 10px;
}

#cryptoTab tr {
    border-bottom: 1px solid #eee;
}

#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: #d2d6de;
    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: #ffffff;
    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: white;
    line-height: 32px;
    font-weight: bold;
}

.crypto_coin .link-right {
    position: absolute;
    top: 54px;
    right: 13px;
    color: white;
}

.crypto_coin .page-title {
    position: relative;
    background: #f78f3a;
}

.crypto_coin .link-right a {
    color: white;
}

.crypto_coin-status .status-current {
    background: #f78f3a;
    box-shadow: none;
    color: white;
    padding-bottom: 27px;
}

.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: white;
    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: white;
    /* 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: #eee;
}

.crypto_coin-item .desc span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    color: #777;
}

.crypto_coin-item .desc label {
    margin: 0;
}

.crypto_coin-item:nth-child(odd) {
    padding-left: 15px !important;
}

.crypto_btm_btn {
    background: white;
}

.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: white;
    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: #4b6ede;
    opacity: 1;
}

.crypto_coin-search {
    flex: 2;
    display: flex;
    padding: 0 10px;
}

.crypto_coin-search input {
    flex: 2;
    border: 0;
}

.crypto_coin-search i {
    margin-right: 10px;
    line-height: 22px;
    color: #777;
}

.crypto_coin-switch .switch input {
    position: absolute;
    opacity: 0;
}

.crypto_coin-switch .switch {
    display: inline-block;
    font-size: 20px;
    height: 1em;
    width: 2em;
    background: #eeeeee;
    border-radius: 1em;
    margin: 0px 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: white;
    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 #fff;
    /* font-weight: bold; */
}

#cryptoTab .myCryptoTab_nav ul.nav.nav-tabs li.current span {
    border-bottom: 2px solid #0376ff;
    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;
}

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: #fff;
    padding: 5px 20px;
    line-height: 20px;
    border-radius: 20px;
    margin: 10px 0px 0px !important;
    display: flex;
    align-items: center;
}

.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-30 {
    display: none;
}

.country_wrapper input::placeholder {
    color: white;
}

a.gold-button {
    margin: auto;
    display: table;
    padding: 5px 20px;
    width: auto;
}


.trevenue-box {
    background: #ffffff;
    margin: 0 3px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #ccc;
}

.trevenue-box h3 {
    color: #2a7dde;
    text-align: center;
}

.trevenue-wrap {
    text-align: center;
}

.trevenue-amount strong {
    font-size: 2em;
}

.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 #f0f0f0;
    margin-bottom: 20px;
}
.trevenue-col img {
    height: 34px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.trevenue-col {
    color: #8f8f8f;
}
/*
ctc
 */

.ctc-search input {
    border: 0;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.ctc-search i {
    position: absolute;
    right: 14px;
    top: 22px;
}

.ctc-button {
    border: 0 !important;
    min-width: 100%;
    display: table;
    padding: 5px;
}

.ctc-reject {
    background: #eee;
    color: #777;
}



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: #016eff;
    color: #fff;
}

ul.customRadio.ctc-sale-radio label {
    background: #eeeeee;
    color: #767676;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.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: white; */
    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: white;
    border-radius: 15px;
    overflow: hidden;
}

.qu-image-wrapper strong {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.qu-image-wrapper {
    position: relative;
}

.qu-image-wrapper:before {
    background: linear-gradient(to top, #000000a1, 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: white; */
    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;
}

.ticket-item {
    background: #ebecef;
    border-radius: 4px;
    padding: 15px 0;
}

.ticket-footer {
    border-top: 1px solid #493f26;
    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: #4182ff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
}

.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;
}

.t-desc {
    display: flex;
}

.t-desc .ticket-ID {
    margin-left: auto;
}

.t-desc-content {
    padding: 0 20px;
}

.tDesc-reply-item {
    width: 80%;
    background: #fefefe;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 10px auto;
}

.tDesc-followup-item {
    width: 80%;
    background: #4180ff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 10px;
    color: #fff;
}

.t-desc-reply strong {
    border-bottom: 1px solid #343434;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    color: #232323;
}

.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: 100%;
}

#CS_Modal .modal-dialog, #CS_Modal .modal-content {
    min-height: 100vh;
}