<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.TVChartContainer {
    height: calc(100vh - 80px)
}

.layout__area--left {
    color: #fff
}

.txtBlack {
    color: #000 !important
}

.slider-image-class {
    height: 150px;
    width: 300px
}

@media (prefers-color-scheme:dark) {
    body {
        color: #fff;
        background: #fff !important
    }
}

.DemoPickerWrapper {
    padding: 0 12px;
    font-family: Source Code Pro, monospace;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 3px;
    background: #fff;
    margin: 24px 0 48px;
    width: 100%
}

.DemoPicker {
    font-size: 18px;
    border-radius: 3px;
    background-color: #fff;
    height: 48px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border: 0;
    width: 100%;
    color: #6772e5;
    outline: none;
    background: transparent;
    -webkit-appearance: none
}

.DemoWrapper {
    margin: 0 auto;
    max-width: 500px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    height: 100vh
}

.Demo {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40%
}

.StripeElement {
    display: block;
    margin: 10px 0 20px;
    padding: 10px 14px;
    width: 348px;
    font-size: 1em;
    font-family: Source Code Pro, monospace;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgb(0 0 0/2%);
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: var(--main-background-color);
    border: 1px solid var(--border-color)
}

input::-moz-placeholder {
    color: #aab7c4
}

input:-ms-input-placeholder {
    color: #aab7c4
}

input::placeholder {
    color: #aab7c4
}

.StripeElement--focus,
input:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .078);
    transition: all .15s ease
}

.StripeElement.FpxBankElement,
.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
    padding: 0
}

.StripeElement.PaymentRequestButton {
    height: 40px
}

.menu-hover {
    height: 40px;
    display: flex !important;
    align-items: center !important
}

.menu-hover:hover {
    background: var(--hover-bg-color) !important
}

.dropdown-menu-main {
    background-color: var(--card-background-color) !important;
    border-radius: 0 0 10px 10px !important;
    top: 40px !important;
    width: 300px !important;
    padding: 10px 0 !important;
    align-items: normal !important
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff
}

.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em
}

.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        right: 0;
        left: auto
    }
}

.Toastify__toast {
    position: relative;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    overflow: hidden;
    font-family: var(--toastify-font-family);
    cursor: pointer;
    direction: ltr
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast-body {
    margin: auto 0;
    flex: 1 1 auto;
    padding: 6px;
    display: flex;
    align-items: center
}

.Toastify__toast-body&gt;div:last-child {
    flex: 1 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 20px;
    flex-shrink: 0;
    display: flex
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .7s
}

.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: .3s
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        margin-bottom: 0;
        border-radius: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    align-self: flex-start
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button&gt;svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: .7;
    transform-origin: left
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right
}

.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid;
    border-right: 2px solid var(--toastify-spinner-color);
    animation: Toastify__spin .65s linear infinite
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(110%, 0, 0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-110%, 0, 0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0)
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

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

    to {
        transform: rotate(1turn)
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");

/* :root {
    --primary-color: #f0b90b;
    --text-primary-color: #fff;
    --text-primary-color-2: #23262f;
    --text-primary-color-3: #777778;
    --text-primary-color-4: #6e6e6e;
    --border-color: hsla(0, 0%, 49%, .2);
    --border-color-1: #e6e8ec;
    --border-color-2: #353535;
    --hover-color: #f7cf33;
    --font-color: #57575a;
    --bColor: #424242;
    --title-color: #141414;
    --white: #fff;
    --black: #000;
    --color-pallet-1: #b4b8d7;
    --background-color: #fff;
    --background-color-trade: #2a2e37;
    --main-background-color: #fafafa;
    --card-background-color: #fff;
    --table-background-color: #f5f5f5;
    --footer-background-color: #f7f7f8;
    --background-color-hover: #fafafa;
    --loading-color: #4b4b4b;
    --box-shadow-color: rgb(0 0 0/5%) 0px 0px 0px 2px;
    --hover-bg-color: #fafafa
} */

/* :root[data-theme=dark] { */
:root {
    --primary-color: #f0b90b;
    --text-primary-color: #fff;
    --text-primary-color-2: #fff;
    --text-primary-color-3: #fff;
    --text-primary-color-4: #cbcfd7;
    --border-color: #474d57;
    --border-color-1: #535353;
    --border-color-2: #fff;
    --hover-color: #f7cf33;
    --font-color: #fff;
    --bColor: #424242;
    --title-color: #fff;
    --white: #fff;
    --black: #000;
    --color-pallet-1: #535353;
    --background-color: #161a1e;
    --background-color-trade: #0b0e11;
    --main-background-color: #0b0e11;
    --card-background-color: #181a20;
    --table-background-color: #353535;
    --footer-background-color: #181a20;
    --background-color-hover: #181a23;
    --loading-color: #4b4b4b;
    --box-shadow-color: hsla(0, 0%, 97%, .05);
    --hover-bg-color: #383839
}

body,
html {
    height: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--bColor);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    color: var(--title-color)
}

iframe {
    border: none
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none
}

input,
input:active,
input:focus,
input:hover,
select:focus,
select:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: none;
    box-shadow: none
}

embed,
object,
video {
    max-width: 100%;
    height: auto;
    width: 100%
}

a {
    outline: 0
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
    color: var(--font-color)
}

img {
    border: none;
    max-width: 100%
}

button:focus {
    -moz-outline: none;
    outline: none;
    box-shadow: none
}

.section {
    padding: 130px 0
}

.section-top {
    padding: 130px 0 0
}

.section-bottom {
    padding: 0 0 130px
}

.btn.focus,
.btn:focus {
    border: 1px solid transparent
}

.btn.focus,
.btn:focus,
.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none
}

.acurate {
    margin: 0;
    padding: 0
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 24px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 24px
}

.aligncenter {
    display: block;
    margin: 0 auto 24px
}

a:focus {
    outline: 0 solid
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 24px
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #2a2e37
}

a:active,
a:hover {
    outline: 0 none;
    color: #2a2e37
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

::-moz-selection {
    text-shadow: none
}

::selection {
    text-shadow: none
}

.browserupgrade {
    margin: 24px 0;
    background: var(--primary-color);
    color: var(--white);
    padding: 24px 0
}

.m-0 {
    margin: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-30 {
    margin-top: 30px
}

.mt-150 {
    margin-top: 150px
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt--70 {
    padding-top: 70px
}

.pt-90 {
    padding-top: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.ptb--100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb--50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.mean-container .mean-bar {
    background: var(--main-background-color);
    padding: 14px 0;
    display: none
}

.mean-container .mean-bar:after {
    font-size: 16px;
    top: 25px
}

.mean-container .mean-nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600
}

.mean-container .mean-nav ul li {
    border-color: #f0efef
}

.modal {
    z-index: 9999999;
    max-height: 100vh;
    padding-top: 71px
}

.mean-container .mean-nav {
    position: absolute;
    top: 100%;
    background-color: var(--background-color-trade) !important
}

.container-fluid-cstm {
    width: 100%;
    padding-right: 225px;
    padding-left: 225px;
    margin-right: auto;
    margin-left: auto
}

#scrollUp {
    background: #f0b90b;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    z-index: 1000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

/* .header-area {
    position: absolute;
    background: var(--main-background-color);
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 15px 0
}

.header-area .logo-area a img {
    margin-left: 0
}

.header-area .menu-area .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-area .menu-area .main-menu ul li {
    display: inline-block;
    transition: all .5s
}

.header-area .menu-area .main-menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #1e2329;
    transition: all .5s;
    padding: 0 18px;
    text-transform: capitalize;
    position: relative
}

.header-area .menu-area .main-menu ul li a:hover {
    color: var(--primary-color)
} */

.client-area {
    background: #f0b90b;
    position: relative
}

.white_svg.svg_v2 {
    fill: #242831
}

.primary-btn {
    display: inline-block;
    padding: 13px 35px;
    background: var(--primary-color);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-primary-color);
    text-transform: capitalize;
    text-align: center;
    transition: all .5s;
    min-width: 140px;
    border: none
}

.alert-danger {
    color: #ff828d;
    background-color: transparent;
    border-color: #721c24
}

.primary-btn:hover {
    background: var(--hover-color);
    color: #fff
}

.secondary-btn {
    display: inline-block;
    padding: 13px 35px;
    background: #eaecef;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1e2329;
    text-transform: capitalize;
    text-align: center;
    transition: all .5s;
    min-width: 140px;
    border: none
}

.secondary-btn:hover {
    color: #1e2329;
    background: #f5f5f5
}

.section-title {
    margin-bottom: 45px
}

.section-title .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    color: var(--title-color)
}

.footer-area {
    background: var(--footer-background-color)
}

.footer-area .footer-top {
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border-color)
}

.footer-area .footer-top .single-wedgets .widget-title h4 {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-primary-color-2);
    margin-bottom: 10px
}

.footer-area .footer-top .single-wedgets .widget-inner ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-area .footer-top .single-wedgets .widget-inner ul li {
    display: block;
    margin-bottom: 5px
}

.footer-area .footer-top .single-wedgets .widget-inner ul li:last-child {
    margin-bottom: 0
}

.footer-area .footer-top .single-wedgets .widget-inner ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--text-primary-color-3);
    text-transform: capitalize;
    transition: all .5s
}

.footer-area .footer-top .single-wedgets .widget-inner ul li a:hover {
    color: var(--primary-color)
}

.footer-area .footer-top .single-wedgets .widget-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: var(--bColor)
}

.footer-area .footer-top .social-link .widget-inner ul li {
    display: inline-block;
    line-height: 1
}

.footer-area .footer-top .social-link .widget-inner ul li a {
    margin-bottom: 15px;
    margin-right: 15px;
    color: var(--text-primary-color-4);
    font-size: 20px;
    transition: all .3s
}

.footer-area .footer-top .social-link .widget-inner ul li a:hover {
    color: var(--primary-color)
}

.footer-area .footer-bottom-wrap {
    padding: 30px 0
}

.footer-area .footer-bottom .copyright-area p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--font-color)
}

.footer-area .footer-bottom .copyright-area p a {
    color: var(--font-color);
    transition: all .5s
}

.footer-area .footer-bottom .copyright-area p a:hover {
    color: #f0b90b
}

.footer-area .footer-bottom .footer-menu ul {
    margin: 0;
    padding: 0
}

.footer-area .footer-bottom .footer-menu ul li {
    display: inline-block;
    margin-right: 20px
}

.footer-area .footer-bottom .footer-menu ul li:last-child {
    margin-right: 0
}

.footer-area .footer-bottom .footer-menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: var(--bColor);
    text-transform: capitalize;
    transition: all .5s
}

.footer-area .footer-bottom .footer-menu ul li a:hover {
    color: var(--primary-color)
}

@media (max-width:767px) {
    .footer-area .footer-top {
        padding-bottom: 0
    }
}

.animation-img {
    animation: bounce 3s linear infinite
}

@keyframes bounce {
    0% {
        transform: translateY(0) translateX(0)
    }

    50% {
        transform: translateY(15px) translateX(7px)
    }

    to {
        transform: translateY(0) translateX(0)
    }
}

@media (max-width:1200px) {
    /* .header-area .menu-area .main-menu ul li a {
        font-size: 13px;
        padding: 25px 10px
    } */

    .primary-btn {
        width: 190px;
        padding: 13px 10px
    }
}

@media (max-width:991px) {
    .banner-area .banner-right-img {
        display: none
    }
}

@media (max-width:575px) {
    .white_svg {
        bottom: -5px
    }
}

.mean-container .mean-bar {
    float: none
}

.hero-banner-area {
    padding: 150px 0 80px;
    background-color: var(--main-background-color)
}

.hero-banner-area .banner-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize
}

.hero-banner-area .banner-content {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500
}

.hero-banner-area .hero-banner-bottom {
    margin-top: 80px
}

.hero-banner-area .hero-banner-bottom .item-list {
    display: flex;
    flex-flow: row wrap
}

.hero-banner-area .hero-banner-bottom .item-list .single-item {
    width: 20%
}

.hero-banner-area .hero-banner-bottom .single-item h4 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.hero-banner-area .hero-banner-bottom .single-item h4 .percent {
    font-size: 13px;
    margin-left: 10px
}

.hero-banner-area .hero-banner-bottom .single-item h4 .percent.incrase {
    color: #37b88b
}

.hero-banner-area .hero-banner-bottom .single-item h4 .percent.decrase {
    color: #d7566b
}

.hero-banner-area .hero-banner-bottom .single-item h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #2e3339
}

.hero-banner-area .hero-banner-bottom .single-item h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #b5b7bb
}

@media (max-width:1199px) {
    .hero-banner-area .banner-title {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .hero-banner-area .banner-title {
        font-size: 36px
    }

    .hero-banner-area {
        padding: 100px 0 80px
    }
}

@media (max-width:767px) {
    .hero-banner-area .banner-title {
        font-size: 32px
    }

    .hero-banner-area .hero-banner-bottom .item-list .single-item {
        width: 25%;
        margin: 10px 0
    }

    .hero-banner-area .hero-banner-bottom {
        margin-top: 30px
    }
}

@media (max-width:480px) {
    .hero-banner-area .banner-title {
        font-size: 32px
    }

    .hero-banner-area .hero-banner-bottom .item-list .single-item {
        width: 50%
    }
}

.about-area {
    padding: 40px 0;
    background: var(--card-background-color)
}

.about-area .single-banner a {
    display: block
}

.about-area .single-banner a img {
    width: 100%;
    height: auto
}

.about-area .owl-carousel .owl-nav button.owl-next,
.about-area .owl-carousel .owl-nav button.owl-prev {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    font-size: 24px;
    color: var(--white);
    box-sizing: none;
    transition: all .3s
}

.about-area .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.about-area .owl-carousel .owl-nav button.owl-prev {
    left: 10px
}

.about-area .owl-carousel .owl-nav button.owl-next {
    right: 10px
}

.about-area .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--bColor);
    background: var(--white)
}

.about-area .about-info {
    margin-top: 45px
}

.about-info .single-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.about-info .single-info:last-child {
    margin-bottom: 0
}

.about-info .single-info svg {
    position: relative;
    width: 20px;
    font-size: 20px;
    fill: #707a8a;
    color: var(--text-primary-color-4);
    margin-right: 10px;
    top: -2px
}

.about-info .single-info a {
    color: var(--text-primary-color-4);
    font-size: 14px;
    font-weight: 400
}

.about-info .single-info p {
    color: var(--text-primary-color-2);
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.about-info .single-info .more-btn {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--primary-color);
    transition: all .3s
}

.about-info .single-info .more-btn:hover {
    color: var(--hover-color)
}

.market-trend-area {
    padding: 40px 0
}

.trend-row {
    display: flex;
    align-items: center;
    padding: 15px 10px
}

.trend-col.trend-name {
    flex: 13 1;
    width: 120px
}

.trend-col.chnage,
.trend-col.last-price {
    flex: 9 1;
    width: 120px
}

.trend-col.market {
    flex: 13 1;
    width: 120px;
    text-align: right
}

.trend-table-header .trend-row {
    color: var(--text-primary-color-4);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.trend-table-body .trend-row {
    border-radius: 15px;
    color: #1e2329;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s
}

.trend-table-body .trend-row:hover {
    background: #f5f5f5
}

.trend-table-body .trend-row .decrement {
    color: #cf304a
}

.trend-table-body .trend-row .increment {
    color: #03a66d
}

.trend-info {
    display: flex;
    align-items: center
}

.trend-info .trend-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px
}

.trend-info .trend-info-wrap {
    flex: 1 1
}

.trend-info .curancy {
    text-transform: uppercase
}

.trend-info .curancy-fullname {
    text-transform: capitalize;
    color: var(--text-primary-color-4);
    margin-left: 5px
}

.view-more {
    margin-top: 30px
}

.view-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-4);
    transition: all .3s
}

.view-btn i {
    margin-left: 5px
}

.view-btn:hover {
    color: var(--primary-color)
}

@media (max-width:575px) {
    .trend-col.market {
        display: none
    }
}

.trade-anywhere-area {
    padding: 60px 0;
    background: var(--card-background-color)
}

.trade-anywhere-area .qr-code-area {
    display: flex;
    align-items: center
}

.trade-anywhere-area .qr-code-area .qr-image {
    width: 90px;
    margin-right: 20px
}

.trade-anywhere-area .qr-code-area .qr-info {
    flex: 1 1
}

.trade-anywhere-area .qr-code-area .qr-info h4 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #1e2329
}

.trade-anywhere-area .qr-code-area .qr-info h5 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #474d57
}

.avable-items {
    margin-top: 30px
}

.avable-items .item-lsit {
    display: flex;
    flex-flow: row wrap
}

.avable-items .item-lsit .single-item {
    width: 33%
}

.avable-items .item-lsit .single-item .item-link .icon {
    width: 25px;
    margin-bottom: 15px
}

.avable-items .item-lsit .single-item .item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 20px 0;
    border-radius: 8px;
    transition: all .3s;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--font-color)
}

.avable-items .item-lsit .single-item .item-link:hover {
    background: var(--background-color-hover);
    transition: .3s
}

@media (max-width:991px) {
    .trade-anywhere-left {
        margin-bottom: 30px
    }
}

.get-touch-area {
    padding: 40px 0;
    background: var(--main-background-color)
}

.single-card {
    display: block;
    border-radius: 8px;
    transition: all .3s;
    border: 1px solid transparent;
    padding: 35px 20px;
    height: 280px
}

.single-card:hover {
    padding: 35px 20px;
    background: var(--background-color-hover);
    transform: translateY(-6px);
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    transition: .3s
}

.single-card:hover .card-icon {
    transform: translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg);
    transform-style: preserve-3d;
    transition: .3s
}

.single-card:hover .card-title {
    transition: .3s;
    font-weight: 600;
    color: var(--primary-color) !important
}

.single-card .card-icon {
    max-width: 60px;
    margin-bottom: 30px;
    padding: 12px;
    background: var(--card-background-color);
    border-radius: 6px
}

.single-card .card-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary-color-2)
}

.single-card .card-content {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.start-trading-area {
    padding: 40px 0;
    background: var(--main-background-color)
}

@media (max-width:375px) {
    .primary-btn.mr-3 {
        margin-right: 0 !important
    }

    .secondary-btn {
        min-width: 190px
    }
}

.user-form .form-check-label {
    padding-left: 20px
}

.notFound-container {
    display: flex;
    height: 80vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.notFound-container h1 {
    color: var(--primary-color);
    font-size: 56px
}

.notFound-container p {
    color: var(--font-color);
    font-size: 26px;
    margin-top: 30px
}

.Toastify__toast-theme--light {
    background-color: var(--background-color);
    color: var(--text-primary-color-2)
}

.image_preview_container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px
}

.image_preview {
    position: relative;
    display: inline-block
}

.image_preview img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px
}

.clear_button {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.clear_button svg {
    width: 12px;
    height: 12px
}

@import url("https://fonts.googleapis.com/css?family=Karla:400,500,600,700&amp;display=swap");

body {
    margin: 40px 0 0
}

HEAD body h1,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--font-color) !important
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0
}

.cp-user-body-bg {
    background: #161a1e !important
}

.background-col {
    height: 100%;
    max-width: 1883px
}

.background-col,
.container-dashboard {
    background: var(--main-background-color) !important;
    margin-left: auto;
    margin-right: auto
}

.cp-user-content-expend {
    margin-left: 0 !important
}

.cp-user-card-header-area,
.cp-user-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.cp-user-card-header-area h4 {
    font-weight: 600;
    font-size: 20px;
    color: var(--text-primary-color-2);
    text-transform: capitalize
}

.cp-user-chart-dropdown .btn {
    color: var(--text-primary-color-4);
    font-size: 16px;
    border: 1px dashed #111a35;
    border-radius: 5px;
    padding: 8px 20px
}

.cp-user-chart-dropdown .dropdown-menu {
    min-width: 112px;
    min-width: 7rem;
    text-align: center;
    padding: 0
}

.cp-user-chart-dropdown .dropdown-toggle:after {
    border: none;
    content: url(/angle-down.svg);
    vertical-align: middle
}

.form-control::-webkit-input-placeholder {
    color: var(--color-pallet-1) !important;
    font-size: 16px !important
}

.form-control::-moz-placeholder {
    color: var(--color-pallet-1) !important;
    font-size: 16px !important
}

.form-control:-ms-input-placeholder {
    color: var(--color-pallet-1) !important;
    font-size: 16px !important
}

.form-control:-moz-placeholder {
    color: var(--color-pallet-1) !important;
    font-size: 16px !important
}

.cp-user-top-bar {
    background: var(--card-background-color);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgb(0 0 0/6%)
}

.cp-user-top-bar,
.dark-board {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0
}

.dark-board {
    background: var(--background-color)
}

.cp-user-top-bar .logo,
.cp-user-top-bar-dashboard .logo {
    padding-left: 30px
}

.cp-user-top-bar-status-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cp-user-top-bar-status-area li:not(:last-child) {
    margin-right: 10px
}

.cp-user-top-bar-status-area li {
    color: var(--text-primary-color-2)
}

.cp-user-top-bar-status-area li .cp-user-title {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--text-primary-color)
}

.cp-user-top-bar-status-area li .cp-user-content p {
    font-size: 14px;
    line-height: 1.5
}

.cp-user-top-bar-status-area .cp-user-btc img {
    width: 40px;
    height: 40px
}

.cp-user-top-bar-status-area li .cp-user-content .cp-user-last-visit span,
.cp-user-top-bar-status-area li.cp-user-pending-withdrawal .cp-user-content .cp-user-btc span,
.cp-user-top-bar-status-area li.cp-user-pending-withdrawal .cp-user-content .cp-user-usd span {
    color: #ff5556
}

.cp-user-top-bar-status-area li .cp-user-content .cp-user-today span,
.cp-user-top-bar-status-area li.cp-user-available-balance .cp-user-content .cp-user-btc span,
.cp-user-top-bar-status-area li.cp-user-available-balance .cp-user-content .cp-user-usd span {
    color: #0de06d
}

.cp-user-top-bar .cp-user-avater,
.cp-user-top-bar .cp-user-top-bar-dashboard {
    display: flex;
    align-items: center
}

.cp-user-top-bar .cp-user-avater .cp-user-avater-info {
    text-align: left;
    color: var(--text-primary-color-2)
}

.cp-user-top-bar .cp-user-avater .cp-user-avater-info span {
    font-size: 14px
}

.cp-user-top-bar .cp-user-avater .cp-user-avater-info p {
    font-weight: 700;
    font-size: 16px
}

.cp-user-top-bar .cp-user-avater .cp-user-img {
    padding: 3px;
    background: #e8e9ef;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden
}

.cp-user-top-bar .cp-user-avater .cp-user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.cp-user-top-bar-right .notification-list ul {
    display: block;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 2px 5px 25px #081926
}

.cp-user-top-bar-right .notification-list ul li a {
    white-space: normal;
    padding: 9px 10px;
    line-height: 20px !important;
    color: var(--text-primary-color-4) !important;
    border-bottom: 1px solid var(--border-color-2)
}

.cp-user-top-bar-right .notification-list ul li:last-child a {
    border-bottom: none
}

.cp-user-top-bar-right .notification-list ul li a:hover {
    background-color: #081926
}

.cp-user-top-bar-right .notification-list .nt-title {
    text-align: center !important;
    line-height: 22px;
    padding: 13px 5px !important;
    border-bottom: 1px solid var(--border-color-2) !important;
    background: var(--card-background-color)
}

.cp-user-top-bar-right .dropdown-toggle:after {
    display: none
}

.cp-user-top-bar-right .dropdown-menu {
    width: 350px;
    background: var(--main-background-color);
    color: var(--text-primary-color-2);
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 15px;
    border-radius: 3px
}

.notify-pending {
    display: flex;
    align-items: center;
    gap: 5px
}

.notify-counter {
    display: flex;
    color: #525050;
    background: #f5f5f5;
    color: var(--text-primary-color-2);
    background: var(--table-background-color);
    border-radius: 5px;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between
}

.clear-all {
    color: var(--primary-color) !important;
    font-size: 13px
}

.view-all {
    color: var(--title-color);
    font-size: 13px
}

.notificationicon {
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px
}

.notify-menu-icon {
    fill: var(--primary-color)
}

.notify-grid-item {
    margin-top: 25px
}

.notify-icon-title {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.notify-icon-title p {
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-primary-color-3)
}

.notify-grid-item h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--text-primary-color-3)
}

.notify-icon-title span {
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-primary-color-3);
    opacity: .7
}

.notification-body {
    margin: 5px 10px;
    display: flex;
    padding: 15px 15px 15px 0;
    position: relative;
    z-index: 1
}

.notification-body:before {
    content: "";
    position: absolute;
    top: 31px;
    left: 7.5px;
    z-index: -1;
    width: 1px;
    height: 100%;
    background: #d7d7d7
}

.notification-body-drop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-left: 1px solid #d7d7d7;
    padding-left: 10px
}

.notification-container {
    display: flex
}

.notification-time {
    font-size: 12px;
    color: #636363;
    margin-top: 15px
}

.cp-user-top-bar-right .dropdown-menu:before {
    content: "";
    height: 59px;
    width: 100%;
    background: var(--card-background-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu {
    width: 250px
}

.profile-dropdown&gt;.btn {
    padding: 0;
    margin-left: 15px
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu .big-user-thumb {
    width: 80px;
    height: 80px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 12px auto 14px;
    position: relative
}

.profile-dropdown .dropdown-menu .user-name {
    word-break: break-all
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu button {
    padding: 11px 20px
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu button:last-child {
    border-bottom: none
}

.cp-user-top-bar-right .profile-dropdown button a {
    color: var(--text-primary-color-4) !important;
    text-transform: uppercase;
    display: block
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu button:hover a {
    background: var(--background-color-hover);
    color: var(--primary-color) !important;
    transition: .3s
}

.cp-user-top-bar-right .profile-dropdown button:active a,
.cp-user-top-bar-right .profile-dropdown button:focus a,
.cp-user-top-bar-right .profile-dropdown button:hover a {
    color: var(--text-primary-color)
}

.cp-user-top-bar-right .profile-dropdown button a i {
    margin-right: 8px;
    font-size: 19px;
    vertical-align: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0 !important
}

.cp-user-top-bar-right .dropdown-menu .dropdown-item {
    line-height: 21px !important
}

.cp-user-top-bar-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.cp-user-top-bar-right .hm-notify .btn {
    color: var(--text-primary-color-4) !important;
    min-width: auto
}

.notification-btn img {
    max-width: 19px
}

.notification-btn {
    background: none;
    border: none
}

.cp-user-top-bar-right .hm-notify-number {
    position: absolute;
    top: 2px;
    right: 6px;
    top: -7px;
    left: 10px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    background: var(--primary-color);
    text-align: center;
    font-size: 10px;
    color: #000
}

.cp-user-logo .cp-user-logo-large {
    max-width: 150px
}

.cp-user-sidebar {
    width: 270px;
    position: fixed;
    height: 100vh;
    background: var(--card-background-color);
    transition: left .3s ease-in-out 0s;
    left: 0;
    top: 0;
    z-index: 1;
    padding-top: 90px;
    overflow-y: auto !important
}

.cp-user-sidebar::-webkit-scrollbar {
    width: 5px
}

.cp-user-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.cp-user-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.cp-user-sidebar-menu ul li a {
    padding: 12px 15px;
    display: block;
    color: var(--text-primary-color-2);
    font-size: 15px
}

.cp-user-sidebar-menu ul li ul li a {
    padding: 5px 30px 5px 75px
}

.cp-user-sidebar-menu ul li ul li.sub-active a,
.cp-user-sidebar-menu ul li ul li:hover a,
.cp-user-sidebar-menu ul li:hover&gt;a {
    color: var(--primary-color)
}

.cp-user-side-bar-icon-hover,
.cp-user-sidebar-menu ul li.cp-user-active-page .cp-user-icon .cp-user-side-bar-icon,
.cp-user-sidebar-menu ul li:hover&gt;a .cp-user-icon .cp-user-side-bar-icon {
    display: none
}

.cp-user-sidebar-menu ul li.cp-user-active-page a {
    color: var(--text-primary-color);
    color: var(--primary-color) !important
}

.cp-user-sidebar-menu ul li.cp-user-active-page .cp-user-icon .cp-user-side-bar-icon-hover,
.cp-user-sidebar-menu ul li:hover&gt;a .cp-user-icon .cp-user-side-bar-icon-hover {
    display: inline-block
}

.cp-user-sidebar-menu ul li a .cp-user-name {
    margin-left: 10px
}

.cp-user-active-page&gt;a:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: var(--primary-color);
    right: 4px;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%)
}

.cp-user-sidebar-menu ul li a {
    position: relative
}

.rtl-style {
    direction: rtl
}

span.cp-user-icon {
    background: transparent;
    padding: 8px;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle
}

.cp-user-body-bg._sidebar-cllopse .cp-user-sidebar,
.cp-user-sidebar-hide {
    left: -270px
}

.cp-user-main-wrapper {
    transition: margin-left .3s
}

.cp-user-body-bg._sidebar-cllopse .cp-user-main-wrapper {
    margin-left: 0
}

.cp-user-sidebar-toggler-s2 {
    cursor: pointer
}

.cp-user-main-wrapper {
    margin-left: 70px;
    margin-top: 68px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh
}

.cp-user-main-wrapper,
.cp-user-main-wrapper-dashboard {
    padding: 0;
    overflow: hidden
}

.cp-user-body-bg .cp-user-main-wrapper .container-fluid {
    margin: 0;
    padding: 0
}

.cp-user-main-wrapper-expend {
    margin-left: 0 !important
}

.cp-user-body-bg .cp-user-main-wrapper {
    margin-top: 60px
}

ul.cp-user-legend {
    display: flex;
    justify-content: center;
    align-items: center
}

.color-white {
    color: var(--text-primary-color) !important
}

ul.cp-user-legend .cp-user-color-box {
    height: 15px;
    width: 20px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px
}

ul.cp-user-legend li {
    display: flex;
    align-items: center;
    color: var(--text-primary-color-2);
    font-size: 16px
}

ul.cp-user-legend li:not(:last-child) {
    margin-right: 30px
}

ul.cp-user-legend .cp-user-color-box-1 {
    background: #5347ff
}

ul.cp-user-legend .cp-user-color-box-2 {
    background: var(--primary-color)
}

ul.history-legend .cp-user-color-box-2 {
    background: #0de06d
}

.cp-user-transaction-history-table {
    margin-top: 30px
}

.cp-user-transaction-history-table table tr td,
.cp-user-transaction-history-table table tr th {
    color: var(--text-primary-color-2)
}

.cp-user-transaction-history-table table tr th {
    font-size: 18px;
    font-weight: 700
}

.cp-user-transaction-history-table table tr td {
    font-size: 16px;
    font-weight: 400
}

.cp-user-transaction-history-table table thead tr th,
.cp-user-transaction-history-table table tr td {
    height: 74px;
    vertical-align: middle
}

.cp-user-transaction-history-table table tbody tr td,
.cp-user-transaction-history-table table thead tr th {
    border-bottom: 1px solid #182346
}

.cp-user-transaction-history-table table tbody tr td:first-child:focus {
    box-shadow: none;
    outline: none
}

.cp-user-transaction-history-table table thead tr th {
    border-top: 1px solid #182346
}

.cp-user-transaction-history-table table tbody tr {
    background: transparent
}

table.dataTable.no-footer {
    border: none
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;th:first-child:before {
    left: 4px;
    height: 16px;
    width: 16px;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    line-height: 16px;
    background-color: var(--primary-color)
}

.status-card-inner {
    min-height: 111px;
    padding: 10px 24px
}

.status-card-inner .icon img {
    height: 70px
}

.status-card .card-body {
    background: var(--card-background-color)
}

.cp-user-payment-type .form-group {
    display: block;
    margin-bottom: 30px
}

.cp-user-payment-type .form-group input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.cp-user-payment-type .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: var(--text-primary-color-2);
    margin-bottom: 0
}

.cp-user-payment-type .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #2b3c70;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px
}

.cp-user-payment-type .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #0de06d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.cp-user-payment-type .form-group input:checked+label:before {
    border-color: #0de06d
}

.cp-user-buy-coin-content-area p {
    color: var(--text-primary-color-2);
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 16px
}

.cp-user-coin-info .form-control {
    height: 60px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    background: var(--card-background-color);
    box-shadow: none;
    color: #b1b5c3;
    font-size: 18px;
    color: var(--text-primary-color-2)
}

.cp-user-coin-info label {
    font-size: 18px;
    color: #b1b5c3;
    text-transform: capitalize;
    margin-bottom: 15px
}

.cp-user-coin-info .form-control::-webkit-input-placeholder {
    color: #b1b5c3;
    font-size: 18px;
    text-transform: capitalize
}

.cp-user-coin-info .form-control::-moz-placeholder {
    color: #b1b5c3;
    font-size: 18px;
    text-transform: capitalize
}

.cp-user-coin-info .form-control:-ms-input-placeholder {
    color: #b1b5c3;
    font-size: 18px;
    text-transform: capitalize
}

.cp-user-coin-info .form-control:-moz-placeholder {
    color: var(--text-primary-color-4);
    font-size: 18px;
    text-transform: capitalize
}

.cp-user-payment-type {
    margin-top: 50px
}

.cp-user-payment-type h3 {
    color: var(--text-primary-color-4);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px
}

.cp-user-coin-rate ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 33px
}

.cp-user-coin-rate ul li {
    color: var(--text-primary-color-2);
    font-size: 18px;
    font-weight: 700
}

.cp-user-coin-rate .img img {
    height: 430px;
    width: 430px;
    display: table;
    margin: auto
}

.cp-user-bit-coin-card {
    min-height: 693px
}

.cp-user-cp-user-coin-info-area h5 {
    color: var(--text-primary-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px
}

.cp-user-qr {
    display: table;
    margin: 50px auto
}

.cp-user-qr img {
    width: 150px
}

.cp-user-copy .input-group,
.cp-user-copy .input-group .btn,
.cp-user-copy .input-group input {
    height: 60px
}

.cp-user-copy .input-group {
    border-radius: 24px;
    overflow: hidden
}

.cp-user-copy .input-group .btn {
    background: var(--primary-color);
    width: 130px;
    color: var(--text-primary-color);
    text-transform: capitalize
}

.cp-user-copy .input-group .btn:hover {
    background: #ffce51;
    color: var(--text-primary-color-4) !important
}

.cp-user-copy .input-group .form-control {
    background: transparent;
    text-align: center;
    color: var(--text-primary-color-2)
}

.cp-user-copy .input-group .form-control,
.cp-user-copy .input-group .form-control:active,
.cp-user-copy .input-group .form-control:focus {
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0 24px 24px 0
}

.cp-user-copy .cp-user-buy-btn {
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    background: #ffc107;
    color: var(--text-primary-color);
    border-radius: 24px;
    max-width: 530px;
    width: 100%;
    display: block;
    margin: 30px auto
}

.cp-user-copy .cp-user-buy-btn:hover {
    color: var(--text-primary-color-4) !important;
    background: #ffce51
}

.cp-user-credit-card-area {
    min-height: 915px
}

.cp-user-card-info .form-group {
    margin-bottom: 30px
}

.cp-user-card-info .form-control {
    height: 70px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #2b3c70;
    color: var(--text-primary-color-2)
}

.cp-user-card-info label {
    color: var(--text-primary-color-2);
    font-size: 18px;
    text-transform: capitalize
}

.slider-image-class {
    border-radius: 8px;
    cursor: pointer
}

#cp-user-upload-bank-info {
    display: none
}

.cp-user-upload-info {
    margin-top: 50px
}

.cp-user-upload-info label {
    background: #1b2953;
    max-width: 280px;
    width: 100%;
    height: 120px;
    border-radius: 3px;
    border: 2px dashed #2b3c70;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.cp-user-bank-info ul {
    display: block;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.cp-user-bank-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cp-user-bank-info ul li span {
    flex-basis: 33.33%
}

.cp-user-bank-info ul li:first-child {
    border-top: 1px solid #253562
}

.cp-user-bank-info ul li {
    color: var(--text-primary-color-2);
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #253562;
    border-left: none;
    border-right: none;
    height: 90px;
    line-height: 90px
}

.cp-user-bank-info ul li .cp-user-dot,
.cp-user-wallet-table table {
    text-align: center
}

.cp-user-wallet-table table thead tr th {
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.cp-user-wallet-table table tbody tr {
    background: transparent !important
}

.cp-user-wallet-table table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.cp-user-wallet-table table tbody tr td ul li:not(:last-child) {
    margin-right: 20px
}

.cp-user-wallet-table table tbody tr td,
.cp-user-wallet-table table thead tr th {
    vertical-align: middle;
    text-align: center !important;
    border: none
}

.cp-user-body-bg .cp-user-wallet-table table tbody tr td,
.cp-user-body-bg .cp-user-wallet-table table thead tr th {
    color: var(--text-primary-color-4) !important
}

.cp-user-wallet-card .cp-user-card-header-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 15px 0
}

.cp-user-wallet-card .btn {
    border-radius: 3px;
    color: var(--text-primary-color);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0
}

.cp-user-wallet-card .btn.cp-user-add-pocket {
    background: var(--primary-color);
    margin-right: 10px
}

.cp-user-wallet-card .btn.cp-user-move-coin {
    background: #fbae51
}

.cp-user-pagin {
    border-radius: 50px;
    border: 1px solid #182346;
    max-width: 370px;
    width: 100%;
    margin: 30px auto auto
}

.cp-user-pagin ul li a {
    padding: 10px;
    display: block;
    font-size: 23px;
    color: var(--text-primary-color)
}

.cp-user-select-area {
    position: relative
}

.cp-user-select-area:after {
    position: absolute;
    content: url(/cart-down.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.form-control {
    height: 60px;
    border: 1px solid #dcdff2;
    border-radius: 3px
}

.modal .form-control::-webkit-input-placeholder {
    color: var(--text-primary-color-2) !important;
    font-size: 16px !important
}

.modal .form-control::-moz-placeholder {
    color: var(--text-primary-color-2) !important;
    font-size: 16px !important
}

.modal .form-control:-ms-input-placeholder {
    color: var(--text-primary-color-2) !important;
    font-size: 16px !important
}

.modal .form-control:-moz-placeholder {
    color: var(--text-primary-color-2) !important;
    font-size: 16px !important
}

.modal label {
    color: var(--text-primary-color-2);
    font-size: 16px
}

.cp-user-move-btn {
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: var(--primary-color);
    text-transform: capitalize
}

.cp-user-move-btn,
.cp-user-move-btn:hover {
    border-radius: 3px;
    color: var(--text-primary-color)
}

.cp-user-move-coin-modal .modal-content {
    position: relative;
    border-radius: 30px
}

.cp-user-move-coin-modal .modal-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111a35
}

p,
td,
tr {
    color: var(--font-color)
}

.cp-user-move-coin-modal .modal-content .cp-user-img-vector {
    margin-top: -70px
}

.cp-user-move-coin-modal .close {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #e9ebf2
}

.cp-user-move-coin-modal .close,
.cp-user-move-coin-modal .close:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.cp-user-deposit-card-select.cp-user-select-area:after {
    position: absolute;
    content: url(/cart-down.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 1px;
    width: 20px;
    line-height: 1
}

.cp-user-deposit-card.cp-user-custom-card {
    min-height: 750px
}

.cp-user-deposit-card .cp-user-card-header-area,
.cp-user-withdraw-card .cp-user-card-header-area {
    border-bottom: 1px dashed var(--border-color);
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.cp-user-deposit-card .cp-user-qr {
    margin-top: 0
}

.cp-user-deposit-card .cp-user-qr img {
    width: 180px
}

.cp-user-deposit-card-select .form-control {
    background: #2a3865;
    border: 1px solid #2a3865;
    border-radius: 3px;
    box-shadow: none;
    color: var(--text-primary-color-2);
    text-transform: capitalize;
    line-height: 60px;
    padding: 0
}

.cp-user-deposit-card-select .form-control .init {
    font-size: 16px;
    font-weight: 700;
    padding-right: 40px
}

.cp-user-deposit-card-select .cp-user-title {
    font-weight: 700;
    font-size: 18px
}

.cp-user-deposit-card-select ul li {
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #2a3865;
    height: 60px;
    line-height: 60px
}

.cp-user-deposit-card-select ul li:not(.init) {
    display: none;
    border-top: none
}

.cp-user-deposit-card-select li.init {
    cursor: pointer
}

.cp-user-deposit-card .tabe-menu .cp-user-profile-nav {
    justify-content: flex-end
}

.cp-user-deposit-card .tabe-menu .cp-user-profile-nav .nav-link {
    width: 130px;
    padding: 10px 0;
    border-radius: 5px
}

.cp-user-deposit-card .tabe-menu .cp-user-profile-nav .nav-link.active {
    box-shadow: none
}

a#submit {
    z-index: 1
}

.cp-user-past-address-list {
    min-height: 430px;
    overflow-y: auto
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper&gt;.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper&gt;.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea&gt;.scroll-content {
    overflow: hidden !important
}

.scroll-textarea&gt;.scroll-content&gt;textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea&gt;.scroll-content&gt;textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-macosx&gt;.scroll-element,
.scrollbar-macosx&gt;.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx&gt;.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx&gt;.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx&gt;.scroll-element .scroll-bar {
    background-color: #111a35;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity .2s linear
}

.scrollbar-macosx:hover&gt;.scroll-element .scroll-bar,
.scrollbar-macosx&gt;.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-macosx&gt;.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx&gt;.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx&gt;.scroll-element.scroll-x .scroll-bar {
    height: 4px;
    min-width: 10px;
    top: -4px
}

.scrollbar-macosx&gt;.scroll-element.scroll-y .scroll-bar {
    left: -4px;
    min-height: 10px;
    width: 4px
}

.scrollbar-macosx&gt;.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx&gt;.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx&gt;.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx&gt;.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx&gt;.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx&gt;.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.cp-user-withdraw-card .form-group {
    margin-bottom: 30px
}

.cp-user-withdraw-card .form-control {
    background: transparent;
    border: 1px solid #2a3865;
    border-radius: 3px;
    box-shadow: none;
    color: var(--text-primary-color-2);
    height: 70px
}

.cp-user-withdraw-card textarea.form-control {
    height: auto;
    padding: 15px
}

.cp-user-withdraw-card label {
    color: var(--text-primary-color-2);
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.cp-user-withdraw-card .submit-btn {
    background: #2a3865;
    border-radius: 3px;
    height: 70px;
    color: var(--text-primary-color);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700
}

.cp-user-withdraw-card .cp-user-coin-address {
    position: relative
}

.cp-user-withdraw-card .cp-user-coin-address:after {
    position: absolute;
    content: url(/cp-user-coin-address.svg);
    top: 55%;
    right: 20px;
    transform: translateY(-50%)
}

.cp-user-activity-card .cp-user-card-header-area {
    border-bottom: 1px dashed #2b3c70
}

.cp-user-activity-card .cp-user-card-header-area,
.cp-user-activity-card .cp-user-card-header-area-2 {
    padding-bottom: 30px
}

.cp-user-activity-card .cp-user-card-header-area-2 h5 {
    color: var(--text-primary-color);
    font-weight: 700;
    font-size: 20px
}

.cp-user-activity-card .cp-user-card-header-area-2 .cp-user-chart-dropdown .btn {
    color: var(--text-primary-color-2);
    font-size: 16px;
    border: 1px dashed #111a35;
    border-radius: 5px;
    padding: 5px 15px
}

.cp-user-profile-nav {
    background: var(--card-background-color);
    border-radius: 5px;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 40px
}

.cp-user-profile-nav .cp-user-img {
    width: 100%;
    display: block
}

.cp-user-profile-nav .nav-link {
    text-align: center;
    color: var(--text-primary-color-2);
    font-size: 18px;
    text-transform: capitalize;
    padding: 20px 15px 15px
}

.cp-user-profile-nav .nav-item:hover .nav-link,
.cp-user-profile-nav .nav-link.active {
    color: var(--primary-color)
}

.cp-user-profile-nav .cp-user-img .img-normal,
.cp-user-profile-nav .nav-item:hover .nav-link .cp-user-img .img-active,
.cp-user-profile-nav .nav-link.active .cp-user-img .img-active {
    display: block
}

.cp-user-profile-nav .cp-user-img .img-active,
.cp-user-profile-nav .nav-item:hover .nav-link .cp-user-img .img-normal,
.cp-user-profile-nav .nav-link.active .cp-user-img .img-normal {
    display: none
}

.cp-user-profile-nav .cp-user-img {
    margin-bottom: 10px
}

.cp-user-profile-nav .cp-user-img img {
    display: table;
    margin: auto
}

.cp-user-profile-tab-content .cp-user-custom-card {
    box-shadow: 0 64px 64px -48px hsla(0, 0%, 6%, .1);
    border-radius: 16px;
    background: var(--main-background-color)
}

.cp-user-profile-header {
    margin-bottom: 30px
}

.cp-user-profile-header h5 {
    color: var(--text-primary-color-2);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
    color: var(--text-primary-color-2);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li span.pending {
    color: var(--primary-color)
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li:first-child {
    border-top: 1px solid var(--border-color)
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li span {
    flex-basis: 33.33%
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li span:last-child {
    text-align: left
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li span.cp-user-dot {
    text-align: center
}

.user-profile-img {
    height: 198px;
    width: 198px;
    border-radius: 50%;
    display: block;
    margin: auto;
    background: var(--card-background-color);
    border: 4px solid var(--border-color);
    position: relative;
    overflow: hidden;
    box-shadow: 0 64px 64px -48px hsla(0, 0%, 6%, .1)
}

.user-profile-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.user-cp-user-profile-info {
    text-align: center;
    margin-top: 30px
}

.user-cp-user-profile-info h4 {
    color: var(--text-primary-color-2);
    font-weight: 700;
    font-size: 20px
}

.user-cp-user-profile-info p {
    color: var(--text-primary-color-2);
    font-size: 16px;
    margin-top: 5px
}

.user-cp-user-profile-info #upload-user-img {
    display: none
}

.user-cp-user-profile-info .upload-user-img {
    max-width: 180px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 24px;
    background: var(--primary-color);
    box-shadow: 0 10px 20px rgba(255, 186, 0, .22);
    color: var(--text-primary-color);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.cp-user-profile-info .form-group {
    margin-bottom: 30px
}

.cp-user-profile-info .form-control {
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 5px 15px;
    height: 55px;
    box-shadow: none;
    color: var(--text-primary-color-2)
}

.cp-user-profile-info .form-control,
.cp-user-profile-info label,
.form-control {
    color: var(--text-primary-color-2)
}

.cp-user-profile-info .profile-edit-btn {
    min-width: 150px;
    height: 55px;
    border-radius: 3px;
    background: var(--primary-color);
    color: var(--text-primary-color);
    font-weight: 700;
    font-size: 18px;
    border-radius: 24px
}

.cp-user-profile-info .form-group .code-list p,
.cp-user-profile-info .form-group small {
    color: var(--text-primary-color-2)
}

.input-group-prepend .dropdown-toggle:after {
    display: none
}

.input-group-prepend-phone-verify .btn {
    height: 70px;
    background: #2a3865;
    width: 150px;
    color: var(--text-primary-color-2);
    position: relative;
    font-size: 16px;
    text-align: left;
    padding: 0 25px
}

.input-group-prepend-phone-verify .btn:before {
    position: absolute;
    content: url(/angle-down.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 25px
}

.verify-input-group {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.verify-input {
    width: 245px
}

.modal {
    z-index: 99999999 !important
}

.cp-user-idverifycard {
    min-height: 560px
}

.cp-user-idverifymodal .modal-content {
    border-radius: 12px !important;
    position: relative
}

.cp-user-idverifymodal .modal-body {
    padding: 50px;
    background-color: var(--main-background-color)
}

.cp-user-profile-info-id-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap
}

.id-card-type {
    position: relative;
    text-align: center;
    width: 33.33%;
    padding: 0 15px
}

.address-area-info {
    background-color: var(--primary-color);
    color: var(--text-primary-color) !important;
    padding: 10px;
    margin-bottom: 10px
}

.id-card-type .card-bottom span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    top: 0;
    width: 110px;
    height: 30px;
    background: #ff5556;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.id-card-type .card-bottom span:after {
    position: absolute;
    left: 100%;
    content: "";
    border-left: 20px solid #ff5556;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.id-card-type .card-bottom.pending span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    top: 0;
    width: 110px;
    height: 30px;
    background: var(--primary-color);
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.id-card-type .card-bottom.pending span:after {
    position: absolute;
    left: 100%;
    content: "";
    border-left: 20px solid var(--primary-color);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.id-card-type .card-bottom.success span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    top: 0;
    width: 110px;
    height: 30px;
    background: #1dbf73;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.id-card-type .card-bottom.success span:after {
    position: absolute;
    left: 100%;
    content: "";
    border-left: 20px solid #1dbf73;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.id-card-type h5 {
    color: var(--text-primary-color-2);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.id-card-type .id-card {
    background: var(--card-background-color);
    border-radius: 12px;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer
}

.id-card-type .id-card img {
    border-radius: 12px;
    width: 250px;
    padding: 15px
}

.idcard .cp-user-title {
    font-size: 18px;
    font-weight: 700;
    color: #2a3865;
    text-transform: capitalize;
    margin-bottom: 20px
}

.idcard .card-inner {
    border-radius: 12px;
    width: 290px;
    min-height: 160px;
    border: 1px solid #e4e6f4;
    display: flex;
    justify-content: center;
    align-items: center
}

.iduploadbtn {
    max-width: 290px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #2a3865;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    cursor: pointer
}

.iduploadbtn:after {
    position: absolute;
    content: url(/cards/uploadimgbg.svg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px
}

.carduploadbtn {
    background: var(--primary-color);
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    max-width: 480px;
    width: 100%;
    text-transform: capitalize;
    display: block;
    margin: 30px auto 0;
    border-radius: 7px
}

.carduploadbtn,
.carduploadbtn:hover {
    border-radius: 24px;
    color: var(--text-primary-color)
}

.cp-user-idverifymodal .modal-content .close {
    position: absolute;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    top: -15px;
    right: -15px;
    background: #fff;
    color: gray;
    padding: 0
}

.cp-user-idverifymodal .modal-content .close,
.cp-user-idverifymodal .modal-content .close:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.cp-user-setting-card .cp-user-card-header-area {
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 25px
}

.cp-user-auth-icon {
    height: 172px;
    width: 172px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center
}

.cp-user-setting-card .cp-user-content {
    margin: 40px 0
}

.cp-user-setting-card .cp-user-content h5 {
    font-size: 18px;
    color: var(--text-primary-color-2);
    margin-bottom: 0
}

.cp-user-setting-card .cp-user-content h5.modal-title {
    color: #0c1123
}

.cp-user-setting-card .cp-user-content p {
    font-size: 16px;
    color: var(--text-primary-color-2);
    margin-bottom: 15px
}

.cp-user-setting-card .cp-user-content .cp-user-setupbtn {
    background: var(--primary-color);
    color: var(--text-primary-color);
    border-radius: 3px;
    font-weight: 700;
    font-size: 20px;
    height: 60px;
    min-width: 185px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    margin-top: 20px
}

.cp-user-setting-card .cp-user-content .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-top: 20px
}

.cp-user-setting-card .cp-user-content .switch input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    height: 0
}

.cp-user-setting-card .cp-user-content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--text-primary-color-4) !important;
    transition: .4s
}

.cp-user-setting-card .cp-user-content .slider:before {
    position: absolute;
    content: "";
    height: 34px;
    width: 34px;
    left: 4px;
    top: 50%;
    background: var(--primary-color);
    transition: .4s;
    transform: translateY(-50%)
}

.cp-user-setting-card .cp-user-content input:checked+.slider {
    background: var(--background-color-hover) !important
}

.cp-user-setting-card .cp-user-content input:checked+.slider:before {
    background: -webkit-linear-gradient(left, var(--primary-color), #fec939 100%);
    transform: translate(58px, -50%)
}

.cp-user-setting-card .cp-user-content .slider.round,
.cp-user-setting-card .cp-user-content .slider.round:before {
    border-radius: 50px
}

.cp-user-preferance-setting .form-control {
    border-color: transparent
}

.cp-user-preferance-setting .form-control,
.deposit-conatiner .form-control {
    color: var(--text-primary-color-2);
    border-radius: 5px;
    height: 45px;
    font-size: 18px;
    box-shadow: none;
    background: var(--card-background-color);
    padding: 5px 15px
}

.deposit-conatiner .form-control {
    border-color: var(--border-color) !important
}

.cp-user-preferance-setting {
    position: relative;
    border: 1px solid var(--border-color)
}

.cp-user-preferance-setting:after {
    position: absolute;
    content: url(/cart-down.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.cp-user-setting-card .cp-user-content .form-group {
    margin-bottom: 30px
}

.cp-user-setting-card .cp-user-content label {
    color: var(--text-primary-color-2);
    font-size: 18px;
    margin-bottom: 15px
}

.cp-user-setting-card-inner-preference {
    min-height: 540px
}

.cp-user-card-header-bb {
    border-bottom: 1px solid rgba(36, 40, 49, .15);
    margin-bottom: 30px;
    margin-top: 15px
}

.cp-user-referral-content .form-control {
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    text-align: center;
    color: var(--text-primary-color-2);
    font-size: 16px;
    box-shadow: none
}

.cp-user-referral-content label {
    font-size: 16px;
    color: var(--text-primary-color-2);
    margin-bottom: 15px
}

.cp-user-referral-content .copy-url-btn {
    background: var(--primary-color);
    color: var(--text-primary-color);
    font-size: 18px;
    font-weight: 700;
    width: 170px;
    border-radius: 12px 0 0 12px
}

.input-address-bar .input-address-bar-btn {
    padding: 10px 20px
}

.cp-user-referral-content .copy-url-btn:hover {
    background: #ffce51;
    color: var(--text-primary-color-4) !important
}

.cp-user-card-header-area .cp-user-card-header-bb .cp-user-content-bottom {
    margin-top: 30px
}

.cp-user-referral-content .cp-user-content-bottom .or {
    font-size: 20px;
    font-weight: 700;
    color: #b1b5c3
}

.cp-user-share-title {
    font-size: 18px;
    color: var(--text-primary-color-2);
    margin: 30px 0
}

.cp-user-share-buttons ul {
    display: flex;
    align-items: center
}

.cp-user-share-buttons ul li:not(:last-child) {
    margin-right: 30px
}

.cp-user-share-buttons ul li a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: var(--text-primary-color);
    border-radius: 24px;
    font-size: 18px;
    font-weight: 700
}

.cp-user-share-buttons ul li a i {
    margin-right: 10px
}

.cp-user-share-buttons ul li a.fb {
    background: #3b5998
}

.cp-user-share-buttons ul li a.twit {
    background: #55acee
}

.cp-user-share-buttons {
    margin-bottom: 30px
}

.cp-user-myreferral table.dataTable tbody tr {
    background: transparent !important
}

.cp-user-myreferral table.dataTable thead tr th {
    color: var(--text-primary-color-2);
    color: var(--text-primary-color-4) !important;
    font-weight: 500;
    font-size: 18px
}

.cp-user-myreferral table.dataTable tbody tr td {
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    color: var(--text-primary-color-2);
    vertical-align: middle
}

.cp-user-myreferral table.dataTable thead td,
.cp-user-myreferral table.dataTable thead th {
    border-bottom: none
}

.cp-user-myreferral table.dataTable thead th {
    border-top: 1px solid var(--border-color)
}

.cp-user-myreferral table.dataTable tbody td,
.cp-user-myreferral table.dataTable thead th {
    border-bottom: 1px solid var(--border-color)
}

#vanillatoasts-container {
    z-index: 99999999
}

.red-text {
    color: red;
    margin-bottom: 10px;
    margin-top: 0
}

.user-form .form-control.invalid-field {
    border-color: red
}

.user-form .form-control:focus {
    background: transparent;
    color: var(--text-primary-color-4) !important
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\2193"
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 350px;
    height: 40px;
    border-radius: 5px;
    color: var(--text-primary-color-2);
    font-size: 16px;
    padding: 0 5px
}

div.dataTables_wrapper div.dataTables_filter label {
    color: var(--text-primary-color-2);
    font-size: 17px;
    font-weight: 700
}

.cp-user-profile-info textarea.form-control {
    height: 150px;
    padding: 15px
}

.deposite-tabs .cp-user-profile-nav .nav-link {
    width: 130px;
    padding: 8px 0
}

.deposite-tabs .cp-user-profile-nav .nav-link.active {
    box-shadow: none;
    border: 1px dashed #f3f3f3;
    border-radius: 4px
}

.clap-wrap ul li h4 {
    color: var(--text-primary-color-2);
    font-size: 16px
}

.cp-user-wallet-card ul li h4.text-warning {
    font-size: 16px
}

.text-warning {
    color: #ffc107 !important;
    font-size: 13px
}

.user-plan-table {
    border: 1px solid #2b3c70
}

.user-plan-table li h4 {
    color: var(--text-primary-color-2);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #2b3c70;
    padding: 20px
}

.user-plan-table li h4 span {
    flex-basis: 50%;
    position: relative;
    text-align: right
}

.user-plan-table li h4 span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: ":"
}

.user-plan-table .user-t-img {
    padding: 20px;
    text-align: center
}

.cp-user-wallet-card .cp-user-card-header-area-c {
    padding-bottom: 0
}

.theme-btn,
.theme-btn-red {
    color: var(--text-primary-color);
    background: -webkit-linear-gradient(left, var(--primary-color), #fec939 50%, #bca156)
}

.theme-btn-red {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 35px;
    border: 0;
    border-radius: 4px !important;
    position: relative;
    background-size: 200%, 1px;
    background-position: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    letter-spacing: 1px;
    text-align: center
}

.theme-btn,
.theme-btn-red:hover,
.theme-btn:hover {
    border-radius: 5px !important
}

.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {
    color: var(--text-primary-color)
}

.theme-btn-red:active,
.theme-btn-red:focus,
.theme-btn-red:hover {
    background-position: 100% !important;
    color: var(--text-primary-color)
}

.table td,
.table th {
    border-top: 0
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    padding: 5px;
    height: 40px;
    border-radius: 5px;
    margin: 0 10px 10px;
    border: 1px solid var(--border-color);
    box-shadow: none
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 14px;
    text-align: center !important
}

.dataTables_scroll {
    padding: 20px
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: var(--text-primary-color-2)
}

.dataTables_length select option {
    color: #333
}

.cp-user-active-page a {
    background: var(--background-color);
    position: relative
}

.cp-user-sidebar-menu ul li ul li a {
    padding: 10px;
    padding: 5px 30px 5px 58px
}

.cp-user-sidebar-menu ul li .arrow-icon {
    position: relative
}

.cp-user-sidebar-menu ul li .arrow-icon:before {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transform-origin: center;
    font-size: 19px
}

.cp-user-sidebar-menu ul li.mm-active .arrow-icon:before {
    content: "\f106";
    font-family: fontawesome
}

.cp-user-sidebar .mb-sidebar-toggler {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 11
}

.accordion .card {
    margin-bottom: 20px;
    border: none;
    background: transparent
}

.accordion .cp-user-referral-content:last-child .card {
    margin-bottom: 0
}

.accordion .card .card-header {
    border: none;
    padding: 0
}

.accordion .card .card-header h5 button {
    display: block;
    width: 100%;
    text-align: left;
    background: var(--footer-background-color) !important;
    text-decoration: none;
    text-transform: capitalize
}

.accordion .card .card-body,
.accordion .card .card-header h5 button {
    padding: 20px 15px;
    font-size: 16px;
    color: var(--text-primary-color-2);
    font-weight: 400;
    border-radius: 5px
}

.accordion .card .card-body {
    background: var(--main-background-color);
    margin-top: 10px
}

.accordion .card .card-header h5 button {
    position: relative;
    border-bottom: none
}

.header-align {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.mright-5 {
    margin-right: 20px
}

.cp-user-referral-content .card {
    box-shadow: none
}

.marquee {
    background: #212e55;
    margin-bottom: 30px;
    border-radius: 2px
}

.marquee ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.marquee ul li {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    color: var(--text-primary-color-2)
}

.marquee ul li:not(:last-child) {
    margin-right: 30px
}

.transfer-coin-option {
    margin-top: 50px
}

.transfer-coin-option li {
    color: var(--text-primary-color-2);
    display: block;
    position: relative;
    width: 100%
}

.transfer-coin-option li input[type=radio] {
    position: absolute;
    visibility: hidden
}

.transfer-coin-option li label {
    display: block;
    position: relative;
    margin: 10px auto;
    padding-left: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all .25s linear;
    font-size: 18px;
    font-weight: 500
}

.transfer-coin-option li:hover label {
    color: var(--text-primary-color-4) !important
}

.transfer-coin-option li .check {
    display: block;
    position: absolute;
    border: 2px solid var(--color-pallet-1);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.transfer-coin-option li:hover .check {
    border: 2px solid #fff
}

.transfer-coin-option li .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.transfer-coin-option li input[type=radio]:checked~.check {
    border: 2px solid var(--primary-color)
}

.transfer-coin-option li input[type=radio]:checked~.check:before {
    background: var(--primary-color)
}

.dataTables_length label select {
    text-align: center !important
}

.transfer-tabs .nav-link.active,
.transfer-tabs .show&gt;.nav-link {
    color: var(--text-primary-color);
    background-color: var(--primary-color)
}

.transfer-tabs .nav-link {
    color: var(--text-primary-color-2);
    border-radius: 3px;
    padding: .5rem .3rem;
    border: 1px solid var(--primary-color)
}

.transfer-tabs .nav-item:not(:last-child) {
    margin-right: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
    color: var(--text-primary-color);
    background-color: var(--background-color) !important
}

.nav-tabs {
    border-bottom: none !important
}

.bank-details h3 {
    color: var(--text-primary-color-4) !important
}

.bank-details .table tr td,
.cp-select-area:before {
    color: var(--text-primary-color-2)
}

.cp-user-active-page ul li.cp-user-submenu-active a,
.cp-user-active-page ul li:hover a {
    color: var(--primary-color)
}

.profile-edit-btn.phn-verify-btn {
    min-width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
    background: var(--primary-color);
    color: var(--text-primary-color) !important;
    border-radius: 3px
}

.profile-edit-btn.phn-verify-btn:hover {
    border-radius: 3px
}

.withdraw-form label {
    font-size: 16px;
    font-weight: 500
}

.withdraw-form .form-control::-webkit-input-placeholder {
    font-size: 14px !important
}

.withdraw-form .form-control::-moz-placeholder {
    font-size: 14px !important
}

.withdraw-form .form-control:-ms-input-placeholder {
    font-size: 14px !important
}

.withdraw-form .form-control:-moz-placeholder {
    font-size: 14px !important
}

.cp-user-active-notice {
    color: var(--text-primary-color-4) !important;
    text-align: center
}

.user-cp-user-profile-info .cp-user-btc span img {
    width: 25px
}

.cp-user-available-balance-profile p span {
    color: #0de06d
}

.dashboard-tabs {
    justify-content: flex-end
}

.dashboard-tabs .nav-link {
    color: var(--text-primary-color-2);
    text-transform: capitalize;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #c3cbdb
}

.dashboard-tabs .nav-link.active {
    color: var(--text-primary-color);
    border-color: transparent;
    background: var(--primary-color)
}

.dash-chart {
    width: 100% !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2);
    padding: 0;
    border: none !important;
    background: transparent !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: none
}

.paging_simple_numbers {
    display: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--text-primary-color-2) !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important
}

.dark-modal.modal-content {
    border-radius: 16px;
    background: var(--main-background-color)
}

.dark-modal.modal-content .modal-header {
    background: var(--main-background-color);
    border-bottom: 1px solid var(--border-color)
}

.dark-modal.modal-content .modal-header .modal-title,
.dark-modal.modal-content .modal-header button span {
    color: var(--text-primary-color-2)
}

.dark-modal.modal-content .modal-body {
    background: var(--main-background-color);
    color: var(--text-primary-color-2)
}

.dark-modal.modal-content .modal-body h6 {
    color: var(--text-primary-color-2)
}

.font-16 {
    font-size: 16px !important
}

.text-mute {
    color: var(--color-pallet-1) !important
}

.ico-phase-info-list p {
    color: var(--text-primary-color-2)
}

.ico-phase-info-list .ico-phase-ul {
    display: block;
    padding: 15px
}

.ico-phase-info-list .ico-phase-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0
}

.ico-phase-info-list .ico-phase-ul li p {
    font-weight: 400;
    font-size: 14px
}

.ico-phase-info-list .ico-phase-ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ico-phase-info-list .ico-phase-amount li {
    font-size: 14px;
    font-weight: 400
}

.ico-phase-amount-title {
    color: var(--text-primary-color-4) !important;
    margin: 15px 0;
    font-size: 16px
}

.ico-phase-progress-bar {
    margin-bottom: 15px
}

.ico-phase-progress-bar .progress {
    height: 8px;
    background-color: #eaeaea
}

.ico-phase-progress-bar .progress .progress-bar {
    background-color: var(--primary-color);
    border-radius: 15px
}

.is-countdown {
    background: transparent;
    border: none
}

.countdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.countdown-section {
    background: #182346;
    color: var(--text-primary-color-4) !important;
    border-radius: 5px;
    padding: 15px;
    width: 24%;
    font-size: 18px;
    margin-bottom: 10px
}

.future-ico-phase {
    display: block
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    display: none
}

.dark-bg2 {
    background: var(--card-background-color)
}

.swipe-area {
    position: fixed;
    box-shadow: 0 40px 108px 12px rgba(0, 0, 0, .54);
    width: 450px;
    height: 100%;
    background: var(--background-color);
    z-index: 99999;
    right: -500px;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 30px
}

body._toggle .swipe-area {
    right: 0
}

body._toggle .swipe-area-overlay {
    position: relative
}

body._toggle .swipe-area-overlay:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: "";
    z-index: 999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.swipe-inner {
    height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto
}

.swipe-inner::-webkit-scrollbar {
    width: 0
}

.swipe-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.swipe-inner::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

.header-top h2 {
    font-size: 35px;
    font-weight: 500
}

.header-top h2,
.menu-close {
    color: var(--text-primary-color)
}

.menu-close {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ebebeb;
    position: absolute;
    right: 15px;
    top: 40px;
    border-radius: 50%;
    line-height: 30px
}

.menu-close,
.menu-toggler {
    cursor: pointer
}

.swipe-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center
}

.swipe-inner h3 {
    color: var(--text-primary-color);
    font-size: 25px;
    margin-bottom: 30px
}

.swipe-count input {
    width: auto;
    min-width: 1em;
    font-size: 40px;
    height: 60px;
    background: none;
    border: none;
    text-align: right;
    color: var(--text-primary-color);
    padding-right: 20px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700
}

.swipe-count input::-webkit-input-placeholder {
    color: var(--text-primary-color)
}

.swipe-count input::-moz-placeholder {
    color: var(--text-primary-color)
}

.swipe-count input:-ms-input-placeholder {
    color: var(--text-primary-color)
}

.swipe-count input:-moz-placeholder {
    color: var(--text-primary-color)
}

.swipe-count {
    display: flex;
    justify-content: center;
    max-width: 326px;
    align-items: center
}

.swipe-count p,
.swipe-in-top h5 {
    font-size: 20px;
    color: var(--text-primary-color)
}

.swipe-in-top h5 {
    display: block;
    margin-top: 20px
}

.swipe-in-top {
    position: relative
}

.swipe-in-top .swipe-btn {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swipe-in-top .swipe-btn svg path {
    fill: #fff
}

.coin-menu {
    overflow: hidden;
    width: 100%;
    margin-left: 10px;
    margin-top: 30px
}

.menu-select {
    position: relative
}

.coin-menu span {
    display: inline-block
}

.coin-menu span.swip-img img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px
}

.coin-menu span.swip-img p {
    font-style: normal;
    font-size: 20px
}

.coin-menu .swip-button p {
    color: var(--text-primary-color)
}

.coin-menu ul {
    margin: 0;
    list-style: none;
    position: absolute;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    padding: 10px;
    background: #2e3543;
    width: 96%
}

.coin-menu .swip-button {
    width: 100%;
    padding: 0;
    position: relative
}

.coin-menu .swip-button:before {
    position: absolute;
    right: 20px;
    top: 18px;
    content: "\f107";
    font-family: fontawesome
}

.coin-menu .swip-button,
.coin-menu li {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    color: blue;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 96%;
    color: var(--text-primary-color);
    border: 1px solid var(--border-color);
    height: 60px;
    padding-left: 20px
}

.coin-menu ul li {
    border: 0;
    padding-left: 10px;
    border-bottom: 1px solid var(--border-color)
}

.coin-menu .countries-name {
    line-height: 100%
}

.coin-menu .mn-tp span {
    display: block;
    margin-bottom: 10px;
    color: var(--text-primary-color);
    font-size: 16px;
    text-align: left
}

.coin-menu li:last-child {
    border-bottom: none
}

.coin-menu ul.sh {
    display: none
}

.next-btn button {
    height: 54px;
    width: 180px;
    border-radius: 40px;
    transition: background-color .3s ease-in 0s;
    text-decoration: none;
    font-family: Aribau-Grotesk;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    background-color: var(--primary-color);
    color: var(--text-primary-color);
    border: 1px solid transparent;
    margin: 30px auto 0
}

.swipe-count input::-webkit-inner-spin-button,
.swipe-count input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.swipe-count input[type=number] {
    -moz-appearance: textfield
}

@media (max-width:450px) {
    .swipe-area {
        width: 300px
    }

    .header-top h2 {
        font-size: 25px
    }

    .swipe-inner h3 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .swipe-count {
        max-width: 180px
    }

    .menu-close {
        top: 30px
    }
}

.cp-user-card-header-area .buttons .btn {
    width: unset !important;
    margin-bottom: 5px
}

.cp-user-wallet-card .cp-user-card-header-area {
    flex-wrap: wrap
}

.cp-user-wallet-table table tbody tr td ul li:not(:last-child) {
    margin-right: 10px;
    width: 30px
}

.cp-user-wallet-table table tbody tr td.child ul li {
    width: 100%
}

@media (max-width:991px) {
    .cp-user-wallet-table table tbody tr td ul li:not(:last-child) {
        margin-right: 5px
    }

    .secendary-table tbody tr td .asset {
        flex-direction: column
    }

    .bank-container {
        grid-template-columns: 1fr 1fr !important
    }
}

.exchange-area .cp-exchange-rt {
    background: var(--background-color);
    border-radius: 4px;
    padding: 10px
}

.exchange-area .cp-user-profile-info .total-top,
.exchange-area .total-top-blance {
    display: flex;
    justify-content: space-between
}

.exchange-area .total-top-blance {
    padding: 12px 15px;
    border-radius: 2px;
    background: var(--card-background-color)
}

.exchange-area .cp-user-profile-info .form-control {
    padding: 7px 15px;
    border-radius: 2px;
    height: 35px;
    line-height: 35px
}

.exchange-area .cp-user-profile-info .boxShadow {
    display: flex;
    align-items: center
}

.exchange-area .cp-user-profile-info span.blns {
    margin-right: 10px
}

.cstmHead {
    position: absolute;
    margin-top: 10px;
    margin-left: 13px;
    color: var(--text-primary-color-4) !important
}

.exchange-area .cp-user-card-header-area {
    margin-bottom: 0
}

table.dataTable tbody tr.selected {
    background: #0b1635 !important
}

table.dataTable tbody tr.selected td {
    color: var(--text-primary-color)
}

.exchange-area #exchange_length {
    display: none
}

.exchange-area .dataTables_filter {
    padding: 20px 20px 0
}

.exchange-area #exchange tbody tr td,
.exchange-area #exchange thead tr th {
    height: 20px
}

.trades-section {
    height: 100%
}

.trades-section,
.trades-section1 {
    border: 1px solid hsla(0, 0%, 49%, .2);
    border-radius: 0;
    padding: 10px;
    background: var(--main-background-color)
}

.trades-section1 {
    height: 598px
}

.icon-center {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-start
}

.css-3kwgah {
    height: 25px !important;
    width: 25px !important
}

.orderBookIcons {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: flex-start
}

.trades-headers {
    border-bottom: 1px solid hsla(0, 0%, 49%, .2);
    padding: 0 20px 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0
}

.trades-headers h3 {
    font-size: 20px;
    color: var(--text-primary-color-4);
    font-weight: 700
}

.trades-headers .nav-pills .nav-link {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: var(--text-primary-color-4)
}

.trades-headers .nav-pills .nav-link.active {
    border-bottom: 2px solid var(--primary-color)
}

.trades-section table tbody tr td,
.trades-section table thead tr th,
.trades-section1 table tbody tr td,
.trades-section1 table thead tr th {
    height: 32px;
    padding: 10px;
    font-size: 14px
}

.trades-section table tbody tr td {
    font-size: 12px;
    padding: 5px
}

.trades-section1 table tbody tr td {
    font-size: 12px;
    padding: 0
}

#exchange tbody tr td,
#exchange thead tr th {
    font-size: 14px
}

#exchange tbody tr td {
    font-size: 12px
}

.trades-headers.s2 {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd
}

#tradeTable th {
    font-size: 14px
}

.exchange-area .cp-user-wallet-table {
    overflow-x: auto;
    overflow-y: scroll;
    position: relative
}

.exchange-area .cp-user-wallet-table::-webkit-scrollbar {
    width: 3px
}

.exchange-area .cp-user-wallet-table::-webkit-scrollbar-track {
    box-shadow: none
}

.exchange-area .cp-user-wallet-table:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.exchange-area .cp-user-wallet-table::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: 1px solid transparent
}

.exchange-area .cp-user-wallet-table:hover::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

.exchange-area .cp-user-wallet-table p {
    text-align: center;
    color: var(--text-primary-color-4);
    font-size: 14px
}

.view-btn {
    padding: 20px;
    text-align: center
}

.view-btn .theme-btn,
.view-btn .theme-btn-red {
    color: var(--text-primary-color);
    font-size: 12px;
    padding: 7px 15px
}

@media (max-width:1200px) {
    .cp-exchange-rt {
        margin-top: 30px
    }

    .trades-section,
    .trades-section1 {
        margin-bottom: 30px
    }

    .tableButton {
        font-size: 10px !important;
        padding: 6px 26px !important
    }
}

.idcard h3.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize
}

.address-pagin ul.pagination li.page-item:not(:last-child) {
    margin-right: 5px
}

.address-pagin ul.pagination .page-item .page-link {
    color: var(--text-primary-color);
    background: transparent;
    border: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.address-pagin ul.pagination .page-item.active .page-link,
.address-pagin ul.pagination .page-item:hover .page-link {
    background: linear-gradient(180deg, #3e4c8d 0, #4254a5);
    border-radius: 2px
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid var(--border-color-2)
}

.card {
    background-color: var(--main-background-color);
    border: 0
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.dataTables_wrapper.no-footer .dataTables_scrollBody::-webkit-scrollbar {
    display: none
}

table.table {
    width: 100%;
    margin-bottom: 30px
}

#trade_chart_container {
    height: 600px !important
}

.cover-image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.summber-coin-type .cp-user-buy-coin-content-area {
    padding: 10px
}

.exchange-area .cp-exchange-rt.order-box .trades-headers.s2 {
    margin-bottom: 40px
}

.exchange-area .cp-exchange-rt.order-box .cp-user-profile-info .form-control {
    height: 50px
}

.exchange-area .cp-exchange-rt.order-box .cp-user-profile-info .form-group label {
    margin-bottom: 10px
}

.exchange-area .cp-user-wallet-table.my-trades-box {
    max-height: 430px
}

.exchange-area .cp-user-wallet-table.market-trades-box {
    max-height: 310px
}

.dataTable {
    min-width: 100% !important;
    width: 100% !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: var(--text-primary-color-2) !important
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary-color-2) !important
}

.dataTables_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    align-content: center;
    align-items: baseline
}

.idcard h3.title {
    color: var(--text-primary-color-2)
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    content: "\f0ee";
    font-family: FontAwesome
}

.dropify-wrapper {
    color: var(--text-primary-color-2);
    background-color: #f3f3f3;
    border: 2px solid var(--border-color)
}

.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: linear-gradient(-45deg, #fafafa 25%, transparent 0, transparent 50%, #fafafa 0, #fafafa 75%, transparent 0, transparent)
}

.modal-content .close {
    position: absolute;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    top: -15px;
    right: -15px;
    background: var(--card-background-color);
    padding: 0;
    opacity: 1
}

.modal-content .close span {
    display: inline-block;
    position: relative;
    line-height: 1;
    top: -2px
}

.profile-dropdown .dropdown-toggle {
    box-shadow: none;
    background: transparent
}

.order-box .tab-pane {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.order-box .tab-pane::-webkit-scrollbar {
    display: none
}

#myOrderBookTable_wrapper {
    width: 100%;
    white-space: nowrap
}

#myOrderBookTable_wrapper tr th {
    white-space: nowrap;
    min-width: 100px
}

.fwKvpK {
    background-color: var(--card-background-color) !important;
    color: var(--font-color) !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    border: 1px solid var(--border-color-2);
    -webkit-text-fill-color: var(--text-primary-color-4);
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

/* .header-area .main-menu ul {
    text-align: right
} */

/* .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px
}

.main-menu ul li ul {
    display: block;
    position: absolute;
    width: 300px;
    background: var(--main-background-color);
    left: 0;
    top: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: none;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .05)
}

.main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.main-menu ul li ul li {
    display: block;
    border-bottom: 1px solid var(--border-color)
}

.main-menu ul li ul li:last-child {
    border-bottom: none
} */

.table .thead-light th {
    background-color: var(--main-background-color);
    border-color: var(--border-color)
}

.table .thead-light th,
.table td,
.table th {
    color: var(--font-color)
}

/* .main-menu ul li ul li a {
    display: block;
    padding: 8px 5px;
    color: var(--font-color) !important;
    transition: all .3s
}

.main-menu ul li ul li a:hover {
    color: var(--primary-color) !important
}

.main-menu ul li a {
    display: flex;
    align-items: center;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-primary-color-3) !important
}

.main-menu ul li:hover a {
    color: var(--primary-color)
}

.main-menu ul li a span.cp-user-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-menu ul li a .cp-user-icon img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.main-menu ul li:hover .cp-user-side-bar-icon {
    display: none
}

.main-menu ul li:hover .cp-user-side-bar-icon-hover {
    display: block
}

.main-menu ul li.cp-user-active-page .cp-user-side-bar-icon {
    display: none
}

.main-menu ul li.cp-user-active-page .cp-user-side-bar-icon-hover {
    display: block
}

.main-menu ul li.cp-user-active-page&gt;a {
    color: var(--primary-color) !important
}

.main-menu ul li ul li.cp-user-active-page&gt;a {
    color: var(--primary-color)
}

.main-menu ul li.cp-user-active-page a:after {
    display: none
} */

.no_data_table {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.cp-user-sidebar {
    display: none
}

.cp-user-sidebar-toggler-s2 {
    display: none;
    margin-left: 10px
}

.cp-user-main-wrapper {
    margin-left: 0
}

.cp-user-top-bar-right {
    display: flex;
    align-items: center !important;
    justify-content: flex-end
}

.cp-user-top-bar-right .notification-list:before {
    display: none
}

.trades-table .trades-table-body {
    padding: 10px 0
}

.trades-table .trades-table-row {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 2px 0;
    margin: 5px 0
}

.notifiy-clear a {
    color: var(--text-primary-color-4) !important
}

.trades-table .trades-table-row .balance-line {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1
}

.buy-order .balance-line {
    background: hsla(0, 100%, 74%, .15)
}

.sell-order .balance-line {
    background: rgba(50, 215, 119, .15)
}

.trades-table .trades-table-row .trades-table-col {
    width: 33%;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary-color-4) !important
}

.buy-text {
    color: #ff2e2e
}

.sell-text {
    color: #32d777
}

.trades-table .trades-table-row .trades-table-col.volume {
    text-align: left
}

.trades-table-footer {
    padding: 10px 0;
    border-top: 1px solid hsla(0, 0%, 49%, .2);
    border-bottom: 1px solid hsla(0, 0%, 49%, .2);
    margin-bottom: 31px
}

.value-increase {
    color: #28a745 !important;
    font-size: 25px
}

.value-decrease {
    color: #dc3545 !important;
    font-size: 25px
}

.value-decreaseicon {
    color: #dc3545 !important;
    font-size: 15px !important
}

.value-same {
    color: var(--text-primary-color-4) !important;
    font-size: 25px !important
}

.value-increaseicon {
    color: #28a745 !important;
    font-size: 15px !important
}

.trades-table .trades-table-row .trades-table-col.total-price {
    font-size: 20px;
    font-weight: 400;
    color: #ff2e2e
}

.more-btn,
.trades-table .trades-table-row .trades-table-col.total-amount {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .4)
}

.more-btn {
    text-transform: capitalize;
    transition: all .3s;
    color: var(--primary-color)
}

.buy-order table.dataTable tbody tr {
    background-color: transparent;
    position: relative
}

.progress-red {
    position: absolute;
    background-color: rgb(255 46 46/9%);
    height: 100%;
    top: 0;
    right: 0
}

.buy-order table.dataTable tbody tr td {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary-color-4) !important
}

.buy-order table.dataTable tbody tr td.price {
    color: #ff2e2e
}

.sell-order table.dataTable tbody tr {
    background-color: transparent;
    position: relative;
    margin-bottom: 3px
}

.sell-order table.dataTable tbody tr td {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary-color-4) !important
}

.sell-order table.dataTable tbody tr td.price {
    color: #32d7771f
}

.progress-green {
    position: absolute;
    background-color: #32d7771a;
    height: 100%;
    top: 0;
    right: 0
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none
}

.primary-table .table-row {
    display: flex;
    align-items: center
}

.primary-table .table-row .table-col {
    width: 33%;
    padding: 3px 0
}

.primary-table .table-header {
    margin-bottom: 10px
}

.primary-table .table-header .table-col {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: hsla(0, 0%, 100%, .5)
}

.primary-table .table-body .table-col {
    font-size: 17px;
    font-weight: 500;
    color: var(--text-primary-color-4) !important
}

.primary-table .table-body .table-col.buy {
    color: #32d777
}

.primary-table .table-body .table-col.sell {
    color: #ff2e2e
}

.order-box .transfer-tabs {
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 59%, .55)
}

.order-box .transfer-tabs .nav-item {
    width: 50%;
    margin: 0
}

.order-box .transfer-tabs .nav-item .nav-link {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--text-primary-color-4) !important;
    padding: 10px 0
}

.order-box .trades-headers .nav-pills .nav-link.active {
    color: #32d777;
    border-bottom: 2px solid #32d777
}

.order-box .trades-headers .nav-pills .nav-link.activeSell {
    color: #d63031;
    border-bottom: 2px solid #d63031
}

.exchange-box {
    background: var(--main-background-color);
    border: 1px solid hsla(0, 0%, 49%, .2)
}

.exchange-box&gt;.tab-content {
    padding: 20px
}

.exchange-box .form-group label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--text-primary-color-4) !important
}

.exchange-box .form-group .form-control {
    width: 100%;
    height: 45px;
    border: 1px solid hsla(0, 0%, 49%, .2);
    text-align: right
}

.input_1 {
    padding-left: 57px !important
}

.input_2 {
    padding-left: 80px !important
}

.input_3 {
    padding-left: 120px !important
}

.exchange-box .theme-btn {
    background: #32d777
}

.exchange-box .theme-btn,
.exchange-box .theme-btn-red {
    width: 100%;
    border-radius: 0;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.exchange-box .theme-btn-red {
    background: #d63031
}

.inner-tabs-menu {
    border-bottom: none
}

.inner-tabs-menu .nav-item {
    margin-right: 20px
}

.inner-tabs-menu .nav-item .nav-link {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-4) !important
}

.inner-tabs-menu .nav-item .nav-link.active {
    color: #32d777 !important;
    background-color: transparent !important
}

.inner-tabs-menu .sellBox .nav-link.active {
    color: #d63031 !important;
    background-color: transparent !important
}

.fee-lavel {
    display: inherit;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: hsla(0, 0%, 100%, .4);
    transition: all .3s;
    color: var(--primary-color)
}

.section-wrap {
    padding: 20px;
    background: var(--background-color);
    min-height: 380px
}

.assets-area .header-right .but-btn {
    display: inline-block;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5);
    margin-right: 10px
}

.assets-area .header-right .gbp {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary-color)
}

.assets-tabs .nav-tabs {
    justify-content: space-between;
    border-bottom: none;
    margin: 20px 0
}

.assets-tabs .nav-tabs .nav-item {
    margin: 0
}

.assets-tabs .nav-tabs .nav-item .nav-link {
    width: 90px;
    border-radius: 0;
    background: rgba(73, 73, 73, .5);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-4) !important;
    border: none
}

.assets-tabs .assets-list {
    margin: 0;
    padding: 0
}

.assets-tabs .assets-list .assets-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-primary-color-4) !important;
    margin-bottom: 10px
}

.assets-tabs .assets-list .assets-single:last-child {
    margin-bottom: 0
}

.assets-tabs .assets-info .assets-name {
    text-transform: uppercase
}

.assets-tabs .assets-info .status {
    text-transform: capitalize;
    color: hsla(0, 0%, 100%, .5)
}

.orders-area {
    background: var(--main-background-color);
    border: 1px solid hsla(0, 0%, 49%, .2);
    width: 100%
}

.orders-area .tab-content {
    height: 330px;
    overflow-y: scroll
}

.orders-area .tab-content::-webkit-scrollbar {
    display: none
}

.orders-area .tab-content {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.orders-area .orders-area-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

.orders-area .orders-area-top .form-group label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: hsla(0, 0%, 100%, .5)
}

.orders-area .nav-tabs {
    border-bottom: none
}

.orders-area .nav-tabs .nav-item {
    margin-right: 20px
}

.orders-area .nav-tabs .nav-item .nav-link {
    padding: 0;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color)
}

.orders-area .nav-tabs .nav-item .nav-link.active {
    color: var(--primary-color)
}

.orders-area .table {
    width: 100%;
    margin: 0;
    border: none
}

.orders-area .table thead th {
    border-bottom: none;
    font-weight: 400
}

.orders-area .table tbody td,
.orders-area .table thead th {
    font-size: 14px;
    text-transform: capitalize;
    color: hsla(0, 0%, 100%, .5)
}

.orders-area .table tbody td {
    border-top: 1px solid hsla(0, 0%, 49%, .2)
}

.orders-area .table .cancel {
    padding: 0;
    border: none;
    background: transparent;
    color: var(--primary-color);
    text-transform: capitalize
}

.cp-user-wallet-card {
    border-radius: 16px;
    background: var(--card-background-color);
    box-shadow: 0 64px 64px -48px hsla(0, 0%, 6%, .1)
}

.cp-user-body-bg .cp-user-card-header-area h4 {
    color: var(--text-primary-color-4) !important
}

.card {
    border-radius: 12px;
    background: var(--main-background-color);
    height: 100%
}

.cp-user-body-bg .card {
    border-radius: 12px;
    background: transparent;
    box-shadow: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

.modal-body {
    padding: 50px
}

.cp-user-body-bg table.table {
    border: none !important
}

.modal-header {
    border-bottom: 1px solid var(--border-color)
}

.modal-footer {
    border-top: 1px solid var(--border-color)
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    border-radius: 7px
}

.cp-user-body-bg.cp-user-profile-info label,
.cp-user-profile-info .form-control {
    color: var(--text-primary-color-4) !important
}

.mb-25 {
    margin-bottom: 25px
}

.cp-user-main-wrapper&gt;.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

.page-wrap {
    display: flex;
    height: auto
}

.page-main-content {
    flex: 1 1;
    padding-top: 20px
}

.section-top-wrap {
    position: relative;
    padding: 25px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--card-background-color)
}

.section-top-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: url(/all-covers.svg);
    background-size: cover;
    padding: 50px;
    background-repeat: no-repeat
}

.section-top-title {
    font-size: 32px;
    color: var(--font-color) !important
}

.big-top-title,
.section-top-title {
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.big-top-title {
    font-size: 52px;
    color: #23262f
}

.section-title-medium {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.overview-area {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.overview-area .overview-left .blance-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--font-color) !important
}

.overview-area .overview-left .blance {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary-color) !important
}

.overview-area .overview-left .total-blance {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.total-blance span {
    color: var(--primary-color)
}

.avilable-blance,
.total-blance {
    display: flex;
    flex-wrap: wrap
}

.avilable-blance span,
.base_coin_type,
.trade_coin_type {
    color: var(--primary-color)
}

.overview-area .overview-right .form-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.overview-area .overview-right .form-control {
    height: 55px;
    border: 1px solid var(--border-color);
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary-color-2);
    border-radius: 5px
}

.overview-area .overview-right .searh-group {
    position: relative;
    margin-right: 15px
}

.overview-area .overview-right .searh-group .searh-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-primary-color-2)
}

.overview-area .overview-right .searh-group .form-control {
    width: 500px
}

.overview-area .overview-right .select-curancy {
    margin-right: 15px;
    position: relative
}

.overview-area .overview-right .select-curancy:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 18px;
    pointer-events: none
}

.overview-area .overview-right .select-curancy .form-control {
    width: 110px
}

.overview-area .overview-right .primary-btn-outline {
    height: 55px;
    background: var(--primary-color);
    color: var(--text-primary-color) !important;
    cursor: pointer;
    min-width: 186px
}

.slick-slide img {
    display: block;
    margin: auto
}

.section-wrapper {
    background: var(--card-background-color);
    padding: 36px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.section-wrapper,
.section-wrapper.rounded-sm {
    border-radius: 10px
}

.section-wrapper-withHtml {
    background: var(--card-background-color);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.primary-btn-sm {
    display: inline-block;
    padding: 10px;
    min-width: 150px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    border: none;
    transition: all .3s
}

.primary-btn-sm,
.primary-btn-sm:hover {
    background: var(--primary-color);
    color: #fff !important
}

.page-left-sidebar {
    width: 250px;
    background: var(--card-background-color);
    min-width: 250px;
    box-shadow: var(--box-shadow-color);
    border-right: 1px solid var(--border-color);
    min-height: 99vh !important
}

.gZWIKX,
.jVeafb {
    background-color: var(--card-background-color) !important;
    color: var(--font-color) !important
}

.page-left-sidebar .sidebar-top .left-menu {
    margin: 0;
    padding: 0
}

.page-left-sidebar .sidebar-top .left-menu li {
    position: relative;
    list-style: none;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    cursor: pointer;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 10px
}

.page-left-sidebar .sidebar-top .left-menu li:last-child {
    margin-bottom: 0
}

.resend-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.resend-container button {
    background-color: var(--primary-color);
    margin-bottom: 10px
}

.page-left-sidebar .sidebar-top .left-menu li a {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-2) !important;
    transition: all .3s;
    margin-left: 15px !important
}

.page-left-sidebar .sidebar-top .left-menu li:hover {
    background: #f5e9bb5c !important;
    transition: .3s
}

.page-left-sidebar .sidebar-top .left-menu li.active {
    background: #f5e9bb5c;
    border-left: 6px solid var(--primary-color)
}

.page-left-sidebar .sidebar-top .left-menu li.active a {
    color: var(--primary-color) !important;
    margin-left: 5px
}

.page-left-sidebar .sidebar-top .left-menu li.active svg {
    fill: var(--primary-color) !important
}

.page-left-sidebar .sidebar-middle {
    padding: 30px 15px
}

.page-left-sidebar .sidebar-middle .primary-btn-outline {
    margin-bottom: 15px;
    width: 100%
}

.page-left-sidebar .sidebar-middle .primary-btn-outline:last-child {
    margin-bottom: 0
}

.primary-btn-outline {
    display: block;
    padding: 12px 25px;
    min-width: 150px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color) !important;
    text-align: center;
    transition: all .5s;
    background: var(--primary-color);
    cursor: pointer;
    opacity: .7
}

.primary-btn-outline:hover {
    color: var(--text-primary-color) !important;
    background: var(--hover-color)
}

.secendary-table {
    margin: 0;
    width: 100%
}

.secendary-table thead tr th {
    text-transform: capitalize
}

.secendary-table tbody tr td,
.secendary-table thead tr th {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    transform: rotate(45deg)
}

.loader:before {
    top: -24px;
    animation: animloader 4s ease infinite
}

.loader:after,
.loader:before {
    content: "";
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0
}

.loader:after {
    top: 0;
    background: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    animation: animloader2 2s ease infinite
}

@keyframes animloader {
    0% {
        box-shadow: 0 24px hsla(0, 0%, 100%, 0), 24px 24px hsla(0, 0%, 100%, 0), 24px 48px hsla(0, 0%, 100%, 0), 0 48px hsla(0, 0%, 100%, 0)
    }

    12% {
        box-shadow: 0 24px var(--primary-color), 24px 24px hsla(0, 0%, 100%, 0), 24px 48px hsla(0, 0%, 100%, 0), 0 48px hsla(0, 0%, 100%, 0)
    }

    25% {
        box-shadow: 0 24px var(--primary-color), 24px 24px var(--primary-color), 24px 48px hsla(0, 0%, 100%, 0), 0 48px hsla(0, 0%, 100%, 0)
    }

    37% {
        box-shadow: 0 24px var(--primary-color), 24px 24px var(--primary-color), 24px 48px var(--primary-color), 0 48px hsla(0, 0%, 100%, 0)
    }

    50% {
        box-shadow: 0 24px var(--primary-color), 24px 24px var(--primary-color), 24px 48px var(--primary-color), 0 48px var(--primary-color)
    }

    62% {
        box-shadow: 0 24px hsla(0, 0%, 100%, 0), 24px 24px var(--primary-color), 24px 48px var(--primary-color), 0 48px var(--primary-color)
    }

    75% {
        box-shadow: 0 24px hsla(0, 0%, 100%, 0), 24px 24px hsla(0, 0%, 100%, 0), 24px 48px var(--primary-color), 0 48px var(--primary-color)
    }

    87% {
        box-shadow: 0 24px hsla(0, 0%, 100%, 0), 24px 24px hsla(0, 0%, 100%, 0), 24px 48px hsla(0, 0%, 100%, 0), 0 48px var(--primary-color)
    }

    to {
        box-shadow: 0 24px hsla(0, 0%, 100%, 0), 24px 24px hsla(0, 0%, 100%, 0), 24px 48px hsla(0, 0%, 100%, 0), 0 48px hsla(0, 0%, 100%, 0)
    }
}

.loadingContainer {
    height: 173px;
    display: block ruby;
    text-align: center;
    padding: 150px 80px;
    border-radius: 30px
}

@keyframes animloader2 {
    0% {
        transform: translate(0) rotateX(0) rotateY(0)
    }

    25% {
        transform: translate(100%) rotateX(0) rotateY(180deg)
    }

    50% {
        transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg)
    }

    75% {
        transform: translateY(100%) rotateX(-180deg) rotateY(1turn)
    }

    to {
        transform: translate(0) rotateX(0) rotateY(1turn)
    }
}

.secendary-table tbody tr td span {
    display: block
}

.secendary-table tbody tr td .usd {
    color: var(--text-primary-color-2)
}

.secendary-table tbody tr td .market.incree {
    color: #10c75c;
    border: 2px solid #32d77747;
    margin-right: 5px;
    margin-bottom: 5px
}

.secendary-table tbody tr td .market.decree,
.secendary-table tbody tr td .market.incree {
    background: transparent;
    width: auto;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
    font-size: 17px
}

.secendary-table tbody tr td .market.decree {
    color: #ff2e2e;
    background: 2px solid #f03d3d25;
    margin-bottom: 10px
}

.secendary-table tbody tr td .symbol {
    color: var(--text-primary-color-2);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}

.secendary-table tbody tr td .asset {
    display: flex;
    align-items: center
}

.secendary-table tbody tr td .asset .asset-icon {
    width: 35px;
    margin-right: 15px
}

.secendary-table tbody tr td .asset .asset-name {
    color: var(--text-primary-color-2)
}

.profle-are-top .user-mail {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color) !important
}

.profle-are-top .user-level {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #32d777
}

.user-profile .user-profile-left {
    padding: 45px 25px;
    background: var(--card-background-color);
    border-radius: 7px;
    text-align: center
}

.user-profile .user-thumbnail {
    position: relative;
    margin-bottom: 20px;
    display: inline-block
}

.user-profile .user-thumbnail img {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 5px solid var(--primary-color)
}

.user-profile .user-profile-content h2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.user-profile .user-profile-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.user-profile .user-profile-info ul {
    margin: 0;
    padding: 0
}

.user-profile .user-profile-info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2);
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color)
}

.user-profile .user-profile-info ul li span:first-child,
.user-profile .user-profile-info ul li span:last-child {
    width: calc(50% - 10%)
}

.user-profile .user-profile-info ul li span:last-child {
    text-align: right
}

.user-profile .user-profile-info ul li span.cp-user-dot {
    width: 20px
}

.user-profile .user-profile-info ul li span.pending {
    color: var(--primary-color)
}

.user-profile .user-profile-info ul li span .badge {
    display: inline-block;
    width: 70px;
    text-align: center
}

.uplode-profile input {
    display: none
}

.uplode-profile {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.uplode-profile .upload-user-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff !important;
    cursor: pointer;
    font-size: 18px
}

.user-profile-form .form-group {
    margin-bottom: 15px
}

.user-profile-form .form-group .form-control {
    width: 100%;
    height: 52px;
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font-family: Karla, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2);
    background: var(--main-background-color)
}

.user-profile-form .form-group label {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.verification-list-area .verification-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.verification-list-area .single-verification .verification-list {
    margin: 0;
    padding-bottom: 20px
}

.verification-list-area .single-verification .verification-list li {
    margin-bottom: 15px;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.verification-list-area .feature-list {
    display: flex;
    flex-flow: row wrap
}

.verification-list-area .feature-list .single-feature {
    width: 50%;
    margin-bottom: 15px
}

.verification-list-area .feature-list .single-feature h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.verification-list-area .feature-list .single-feature h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.reset-password-area .reset-password-right {
    margin-top: 30px
}

.reset-password-area .reset-password-right img {
    max-width: 200px
}

.table-style-two tbody tr td,
.table-style-two thead tr th {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary-color-2);
    text-align: center
}

.table-style-two tbody tr td .flag {
    max-width: 16px
}

.table-style-two .delet-btn {
    color: var(--text-primary-color-2);
    transition: all .3s
}

.table-style-two .delet-btn:hover {
    color: #f53d3d
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 45px;
    border-radius: 5px;
    background: var(--main-background-color);
    margin: 0 auto !important;
    padding: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0 !important
}

table.dataTable {
    margin-bottom: 30px !important
}

table.dataTable thead th {
    border-bottom: none;
    padding: 10px
}

table.dataTable thead tr th {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-2) !important
}

table.dataTable tbody tr td {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

table.dataTable tbody tr.dataTable-white td {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-primary-color-4)
}

.responsive-thing {
    display: none
}

.referral-text {
    color: var(--text-primary-color-2) !important
}

.security-list .single-security {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

.security-list .single-security:last-child {
    margin-bottom: 0
}

.security-list .single-security .security-info {
    display: flex;
    align-items: flex-start
}

.security-list .single-security .security-info .security-icon {
    max-width: 30px;
    margin-right: 12px
}

.security-list .single-security .security-info .security-content {
    flex: 1 1
}

.security-list .single-security .security-info .security-content h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.security-list .single-security .security-info .security-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.security-list .single-security .security-center span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary-color-2)
}

.security-list .single-security .security-center span.off {
    color: #ff2e2e
}

.action-btn {
    display: inline-block;
    min-width: 145px;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: var(--text-primary-color) !important;
    transition: all .3s
}

.action-btn,
.action-btn.enable-btn {
    background: var(--primary-color)
}

.action-btn.change-btn {
    background: #32d777
}

.action-btn.remove-btn {
    background: #ff2e2e
}

.action-btn:hover {
    color: var(--text-primary-color) !important
}

.security-list .single-security .action-btn {
    margin-right: 10px;
    font-size: 16px;
    letter-spacing: 1px
}

.security-list .single-security .action-btn:last-child {
    margin-right: 0
}

.referral-area .invite-friends h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.setting-bg {
    background-color: var(--card-background-color);
    padding: 20px
}

.referral-area .invite-friends .input-group {
    position: relative;
    width: 100%
}

.invite-friends .input-group .copy-url-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 20px;
    z-index: 9;
    width: 30px !important;
    background-color: var(--card-background-color)
}

.invite-friends .input-group .form-control {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--font-color)
}

.referral-area table.dataTable thead tr th {
    background: var(--table-background-color);
    border-bottom: 1px solid var(--border-color)
}

.referral-area table.dataTable tbody tr td {
    background: var(--table-background-color)
}

.rewards-inviter {
    display: flex;
    justify-content: space-between
}

.rewards-inviter .single-item {
    margin-bottom: 30px
}

.rewards-inviter .single-item h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.rewards-inviter .single-item h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary-color-2)
}

.deposit-info-area .balance-box {
    display: flex
}

.deposit-info-area .balance-box .icon {
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.deposit-info-area .balance-box .balance-content {
    flex: 1 1
}

.deposit-info-area .balance-box .balance-content h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.deposit-info-area .balance-box .balance-content h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.deposit-info-area .deposit-info-top {
    display: flex;
    justify-content: space-between
}

.deposit-info-area .deposit-info-top .close-btn {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.deposit-info-area .total-balance {
    display: flex;
    justify-content: space-between;
    background: #fafafa;
    padding: 20px 15px;
    border-radius: 5px;
    margin: 20px 0
}

.deposit-info-area .total-balance h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-primary-color-2);
    text-transform: capitalize
}

.deposit-info-area .total-balance h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2);
    margin: 0
}

.deposit-info-area .address-area {
    background: #fafafa;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px
}

.deposit-info-area .address-area h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.deposit-info-area .address-area p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-primary-color-2);
    overflow: hidden;
    text-overflow: ellipsis
}

.input-url {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 10px
}

.input-url,
.input-url .copy-url-btn {
    background: var(--card-background-color);
    border: none
}

.input-url .copy-url-btn {
    font-size: 20px;
    color: var(--primary-color);
    padding: 2;
    width: 61px !important
}

.input-url .address-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.datatable-background {
    background: var(--main-background-color)
}

.deposit-info-area .bar-code-area {
    margin-top: 20px
}

.deposit-info-area .bar-code-area img {
    max-width: 125px
}

.deposit-info-area .deposits-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-primary-color-2)
}

.deposit-info-area .deposits-text span {
    color: var(--primary-color)
}

.withdrawal-info-area .balance-box {
    display: flex
}

.withdrawal-info-area .balance-box .icon {
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.withdrawal-info-area .balance-box .balance-content {
    flex: 1 1
}

.withdrawal-info-area .balance-box .balance-content h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .balance-box .balance-content h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .withdrawal-info-top {
    display: flex;
    justify-content: space-between
}

.withdrawal-info-area .withdrawal-info-top .close-btn {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .avable-blance {
    background: #fafafa;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px
}

.withdrawal-info-area .avable-blance .avable-blance-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .avable-blance .blance {
    margin: 5px 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .avable-blance .blance-usd {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .withdrawal-form {
    margin-top: 20px
}

.withdrawal-info-area .withdrawal-form .form-group {
    margin-bottom: 20px
}

.withdrawal-info-area .withdrawal-form .amount-wrap {
    position: relative
}

.withdrawal-info-area .withdrawal-form .amount-wrap .input-text {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color)
}

.withdrawal-info-area .withdrawal-form .form-group .form-control {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background: #fafafa;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.withdrawal-info-area .withdrawal-form .amount-wrap .form-control {
    border-radius: 5px 5px 0 0
}

.withdrawal-limit {
    text-align: center;
    border-radius: 0 0 5px 5px;
    padding: 10px
}

.withdraw-btn,
.withdrawal-limit {
    width: 100%;
    background: var(--primary-color);
    color: var(--text-primary-color-4) !important;
    font-size: 18px;
    font-weight: 700
}

.withdraw-btn {
    display: block;
    border: none;
    border-radius: 5px;
    color: var(--text-primary-color) !important;
    padding: 14px;
    cursor: pointer
}

.cp-user-body-bg .cp-user-top-bar {
    background: var(--background-color)
}

/* .cp-user-body-bg .main-menu ul li a {
    color: var(--text-primary-color-4) !important
}

.cp-user-body-bg .main-menu ul li ul {
    background: var(--background-color) !important
}

.cp-user-body-bg .main-menu ul li ul li a {
    color: var(--text-primary-color-4) !important
}

.cp-user-body-bg .main-menu ul li ul li {
    border-bottom: 1px solid var(--border-color)
}

.cp-user-body-bg .main-menu ul li ul li:last-child {
    border-bottom: none
} */

.cp-user-body-bg table.dataTable tbody tr {
    background-color: transparent
}

.cp-user-body-bg table.dataTable thead tr th {
    font-size: 17px;
    color: var(--text-primary-color-4) !important;
    border: none;
    padding: 7px 10px
}

.cp-user-body-bg table.dataTable tbody tr td {
    font-size: 16px;
    color: var(--text-primary-color-4) !important;
    border: none;
    padding: 7px 10px
}

#exchangeAllSellOrders_wrapper .dataTables_scrollHead {
    display: none
}

#exchangeAllBuyOrders tbody tr td {
    padding: 2px 10px
}

.trades-table .trades-table-body,
.trades-table-header {
    display: none
}

.table .cancel_order {
    display: inline-block;
    padding: 2px 8px !important;
    border-radius: 5px;
    background: #dc3545;
    cursor: pointer
}

.table {
    width: 100%
}

.table tr th {
    white-space: nowrap
}

#myBuyOrderBookTable tbody tr td {
    color: #ff2e2e
}

#mySellOrderBookTable tbody tr td {
    color: #32d777
}

.asset-balances-area {
    display: flex
}

.asset-balances-left {
    flex-grow: 1
}

.asset-balances-right {
    flex-shrink: 0;
    width: 545px;
    margin-right: -545px;
    transition: margin .2s !important;
    opacity: 0;
    visibility: hidden
}

.asset-balances-right.visible {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    margin-left: 15px
}

.asset-balances-table.small tbody tr td:nth-child(3),
.asset-balances-table.small thead tr th:nth-child(3),
.single-box {
    display: none
}

.box-one.visible,
.box-two.visible {
    display: block
}

.deposite-withdraw-form {
    padding: 15px
}

.deposite-withdraw-form .form-group {
    display: flex;
    margin-bottom: 0
}

.deposite-withdraw-form .form-group .select-curancy {
    width: 180px;
    margin-right: 15px
}

.deposite-withdraw-form .form-group .select-curancy select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 75px
}

#assetBalances tbody tr {
    cursor: pointer;
    transition: all .3s
}

#assetBalances tbody tr td {
    vertical-align: middle
}

#assetBalances tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px
}

#assetBalances tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0
}

#assetBalances tbody tr:hover {
    background: var(--background-color-hover)
}

#assetBalances tbody tr.active {
    background: #ececec
}

.swap-area .form-group .swap-wrap-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.swap-area .form-group .swap-wrap-top label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.swap-area .form-group .swap-wrap-top .available {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary-color-2)
}

.swap-area .form-group .swap-wrap-top {
    margin-bottom: 10px
}

.swap-area .form-group .swap-input-wrap {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0 10px
}

.swap-area .form-group .swap-input-wrap .form-amount {
    flex: 1 1
}

.swap-area .form-group .swap-input-wrap .form-amount .form-control {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: var(--text-primary-color-2);
    background-color: transparent
}

.swap-area .form-group .swap-input-wrap .cp-select-area {
    width: 150px;
    border-left: 1px solid var(--border-color)
}

.swap-area .form-group .swap-input-wrap .cp-select-area .form-control {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 20px;
    color: var(--text-primary-color-2);
    border-radius: 0;
    background-color: var(--background-color-2)
}

.swap-area .form-group .swap-input-wrap .cp-select-area .form-control option {
    font-size: 16px
}

.swap-area .swap-button-area {
    margin: 25px 0 15px
}

.swap-area .swap-button-area .swap-button {
    color: var(--text-primary-color-2);
    font-size: 30px;
    border: none;
    padding: 0;
    line-height: 1;
    background: transparent;
    cursor: pointer
}

.swap-area .swap-area-middle ul {
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 25px
}

.swap-area .swap-area-middle ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 10px
}

.swap-area .swap-area-middle ul li span {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.swap-area .swap-area-middle ul li span.spend {
    color: var(--primary-color);
    font-weight: 700
}

.swap-area .message-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 15px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    box-sizing: border-box
}

.swap-area .message-box p {
    margin: 0;
    color: #ff2e2e;
    font-size: 20px
}

.swap-area .swap-area-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.swap-area .swap-area-bottom .primary-btn-outline {
    width: 100%
}

@media (max-width:1199px) {
    .orders-area {
        margin-bottom: 25px
    }

    .responsive-thing {
        display: flex
    }
}

@media (max-width:992px) {
    .exchange-area .total-top-blance {
        font-size: 12px
    }

    .exchange-area .total-top-blance span {
        font-weight: 400 !important
    }
}

@media (max-width:575px) {
    .notify-grid {
        flex-wrap: wrap
    }

    .notify-content {
        width: 100% !important
    }

    .trades-table .trades-table-row .trades-table-col.total-price {
        font-size: 16px
    }

    .bank-container {
        grid-template-columns: 1fr !important
    }

    .select-method {
        flex-direction: column;
        grid-auto-flow: dense !important
    }

    .dataTables_head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between
    }
}

.code-list .primary-btn {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
    background: var(--primary-color);
    color: var(--text-primary-color-4) !important;
    border-radius: 3px
}

.code-list p {
    margin-top: 5px
}

@media screen and (max-width:1500px) {
    .cp-user-sidebar:before {
        opacity: .3
    }

    .text-warning {
        font-size: 9px
    }
}

@media (min-width:1200px) and (max-width:1416px) {
    .col-laptop-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-laptop-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .cp-exchange-rt {
        margin-top: 30px
    }
}

@media screen and (max-width:1366px) {
    .cp-user-transaction-history-table table thead tr th {
        height: 72px
    }

    .cxchange-summary-wrap .cxchange-summary-name {
        width: 200px
    }

    .cp-user-profile-info .form-control,
    .cp-user-profile-info .profile-edit-btn,
    .input-group-prepend-phone-verify .btn {
        height: 45px
    }

    .cp-user-profile-info .profile-edit-btn {
        font-size: 16px
    }

    .cp-user-top-bar-status-area li:not(:last-child) {
        margin-right: 40px
    }

    .user-profile .user-profile-content h2 {
        font-size: 26px
    }

    .action-btn {
        min-width: auto;
        padding: 8px 15px
    }

    .security-list .single-security {
        flex-flow: row wrap
    }

    .security-list .single-security .security-left {
        width: 40%
    }

    .security-list .single-security .security-right {
        width: 40%;
        text-align: right
    }

    .security-list .single-security .security-center {
        width: 20%
    }

    .security-list .single-security .security-center span {
        font-size: 12px
    }

    .security-list .single-security .action-btn {
        margin-right: 5px;
        font-size: 14px;
        letter-spacing: 0
    }
}

@media screen and (max-width:1199px) {
    /* .main-menu {
        display: none
    } */

    .cp-user-sidebar-toggler-s2 {
        display: inline-block;
        margin-left: 10px
    }

    ._sidebar-cllopse .cp-user-sidebar,
    .cp-user-body-bg .cp-user-sidebar {
        display: block
    }

    .page-left-sidebar {
        position: fixed;
        z-index: 9;
        top: 67px;
        margin-left: -300px;
        transition: all .3s
    }

    .page-main-content {
        padding: 0
    }

    .swap-area .form-group .swap-input-wrap .cp-select-area {
        width: 100px
    }

    .section-top-wrap {
        padding: 25px 15px
    }
}

@media screen and (max-width:1024px) {
    .cp-user-top-bar .logo {
        padding-left: 0
    }

    .cp-user-top-bar-status-area li:not(:last-child) {
        margin-right: 30px
    }

    .cp-user-deposit-card-select .form-control li {
        background: #2a3865
    }

    .cp-user-deposit-card-select {
        z-index: 99
    }

    .verify-input-group {
        margin-left: -8px;
        margin-right: -8px
    }

    .verify-input {
        padding: 0 8px
    }

    .id-card-type {
        width: 50%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:991px) {
    .cp-user-top-bar {
        position: relative
    }

    .cp-user-top-bar-status-area {
        justify-content: flex-start;
        padding-left: 30px
    }

    .cp-user-logo .cp-user-logo-large {
        max-width: 150px
    }

    .cp-user-sidebar {
        top: 0;
        padding-top: 90px
    }

    .cp-user-sidebar .logo {
        min-height: 130px;
        line-height: 130px;
        padding-left: 30px
    }

    .cp-user-main-wrapper {
        margin-left: 0;
        margin-top: 0
    }

    .cp-user-sidebar-toggler {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 72%;
        cursor: pointer;
        transition: all .3s ease;
        z-index: 9
    }

    .cp-user-sidebar-toggler img {
        margin-right: 0
    }

    .cp-user-profile-info .profile-edit-btn {
        max-width: unset
    }

    .btn {
        width: 100% !important
    }

    .cp-user-setting-card .cp-user-content .cp-user-setupbtn {
        min-width: 100%
    }
}

@media screen and (max-width:768px) {
    .page-wrap {
        height: 100%;
        margin-bottom: 20px
    }

    .cp-user-top-bar-status-area {
        padding-left: 0
    }

    .cp-user-top-bar-status-area li:not(:last-child) {
        margin-right: 12px
    }

    .cp-user-top-bar .cp-user-avater .cp-user-img {
        margin-right: 5px;
        width: 40px;
        height: 40px
    }

    .cp-user-top-bar .cp-user-avater .cp-user-avater-info {
        line-height: 1
    }

    .cp-user-top-bar .cp-user-avater .cp-user-avater-info span {
        font-size: 12px
    }

    .cp-user-top-bar .cp-user-avater .cp-user-avater-info p {
        font-size: 14px
    }

    .cp-user-idverifymodal .modal-content .close,
    .cp-user-move-coin-modal .close {
        top: 5px;
        right: 5px
    }

    .cp-user-idverifymodal .modal-body {
        padding: 50px;
        background: var(--main-background-color)
    }

    .idcard .card-inner {
        max-width: 100%
    }

    .cxchange-summary-wrap {
        align-items: flex-start
    }

    .cp-user-body-bg table.dataTable tbody tr td,
    .cp-user-body-bg table.dataTable thead tr th {
        font-size: 14px
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%
    }

    .cp-user-body-bg div.dataTables_wrapper div.dataTables_filter input {
        color: var(--text-primary-color-4) !important
    }

    .user-profile .user-profile-info ul li {
        font-size: 16px;
        padding: 15px 0
    }

    .security-list .single-security .security-info .security-content h4 {
        font-size: 16px
    }

    .security-list .single-security .security-info .security-content p {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width:767px) {
    .user-profile .user-profile-left {
        margin-bottom: 20px
    }

    .section-top-title {
        margin-bottom: 5px;
        font-size: 26px
    }
}

@media screen and (max-width:575px) {
    .cxchange-summary-wrap .cxchange-summary-name {
        padding: 5px;
        width: 30%;
        min-height: 100px
    }

    .cxchange-summary-wrap .cxchange-summary-featured {
        flex: 1 1
    }

    .orders-area .nav-tabs .nav-item .nav-link {
        font-size: 14px
    }

    .orders-area .nav-tabs .nav-item {
        margin-right: 10px
    }

    .cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .value {
        font-size: 15px
    }

    .cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .label {
        font-size: 14px
    }

    .order-box .transfer-tabs .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 0
    }

    .cp-user-card-header-area h4 {
        margin-bottom: 20px
    }

    .swap-area .message-box p {
        font-size: 14px
    }

    .swap-area .form-group .swap-input-wrap .cp-select-area .form-control,
    .swap-area .swap-area-middle ul li span {
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li {
        width: 50%
    }

    .cxchange-summary-wrap .cxchange-summary-name {
        padding: 5px;
        width: 100%;
        min-height: 70px
    }

    .cxchange-summary-wrap .cxchange-summary-featured {
        width: 100%
    }

    .cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li {
        margin-right: 0
    }

    .cp-user-buy-coin-content-area {
        width: 100%;
        background-color: var(--background-color) !important
    }

    .summber-coin-type i {
        float: right
    }

    .cxchange-summary-wrap .cxchange-summary-name {
        cursor: pointer
    }
}

@media screen and (max-width:425px) {
    .id-card-type {
        width: 100%;
        margin: 0 0 30px;
        padding: 0
    }

    .cp-user-profile-info-id-type {
        margin-top: 0
    }

    .cp-user-top-bar-right {
        display: flex;
        margin-left: auto
    }

    .cp-user-sidebar-toggler {
        top: 78%;
        transform: translateY(0);
        left: 4%
    }

    .cp-user-top-bar-status-area li:first-child {
        margin-right: 38px
    }

    .cp-user-top-bar-status-area li:not(:last-child) {
        margin-bottom: 20px;
        margin-top: 30px
    }

    .cp-user-coin-rate ul {
        padding: 20px 15px
    }

    .cp-user-coin-rate ul li {
        font-size: 16px
    }

    .cp-user-coin-rate .cp-user-img img {
        height: 370px;
        width: 370px
    }

    .cp-user-main-wrapper {
        padding: 0;
        margin-top: 50px
    }

    .cp-user-bank-info ul {
        padding: 0
    }

    .cp-user-bank-info ul li {
        display: block;
        height: unset;
        line-height: normal;
        padding: 10px
    }

    .cp-user-bank-info ul li span {
        width: 100%
    }

    .cp-user-wallet-table table tbody tr td ul li img {
        width: 20px
    }

    .cp-user-wallet-card .cp-user-card-header-area {
        display: block
    }

    .cp-user-wallet-card .cp-user-card-header-area .cp-user-title {
        margin-bottom: 15px
    }

    .cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li {
        display: block
    }

    .cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li span:first-child {
        font-weight: 700;
        font-size: 16px
    }

    .cp-user-profile-tab-content .cp-user-custom-card {
        padding: 15px 0
    }

    .user-profile-area {
        justify-content: center;
        height: 320px
    }

    .cp-user-profile-nav {
        display: block
    }

    .cp-user-profile-nav .nav-link {
        width: 100%
    }

    .input-group-prepend .btn {
        width: 115px;
        padding: 0 10px
    }

    .input-group-prepend .btn:before {
        right: 10px
    }

    .cp-user-share-buttons ul {
        display: block
    }

    .cp-user-share-buttons ul li a {
        width: 100%;
        margin: 15px 0
    }

    .cp-user-share-buttons ul li:not(:last-child) {
        margin-right: 0
    }

    .cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li {
        padding: 10px 0;
        font-size: 14px
    }

    .countdown-section {
        width: 48%;
        margin: 8px 0
    }
}

@media screen and (max-width:375px) {
    .cp-user-top-bar-status-area li:not(:last-child) {
        margin-bottom: 0;
        margin-top: 0
    }

    .cp-user-top-bar-status-area li:first-child {
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }

    table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;td:first-child:before,
    table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;th:first-child:before {
        left: 0
    }

    .cp-user-copy .input-group .btn {
        width: 90px
    }

    .profile-dropdown&gt;.btn {
        padding: 0;
        margin-left: 0
    }
}

@media screen and (max-width:360px) {
    .cp-user-logo .cp-user-logo-large {
        max-width: 140px
    }
}

@media screen and (max-width:320px) {
    .cp-user-top-bar-status-area li:last-child {
        margin-top: 15px
    }

    .cp-user-sidebar-toggler {
        top: 81%;
        left: 6%
    }
}

@import url("https://fonts.googleapis.com/css?family=Karla:400,700&amp;display=swap");

*,
body,
ol,
ul {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: Karla, sans-serif;
    color: var(--text-primary-color-2);
    background-color: var(--main-background-color) !important
}

ol,
ul {
    list-style: none
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none !important
}

a:active,
a:focus,
a:hover,
button:focus,
input:focus,
select:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

body h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--font-color)
}

p {
    line-height: 30px
}

.btn:not(.note-btn),
.btn:not(.note-btn):active,
.btn:not(.note-btn):focus,
.btn:not(.note-btn):hover {
    box-shadow: none !important;
    outline: none !important
}

.body-bg {
    background: #081926
}

.content-expend {
    margin-left: 0 !important
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.padding-30 {
    padding: 30px
}

.padding-40 {
    padding: 40px
}

.padding-50 {
    padding: 50px
}

.padding-60 {
    padding: 60px
}

.sidebar {
    width: 250px;
    position: fixed;
    height: 100%;
    background: var(--card-background-color);
    transition: all .3s ease-in-out 0s;
    left: 0;
    top: 0;
    z-index: 9999
}

.sidebar .logo {
    padding: 30px 30px 50px
}

.sidebar-menu ul li a {
    padding: 12px 10px;
    display: block;
    color: var(--color-pallet-1);
    font-size: 15px
}

.sidebar-menu ul li a&gt;.icon {
    background: #2a3343;
    padding: 6px;
    border-radius: 4px;
    height: 26px;
    width: 26px;
    overflow: hidden;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle
}

.sidebar-menu ul li ul li a {
    padding: 5px 30px 5px 56px
}

.sidebar-menu ul li ul li.sub-active a,
.sidebar-menu ul li ul li:hover a {
    color: var(--primary-color)
}

.sidebar-menu ul li:hover&gt;a {
    color: var(--text-primary-color)
}

.sidebar-menu ul li a .name {
    margin-left: 10px
}

.sidebar {
    overflow-y: auto;
    height: 100vh
}

.sidebar::-webkit-scrollbar {
    width: 5px
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.active-page a {
    background: #333843;
    position: relative
}

.active-page a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 6px;
    background: #30394d;
    left: 0;
    top: 0
}

.sidebar-menu ul li a {
    position: relative
}

.sidebar-menu ul li a:before {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transform-origin: center;
    font-size: 19px
}

.sidebar-menu ul li.mm-active a:before {
    content: "\f106";
    font-family: fontawesome
}

.sidebar-menu ul li ul li:last-child a {
    padding-bottom: 15px
}

.sidebar-menu ul li a:only-child:before {
    content: ""
}

.sidebar-hide {
    left: -250px
}

.top-bar {
    background: var(--card-background-color);
    margin-left: 250px;
    padding: 10px 5px;
    transition: all .3s ease-in-out 0s
}

.top-bar-logo-hide {
    display: none
}

.menu-bars {
    cursor: pointer
}

.content-expend .menu-bars {
    padding-left: 15px
}

.top-bar-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar-right ul li:not(:last-child) {
    margin-right: 30px
}

.top-bar-right ul li .btn {
    color: var(--text-primary-color);
    padding: 0
}

.top-bar-right ul li .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50px
}

.top-bar-right ul li .avatar .name {
    margin-left: 10px
}

.top-bar-right .dropdown-menu {
    top: 8px !important;
    border-radius: 5px;
    padding: 0
}

.top-bar-right .dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.notification-btn:after {
    display: none
}

.notification {
    position: relative
}

.notify-value {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ff5556;
    color: var(--text-primary-color);
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    left: 15px
}

.logo-small {
    display: none
}

.user-profile {
    display: block !important
}

.user-profile li {
    margin-right: 0 !important
}

.user-profile li a {
    padding: 6px 30px;
    display: block;
    color: var(--text-primary-color-2)
}

.user-profile li:not(:last-child) a {
    border-bottom: 1px solid #f0f0f0
}

.notification {
    display: block !important
}

.notification li a {
    display: flex !important;
    align-items: center;
    padding: 10px
}

.notification-list {
    min-width: 320px
}

.notification li a .icon {
    text-align: center;
    border-radius: 50px;
    display: block;
    margin-right: 15px;
    flex-basis: 100px;
    font-size: 30px;
    color: var(--text-primary-color-2)
}

.notification li {
    margin-right: 0 !important
}

.notification li:first-child:hover {
    border-radius: 17px 17px 0 0 !important
}

.notification li:last-child:hover {
    border-radius: 0 0 17px 17px !important
}

.notification li:hover {
    background: var(--background-color-hover)
}

.notification li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.notification li a .content h6 {
    font-weight: 700;
    font-size: 16px;
    color: var(--text-primary-color-2)
}

.notification li a .content p {
    font-size: 14px;
    color: #464646
}

.notification li a .content .datetime {
    font-size: 12px;
    color: #464646;
    font-weight: 700
}

.main-wrapper {
    margin-left: 250px;
    padding: 30px 5px;
    transition: all .3s ease-in-out
}

.main-wrapper-expend {
    margin-left: 0 !important
}

.custom-breadcrumb {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color-2);
    padding-bottom: 10px
}

.custom-breadcrumb ul {
    display: flex;
    flex-wrap: wrap
}

.custom-breadcrumb ul li {
    position: relative;
    font-size: 23px;
    font-weight: 700
}

.custom-breadcrumb ul li:not(:last-child):after {
    position: absolute;
    content: "/";
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.custom-breadcrumb ul li.active-item,
.custom-breadcrumb ul li.active-item a {
    color: var(--text-primary-color-4)
}

.custom-breadcrumb ul li:not(:last-child) {
    margin-right: 14px;
    padding-right: 7px;
    color: #fafafa
}

.status-card {
    border-radius: 10px
}

.status-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 152px;
    padding: 15px 30px
}

.status-card-inner .content h3,
.status-card-inner .content p {
    color: var(--text-primary-color-4)
}

.status-card-inner .content p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.status-card-inner .content h3 {
    font-size: 32px;
    font-weight: 700
}

.status-card-inner .icon img {
    height: 90px
}

.status-card {
    border: none;
    color: #2a2e37;
    border-radius: 3px;
    box-shadow: 1px 5px 20px 0 rgb(0 0 0/8%)
}

.status-card .card-body {
    margin: 1px;
    border-radius: 3px
}

.status-card-bg-blue {
    background: linear-gradient(270deg, #7beafe, #1c8cfa)
}

.status-card-bg-green {
    background: linear-gradient(90deg, #3adf9e, #b3fb5b)
}

.status-card-bg-read {
    background: linear-gradient(90deg, #fc516a, #ff7e76)
}

.status-card-bg-yellow {
    background: linear-gradient(270deg, #de4daa, #f6d327)
}

.status-card-bg-orange {
    background: linear-gradient(270deg, #5f0a87, #a4508b)
}

.status-card-bg-average {
    background: linear-gradient(270deg, #9921e8, #5f72be)
}

.user-chart {
    margin-top: 30px
}

.user-chart .card {
    box-shadow: 1px 5px 20px 0 rgb(0 0 0/8%);
    border-radius: 10px
}

.user-chart .card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.user-chart .card-top ul {
    display: flex
}

.user-chart .card-top ul li:not(:last-child) {
    margin-right: 40px
}

.user-chart .card-top h4 {
    font-size: 24px;
    font-weight: 700
}

.subtitle,
.user-chart .card-top h4 {
    color: var(--text-primary-color-4)
}

.user-chart .card-top ul li {
    font-size: 16px;
    color: var(--color-pallet-1)
}

.user-chart .card-top h4,
.user-chart .card-top ul li {
    text-transform: capitalize
}

.user-chart .card-top ul li.active {
    color: var(--primary-color)
}

#user-chart {
    width: 100%;
    height: 400px
}

#filter-id-66 {
    display: none
}

.user-management {
    border-radius: 10px
}

.user-management-nav li {
    display: block;
    width: 100%
}

.user-management-nav {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.user-management-nav .nav-link {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: var(--text-primary-color-4);
    font-size: 15px;
    border-bottom: 1px solid var(--border-color-2)
}

.user-management-nav .nav-link img {
    margin-right: 8px;
    width: 15px
}

.user-management-nav .nav-link.active {
    position: relative;
    color: var(--text-primary-color);
    background: var(--card-background-color)
}

.dataTables_info {
    display: none
}

.tab-content {
    border-left: 1px solid var(--border-color-2);
    padding-left: 15px;
    margin-left: 15px
}

.table-title h3 {
    color: var(--text-primary-color-4);
    font-weight: 700;
    font-size: 23px
}

.header-bar .search {
    position: relative
}

.header-bar .search .form-group {
    margin-bottom: 0
}

.header-bar .search .btn-search {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 0;
    box-shadow: none !important
}

.header-bar .search .form-control {
    background: #1c2749 !important;
    box-shadow: none;
    border: 1px solid #1c2749;
    height: 50px;
    width: 230px;
    padding: 0 10px;
    color: var(--color-pallet-1)
}

.header-bar .search .btn-search .form-control::-webkit-input-placeholder {
    color: var(--text-primary-color)
}

.header-bar .search .btn-search .form-control::-moz-placeholder {
    color: var(--text-primary-color)
}

.header-bar .search .btn-search .form-control:-ms-input-placeholder {
    color: var(--text-primary-color)
}

.header-bar .search .btn-search .form-control:-moz-placeholder {
    color: var(--text-primary-color)
}

table.dataTable.no-footer {
    border-bottom: none
}

.user-management table.table {
    border: 1px solid var(--border-color-2);
    border-radius: 5px
}

.user-management table.table thead tr th {
    font-weight: 700
}

.user-management table.table tbody tr td,
.user-management table.table thead tr th {
    color: var(--text-primary-color-4);
    padding: 15px 30px;
    font-size: 16px
}

.user-management table.table tbody tr td:last-child {
    padding: 0
}

.user-management table.table tbody tr,
.user-management table.table tbody tr.odd,
.user-management table.table tbody tr:hover {
    background-color: transparent
}

.user-management table.table tbody tr td,
.user-management table.table thead tr th {
    border-color: var(--border-color-2)
}

.user-management table.table tbody tr td ul li:not(:last-child) {
    margin-right: 15px
}

.table-pagination {
    margin-top: 30px
}

.table-pagination ul {
    display: flex
}

.table-pagination ul li:not(:last-child) {
    margin-right: 15px
}

.table-pagination ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #111a35;
    color: var(--color-pallet-1);
    display: block;
    font-size: 16px
}

.table-pagination ul li.active a {
    background: #243462;
    box-shadow: 0 5px 10px rgba(25, 36, 71, .2)
}

.add-user-form .form-group {
    margin-bottom: 20px
}

.add-user-form label {
    color: var(--text-primary-color-4);
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.add-user-form .form-control {
    border-radius: 5px;
    color: var(--text-primary-color-4);
    height: 50px;
    box-shadow: none
}

.add-user-form .select-area select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.add-user-form .select-area {
    position: relative
}

.add-user-form .select-area:after {
    position: absolute;
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.add-user-form .add-user-btn {
    background: #2a3865;
    height: 65px;
    line-height: 65px;
    min-width: 290px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    color: var(--text-primary-color);
    border-radius: 5px
}

.wallet-transaction-area .header-bar {
    padding-bottom: 0
}

.wallet-transaction,
.wallet-transaction-area .header-bar {
    margin-bottom: 0 !important
}

.pidverify {
    min-height: 690px
}

.pidverify .card-body {
    padding: 40px
}

.card-wrapper {
    width: 445px;
    background: #1c2749;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px
}

.card-area {
    padding: 30px
}

.card-wrapper h4 {
    color: var(--color-pallet-1);
    padding: 0 0 30px;
    font-size: 18px;
    text-transform: capitalize
}

.id-verify-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.id-verify-btn-group li:not(:last-child) {
    margin-right: 50px
}

.id-verify-btn-group li a {
    width: 237px;
    height: 70px;
    display: block;
    border-radius: 3px;
    text-align: center;
    line-height: 70px;
    color: var(--text-primary-color);
    font-size: 20px;
    text-transform: capitalize
}

.id-verify-btn-group li a.approve-btn {
    background: #4eb200
}

.id-verify-btn-group li a.reject-btn {
    background: #fd4848
}

#pidverify .modal-header {
    background: #2a3865;
    padding: 20px 30px;
    border-bottom: none;
    position: relative
}

#pidverify .modal-header .close {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    text-align: center;
    padding: 0;
    display: block;
    line-height: 38px;
    background: var(--card-background-color);
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 1
}

#pidverify .modal-header .modal-title {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--text-primary-color)
}

#pidverify .modal-body {
    padding: 80px 50px
}

.idverifyrejection label {
    color: #9d9a9a
}

.idverifyrejection .form-control {
    min-height: 150px;
    background: var(--card-background-color);
    border: 1px solid var(--card-background-color);
    box-shadow: none
}

.idverifyrejection .btn {
    background: #2a3865;
    color: var(--text-primary-color);
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 20px;
    width: 237px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    margin-top: 30px
}

.node-history label {
    color: var(--color-pallet-1);
    margin-bottom: 20px
}

.node-history .form-control {
    height: 70px;
    background: transparent;
    box-shadow: none;
    color: var(--color-pallet-1);
    border: 1px solid #2b3c70
}

.node-history .btn {
    max-width: 237px;
    width: 100%;
    height: 70px;
    border-radius: 3px;
    background: #2a3865;
    color: var(--text-primary-color);
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px
}

.card-info li:not(:last-child) {
    margin-bottom: 30px
}

.card-info li {
    font-size: 15px;
    color: #666
}

.card-info li span {
    width: 50%
}

.card-info li span:first-child {
    text-align: right;
    margin-right: 50px
}

.profile {
    min-height: 690px
}

.profile-nav {
    justify-content: flex-start
}

.avater-img {
    height: 183px;
    width: 183px;
    display: block;
    margin-bottom: 40px !important
}

.avater-img,
.avater-img img {
    border-radius: 50%
}

.avater-img img {
    border: 10px solid rgba(94, 85, 230, .11);
    max-width: 100%
}

.user-info {
    border: 1px solid var(--border-color-2);
    padding: 50px 30px;
    border-radius: 12px
}

.user-info .avater-img {
    margin: auto
}

.user-info h4 {
    word-break: break-all
}

.profile-info-table ul li,
.user-info h4,
.user-info p,
.user-info span {
    color: var(--text-primary-color-4)
}

.profile-info-table ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid var(--border-color-2)
}

.profile-info-table ul li:first-child {
    border-top: 1px solid #333843
}

.profile-info-table ul li:nth-child(odd) {
    background: #333843;
    color: var(--text-primary-color)
}

.profile-info-table ul li span {
    flex: 1 1;
    font-size: 15px;
    padding: 30px;
    line-height: 20px
}

.profile-info-table ul li span:nth-child(2) {
    flex-basis: 50px;
    flex: none
}

.profile-info-table ul li span.dot {
    text-align: center
}

.profile-img-upload {
    max-width: 183px;
    height: 55px;
    text-align: center;
    border: 1.5px dashed var(--border-color-2);
    border-radius: 3px;
    background: #2a3865;
    line-height: 55px;
    display: block;
    width: 100%;
    cursor: pointer;
    margin: auto;
    font-size: 16px;
    color: var(--text-primary-color)
}

.profile-info-form .form-control:not(.form-control-sm) {
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    border: 1px solid var(--border-color-2);
    background: transparent;
    box-shadow: none;
    color: var(--text-primary-color-4);
    padding: 0 10px
}

.profile-info-form label {
    color: var(--text-primary-color-4);
    font-size: 14px;
    margin-bottom: 15px
}

.note-btn {
    background: #081926
}

.note-btn:after {
    display: none
}

.profile-info-form .btn:not(.note-btn) {
    height: 45px;
    text-align: center;
    width: 100%;
    color: var(--text-primary-color-4);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 0;
    outline: none !important
}

.profile-info-form .btn.theme-btn,
.profile-info-form .btn.theme-btn-red {
    color: var(--text-primary-color)
}

.profile-info-form .btn.add-faq-btn {
    width: 300px
}

.email-submit-btn {
    max-width: 250px;
    height: 60px !important;
    line-height: 55px !important
}

.profile-transaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.profile-transaction li {
    border-radius: 3px;
    height: 119px;
    line-height: 119px;
    color: var(--text-primary-color);
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.profile-transaction li:not(:last-child) {
    margin-right: 30px
}

.profile-transaction li p {
    font-size: 16px;
    margin-bottom: 5px
}

.profile-transaction li h4 {
    font-size: 23px;
    color: var(--text-primary-color)
}

.profile-transaction .profile-deposit {
    background: #1ca8ee
}

.profile-transaction .profile-withdrow {
    background: #fca744
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.setting-select .form-control {
    background: #212e55
}

.setting-select {
    position: relative
}

.setting-select:after {
    position: absolute;
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--color-pallet-1)
}

label.logo {
    width: 300px;
    height: 150px;
    border-radius: 3px;
    background: #2a386561;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #2a3865;
    cursor: pointer
}

.logo-upload-btn {
    height: 50px !important;
    line-height: 50px !important
}

.profile-info-form .input-group-text {
    padding: 0 25px;
    background-color: #2a3865;
    border: 1px solid #2a3865;
    color: var(--text-primary-color-4) !important;
    font-size: 20px
}

textarea.form-control.textarea {
    height: 180px
}

.add-btn a {
    display: block;
    min-width: 138px;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: -webkit-linear-gradient(left, var(--primary-color), #fec939 100%);
    color: var(--text-primary-color);
    border-radius: 3px;
    font-size: 17px
}

.table-area table tr td {
    vertical-align: middle
}

.add-custom-page {
    padding: 50px;
    min-height: 680px
}

.user-logo {
    margin-bottom: 100px
}

.user-footer {
    margin-top: 100px
}

.user-footer p {
    color: #68696e;
    font-size: 18px;
    margin-top: 20px
}

.user-bg {
    background: #3b7cdd !important
}

.user-form {
    display: flex;
    align-items: center;
    border: 4px solid var(--primary-color);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 15px;
    padding: 20px
}

.user-form-inner {
    width: 100%
}

.user-form .form-top h2 {
    margin-bottom: 15px;
    color: var(--text-primary-color-4) !important;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize
}

.user-form .form-top p {
    margin: 0;
    font-size: 16px;
    color: var(--text-primary-color-4) !important;
    font-weight: 400
}

.user-form .form-group {
    position: relative;
    margin-bottom: 10px
}

.user-form .form-group .eye {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    color: var(--text-primary-color-4) !important
}

.user-form .form-group label {
    color: #777e90
}

.user-form .form-control {
    height: 60px;
    box-shadow: none;
    border-color: #323232;
    border-radius: 7px;
    background: transparent;
    color: var(--text-primary-color-4) !important;
    font-family: Karla, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 25px
}

.user-form .form-group .form-control-password {
    padding-right: 35px
}

.user-form .form-control::-webkit-input-placeholder {
    color: var(--text-primary-color-4) !important;
    font-size: 14px
}

.user-form .form-control::-moz-placeholder {
    color: var(--text-primary-color-4) !important;
    font-size: 14px
}

.user-form .form-control:-ms-input-placeholder {
    color: var(--text-primary-color-4) !important;
    font-size: 14px
}

.user-form .form-control:-moz-placeholder {
    color: var(--text-primary-color-2);
    font-size: 14px
}

.user-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 100px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--main-background-color)
}

.user-content-wrapper .user-content-text .auth-logo {
    display: inline-block;
    margin: 30px 0
}

.user-content-wrapper .user-content-text h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--text-primary-color-4) !important
}

.user-content-wrapper .user-content-text p {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary-color-4) !important
}

.user-content-wrapper .user-content-text p a {
    display: inline-block;
    color: var(--primary-color)
}

.user-content-wrapper-inner {
    display: table-cell;
    vertical-align: middle
}

.nimmu-user-sibmit-button {
    width: 100%;
    background: var(--primary-color);
    height: 50px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 7px !important;
    color: var(--text-primary-color) !important
}

.nimmu-user-sibmit-button:hover {
    opacity: .3
}

.nimmu-user-sibmit-button:active,
.nimmu-user-sibmit-button:focus,
.nimmu-user-sibmit-button:hover {
    color: var(--text-primary-color) !important;
    background: var(--hover-color) !important;
    border-color: var(--hover-color) !important
}

.form-top {
    margin-bottom: 30px;
    text-align: center
}

.form-top h2,
.form-top p {
    color: var(--text-primary-color-2)
}

.form-top p {
    font-size: 20px;
    font-weight: 600
}

.auth-logo {
    display: inline-block;
    margin-bottom: 15px
}

.auth-logo img {
    margin: auto
}

.user-icon img {
    width: 80px;
    margin: 30px auto 15px
}

.form-bottom .or {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    color: #3b53db;
    margin: 30px 0;
    position: relative;
    display: block
}

.form-bottom .or:before {
    left: 0
}

.form-bottom .or:after,
.form-bottom .or:before {
    position: absolute;
    content: "";
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
    background: #3b53db;
    height: 1px
}

.form-bottom .or:after {
    right: 0
}

.form-bottom p {
    color: var(--text-primary-color-2)
}

.form-bottom p a {
    color: var(--primary-color)
}

.social-media {
    margin-bottom: 30px
}

.social-media ul {
    display: flex;
    justify-content: center;
    word-wrap: wrap
}

.social-media ul li:not(:last-child) {
    margin-right: 10px
}

.social-media ul li a {
    color: var(--text-primary-color);
    border-radius: 3px;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    display: block
}

.social-media ul li a.facebook {
    background: #3b5998
}

.social-media ul li a.twitter {
    background: #55acee
}

.social-media ul li a.linkedin {
    background: #0077b5
}

.form-check-label {
    position: static !important
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #c9c9c9;
    border-radius: 3px
}

.styled-checkbox:hover+label:before {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .12)
}

.styled-checkbox:checked+label:before {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

.rememberme .form-check {
    padding-left: 0
}

.rememberme a:hover {
    color: var(--primary-color)
}

.default-access-wrapper {
    display: flex;
    justify-content: center
}

.default-access-wrapper .auth-btn {
    margin: 0 5px;
    color: var(--primary-color);
    line-height: 16px;
    cursor: pointer
}

.default-access-wrapper .auth-btn.user {
    border-right: 1px solid var(--primary-color);
    padding-right: 10px
}

.form-bottom {
    margin-top: 20px
}

.theme-btn {
    color: var(--text-primary-color-4) !important;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 35px;
    border: 0;
    border-radius: 0;
    position: relative;
    background: -webkit-linear-gradient(left, var(--primary-color), #fec939 100%);
    background-size: 200%, 1px;
    background-position: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {
    background-position: 100% !important;
    color: var(--background-color-hover) !important
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    font-size: 50px;
    color: #ddd;
    content: "\f0ee" !important;
    font-family: fontawesome !important
}

.dropify-wrapper {
    border-radius: 4px
}

.dropify-wrapper:hover {
    background-image: linear-gradient(-45deg, #eeebeb 25%, transparent 0, transparent 50%, #eeebeb 0, #eeebeb 75%, transparent 0, transparent)
}

.uplode-catagory span {
    display: block;
    margin-bottom: 5px;
    color: var(--text-primary-color-4)
}

.dropify-wrapper .dropify-preview {
    background-color: var(--text-primary-color-2)
}

.fees-wrap {
    position: relative
}

.fees-wrap span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.mail-card {
    margin-bottom: 30px
}

.management-card-area {
    background: transparent
}

.note-editable {
    color: var(--text-primary-color-4) !important
}

.submenu-active&gt;a {
    color: var(--primary-color) !important
}

div.dataTables_wrapper div.dataTables_length select {
    background: transparent;
    color: var(--text-primary-color-2);
    text-align: center !important;
    padding: 5px 10px;
    border-color: var(--border-color)
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing,
div.dataTables_wrapper div.dataTables_length select option {
    color: var(--text-primary-color-4)
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    background: transparent;
    border: 1px solid var(--border-color);
    height: 35px;
    color: var(--text-primary-color-4);
    padding: 5px
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 15px
}

.dataTables_empty {
    color: var(--text-primary-color-4);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

table.dataTable.display tbody tr.odd&gt;.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_1 {
    background-color: transparent !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid #e4e4e4;
    background: var(--background-color-hover);
    padding: 0;
    margin: 0 5px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--text-primary-color) !important;
    background: var(--primary-color);
    padding: 0
}

.pagination-wrapper {
    float: none !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0;
    margin: 34px auto 0 !important
}

.notification-continer {
    background: #fff;
    background: var(--footer-background-color);
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px
}

@media (max-width:768px) {
    .dataTables_head {
        justify-content: flex-start;
        gap: 20px
    }

    .cp-user-main-wrapper {
        margin-top: 20px !important
    }

    .notification-continer {
        display: flex;
        flex-direction: column
    }

    .asset-balances-right {
        width: 400px
    }

    .deposit-info-area .total-balance h3 {
        font-size: 12px
    }
}

.paginate-button {
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    border: none !important;
    background: transparent !important;
    margin-right: 5px;
    margin-left: 5px
}

.paginate-button,
.paginate-button:hover,
.paginate-number {
    color: var(--primary-color)
}

.paginate-number {
    font-weight: 400;
    padding: 3px 12px;
    cursor: pointer;
    border: none !important;
    background: transparent;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
    border: 1px solid var(--primary-color) !important;
    font-size: 18px
}

a.paginate_button.paginate-number:hover {
    background: var(--primary-color) !important;
    color: var(--title-color) !important
}

a.paginate_button.paginate-number.text-warning {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 700
}

.blance-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

table tr td .activity-icon ul li:not(:last-child) {
    margin-bottom: 5px
}

table tr td .activity-icon ul li a img.img-fluid {
    width: 20px
}

.table-title {
    color: var(--text-primary-color-4);
    font-weight: 700;
    font-size: 23px
}

.table-area {
    padding-bottom: 15px;
    padding-right: 15px
}

table.dataTable.display tbody tr.even&gt;.sorting_1,
table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_1 {
    background-color: transparent !important
}

.form-area h4,
.profile-name h3 p {
    color: var(--text-primary-color-4)
}

.profile-name h3 p {
    margin: 10px 0
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: "\f175";
    font-family: fontawesome;
    font-size: 14px;
    bottom: 12px
}

.cp-select-area {
    position: relative
}

.cp-select-area:before {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 30px;
    color: var(--color-pallet-1)
}

.activity-menu {
    justify-content: center
}

.w-auto {
    width: auto !important
}

.cp-user-avater {
    display: flex;
    align-items: center
}

.profile-dropdown .dropdown-menu {
    width: 250px
}

.top-bar .dropdown-menu {
    padding: 0;
    width: 270px;
    background: var(--card-background-color);
    color: var(--text-primary-color)
}

.profile-dropdown .dropdown-menu .big-user-thumb {
    width: 80px;
    height: 80px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 12px auto 14px;
    background: #e8e9ef;
    border-radius: 50%
}

.profile-dropdown .dropdown-menu .user-name {
    text-align: center
}

.profile-dropdown .dropdown-menu button {
    padding: 11px 20px;
    border-bottom: 1px solid #383e4c
}

.profile-dropdown .dropdown-menu button:hover {
    background-color: var(--background-color-hover)
}

.profile-dropdown button a {
    color: var(--text-primary-color-4) !important;
    text-transform: uppercase;
    display: block
}

.profile-dropdown button a i {
    margin-right: 8px;
    font-size: 19px;
    vertical-align: inherit
}

.cp-user-avater .cp-user-img {
    margin-right: 10px;
    padding: 3px;
    background: #e8e9ef;
    width: 45px;
    height: 45px
}

.cp-user-avater .cp-user-img,
.cp-user-avater .cp-user-img img {
    border-radius: 50%
}

.profile-dropdown .dropdown-menu:before {
    content: "";
    height: 59px;
    width: 100%;
    background: var(--main-background-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.profile-dropdown .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.profile-dropdown .dropdown-menu .big-user-thumb img {
    vertical-align: baseline
}

.switch input {
    display: none
}

.switch {
    display: inline-block;
    width: 50px;
    height: 25px;
    transform: translateY(50%);
    position: relative
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #e8ebef;
    box-shadow: 0 0 0 2px #f7f8f9, 0 0 2px #f7f8f9;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    width: 75%;
    height: 100%;
    background: #7c74f261;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: all .4s ease
}

input:checked+.slider:before {
    transform: translateX(0);
    background: #7c74f2
}

input:checked+.slider {
    box-shadow: 0 0 0 2px #f7f8f9, 0 0 2px #f7f8f9;
    background-color: #e8ebef
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;th:first-child:before {
    top: 50%;
    transform: translateY(-50%);
    z-index: 999
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;td:first-child,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role=row]&gt;th:first-child {
    padding-left: 30px !important
}

.user-list-checkbox {
    display: flex;
    flex-wrap: wrap
}

.user-list-checkbox li {
    flex-basis: calc(100% * (1 / 3))
}

.user-list-checkbox .form-group input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.user-list-checkbox .form-group label {
    position: relative;
    cursor: pointer
}

.user-list-checkbox .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px
}

.user-list-checkbox .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.input-group-addon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6c7486
}

.ico-phase select option {
    color: #0a1520
}

.single-phase .card {
    background: -webkit-linear-gradient(left, #bf8d0a, #ffba02 50%, #cb9a14);
    box-shadow: 0 0 17px 0 rgba(51, 56, 67, .33) !important;
    border: none
}

.single-phase .card .card-header .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.single-phase .card .card-header .top .left p {
    color: var(--text-primary-color-4) !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.single-phase .card .card-header .top .left p span {
    background: var(--primary-color);
    font-size: 12px;
    padding: 0 8px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 400
}

.single-phase .card .card-header .top .right .btn {
    padding: 0 6px;
    line-height: 0;
    color: #182346;
    background: #f7f7f7;
    border-radius: 2px
}

.single-phase .card .card-header .top .right .btn.dropdown-toggle:after {
    display: none
}

.single-phase .card .card-header .top .right .dropdown-menu {
    min-width: 4rem;
    padding: 0;
    border: none;
    border-radius: 4px
}

.single-phase .card .card-header .top .right .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.single-phase .card .card-header .top .right .dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.single-phase .card .card-header .top .right .dropdown-menu .dropdown-item {
    padding: 2px 5px;
    text-align: center;
    font-size: 14px
}

.single-phase .card .card-header .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px
}

.single-phase .card .card-header .bottom .left h4 {
    color: #f3f3f3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px
}

.single-phase .card .card-header .bottom .left p {
    color: #d4d4d4;
    text-transform: uppercase
}

.single-phase .card .card-header .bottom .left p.ico-issued {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px
}

.single-phase .card .card-header .bottom .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.single-phase .card .card-header .bottom .right p {
    font-size: 12px;
    text-transform: uppercase;
    color: #d4d4d4
}

.single-phase .card .card-header .bottom p {
    line-height: 1
}

.single-phase .card .card-body .base-price {
    margin-bottom: 30px
}

.single-phase .card .card-body .base-fees h4,
.single-phase .card .card-body .base-price h4 {
    color: #f3f3f3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.single-phase .card .card-body .base-price p {
    color: #d4d4d4;
    font-size: 16px
}

.single-phase .card .card-body .base-fees h4 {
    margin-bottom: 15px
}

.single-phase .card .card-body .base-fees ul li {
    display: flex;
    align-items: center;
    color: #d4d4d4
}

.single-phase .card .card-body .base-fees ul li:not(:last-child) {
    margin-bottom: 5px
}

.single-phase .card .card-body .base-fees ul li span.coin {
    flex-basis: 20%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px
}

.single-phase .card .card-body .base-fees ul li span.price {
    flex-basis: 80%
}

.single-phase .card .card-body .base-fees ul li span.price sub {
    text-transform: uppercase
}

.single-phase .card .card-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.single-phase .card .card-footer h6 {
    color: #f3f3f3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.single-phase .card .card-footer p {
    color: #d4d4d4
}

.progress-wrapper {
    position: relative;
    width: 90px;
    height: 90px
}

.progress-wrapper .sold {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #f3f3f3;
    font-size: 12px;
    font-weight: 700
}

.progress {
    width: 90px;
    height: 90px;
    background: transparent
}

.progress .fill,
.progress .track {
    fill: transparent;
    stroke-width: 4;
    transform: rotate(90deg) translateY(-80px)
}

.progress .track {
    stroke: #f3f3f3
}

.progress .fill {
    stroke: #fff;
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s
}

.progress.blue .fill {
    stroke: var(--primary-color)
}

.progress .value {
    font-family: Open Sans;
    fill: #fff;
    text-anchor: middle
}

.progress .sold {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-top: 10px
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.activity-menu .viewuser a {
    color: var(--text-primary-color-4);
    font-size: 18px;
    cursor: pointer
}

.sort_space {
    margin-left: 20px
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    display: none
}

.config-section .status-card {
    background: var(--card-background-color);
    min-height: 255px
}

.config-section .status-card .status-card-inner small {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    color: #ddd
}

.config-section .status-card .status-card-inner {
    padding: 40px 20px
}

.config-section .status-card .status-card-inner p {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-primary-color)
}

.config-section .card-body {
    background: unset
}

.dataTables_empty {
    padding: 15px 0 !important
}

.trade-card .profile-info-form .btn {
    width: 60px;
    margin-top: 35px;
    background-color: #dc3545;
    border-color: #dc3545;
    color: var(--text-primary-color)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important
}

.trade-card .profile-info-form .btn:hover {
    background-color: #c82333;
    border-color: #bd2130
}

.trade-card p {
    margin-bottom: 20px
}

.btn.btn-update {
    color: var(--text-primary-color);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 35px;
    border: 0;
    position: relative;
    background: -webkit-linear-gradient(left, var(--primary-color), #f68484 50%, #ee9022);
    background-size: 200%, 1px;
    background-position: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0 0 11px 0 rgba(24, 35, 70, .2) !important;
    border-radius: 5px
}

.btn.btn-update:hover {
    background-position: 100% !important;
    color: var(--text-primary-color)
}

.percent-container {
    display: flex;
    margin-top: 20px
}

.percent-btn {
    color: var(--font-color);
    width: 10px !important;
    border: 1px solid var(--primary-color);
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 40px
}

.add-btn-new a {
    display: block;
    width: 275px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #1c60dd;
    color: var(--text-primary-color);
    border-radius: 3px;
    font-size: 17px
}

.text-theme {
    color: var(--primary-color) !important
}

.bootstrap-select .form-control {
    line-height: unset
}

.top-bar-right {
    padding-right: 15px
}

.card {
    background: var(--card-background-color)
}

label {
    color: var(--text-primary-color-4)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fafafa !important
}

.user-management table.table {
    box-sizing: border-box;
    width: 100%
}

.form-control {
    background: var(--card-background-color);
    border: 1px solid var(--border-color);
    box-shadow: none;
    color: var(--text-primary-color-4)
}

.form-control:focus {
    box-shadow: none;
    outline: none
}

.modal-content {
    background-color: var(--main-background-color);
    border: 1px solid var(--border-color)
}

.modal-body p,
.modal-title {
    color: var(--font-color)
}

.btn {
    color: var(--text-primary-color);
    min-width: 96px
}

.btn:hover {
    color: var(--text-primary-color-4)
}

.modal-footer,
.modal-header {
    border-color: var(--border-color)
}

.modal-header .close {
    color: var(--text-primary-color-4);
    box-shadow: none;
    text-shadow: none;
    opacity: 1
}

.form-label {
    margin-bottom: 10px
}

.modal-body .form-control {
    border-color: var(--border-color)
}

#pair_edit_30 .modal-header .close {
    order: 1
}

#pair_edit_30 .modal-title {
    order: 0
}

#pairModal .modal-header .close {
    order: 1
}

#pairModal .modal-title {
    order: 0
}

.dropify-wrapper {
    color: var(--text-primary-color-4);
    background-color: var(--text-primary-color-2);
    border: 2px solid var(--border-color-2)
}

.dropify-wrapper:hover {
    background-image: linear-gradient(-45deg, var(--border-color-2) 25%, transparent 25%, transparent 50%, var(--border-color-2) 50%, var(--border-color-2) 75%, transparent 75%, transparent)
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid var(--border-color-2)
}

.deleteuser a {
    color: var(--text-primary-color-4) !important
}

.nimmu-user-sibmit-button {
    color: #fafafa
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: var(--text-primary-color-4) !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.forgot-password {
    color: var(--text-primary-color-4) !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .3s
}

.forgot-password:hover {
    color: var(--primary-color)
}

@media (max-width:1350px) {
    .user-form {
        padding: 50px 30px;
        min-height: 600px
    }

    .user-content-wrapper .user-content-text p {
        font-size: 18px
    }

    .user-content-wrapper .user-content-text p a {
        margin-left: 10px
    }

    .auth-logo img {
        max-width: 250px
    }
}

@media (max-width:1550px) {
    .cstm-loader-area {
        display: flex;
        flex-direction: column-reverse
    }
}

@media (max-width:1199px) {
    .user-content-wrapper {
        padding: 60px 30px
    }
}

@media (max-width:480px) {
    .asset-balances-right {
        width: 367px
    }

    .user-content-wrapper {
        padding: 40px 15px
    }

    .user-content-wrapper .user-content-text p {
        font-size: 16px
    }

    .user-form .form-top h2 {
        font-size: 26px
    }
}

.card.cp-user-custom-card {
    background: var(--background-color) !important;
    border: none
}

#tradingview_widget_wrapper div:nth-child(2) {
    display: none
}

.user-content-inner-wrap .form-check .form-check-input {
    float: left;
    margin-left: 0;
    margin-right: 10px
}

.look-pass {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400
}

button.btn.nimmu-user-sibmit-button {
    display: flex;
    align-items: center;
    justify-content: center
}

button.btn.nimmu-user-sibmit-button .spinner-border {
    margin-right: 5px
}

.preloder-area {
    background: rgba(0, 0, 0, .95);
    color: var(--text-primary-color-4) !important;
    background: #2a2e37f7
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link {
    border-radius: 5px
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid var(--primary-color)
}

.market-trend-area .btnTrade {
    color: var(--text-primary-color)
}

.exchange-area .cp-user-buy-coin-content-area {
    background: var(--main-background-color) !important;
    border: 1px solid hsla(0, 0%, 49%, .2)
}

.subscriptionRightContent {
    align-items: center
}

.select-method {
    display: grid
}

.select-method-item-active {
    color: var(--text-primary-color);
    background-color: var(--primary-color)
}

.faq-head {
    background-color: var(--footer-background-color) !important
}

.address-copy-box {
    border-radius: 4px;
    padding: 0 10px
}

.preloder-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: var(--main-background-color);
    color: #fff !important
}

.preloder-area .spinner-border {
    margin-right: 10px
}

.cstm-loader-area {
    position: relative
}

.inside-preloder-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: hsla(0, 0%, 76%, .5);
    color: var(--text-primary-color-4) !important
}

.inside-preloder-area .spinner-border {
    margin-right: 10px
}

.cstm-img-picker {
    display: flex;
    height: 223px;
    left: 0;
    top: 0;
    z-index: 9999;
    background: var(--footer-background-color);
    color: var(--text-primary-color-4) !important;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.cstm-img-picker input {
    display: none
}

.skenliton-effect {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: var(--card-background-color);
    color: var(--text-primary-color-4) !important;
    align-items: center;
    justify-content: center
}

.exchange-box&gt;.tab-content {
    border: none;
    padding: 0
}

.exchange-box .tab-content {
    border: none;
    padding: 10px;
    margin: 0
}

.exchange-box .inner-tabs-menu {
    padding: 10px 0
}

.trades-headers .nav-pills .nav-link {
    background: var(--background-color) !important
}

.buy-sell-tabs .nav-tabs {
    padding-left: 25px;
    padding-right: 25px
}

.trades-section table.dataTable thead tr th,
.trades-section1 table.dataTable thead tr th {
    padding: 0;
    text-align: left !important
}

.slick-track {
    padding: 0 -8px
}

.slick-track .slick-slide {
    padding: 0 8px
}

.slick-prev:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f104";
    color: red
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px
}

.slick-next:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f105";
    color: red
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.slick-arrow,
.slick-arrow:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--text-primary-color-4) !important;
    z-index: 2
}

.slick-arrow:before {
    background: rgba(0, 0, 0, .5)
}

.slick-arrow:hover:before {
    background: var(--card-background-color);
    color: var(--text-primary-color-2)
}

.slick-list div {
    line-height: 1
}

.tab-content {
    border-left: none;
    padding-left: 0;
    margin-left: 0
}

.exchange-tab-menu {
    margin-bottom: 20px
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 10px 15px;
    background: transparent;
    color: var(--text-primary-color-2)
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link.active {
    color: var(--font-color);
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 10px 15px;
    background: transparent;
    color: var(--text-primary-color-2);
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--text-primary-color)
}

.market-trend-area {
    background: var(--card-background-color)
}

.market-trend-area .table tr th {
    text-transform: capitalize
}

.market-trend-area .cellMarket,
.market-trend-area .table tr th {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.market-trend-area .btnTrade {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    background: var(--primary-color);
    color: var(--font-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: all .3s
}

.sectiob-bg {
    background: var(--main-background-color)
}

.trade-anywhere-right .subtitle {
    margin-bottom: 10px;
    color: var(--title-color)
}

.trade-anywhere-right p {
    margin-bottom: 20px
}

.exchange_VersionHeader__XKzVR h1 {
    display: none
}

.exchange_TVChartContainer__nN0L7 {
    height: 570px !important
}

.nav-item .nav-link {
    cursor: pointer
}

.trades-headers h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 8px
}

table.dataTable thead tr th {
    font-size: 12px;
    color: #848e9c !important
}

.buy-order table.dataTable tbody tr td {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    padding: 3px;
    cursor: pointer
}

.trades-section table tbody tr td,
.trades-section table thead tr th {
    height: auto
}

.more-btn {
    font-size: 14px
}

.trades-table .trades-table-row .trades-table-col.total-price {
    font-size: 16px
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .label {
    font-size: 15px;
    line-height: 1.3
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .value {
    font-size: 12px
}

.cp-user-buy-coin-content-area table.dataTable tbody tr td {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    padding: 3px
}

.cp-user-buy-coin-content-area table.dataTable {
    margin-bottom: 0 !important
}

.cp-user-buy-coin-content-area table.dataTable thead tr th {
    padding: 3px 15px;
    text-align: left !important
}

.cp-user-buy-coin-content-area table.dataTable tbody tr td {
    padding: 3px 15px !important;
    text-align: left !important
}

.sell-order table.dataTable tbody tr td {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    padding: 3px;
    cursor: pointer
}

.orders-area .table tbody td {
    font-size: 15px;
    color: var(--text-primary-color-4)
}

.value-previous {
    color: #818181;
    font-size: 11px
}

.cp-user-buy-coin-content-area div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
    border: none;
    background-color: var(--background-color-hover);
    margin-left: 0;
    color: #b7bdc6;
    padding: 5px 15px
}

.cp-user-buy-coin-content-area div.dataTables_wrapper div.dataTables_filter label {
    display: block
}

.tradeSection-both .dataTables_scrollBody,
.trades-sectio1 .dataTables_scrollBody {
    height: 430px !important
}

#marketTradeTable_wrapper .dataTables_scrollBody {
    height: 200px !important
}

.orders-area .table thead th {
    font-size: 12px;
    color: #848e9c
}

.orders-area .table tbody td {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    padding: 10px
}

.cp-select-area:before {
    font-size: 1.2rem;
    pointer-events: none
}

/* .main-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-area .main-menu ul {
    justify-content: flex-end
} */

#exchangeCoinPair tr {
    cursor: pointer
}

#marketTradeTable_wrapper .dataTables_scroll {
    height: 387px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#marketTradeTable_wrapper .dataTables_scroll::-webkit-scrollbar {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

.dataTables_scrollHeadInner {
    width: 100% !important
}

.notLoggedin {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: var(--text-primary-color);
    margin-top: 50px
}

.colorTheme {
    color: var(--primary-color) !important;
    cursor: pointer
}

.wrapper {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: var(--main-background-color);
    max-width: 365px;
    border-radius: 15px;
    padding: 25px 25px 30px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, .15);
    text-align: center
}

.wrapper.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(.8);
    transition: all .3s ease
}

::-moz-selection {
    color: var(--text-primary-color);
    background: var(--primary-color)
}

::selection {
    color: var(--text-primary-color);
    background: var(--primary-color)
}

.wrapper img {
    max-width: 150px
}

.wrapper .content {
    margin-top: 20px
}

.wrapper header {
    font-size: 25px;
    font-weight: 600
}

.content {
    margin-top: 10px
}

.content p {
    color: #858585;
    margin: 5px 0 20px
}

.content .buttons {
    display: flex;
    align-items: center;
    justify-content: center
}

.buttons .item {
    margin: 0 10px
}

.buttons button {
    padding: 10px 20px;
    background: var(--primary-color);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary-color);
    cursor: pointer;
    border-radius: 5px
}

.buttons button:hover {
    transform: scale(.97)
}

.buttons a {
    color: var(--primary-color)
}

.background-image-class {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, .548) 10%, transparent 0, rgba(0, 0, 0, .65) 80%), url(https://cdn.pixabay.com/photo/2017/06/15/07/41/yellow-2404380_960_720.jpg) no-repeat;
    background-color: var(--main-background-color);
    min-height: 400px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.launchPool-container {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px 20px 25px;
    box-shadow: 0 .1px 2.2px rgba(0, 0, 0, .011), 0 .3px 5.3px rgba(0, 0, 0, .016), 0 .5px 10px rgba(0, 0, 0, .02), 0 .9px 17.9px rgba(0, 0, 0, .024), 0 1.7px 33.4px rgba(0, 0, 0, .029), 0 4px 80px rgba(0, 0, 0, .04)
}

.status-launchpool {
    background-color: #474d57;
    color: #fff;
    border-radius: 2px;
    width: 110px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.pool-icon {
    width: 40px;
    height: 40px
}

.title-pool {
    display: flex;
    align-items: flex-end
}

.pool-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.pool-title {
    font-weight: 600
}

.desc-pool {
    font-size: 12px
}

.pool-card {
    background-color: #f7f7f8;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: .5px solid #ededed;
    cursor: pointer
}

.pool-card:hover {
    border: .5px solid var(--primary-color)
}

.pool-icon-small {
    width: 20px;
    height: 20px
}

.card-pool-title,
.center-img-pool {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.hero-banner-area-pool {
    margin-bottom: 50px
}

.hero-banner-area-pool p {
    padding: 15px 0
}

.launchpad-cover {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-size: cover;
    background-position: 50%;
    border-radius: 8px;
    overflow: hidden;
    width: 100%
}

.launchpad-container {
    display: flex;
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--border-color);
    cursor: pointer
}

.subscriptionRightContent {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.deposit-conatiner {
    width: 100%;
    background: var(--card-background-color);
    min-height: 500px;
    padding: 30px
}

.file-lable {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-primary-color-2)
}

.select-method {
    display: flex;
    grid-auto-flow: column
}

.select-method-item {
    border: 1px solid var(--border-color) !important
}

.select-method-item,
.select-method-item-active {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px 53px
}

.select-method-item-active {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color)
}

.bnAwAJ {
    padding: 21px
}

.file-upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 21px
}

.bank-container {
    border: 1px solid var(--border-color);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px;
    border-radius: 5px
}

.bank-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.bank-title {
    font-size: 18px;
    font-weight: 800
}

.split-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.copy-btn {
    font-size: 11px;
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    cursor: pointer
}

.faq-body {
    background-color: var(--card-background-color);
    color: var(--text-primary-color-2);
    margin-top: 10px
}

.faq-head {
    background-color: var(--main-background-color) !important;
    border: 1px solid var(--border-color) !important;
    border: 1px solid var(--border-color);
    padding: 10px;
    border-radius: 10px
}

.faq-head h5 button {
    color: var(--text-primary-color-2)
}

.faq-body {
    padding: 3px
}

.paypal-container {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -9
}

.address-copy-box {
    width: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent !important
}

.referel-inputfield {
    cursor: pointer
}

.maintenance-mode {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: -1
}

.maintenance-mode:before {
    height: 100vh;
    width: 100%;
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: 0
}

.maintenance-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary-color);
    justify-items: center;
    z-index: 999999;
    height: 100vh;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    position: relative
}

.maintenance-content h2 {
    font-size: 52px;
    color: var(--text-primary-color);
    margin-bottom: 15px
}

.maintenance-content p {
    font-size: 20px;
    color: var(--text-primary-color)
}

@media (max-width:769px) {
    .maintenance-content {
        max-width: 100%;
        padding: 0 15px
    }

    .tableScroll {
        overflow-x: scroll;
        max-width: 95vw;
        padding-right: 30px
    }

    .maintenance-content h2 {
        font-size: 35px
    }

    .maintenance-content p {
        font-size: 20px
    }
}

.active-link ul li {
    margin-right: 15px
}

.active-link ul li,
.toolTip {
    display: inline-block
}

.toolTip:hover:after {
    background: var(--primary-color);
    border-radius: 4px;
    bottom: 100%;
    content: attr(title);
    display: block;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    font-size: 12px
}

.container-fluid.deposit-page {
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.wallet-back {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.wallet-back:hover a {
    color: var(--primary-color);
    opacity: 1
}

.wallet-back:hover .wallet-backIcon {
    fill: var(--primary-color);
    opacity: 1
}

.wallet-back a {
    font-size: 18px;
    color: var(--font-color);
    opacity: .7;
    font-weight: 600
}

.trade-li {
    position: relative
}

.tradeList {
    background: #fff;
    position: absolute;
    width: 190px;
    padding: 10px 20px;
    border-radius: 2px;
    z-index: 9999;
    height: 300px;
    margin-bottom: 50px;
    overflow-y: scroll;
    left: -50px;
    top: 35px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.tradeList a {
    color: #000;
    display: inline-block
}

.tradeList a:hover {
    color: var(--primary-color)
}

.coinList {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-items: center;
    margin-bottom: 15px
}

.coinList img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.upload-img-btn {
    position: absolute;
    bottom: -15px;
    padding: 10px 20px;
    background: var(--primary-color);
    border-radius: 3px;
    color: var(--text-primary-color)
}

.notification-section {
    margin-top: 30px
}

.notify-grid {
    background: var(--background-color);
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 20px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.notify-grid:hover {
    background: var(--background-color-hover);
    cursor: pointer
}

.notify-content {
    width: 70%
}

.notify-content span {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-primary-color-2);
    margin-bottom: 15px
}

.titleUnread {
    color: #707a8a;
    line-height: 1.6
}

.notify-content .icon-title {
    display: flex;
    gap: 10px
}

.notifyUnread {
    fill: var(--primary-color)
}

.notify-date {
    display: inline-block;
    max-width: 100%
}

.notification-section-title {
    color: var(--text-primary-color-2) !important;
    font-size: 25px;
    margin-bottom: 0
}

.notFountNotifyText {
    font-size: 15px;
    color: #000;
    color: var(--text-primary-color-3)
}

.rightMargin {
    margin-right: 15px !important;
    overflow: hidden
}

.deposit-page,
.faq-page,
.referral-area {
    margin-bottom: 20px
}

.marginLeftRight {
    margin-left: 15px;
    margin-right: 15px
}

.diposit-history .dataTables_head {
    justify-content: flex-start;
    gap: 20px
}

.boxShadow {
    border: 1px solid var(--border-color);
    border-radius: 8px !important
}

.nav-userName {
    color: var(--text-primary-color)
}

.profile-status-area {
    padding: 30px;
    margin-top: 20px
}

.profile-status-area h5 {
    margin-bottom: 20px
}

.activeStatus {
    height: 20px;
    width: 20px;
    background: #0de06d;
    position: absolute;
    right: 0;
    border-radius: 50%;
    z-index: 9999999
}

.userActive:before {
    background: #3ee73e;
    right: -3px
}

.userActive:before,
.userDeactive:before {
    height: 15px;
    width: 15px;
    content: "";
    top: 50px;
    position: absolute;
    border-radius: 50%
}

.userDeactive:before {
    background: grey;
    right: 0
}

.userProfileActive:before {
    background: #3ee73e
}

.userProfileActive:before,
.userProfileDeactive:before {
    height: 20px;
    width: 20px;
    content: "";
    bottom: 50px;
    right: 0;
    position: absolute;
    border-radius: 50%
}

.userProfileDeactive:before {
    background: grey
}

.tradeUserActive:after {
    background: #3ee73e
}

.tradeUserActive:after,
.tradeUserDeactive:after {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    right: 8px;
    top: 0;
    border-radius: 50%
}

.tradeUserDeactive:after {
    background: grey
}

.dark-trade-notify {
    box-shadow: 0 4px 12px hsla(0, 1%, 83%, .1) !important
}

.my-wallet-new {
    padding: 20px
}

.coin-list-item {
    background: var(--main-background-color);
    background: var(--main-background-color) !important;
    padding: 15px
}

.coin-list-item,
.input-address-bar {
    margin-top: 20px;
    display: flex;
    color: var(--font-color);
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid var(--border-color)
}

.input-address-bar {
    background: var(--main-background-color);
    padding: 5px
}

.coin-list-item .coint-flex {
    display: flex;
    align-items: center
}

.coin-list-item .coint-flex h6 {
    margin-left: 10px;
    font-size: 16px
}

.coin-list-item .coin-price {
    font-size: 16px;
    font-weight: 600
}

.wallet-addres {
    margin-top: 40px
}

.waring-wallet-text {
    line-height: 1.4;
    font-weight: 500
}

.qr-background {
    border: 15px solid #fff;
    width: auto;
    display: inline-block
}

.wallet-bar-code {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px
}

.input-copy {
    max-width: 370px;
    align-items: center;
    padding: 0;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid var(--border-color)
}

.input-copy .cp-button {
    display: inline-block
}

.input-copy .address-box {
    font-size: 16px;
    background-color: var(--card-background-color);
    color: var(--font-color)
}

.viewMoreLink {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px
}

.viewMoreLink a {
    text-decoration: underline !important;
    cursor: pointer;
    color: var(--font-color);
    font-size: 18px
}

.viewMoreLink a:hover {
    color: var(--primary-color)
}

.launchPadSingleHero {
    background: var(--main-background-color);
    padding: 20px 0
}

.launchPadSingleHeroFlex {
    justify-content: space-between
}

.launchPadSingleHeroFlex,
.launchPadSingleHeroTitle {
    display: flex;
    align-items: center;
    justify-items: center
}

.launchPadSingleHeroTitle {
    gap: 20px;
    cursor: pointer
}

.launchPadSingleHeroTitle h2 {
    font-size: 20px;
    font-weight: 700
}

.launchPadSingleHeroTitle i {
    font-size: 18px;
    font-weight: 700
}

.launchPadSingleHeroright {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 20px;
    background: #f7f7f8;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer
}

.launchPadSingleHeroright h2 {
    font-size: 15px
}

.launchPadSingleSectionTitle {
    margin: 60px 0
}

.singleLaunch {
    padding: 0
}

.singleLaunchPadImg {
    border-radius: 10px
}

.singleLaunchPadHeroFlex {
    display: flex;
    gap: 20px
}

.singleLaunchPadTitle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.singleLaunchPadStatus {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-items: center;
    background: var(--main-background-color);
    padding: 0 10px;
    border-radius: 5px
}

.singleLaunchPadLinkList .linkLists {
    display: flex;
    margin-top: 20px;
    gap: 20px
}

.singleLaunchPadLinkList .linkLists&gt;div {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 4px
}

.singleLaunchPadLinkList .linkLists&gt;div:hover {
    background-color: var(--primary-color);
    cursor: pointer
}

.linkLists a div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-color);
    text-decoration: none
}

.linkLists a div i {
    margin-right: 6px
}

.singleLaunchPadHero {
    display: flex;
    justify-content: space-between
}

.endtimeSingleLaunch p {
    font-size: 16px;
    font-weight: 600
}

.launchCoinDetails {
    margin-top: 30px;
    display: flex;
    gap: 40px
}

.react-loading-skeleton {
    --base-color: var(--loading-color) !important;
    --highlight-color: var(--color-pallet-1);
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.launchCoinDetails p {
    font-size: 16px
}

.launchCoinDetails span {
    font-size: 16px;
    font-weight: 600
}

.subscriptionTimeLine {
    margin-top: 60px
}

.timeLineLists {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    max-width: 600px
}

.timeLineIcon,
.timeLineLists {
    position: relative
}

.timeLineIcon:before {
    height: 45px;
    width: 3px;
    background: var(--primary-color);
    content: "";
    position: absolute;
    top: 35px;
    left: 14px
}

.removeBeforeCSS:before {
    content: none !important
}

.timeLineLists i {
    font-size: 30px;
    color: var(--primary-color);
    opacity: .5
}

.timeLineLists .active {
    opacity: 1
}

.timeLineLists h5 {
    margin-bottom: 10px
}

.single-wallet {
    margin: 0 auto;
    background: var(--main-background-color);
    padding: 50px 20px
}

.timeLineLists p {
    font-size: 16px;
    line-height: 1.4
}

.launchPadHistory a {
    color: var(--primary-color);
    text-decoration: underline
}

.flexItem {
    display: flex;
    justify-content: space-between
}

.commintCoin {
    background-color: #fff;
    border-radius: 5px;
    height: 250px;
    margin-top: 30px;
    justify-items: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.commintCoin i {
    opacity: 1;
    text-align: center;
    font-size: 40px;
    margin: 0 auto 10px
}

.singleLaunchDetails {
    margin-top: 60px
}

.singleLaunchDetails h3 {
    margin-bottom: 40px
}

.singleLaunchDetails h6 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600
}

.singleLaunchDetails p {
    margin-bottom: 20px;
    font-size: 16px
}

.socialLinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px
}

.socialList {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-items: center;
    margin-bottom: 10px
}

.socialList i {
    font-size: 25px
}

.socialList a {
    font-size: 17px;
    text-decoration: underline !important
}

.socialList a:hover {
    color: var(--primary-color) !important;
    cursor: pointer
}

.contentDetails {
    padding-right: 40px
}

.singlePoolTabs {
    margin-top: 50px
}

.singlePoolTabs li.tabs-item {
    display: inline
}

.singlePoolTabs li.tabs-item a {
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px
}

.singlePoolTabs li.tabs-item .active {
    background: var(--primary-color)
}

.launchPoolTab {
    gap: 0
}

.myFundTitle {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-items: center
}

.myFundTitle h2 {
    font-size: 22px
}

.input-address-bar .form-control {
    border: none;
    background: transparent;
    color: var(--font-color)
}

.fundSection {
    display: flex;
    gap: 100px
}

.launchPad {
    padding-bottom: 40px
}

@media screen and (max-width:769px) {

    .singleLaunchPadHero,
    .singleLaunchPadHeroFlex {
        flex-wrap: wrap
    }

    .singleLaunchPadLinkList .linkLists {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px
    }

    .launchCoinDetails {
        flex-wrap: wrap
    }

    .singleLaunch {
        padding: 30px 15px
    }

    .fundSection {
        gap: 10px;
        padding: 15px
    }
}

.my-wallet-page {
    display: flex;
    flex-direction: column
}

.notificationNotFound {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px
}

.text-success {
    font-size: 13px
}

.withdrawTransactionCopy {
    margin-right: 5px;
    cursor: pointer
}

.launchpad-container img {
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain
}

.icoImage {
    width: 461px
}

.appy-form {
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
    padding: 50px;
    border-radius: 10px;
    width: 75%;
    margin: 0 auto 60px
}

.form-div {
    margin-bottom: 30px;
    background: var(--footer-background-color);
    padding: 40px 25px;
    border-radius: 10px
}

.form-div label {
    font-size: 15px;
    color: var(--text-primary-color-2);
    display: block;
    font-weight: 600
}

.apply-select-field {
    color: var(--text-primary-color-2);
    font-size: 17px;
    padding: 0 20px
}

.apply-checkbox-input,
.apply-radio-input {
    width: 20px
}

.no-sidebar {
    margin: 0 auto
}

textarea.apply-file-input {
    width: 100%;
    height: 200px;
    border: 1px solid var(--border-color)
}

.radio-inline {
    display: flex;
    gap: 10px;
    justify-items: center;
    align-items: center;
    margin-right: 30px;
    max-width: 50%
}

.launchpadTitle {
    margin-bottom: 15px
}

.launchpadDescription {
    margin-bottom: 50px;
    font-size: 16px
}

.input.form-control.apply-input {
    background: var(--footer-background-color) !important
}

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

.radio-item {
    display: flex
}

.ico-tokenCreate {
    margin: 0 0 50px;
    padding: 46px;
    background: var(--card-background-color)
}

.bank-table-header {
    display: flex;
    justify-content: space-between
}

.add-bank-btn {
    border: none;
    background: var(--primary-color);
    padding: 10px 20px;
    color: var(--text-primary-color);
    font-weight: 600;
    border-radius: 5px
}

.ico-create-form {
    display: block;
    margin-top: 30px
}

.ico-input-box {
    width: 100%;
    background: var(--card-background-color);
    border: 1px solid var(--border-color) !important;
    padding: 10px;
    border-radius: 5px;
    color: var(--font-color);
    font-size: 16px;
    outline: none
}

.form-input-div {
    margin-bottom: 20px
}

label.ico-label-box {
    color: var(--text-primary-color-2);
    font-size: 16px;
    width: 100%;
    text-align: start
}

.is-invalid {
    border: 1px solid red
}

.bank-section {
    width: 100%
}

.live-chat {
    width: 500px;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    width: 60%;
    padding: 40px 0 0;
    border: 1px solid var(--border-color)
}

.chat-header {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 20px 20px;
    align-items: center
}

.chat-avatar {
    border-radius: 50%
}

.chart-header-title p {
    margin-bottom: 0;
    line-height: 1.4
}

.chat-name {
    font-size: 18px;
    font-weight: 600
}

.chat-last-seen {
    font-size: 12px;
    color: var(--text-primary-color-3)
}

.chat-left {
    display: flex;
    gap: 10px;
    padding-left: 20px;
    padding-top: 20px
}

.chat-list-avatar {
    border-radius: 50%;
    border: 1px solid var(--border-color)
}

.chat-details {
    background: var(--primary-color);
    border-radius: 3px
}

.chat-right {
    gap: 10px;
    padding-right: 20px;
    border-radius: 50%
}

.chat-details {
    background: var(--background-color);
    padding: 10px;
    border-radius: 8px;
    margin: 0 10px;
    word-break: break-all;
    border: 1px solid var(--border-color)
}

.chat-right {
    display: flex;
    gap: 3px;
    padding-right: 12px;
    padding-top: 20px;
    direction: rtl;
    width: 100%
}

.chat-submit-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    border: 1px solid var(--border-color)
}

input#msgFile {
    display: none
}

span.fa.fa-paperclip.press-enter {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px
}

.fa-paperclip:before {
    font-size: 27px;
    font-size: 22px;
    color: var(--text-primary-color)
}

.chat-input-box {
    width: 100%
}

input.chatInput {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 15px;
    background: var(--main-background-color)
}

label.upload-file-btn.press-enter {
    margin-bottom: 0
}

.chat-button {
    border: none;
    height: 100%;
    width: 100%;
    padding: 13px 25px;
    background: var(--primary-color);
    color: var(--text-primary-color);
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px
}

.chat-body {
    height: 400px;
    overflow-x: overlay;
    padding-bottom: 30px;
    overflow: auto
}

.chat-upload-image {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.image-close {
    position: absolute;
    top: -15px;
    right: -10px
}

.upload-preview-img {
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.image-close {
    cursor: pointer
}

.image-chatBox {
    width: 90%;
    width: 30%;
    height: auto;
    margin: 10px 58px 10px 10px;
    float: right;
    border-radius: 4px
}

.pageDetails {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center
}

.eOtTIX {
    min-height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.eOtTIX,
.hjBMSB {
    display: flex;
    align-items: stretch;
    width: 100%;
    background-color: var(--main-background-color) !important;
    color: var(--font-color) !important
}

.hjBMSB {
    align-content: stretch;
    font-size: 13px;
    font-weight: 400;
    min-height: 48px
}

.hjBMSB,
.iYWPft {
    box-sizing: border-box
}

.iYWPft {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .87);
    background-color: var(--main-background-color) !important;
    color: var(--font-color) !important
}

.iYWPft,
.lang-list {
    justify-content: center
}

.lang-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: start
}

.p_color {
    color: var(--text-primary-color-3)
}

.top_bg {
    background-image: url(/_next/static/media/top_bg.01b5ff46.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.title-icon i {
    margin-right: 12px;
    font-size: 28px;
    color: var(--font-color)
}

.title-icon:hover h3 {
    color: var(--text-primary-color-3);
    transition: .3s
}

.sub_title {
    border-radius: 10px 10px 0 0;
    padding: 10px;
    background: var(--card-background-color)
}

.sub_title div h5 {
    color: var(--font-color)
}

.sub_title:hover {
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    transition: .3s
}

.article_card {
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--border-color);
    padding: 10px;
    height: 310px;
    overflow: hidden
}

.article_card div h5 {
    color: var(--font-color)
}

.article_card:hover {
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    transition: .3s
}

.sub_icon {
    font-size: 11px;
    margin-right: 6px
}

.article-list :hover {
    color: var(--hover-color);
    transition: .3s
}

.article-list a {
    line-height: 19px
}

.chat_text {
    background-color: var(--main-background-color);
    border: 1px solid var(--border-color) !important;
    border-radius: 8px;
    padding: 8px;
    margin-left: 7px
}

.chat_box {
    overflow: auto;
    padding-bottom: 30px;
    border: 1px solid var(--border-color) !important
}

.wallet-border-history {
    border: 1px solid var(--border-color);
    border-radius: 8px !important;
    margin-bottom: 40px
}

.chat_list {
    height: 70vh;
    padding: 26px
}

.chat_img {
    width: 45px
}

.chat_file_upload,
.chat_img {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%
}

.chat_file_upload {
    width: 48px;
    max-width: 38px !important;
    cursor: pointer !important
}

.chat_btn {
    padding: 5px 12px !important;
    border: 1px solid var(--border-color) !important;
    background: transparent;
    color: var(--text-primary-color-4) !important
}

.main_img img {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%
}

.login_bg {
    background-color: var(--main-background-color) !important;
    width: 40%;
    border: 3px solid var(--border-color);
    border-radius: 12px
}

.login_bg_new {
    background-position: 100%;
    background-size: cover;
    height: 100vh
}

.login_reg_box {
    display: flex
}

.login_input {
    padding: 12px 10px;
    border: 1px solid var(--primary-color);
    width: 100%;
    border-radius: 4px;
    background: var(--main-background-color)
}

.login_btn {
    width: 100%;
    background-color: var(--primary-color);
    border: none;
    padding: 12px 0;
    border-radius: 4px;
    color: var(--main-background-color);
    font-weight: 500
}

.login-logo img {
    width: 40%
}

.search-filter {
    position: absolute;
    top: 50px;
    width: 100%;
    overflow: auto;
    background-color: var(--main-background-color);
    z-index: 20
}

.search-filter a {
    cursor: pointer;
    padding: 2px 5px;
    margin: 3px;
    color: var(--text-primary-color-3);
    display: block
}

.search-filter a:hover {
    background-color: var(--table-background-color);
    color: var(--text-primary-color)
}

.article-date {
    color: var(--primary-color);
    font-weight: 400
}

.card-top-icon {
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    color: var(--main-background-color);
    width: 42px;
    height: 42px;
    line-height: 66px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-top-icon .fa-ticket {
    transform: rotate(45deg)
}

.details-button a {
    padding: 3px 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--text-primary-color-3);
    font-weight: 700;
    justify-content: center
}

.details-button a i {
    font-size: 12px
}

.details-button {
    background: var(--primary-color);
    padding: 6px 0;
    border-radius: 0 0 10px 10px
}

.support-user-img img {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.support-left-user {
    border: 1px solid var(--border-color);
    border-radius: 4px
}

.user-item-list li a {
    display: block;
    padding: 8px 14px;
    margin-top: 5px;
    color: var(--font-color);
    border-left: 3px solid var(--border-color)
}

.user-item-list li:hover {
    border-left: 3px solid #f3b808;
    color: var(--primary-color)
}

.side-ticket-add input {
    outline: none
}

.ticket-card .card hr {
    border: 1px solid var(--border-color)
}

.ticket-card-inner h4,
.ticket-card-inner h6 {
    color: var(--font-color) !important
}

.ticket-card-unseen .card {
    border: 1px solid var(--border-color);
    background-color: var(--footer-background-color)
}

.search-field {
    color: var(--font-color)
}

.btn_ticket_search,
.search-field {
    border: 1px solid var(--border-color);
    background: transparent
}

.btn_ticket_search {
    color: var(--font-color) !important
}

.react-datepicker__input-container input {
    height: 34px;
    background-color: var(--main-background-color);
    color: var(--font-color);
    padding-left: 9px
}

.chat_layout_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.chat_layout_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
}

.send_image {
    border-radius: 6px;
    margin: 10px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: 5px
}

select {
    color: var(--font-color) !important
}

input,
select {
    border: 1px solid var(--border-color) !important
}

input {
    color: var(--text-primary-color-4)
}

.chat-side-info {
    padding: 5px;
    border: 1px solid var(--border-color) !important
}

.chat-side-info input,
.message_bg {
    background: transparent
}

.uppercase {
    text-transform: uppercase;
    color: var(--text-primary-color-4)
}

.loading_box {
    margin: 70px 0
}

.custom_file_uploder,
.ticket_create_box {
    border: 1px solid var(--border-color)
}

.custom_file_uploder {
    background-color: transparent
}

.top_search button {
    border-radius: 0 3px 3px 0
}

.top_search input {
    padding: 11px 10px !important
}

.pagination_custome ul li span {
    border: none;
    background: none;
    color: var(--text-primary-color-1);
    cursor: pointer
}

.pagination_active {
    background-color: var(--primary-color) !important;
    border-radius: 2px;
    color: var(--text-primary-color) !important
}

.ticketFilterBg {
    background: none !important
}

.ticketFilterBg option {
    background: var(--background-color) !important
}

.searchTicket input {
    width: 100%;
    background: transparent
}

.searchTicket div {
    width: 130px
}

.custom_details_box div {
    text-align: justify
}

.massage_img {
    position: absolute;
    top: 3px;
    right: 0;
    left: 8px;
    z-index: 1;
    overflow: hidden;
    color: var(--text-primary-color-2);
    font-size: 22px
}

.searchBox input {
    width: 100%;
    padding: 8px;
    border-radius: 22px
}

.searchBox button,
.searchBox input {
    background-color: var(--main-background-color)
}

.searchBox button {
    position: absolute;
    top: 1px;
    right: 2px;
    border: none;
    font-size: 22px;
    padding: 7px 15px;
    border-radius: 0 22px 22px 0;
    color: var(--text-primary-color-2)
}

.suggestions {
    position: absolute;
    top: 44px;
    width: 100%;
    background-color: var(--background-color);
    z-index: 999;
    left: 0
}

.suggestionsList:hover {
    cursor: pointer;
    background-color: var(--background-color-hover)
}

.blogSliderText small,
.newsCardText small {
    color: var(--primary-color)
}

.newsCardText p {
    color: var(--text-primary-color-4)
}

.newsCard {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 12px
}

.newsCard:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    transition: .3s
}

.blogSlider ul {
    bottom: -50px
}

.blogSlider ul li button:before {
    background-color: #ffc425;
    height: 4px;
    width: 18px;
    text-indent: -9999px;
    overflow: hidden
}

.newsCategory ul {
    display: flex;
    cursor: pointer;
    gap: 10px;
    flex-flow: row wrap
}

.itemCatagory {
    padding: 7px 15px;
    border-radius: 3px
}

.itemCatagoryactive {
    background-color: var(--background-color-hover)
}

.newsShare {
    gap: 10px
}

.newsDetailsTitle {
    border-bottom: 1px solid var(--border-color)
}

.form_input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 46px;
    background: transparent;
    border-radius: 6px
}

.commentButton {
    padding: 8px 22px;
    border-radius: 4px;
    background: var(--primary-color);
    border: none;
    color: var(--text-primary-color-1)
}

.wallet_input_copy {
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    max-width: 280px
}

.wallet_input_copy input {
    background: transparent
}

.p2p_bg {
    background-image: url(https://images.unsplash.com/photo-1631758236057-0aedf1bc584d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=1172&amp;q=80);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.topBarList {
    gap: 24px
}

.topBarList li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--font-color)
}

.topBarList li a:hover {
    color: var(--primary-color);
    transition: .3s
}

.p2pTabList {
    gap: 28px;
    align-items: center;
    flex-flow: row wrap
}

.p2pTabList li a {
    font-size: 15px;
    color: var(--text-primary-color-2);
    font-weight: 500;
    cursor: pointer
}

.p2pTabList_bg {
    background-color: var(--background-color)
}

.p2pTabListActive {
    padding: 21px 0;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important
}

.P2psearchBox input,
.P2psearchBox textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--main-background-color);
    border: 2px solid var(--border-color) !important
}

.P2psearchBox textarea {
    color: var(--text-primary-color-2)
}

.P2psearchBox button {
    position: absolute;
    color: var(--primary-color);
    top: 2px;
    right: 2px;
    border: none;
    font-size: 15px;
    padding: 7px 12px;
    font-weight: 500;
    border-radius: 0 22px 22px 0
}

.P2psearchBox button,
.p2pSelectFilter select {
    background-color: var(--main-background-color)
}

.p2pSelectFilter select {
    width: 100%;
    padding: 6px 10px;
    border-radius: 5px
}

.filterButton button {
    padding: 6px 26px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    font-weight: 600;
    color: var(--text-primary-color-2);
    font-size: 16px;
    float: right
}

.filterButton .dropdown-menu,
.filterButton button {
    background-color: var(--main-background-color)
}

.filterButton .dropdown-menu a {
    color: var(--text-primary-color-2) !important
}

.buySellBox {
    background-color: var(--main-background-color);
    border: 1px solid var(--border-color);
    padding: 2px
}

.buySellBox button {
    border: none;
    background: var(--main-background-color);
    padding: 2px 12px;
    border-radius: 2px;
    font-weight: 600;
    color: var(--text-primary-color-2)
}

.buySellBoxActive {
    background: var(--primary-color) !important;
    color: #fff !important
}

.tableImg {
    cursor: pointer
}

.tableImg .userProfileImg {
    width: 40px !important;
    height: 40px !important
}

.tableImg h4,
.tableImg img {
    border-radius: 50%;
    width: 24px;
    background: var(--primary-color);
    padding: 2px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.tableImg h4 {
    font-size: 18px
}

.tableImg h5 {
    font-weight: 400;
    padding-left: 6px
}

.tableButton,
.tableImg h5 {
    color: var(--text-primary-color-2)
}

.tableButton {
    padding: 6px 26px;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    border: none;
    color: #fff
}

.tableRow {
    border-bottom: 1px solid var(--border-color)
}

.tableRow td {
    padding: 20px 10px !important
}

.buyCancelButton {
    background-color: var(--table-background-color) !important;
    color: var(--text-primary-color-2) !important
}

.p2pTerms {
    gap: 10px
}

.p2pTerms svg {
    color: var(--primary-color)
}

.p2pWork {
    background-color: var(--card-background-color);
    border-radius: 22px
}

.p2pWorkBtn button {
    padding: 5px 14px;
    border-radius: 22px;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    border: none;
    color: var(--text-primary-color-2)
}

.workCard {
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 12px
}

.workCard svg {
    font-size: 48px
}

.workCard p {
    line-height: 24px
}

.advantageList div p,
.workCard p {
    color: var(--text-primary-color-3)
}

.advantageList div p {
    line-height: 20px
}

.advantageList svg {
    font-size: 80px
}

.p2pExchangeImg img {
    width: 80%
}

.p2pBlogMore {
    color: var(--text-primary-color-3)
}

.p2pBlogMore:hover {
    color: var(--primary-color);
    transition: .3s
}

.faqAccordion .card-header {
    width: 100%;
    background: transparent !important;
    border-bottom: 1px solid var(--border-color) !important
}

.faqAccordion .card-header button {
    background: var(--footer-background-color) !important;
    width: 100%;
    border: none;
    padding: 18px 10px;
    color: var(--text-primary-color-3)
}

.faqDown {
    transform: rotate(180deg);
    transition: .4s
}

.paymentBox {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary-color-2)
}

.paymentBox div {
    height: 20px;
    width: 6px;
    background: var(--primary-color);
    border-radius: 5px
}

.payment_box {
    border-radius: 12px
}

.adPost_bg,
.payment_box {
    background: var(--footer-background-color)
}

.adPost_bg {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.massage_img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    cursor: pointer
}

.steepNumber {
    height: 30px;
    width: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.steepBar,
.steepNumber {
    background: var(--table-background-color)
}

.steepBar {
    width: 100%;
    height: 3.2px
}

.addTabButton {
    text-align: center;
    width: 100%;
    border: none;
    padding: 10px 6px;
    font-weight: 600;
    border-radius: 4px;
    color: var(--text-primary-color-2)
}

.addTabButton,
.buySellAddBox {
    background-color: var(--footer-background-color)
}

.buySellAddBox {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.adFromPrice p {
    color: var(--text-primary-color-4)
}

.adFromCheckBox input {
    height: 20px;
    width: 20px
}

.adFromCheckBox {
    display: flex;
    align-items: center;
    gap: 8px
}

.adFromPriceInecDecButton button {
    background-color: var(--table-background-color);
    border: none;
    padding: 5px 9px;
    color: var(--text-primary-color-2);
    font-size: 12px;
    border-radius: 4px
}

.adFromPriceInecDecButton p {
    font-size: 18px
}

.adFromPriceInecDecButton {
    gap: 20px
}

.adFromHelp a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-primary-color-2)
}

.adFromHelp a svg {
    font-size: 20px;
    color: var(--primary-color)
}

.addPostNextButton {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.addPostNextButton p {
    color: var(--text-primary-color-3)
}

.addPostNextButton div button {
    text-align: center;
    background-color: var(--footer-background-color);
    border: none;
    padding: 0 55px;
    font-weight: 600;
    border-radius: 4px;
    color: var(--text-primary-color-2);
    flex-flow: row wrap
}

.p2pOrderTabListActive {
    padding: 16px 0;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color) !important
}

.dateFilterInput {
    display: block;
    padding: 6px 4px;
    border: 2px solid var(--border-color) !important;
    border-radius: 6px;
    width: 100%;
    background: var(--main-background-color)
}

.orderFilterNoButton {
    font-weight: 500;
    font-size: 12px;
    padding: 6px 18px
}

.orderDownTimeButton button,
.orderFilterNoButton {
    background-color: var(--footer-background-color);
    border-radius: 4px
}

.orderDownTimeButton button {
    font-size: 18px;
    padding: 10px;
    border: none;
    display: flex;
    align-items: center;
    color: var(--text-primary-color-3)
}

.userProfileBg {
    background-color: var(--footer-background-color)
}

.paymentMethodBox {
    background-color: var(--main-background-color)
}

.paymentMethodSubBox {
    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;
    background: var(--card-primary-color);
    padding: 8px 22px;
    border-radius: 4px;
    border: none;
    color: var(--text-primary-color-1)
}

.swapSelect option {
    background-color: var(--card-background-color)
}

.userVerified {
    gap: 14px
}

.userVerified p {
    font-weight: 500;
    color: var(--text-primary-color-3)
}

.userVerified p svg {
    color: var(--primary-color)
}

.custom-page-container {
    margin-top: 75px
}

.react-tel-input .flag-dropdown ul {
    background-color: var(--card-background-color) !important
}

.react-tel-input .country-list .country.highlight,
.react-tel-input .country-list .country:hover {
    background-color: #f5e9bb5c !important
}

.transparent_btn {
    display: inline-block;
    padding: 13px 35px;
    background: transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-primary-color-3);
    text-transform: capitalize;
    text-align: center;
    transition: all .5s;
    min-width: 140px;
    border: 2px solid var(--primary-color);
    border-radius: 14px
}

.krGCyK {
    padding: 0 6px !important
}

.paypal-con {
    background-color: #fff
}

.font_size {
    font-weight: 500
}

.Verify_card {
    font-size: 54px
}

.css-1dimb5e-singleValue {
    grid-area: 1/1/2/3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--font-color) !important;
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box
}

.pricePoint_field {
    background-color: var(--main-background-color);
    color: var(--font-color);
    font-size: 26px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    text-align: center
}

.css-wsp0cs-MultiValueGeneric {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.css-1p3m7a8-multiValue {
    height: 20px !important
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--border-color)
}

.my-trade-container {
    margin: 50px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width:768px) {
    .my-trade-container {
        margin: 20px;
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width:1024px) {
    .my-trade-container {
        margin: 50px 100px;
        grid-template-columns: 1fr 1fr
    }
}

.order-info {
    display: flex;
    margin: 0 !important
}

.order-info div {
    margin: 0;
    padding-right: 25px
}

.active-step {
    background-color: var(--primary-color) !important
}

.single-feedback {
    padding: 24px 20px;
    background: var(--footer-background-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .02);
    border-radius: 8px
}

.single-feedback h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px
}

.single-feedback p {
    font-size: 16px;
    line-height: 26px
}

.single-feedback .feedback-status {
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 5px
}

.single-feedback .feedback-status.positive {
    background: green
}

.single-feedback .feedback-status.negetive {
    background: red
}

.form-group .number_only {
    border: 0 !important
}

body::-webkit-scrollbar {
    display: none
}

.p2p_top_bg {
    background-color: var(--footer-background-color)
}

.StakingDays,
.StakingDaysActive {
    padding: 7px;
    margin-right: 3px
}

.StakingDaysActive {
    border: 2px solid var(--primary-color);
    border-radius: 10px
}

.est-price {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.primary-text {
    color: var(--primary-color) !important;
    cursor: pointer
}

.cover-img {
    margin-top: 50px;
    border-radius: 10px
}

.conver-col1 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.chart-img {
    height: 30px
}

.secendary-dropdown-bg {
    background: var(--main-background-color)
}

.no-item-found-border {
    border: 1px solid var(--border-color);
    border-radius: 10px
}

.custom-border-box {
    height: 41px;
    display: flex;
    align-items: center;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    padding: 0 10px
}

.border-none {
    border: none !important
}

.mb-34 {
    margin-bottom: 34px !important
}

.relative {
    position: relative
}

.w-full {
    width: 100% !important
}

.bg-card-primary-color {
    background: #181a20
}

.py-80 {
    padding: 80px 0
}

.pb-80 {
    padding-bottom: 80px
}

.text-45 {
    font-size: 45px
}

.text-capitalize {
    text-transform: capitalize
}

.font-bold {
    font-weight: 700
}

.gift-font-color {
    color: #eaecef !important
}

.gift-color {
    background: #eaecef !important
}

.text-16 {
    font-size: 16px
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.gift-btn {
    background: #eaecef !important;
    padding: 6px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    border-color: #eaecef !important;
    display: flex;
    color: var(--black);
    align-items: center;
    gap: 5px
}

.gift-inner-card {
    background: #3e444d;
    padding: 20px;
    border-color: #3e444d;
    border-radius: 10px
}

.gift-inner-card-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem
}

.bg-primary-gift {
    background: var(--primary-color) !important;
    color: #000
}

.gift-inner-card-input-section {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 20px
}

.gift-inner-card-input {
    height: unset;
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    background: #181a20;
    color: #fff
}

.line-24 {
    line-height: 24px
}

.grid {
    display: grid
}

.text-12 {
    font-size: 12px
}

.line-16 {
    line-height: 16px
}

.gift-card-arrow {
    background: var(--primary-color);
    border-radius: 100%;
    width: 30px;
    height: 30px
}

.gift-card-arrow,
.no-gift-card {
    display: flex;
    align-items: center;
    justify-content: center
}

.no-gift-card {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 10px
}

.gap-15 {
    gap: 15px
}

.gap-5 {
    gap: 5px
}

.gift-card-add-btn {
    background: var(--primary-color);
    border-radius: 100%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bg-primary-color {
    background: var(--primary-color) !important
}

.border-primary-color {
    border-color: var(--primary-color) !important
}

.border-main-color {
    border-color: var(--border-color) !important
}

.mt-40 {
    margin-top: 40px
}

.w-none {
    width: unset !important
}

.text-primary {
    color: var(--font-color) !important
}

.h-full {
    height: 100%
}

.gift-card-buy-icon {
    background: #ffeba1;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    margin-bottom: 10px
}

.gift-card-inner-buy-tab {
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.gift-card-inner-buy-tab-active {
    border-bottom: 4px solid var(--primary-color)
}

.gift-card-banner-section-bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.text-primary-color {
    color: var(--primary-color) !important
}

.gap-10 {
    gap: 10px
}

.buy-all-gift-cards {
    max-height: 400px;
    overflow-y: auto
}

.border-bottom-dashed {
    border-bottom: 2px dashed var(--border-color)
}

.gift-buy-input-label {
    display: inline-block !important
}

.buy-absolute-btn {
    position: absolute;
    bottom: -25px;
    right: 30px;
    display: flex;
    background: var(--primary-color);
    padding: 14px 20px 10px;
    border-radius: 10px
}

.gap-20 {
    gap: 20px
}

.checkbox-w-25 {
    width: 25px
}

.main-bg {
    background: var(--card-background-color)
}

.buy-input-bg {
    background: var(--hover-bg-color) !important
}

.buy-amount-select-section .custom-select__control {
    background: var(--hover-bg-color) !important;
    box-shadow: unset !important
}

.themed-category-select-section .custom-select__control {
    background: transparent !important;
    box-shadow: unset !important
}

.buy-amount-select-section-width {
    width: 30%
}

.buy-border-right {
    border-right: 1px solid var(--border-color) !important
}

.gift-card-buy-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px
}

.gift-card-buy-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.gift-card-buy-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

.gift-card-buy-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    transition: .4s
}

input:checked+.gift-card-buy-slider {
    background-color: var(--primary-color)
}

input:focus+.gift-card-buy-slider {
    box-shadow: 0 0 1px var(--primary-color)
}

input:checked+.gift-card-buy-slider:before {
    transform: translateX(15px)
}

.gift-card-buy-slider.gift-card-buy {
    border-radius: 34px
}

.gift-card-buy-slider.gift-card-buy:before {
    border-radius: 50%
}

.buy-checkbox {
    accent-color: var(--primary-color)
}

.buy-triangle {
    display: inline-block;
    width: 1px;
    height: 1px;
    border-right: 15px solid var(--primary-color);
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent
}

.buy-trinagle-btn {
    background: var(--primary-color);
    height: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 0 5px 5px 0
}

.pointer {
    cursor: pointer
}

.active-navbar&gt;a {
    color: var(--primary-color) !important
}

.text-primary-color-two {
    color: var(--text-primary-color-2) !important
}

.cp-user-sidebar-menu-mobile ul li a {
    font-size: 16px !important
}

.active-gift-card {
    border: 3px solid var(--primary-color)
}

.cursor-not-allowed {
    cursor: not-allowed
}

.capitalize {
    text-transform: capitalize
}

.gift-card-modal {
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
    z-index: 10
}

.gift-card-modal__content {
    border-radius: 4px;
    position: relative;
    width: 100%;
    max-width: 90%;
    background: var(--background-color);
    padding: 3rem !important
}

.gift-card-modal__footer {
    text-align: right
}

.gift-card-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none
}

.send-crypto-w {
    width: 50%
}

.h-40 {
    height: 42px !important
}

.active-paginate-cls {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 700
}

.text-25 {
    font-size: 25px
}

.bg-primary-banner {
    background-color: var(--primary-color)
}

.feature-icon-img {
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.input-padding-y {
    padding: 9px 0
}

.p2p-gift-card-adds-margin-right {
    margin-right: 10px
}

.p2p-gift-card-navbar-lists {
    display: flex;
    gap: 28px
}

.primary-border-color {
    border-color: var(--border-color) !important
}

.custom-select__multi-value {
    height: 35px !important;
    display: flex !important;
    align-items: center !important
}

@media (max-width:991px) {
    .text-45 {
        font-size: 36px
    }

    .gift-card-buy-btn {
        padding: 5px 0;
        margin-top: 20px
    }

    .gift-card-buy-banner-margin {
        margin-top: 20px
    }

    .p2p-gift-card-navbar-margin-top {
        margin-top: 50px
    }

    .p2p-gift-card-navbar-lists {
        display: block
    }
}

@media (max-width:450px) {
    .text-45 {
        font-size: 32px
    }

    .gift-inner-card-btns {
        gap: 10px
    }

    .buy-amount-select-section-width {
        width: 50%
    }

    .send-crypto-w {
        width: 100%
    }

    .gift-card-modal__content {
        border-radius: 4px;
        position: relative;
        width: 100%;
        max-width: 90%;
        background: var(--background-color);
        padding: 1rem !important
    }

    .my-card-modal-margin {
        margin-top: 2rem
    }

    .my-card-modal-btn {
        margin-top: 1rem
    }

    .p2p-gift-card-adds-margin-bottom {
        margin-bottom: 10px
    }

    .p2p-gift-card-adds-margin-right {
        margin-right: 0
    }
}

@media (max-width:1600px) {
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    .walletHistory .dataTables_head {
        width: 100%
    }
}

@media (max-width:1440px) {
    .walletHistory .dataTables_head {
        width: 79%
    }
}

@media (max-width:1200px) {
    .section {
        overflow: hidden
    }

    .walletHistory .dataTables_head {
        width: 80%
    }
}

@media (max-width:1199px) {
    .banner-area .banner-text .banner-title h1 {
        font-size: 42px
    }

    .banner-area {
        padding-top: 230px;
        padding-bottom: 230px
    }

    .section {
        padding: 100px 0
    }

    /* .main-menu ul li a .cp-user-icon {
        margin-right: 0
    } */

    .cp-user-sidebar.active {
        display: block
    }

    .walletHistory .dataTables_head {
        width: 100%
    }

    .trade_tableList {
        width: 100%
    }

    .trade_tableList,
    .trade_tableList_two {
        display: flex;
        justify-content: space-between
    }

    .trade_tableList_two {
        gap: 26px;
        width: 170%
    }
}

@media (max-width:1024px) {
    .find-app-area .single-app {
        padding: 60px 30px
    }

    .commentTitle h2 {
        width: 400px
    }

    .walletTableScroll {
        overflow-x: scroll;
        max-width: 95vw;
        padding-right: 30px
    }
}

@media (min-width:992px) {
    .custompage-title {
        padding-top: 180px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .add_comment_area .form-group label {
        min-height: 59px
    }
}

@media (max-width:991px) {
    .about-us-area .about-left {
        position: inherit;
        transform: translateY(0);
        width: 100%
    }

    .mb-30 {
        margin-bottom: 30px
    }

    .single-table .table tbody tr td {
        padding: 3px 5px
    }

    .footer-area .footer-bottom {
        padding: 20px 0
    }

    .banner-area .banner-right-img {
        position: inherit;
        width: 100%;
        transform: translateY(0)
    }

    .banner-area {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .awesome-area .awesome-info,
    .integration-area .integration-info {
        margin-top: 0
    }

    .SliderNews {
        height: 150px
    }

    .live-chat {
        width: 80%
    }
}

@media (max-width:768px) {
    .banner-area {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .client-area {
        padding: 50px 0 100px
    }

    .choose-info .btn.btn-link {
        font-size: .9rem
    }

    .choose-info .card .card-body {
        font-size: 14px
    }

    .contact-page-area,
    section.faq-area {
        padding: 100px 0
    }

    .footer-area {
        padding-top: 70px;
        margin-left: 15px;
        margin-right: 15px
    }

    .titleText {
        font-size: 20px
    }

    .sectionTitle {
        font-size: 24px
    }

    .commentTitle h2 {
        width: 500px
    }

    .SliderBlog {
        height: auto
    }

    .blogSliderText h3 {
        font-size: 26px
    }

    .SliderNews {
        height: auto
    }

    .user-form {
        padding: 20px;
        min-height: 0
    }

    .image-chatBox {
        width: 60%
    }
}

@media (max-width:767px) {
    .login_reg_box {
        display: block
    }

    .login_bg_new {
        display: none
    }
}

@media (max-width:768px) {
    .faq-wallet-section {
        margin-top: 20px
    }

    .bank-table-header {
        flex-wrap: wrap
    }

    .deposit-conatiner {
        padding: 0
    }

    .section-wrapper {
        padding: 15px
    }

    .appy-form {
        width: 100%;
        padding: 10px
    }

    .radio-item {
        display: block
    }

    .ico-tokenCreate {
        margin: 15px 15px 30px;
        padding: 30px 10px;
        border-radius: 5px
    }

    .userActive:before {
        background: #3ee73e;
        top: 55px
    }

    .userActive:before,
    .userDeactive:before {
        height: 20px;
        width: 20px;
        content: "";
        right: 0;
        position: absolute;
        border-radius: 50%
    }

    .userDeactive:before {
        background: grey;
        top: 50px
    }

    .tradeUserActive:after,
    .tradeUserDeactive:after {
        height: 10px;
        width: 10px
    }

    .active-link ul {
        display: flex;
        margin-right: 30px
    }

    .cp-user-setting-card-inner-preference {
        min-height: auto
    }

    .pagination-wrapper {
        text-align: center !important
    }

    .about-text h2 {
        font-size: 25px
    }

    #DataTables_Table_0 tr td,
    #DataTables_Table_2 tr td {
        white-space: nowrap
    }

    .footer-area .footer-bottom-wrap {
        padding: 10px 0
    }

    .cp-user-buy-coin-content-area table.dataTable thead tr th {
        padding: 3px 5px
    }

    .cp-user-buy-coin-content-area table.dataTable tbody tr td {
        padding: 3px 5px !important
    }

    .loadingSpinner {
        width: 30px;
        height: 30px
    }

    .trade_tableList {
        width: 80%
    }

    .trade_tableList_two {
        width: 130%
    }

    .font_size {
        font-size: 16px !important
    }

    .live-chat {
        width: 100%
    }

    .Verify_card {
        font-size: 34px
    }
}

@media (max-width:480px) {
    .trade_tableList_two {
        width: 110%
    }

    .trade_tableList {
        width: 80%
    }

    .primary-btn {
        margin-bottom: 10px
    }

    .product-area .single-tab .nav-tabs li a {
        padding: 10px 30px
    }

    .notification {
        width: 80% !important
    }

    .user_img {
        width: 44px;
        height: 44px
    }

    .chat_btn {
        padding: 5px 8px !important;
        font-size: 12px !important
    }

    .steepNumber {
        height: 26px
    }

    .steepBar {
        height: 2px
    }

    .adFromPrice h4 {
        font-size: 16px
    }

    .addPostNextButton div button {
        padding: 0 20px
    }
}

@media (max-width:375px) {
    .product-area .single-tab .nav-tabs li a {
        padding: 10px 20px
    }

    br {
        display: none
    }

    .section-title h2 {
        font-size: 24px
    }

    .awesome-area .awesome-info h2,
    .integration-area .integration-info h2 {
        font-size: 24px;
        line-height: 34px
    }

    .banner-area .banner-text .banner-title h1 {
        font-size: 32px
    }

    .addPostNextButton div button {
        padding: 0 16px;
        font-size: 13px
    }
}

@media (max-width:320px) {
    .banner-area .banner-text .banner-title h1 {
        font-size: 28px
    }

    .footer-area .footer-bottom .copyright-area p,
    .single-table .table tbody tr td {
        font-size: 16px
    }
}

.custom-select__control {
    padding: 0 1px !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: inset 0 0 0 2px var(--border-color) !important;
    background: var(--main-background-color) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 38px !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: var(--text-primary-color-2)
}

.custom-select__indicator-separator {
    display: none !important
}

.custom-select__input-container {
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.custom-select__input {
    bottom: none !important
}

.custom-select__input-container input {
    border: none !important;
    color: var(--text-primary-color-2) !important
}

.custom-select__menu {
    background: var(--main-background-color) !important;
    box-shadow: inset 0 0 0 2px var(--border-color) !important
}

.custom-select__option {
    color: var(--text-primary-color-2) !important
}

.custom-select__option:hover {
    cursor: pointer !important;
    background: var(--background-color-hover) !important
}

.custom-select__option--is-selected {
    color: var(--primary-color) !important;
    background: var(--card-background-color) !important
}

.custom-select__option--is-focused {
    background: var(--background-color-hover) !important
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: var(--primary-color);
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px var(--primary-color), 0 0 5px var(--primary-color);
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress {
    background: transparent !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

#nprogress .spinner {
    display: none;
    position: fixed
}

#nprogress .spinner,
#nprogress .spinner-icon {
    z-index: 1031;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto
}

#nprogress .spinner-icon {
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-top-color: var(--text-color-3);
    border-left: 2px solid transparent;
    border-left-color: var(--text-color-3);
    border-radius: 50%;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}</pre></body></html>