<<<<<<< HEAD
/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #1e68f6;
  --bs-indigo: #6610f2;
  --bs-purple: #bd47fb;
  --bs-pink: #d63384;
  --bs-red: #fd3249;
  --bs-orange: #fd7e14;
  --bs-yellow: #f27f16;
  --bs-green: #08a66e;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #246cf9;
  --bs-secondary: #000000;
  --bs-success: #08a66e;
  --bs-info: #1e68f6;
  --bs-warning: #f27f16;
  --bs-danger: #fd3249;
  --bs-light: #ffffff;
  --bs-dark: #000000;
  --bs-royal-blue: #246cf9;
  --bs-baby-blue-light: #edfdff;
  --bs-ultramarine-blue: #706df8;
  --bs-ultramine-blue-pale: #e9e9ff;
  --bs-ultramarine-blue-light: #f4f3ff;
  --bs-white: #ffffff;
  --bs-grey-20: #e5e6ed;
  --bs-grey-40: #a5adcf;
  --bs-grey-60: #5d6588;
  --bs-grey-80: #34384c;
  --bs-grey-100: #1e1f25;
  --bs-darker-grey: #000000;
  --bs-dark-transparent: rgba(47, 50, 65, 0.5);
  --bs-black: #000000;
  --bs-blue: #1e68f6;
  --bs-blue-pale: #bee4ff;
  --bs-yellow: #f27f16;
  --bs-yellow-pale: #ffe4b1;
  --bs-green: #08a66e;
  --bs-green-pale: #ccf0e6;
  --bs-red: #fd3249;
  --bs-red-pale: #ffd1cb;
  --bs-primary-rgb: 36, 108, 249;
  --bs-secondary-rgb: 20, 21, 24;
  --bs-success-rgb: 17, 202, 190;
  --bs-info-rgb: 30, 104, 246;
  --bs-warning-rgb: 242, 127, 22;
  --bs-danger-rgb: 250, 34, 86;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 20, 21, 24;
  --bs-royal-blue-rgb: 36, 108, 249;
  --bs-baby-blue-light-rgb: 237, 253, 255;
  --bs-ultramarine-blue-rgb: 112, 109, 248;
  --bs-ultramine-blue-pale-rgb: 233, 233, 255;
  --bs-ultramarine-blue-light-rgb: 244, 243, 255;
  --bs-white-rgb: 255, 255, 255;
  --bs-grey-20-rgb: 229, 230, 237;
  --bs-grey-40-rgb: 165, 173, 207;
  --bs-grey-60-rgb: 93, 101, 136;
  --bs-grey-80-rgb: 52, 56, 76;
  --bs-grey-100-rgb: 30, 31, 37;
  --bs-darker-grey-rgb: 20, 21, 24;
  --bs-dark-transparent-rgb: 47, 50, 65;
  --bs-black-rgb: 0, 0, 0;
  --bs-blue-rgb: 30, 104, 246;
  --bs-blue-pale-rgb: 190, 228, 255;
  --bs-yellow-rgb: 242, 127, 22;
  --bs-yellow-pale-rgb: 255, 228, 177;
  --bs-green-rgb: 17, 202, 190;
  --bs-green-pale-rgb: 204, 240, 230;
  --bs-red-rgb: 250, 34, 86;
  --bs-red-pale-rgb: 255, 209, 203;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 20, 21, 24;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  /*--bs-body-font-family: Sofia Pro, sans-serif;*/
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 12px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.88;
  --bs-body-color: #ffffff;
  --bs-body-bg: #000000;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e5e6ed;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 5px;
  --bs-border-radius-lg: 15px;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-2xl: 25px;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #246cf9;
  --bs-link-hover-color: #1d56c7;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fce5d0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

h1 {
  font-size: calc(1.50625rem + 3.075vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.8125rem;
  }
}

h2 {
  font-size: calc(1.43125rem + 2.175vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 3.0625rem;
  }
}

h3 {
  font-size: calc(1.36875rem + 1.425vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2.4375rem;
  }
}

h4 {
  font-size: calc(1.31875rem + 0.825vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.9375rem;
  }
}

h5 {
  font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  h5 {
    font-size: 1.5625rem;
  }
}

h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 5px;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}

* {
  font-smooth: always;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  scroll-behavior: smooth !important;
}

a {
  font-weight: 700;
}

h1 {
  font-size: 3.8125rem;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.125rem;
    line-height: 1.1;
  }
}

h2 {
  font-size: 3.0625rem;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}

h3 {
  font-size: 2.4375rem;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h3 {
    font-size: 1.375rem;
    line-height: 1.1;
  }
}

h4 {
  font-size: 1.9375rem;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h5 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h6 {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (max-width: 374.98px) {
  .container {
    padding: 0 1rem;
  }
}

.container.container--dashboard {
  max-width: calc(100% - 82px);
  padding: 0 2.75rem;
}

@media (max-width: 1199.98px) {
  .container.container--dashboard {
    padding: 0 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .container.container--dashboard {
    padding: 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .container.container--dashboard {
    padding: 0 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container.container--dashboard {
    padding: 0 1rem;
  }
}

.container.container--dashboard-nav {
  max-width: 100% !important;
  padding: 0 11px !important;
}

@media (max-width: 1199.98px) {
  .container.container--dashboard-nav {
    padding: 0 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .container.container--dashboard-nav {
    padding: 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .container.container--dashboard-nav {
    padding: 0 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container.container--dashboard-nav {
    padding: 0 1rem;
  }
}

.fd-xl {
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.fd-xl--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-xl {
    font-size: 2.4375rem;
  }
}

.fd-lg {
  font-size: 2.4375rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.fd-lg--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-lg {
    font-size: 1.75rem;
  }
}

.fd-md {
  font-size: 1.5625rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

.fd-md--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-md {
    font-size: 1.25rem;
  }
}

.fd-sm {
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

.fd-sm--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-sm {
    font-size: 1.125rem;
  }
}

.fb-lg {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.fb-lg--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fb-lg {
    font-size: 1rem;
  }
}

.fb-regular {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.fb-regular--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fb-regular {
    font-size: 0.875rem;
  }
}

.fb-sm {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.fb-sm--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fb-sm {
    font-size: 0.75rem;
  }
}

.fb-xs {
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.fb-xs--bold {
  font-weight: 600;
}

.text-bullish {
  color: #08a66e !important;
}

.text-bearish {
  color: #fd3249 !important;
}

.text-green-light {
  color: #30e0a1;
}

@keyframes ScaleBig {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.03);
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ScaleBigHideFirst {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    transform: scale(1.03);
    opacity: 0.25;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }

  75% {
    transform: scale(1.03);
    opacity: 0.75;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ScaleBig {
  animation: ScaleBig 0.8s linear;
}

.ScaleBigHideFirst {
  animation: ScaleBigHideFirst 0.8s linear;
}

.container--dashboard-v2 {
  max-width: -webkit-fill-available;
  max-width: 100%;
  margin-left: 0px;
  padding: 11px;
  gap: 11px;
  display: flex;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2 {
    margin-left: 0;
  }
}

.container--dashboard-v2
  .header-navbar-dashboard--v2
  .container--dashboard-nav {
  padding: 0;
}

.container--dashboard-v2 .container--dashboard {
  padding: 0;
}

.container--dashboard-v2 .container--dashboard .dashboard__title {
  display: none;
}

@media (max-width: 575.98px) {
  .container--dashboard-v2 .container--dashboard .dashboard__title {
    display: block;
  }
}

.container--dashboard-v2 .dashboard__group {
  display: flex;
  gap: 11px;
  /* flex-wrap: wrap; */
}

.container--dashboard-v2 .dashboard__group--outer .complete-card--type-1-v3 {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1439.98px) {
  .container--dashboard-v2 .dashboard__group--outer .complete-card--type-1-v3 {
    max-width: 100%;
  }

  .container--dashboard-v2
    .dashboard__group--outer
    .complete-card--type-1-v3
    .complete-card__wallet {
    max-width: 100%;
  }

  .container--dashboard-v2
    .dashboard__group--outer
    .complete-card--type-1-v3
    .complete-card__wallet
    .complete-card__wallet-data
    .complete-card__wallet-data__currencies {
    width: 100%;
  }

  .container--dashboard-v2
    .dashboard__group--outer
    .complete-card--type-1-v3
    .complete-card__wallet
    .complete-card__wallet-data
    .complete-card__wallet-data__currencies
    .wallet-data__currency {
    max-width: unset;
    width: 100%;
  }
}

.container--dashboard-v2 .dashboard__group--middle {
  flex-direction: column;
}

@media (max-width: 1439.98px) {
  .container--dashboard-v2 .dashboard__group--middle {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .container--dashboard-v2 .dashboard__group--middle .complete-card--type-2-v2 {
    max-width: 832px;
  }
}

@media (max-width: 1439.98px) {
  .container--dashboard-v2 .dashboard__group--middle .complete-card--type-2-v2 {
    width: 100%;
    max-width: none;
  }
}

.container--dashboard-v2 .dashboard__group--inner {
  flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2 .dashboard__group--inner {
    flex-wrap: wrap;
  }
}

.container--dashboard-v2 .dashboard__group--inner .standard-card--type-7 {
  max-width: none;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2
    .dashboard__group--inner
    .standard-card--type-7
    .container {
    max-width: none;
  }
}

.container--dashboard-v2 .dashboard__group--inner .standard-card--type-5-v1 {
  max-width: none;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2
    .dashboard__group--inner
    .standard-card--type-5-v1
    .container {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    display: none;
  }
}

.top_bar {
  padding: 11px;
  gap: 11px;
  display: flex;
  background: radial-gradient(
    50% 115.11% at 50% 100%,
    #032318 0%,
    #111111 100%
  );
  width: 100%;
  overflow: auto;
}

.mark_det {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px;
  justify-content: center;
  width: 100%;
  background: linear-gradient(
    270.04deg,
    rgba(255, 255, 255, 0) 0.03%,
    rgba(255, 255, 255, 0.05) 99.97%
  );
  border-radius: 11px;
  white-space: nowrap;
}

.mark_det p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
}

.sidebar {
  position: inherit;
}

.navbar-brand__text img {
  width: 100%;
  max-width: 200px;
}

.header-navbar.header-navbar-dashboard--v2
  .navbar-right
  .navbar-profile-menu
  .navbar-profile-menu__image {
  width: 28px;
  height: 28px;
}

p.navbar-profile-menu__text {
  font-weight: 500;
  font-size: 14px;
}

.header-navbar.header-navbar-dashboard--v2
  .navbar-right
  .navbar-profile-menu
  .navbar-profile-menu__arrow {
  width: 12px;
}

.tradingview-widget-container {
  background: #111111;
  font-family: "Inter", sans-serif;
  border-radius: 11px;
  overflow: hidden;
  margin: -1px;
}

.tradingview-widget-container .tv-ticker-item-tape {
  padding: 0px;
}

.tradingview-widget-container .js-copyright-label {
  display: none;
  opacity: 0;
}

span.js-copyright-label {
  opacity: 0;
}

.sidebar .container .sidebar-menu a {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 8px;
  position: relative;
}

.dashboard_left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 22%;
}

.dashboard_left .complete-card {
  max-width: 100%;
}

.complete-card__balance-head__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.head__title_icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000000; */
  background: rgb(0 0 0 / 42%);
  border-radius: 8px;
  position: relative;
}

.head__title_icon:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(
    222.92deg,
    rgba(154, 152, 152, 0.4) 0%,
    rgba(17, 18, 19, 0) 52.99%,
    rgba(154, 152, 152, 0.4) 96.63%
  );
  border-radius: 8px;
  z-index: -2;
}

.complete-card__balance-head__title-text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.complete-card__balance_value p {
  /* font-size: 22px; */
  font-size: 18px;
  font-weight: 500;
  line-height: 26.07px;
  margin: 0 0 8px 0;
}

.standard-card__content__list-info-infusion {
  display: flex;
  align-items: center;
  gap: 5px;
}

.standard-card__content__list-info-infusion i {
  font-size: 15px;
}

.standard-card__content__list-info-infusion-value {
  font-size: 12px;
  font-weight: 500;
}

.text-grey {
  color: #9a9898;
}

.standard-card__content__list-info-right
  .standard-card__content__list-info-infusion {
  justify-content: center;
}

.standard-card__content__list-info-right
  .standard-card__content__list-info-infusion-value {
  font-size: 13px;
  font-weight: 400;
}

.standard-card__content__list-info-right {
  margin-left: auto;
}

.standard-card__content__list-info-chart {
  width: 100%;
  /* max-width: 136px; */
  max-width: 96px;
  max-height: 40px;
  overflow: hidden;
}

.advance-card__card-chart-render {
  width: 100%;
  position: relative;
  top: -1.875rem;
  right: 1.5rem;
}

.complete-card__balance-head__title .navbar {
  background: #000000;
  padding: 8px;
  /* margin-left:auto; */
  border-radius: 6px;
}

.complete-card__balance-head__title .navbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 12px;
}

.complete-card__balance-head__title .navbar ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #9a9898;
  line-height: 1;
  cursor: pointer;
}

.complete-card__balance-head__title .navbar ul li p.active {
  color: #fff;
  position: relative;
}

.complete-card__balance-head__title .navbar ul li p.active:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.complete-card--type-1-v3 .tab-content {
  margin: 10px 0 0 0;
}

.hot-complete-card .tab-content {
  margin: 10px 0 0 0;
  overflow: auto;
}

.currency_row {
  padding: 6px 0px;
  border-bottom: 0.7px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.currency_row:last-child {
  border: none;
  padding-bottom: 0px;
}

.currency_symbol {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  min-width: 100px;
}

.currency_symbol img {
  width: 100%;
  max-width: 13px;
}

.price_col {
  color: #f0b90b;
  font-weight: 500;
  padding: 0 15px 0 0px;
  margin-left: auto;
}

.percent_col {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2.5px;
}

/* .hot-complete-card .tab-content .tab-pane{
	overflow:auto;
} */

.complete-card_head {
  padding: 9px 15px;
  /* background: #1e1e1e; */
  border-radius: 11px 11px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.complete-card_head img {
  width: 30px;
  height: 25px;
  padding: 8px;
  cursor: pointer;
  transition: 0.5s;
}

.complete-card_head.rotate img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.complete-card_head h6 {
  color: #fff;
}

.inner_card {
  padding: 11px 15px 9px 15px;
}

.dropdown.cust_dropdown {
  display: flex;
  align-items: center;
}

.cust_dropdown.dropdown button {
  width: 100%;
  max-width: 180px;
  /* background: #2c2c2c; */
  background: #08a66e0d;
  border: none;
  line-height: 26px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  padding: 0 5px 0 10px;
  border-radius: 5px;
  position: relative;
}

/* .cust_dropdown.dropdown button:after{
	content:'';
	position:absolute;
	top:0px;
	right:10px;
	background: url(../../media/images/arrow-down.svg) no-repeat;
	width: 15px;
    height: 11px;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
} */

.cust_dropdown.dropdown label {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  color: #d6d6d6;
}

.cust_dropdown.dropdown button img {
  margin-left: 2px;
  width: 11px;
}

.cust_dropdown.dropdown .dropdown-menu {
  border: 1px solid #303030;
}

.cust_dropdown.dropdown .dropdown-menu li .dropdown-item {
  color: #ffffff;
  line-height: 1.1;
  font-size: 13px;
}

.top_exchanges .table-responsive {
  max-height: 100%;
  margin-right: -15px;
  padding-right: 10px;
}

.top_exchanges .table-responsive thead tr {
  position: sticky;
  top: 0;
}

.top_exchanges table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 4px;
  font-weight: 500;
}

.top_exchanges tr td {
  padding: 9px 10px;
}

.top_exchanges thead tr {
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}
.top_exchanges thead td {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  /* background: #111111; */
}

.top_exchanges thead td:first-child {
  text-align: center;
}

.top_exchanges tbody tr td {
  /* background: #1e1e1e; */
  color: #fff;
  /* font-size:15px; */
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.top_exchanges tbody tr td:first-child {
  text-align: center;
  border-radius: 5px 0 0 5px;
}

.top_exchanges tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

.top_exchanges table img {
  width: 17px;
}

.top_exchanges tbody tr td span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dashboard_right {
  width: 100%;
  /* max-width: 79.5%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 11px;
}

.currency_pair_bal {
  /* width: 50%; */
  width: fit-content !important;
  padding: 10px 15px 15px 15px;
  display: flex;
  align-items: center;
}

.custom-select {
  position: relative;
  min-width: 170px;
  color: #fff;
  margin-right: 20px;
}

.custom-select__header {
  cursor: pointer;
}

.custom-select__selected {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}

.custom-select__selected img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.custom-select__options {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #000000;
  border: 1px solid #303030;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1;
  width: 370px;
  padding: 10px;
  border-radius: 8px;
}

.custom-select__option {
  cursor: pointer;
}

.custom-select__option:hover td {
  background-color: #000000;
}

.custom-select.open .custom-select__options {
  display: block;
}

.custom-select.open .custom-select__options .table-responsive {
  height: 220px;
}

.custom-select.open .custom-select__options .table-responsive thead tr {
  position: sticky;
  top: 0;
}

/* Style for flag icons */
.flag-icon {
  margin-right: 10px;
  width: 20px;
  height: 15px;
}

/* Color coding for different markets */
.custom-select__option[data-market="Forex"] {
  color: blue;
}

.custom-select__option[data-market="Crypto"] {
  color: green;
}

.custom-select__option[data-market="Stock"] {
  color: orange;
}

.custom-select__option table.custom-select__table {
  width: 100%;
}

/* Style the search input at the bottom */
.custom-select__search {
  padding: 8px;
  border-top: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  outline: none;
  position: relative;
  background: #111111;
  color: #fff;
}

.dashboard_top {
  /* background: #111111; */
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );

  border-radius: 11px;
  display: flex;
  position: relative;
  z-index: 111;
  width: 100%;
}

span.tag {
  font-size: 14px;
  color: #888787;
  font-weight: 500;
  position: absolute;
  left: 44px;
  line-height: 1;
  bottom: -3px;
}

.custom-select:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  background: url(../../media/images/arrow-down-white.svg) no-repeat;
  width: 15px;
  height: 11px;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-50%);
}

table.custom-select__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 3px;
}

.custom-select__table tr th {
  color: #9a9898;
  font-size: 13px;
  line-height: 1;
  padding: 8px 10px;
  background: #000000;
}

.custom-select__table tr td {
  background: #1e1e1e;
  text-transform: uppercase;
  color: #d6d6d6;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
}

.custom-select__table tr td img {
  width: 20px;
  margin: 0 2px 0 0;
}

.custom-select__table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}

.custom-select__table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

.balance_value {
  display: flex;
  gap: 4px;
}

.balance_value .values {
  padding: 0px 5px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.balance_value .values label,
.balance_value .values span {
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
}

.balance_value .values label {
  padding: 0 5px 0 0;
}

.values_details {
  display: flex;
  gap: 2px;
  /* width: 50%; */
  width: 100% !important;
  justify-content: space-between !important;
}

.value_part {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  /* background: #1e1e1e; */
  width: 100%;
  flex-wrap: wrap;
  line-height: normal;
  justify-content: center;
}

.value_part:last-child {
  border-radius: 0 11px 11px 0;
}

.value_part label {
  color: #09a367;
  width: 100%;
  margin: 0 0 3px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.value_part span {
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.value_part small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9a9898;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
  background: #08a66e !important;
}

.value_part .btn {
  border-radius: 8px;
  width: 120px;
  line-height: 33px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
}

.hold_account {
  /* width: 22%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 10px; */
}

.hold_account ul {
  margin: 0;
  padding: 6px 15px;
  display: flex;
  list-style: none;
  gap: 14px;
  justify-content: center;
  /* background: #000000; */
  background: #111111;
  border-radius: 8px;
}

.hold_account ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #9a9898;
  position: relative;
  line-height: 18px;
  display: inline-block;
  text-align: center;
}

.hold_account ul li a.active {
  color: #fff;
}

.hold_account ul li a.active:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.dashboard_mid {
  display: flex;
  gap: 11px;
}

.dashboard_mid_left {
  min-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  z-index: 11;
}

.market_graph {
  width: 100%;
  /* border-radius: 11px; */
  overflow: hidden;
  position: relative;
}

.market_graph:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 2px;
  background: #1e1f24;
  width: 1px;
}

.market_graph img {
  width: 100%;
}

.market_graph .cust_dropdown.dropdown label {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: none;
  color: #9a9898;
}

.graph_top {
  width: 100%;
  background: #111111;
  padding: 10px 15px;
}

.graph_top .dropdown.cust_dropdown.selc_deselc {
  margin: 0px;
  gap: 10px;
}

.graph_top .selc_deselc.dropdown button {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard_mid_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.dashboard_mid_right-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.dep_precision {
  display: flex;
  gap: 8px;
  padding: 14px 15px;
  flex-wrap: wrap;
}

.dep_precision .dropdown.cust_dropdown {
  width: 100%;
  max-width: 100px;
}

.dep_precision .dropdown.cust_dropdown:first-child {
  max-width: 90px;
}

.dep_precision .cust_dropdown.dropdown .dropdown-menu {
  width: 120px !important;
  max-width: 120px !important;
  right: 0 !important;
}

.dep_precision a.cum_btn {
  font-size: 12px;
  font-weight: 500;
  color: #d6d6d6;
  border-radius: 5px;
  padding: 0px 10px;
  background: #2c2c2c;
  line-height: 26px;
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

table.cust_table {
  width: 100%;
}

table.cust_table thead tr {
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}
table.cust_table tbody tr {
  position: relative;
}

table.cust_table thead td {
  padding: 3px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 24.06px;
}

table.cust_table tbody td {
  padding: 4.9px 15px;
  color: #fff;
  position: relative !important;
  font-weight: 400;
  font-size: 12px;
}

table.cust_table td img {
  width: 17px;
  margin: 0 6px 0 0;
  border-radius: 50px;
  height: 17px;
}

table.cust_table .text-grey {
  color: #afafaf;
}

table.cust_table tbody tr:last-child td {
  border: none;
}

table.cust_table td.text-success,
table.cust_table td .text-success {
  color: #00bd4c !important;
}
table.cust_table td.text-danger,
table.cust_table td .text-danger {
  color: #ff4747 !important;
}
table.cust_table td .ech_icons {
  position: relative;
  display: flex;
}

table.cust_table td .ech_icons:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: url(../../media/images/rechalfleft.svg) no-repeat;
  bottom: 6px;
  left: 4px;
  background-size: contain;
  z-index: -1;
}

table.cust_table td .ech_icons:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: url(../../media/images/rechalfright.svg) no-repeat;
  top: 5px;
  right: 7px;
  background-size: contain;
  z-index: -1;
}

table.cust_table td .ech_icons img {
  background: #1f1f1f;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #ffffff1a;
  padding: 2px;
}

table.cust_table td .ech_icons img:last-child {
  margin: 12px 0 0 -12px;
}

.market_trades .cust_table .d-flex {
  align-items: center;
  gap: 8px;
}

span.ech_trade {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

span.ech_trade span {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

span.ech_trade small {
  font-size: 12px;
  color: #989898;
}

span.ech_trade label {
  font-size: 12px;
  color: #afafaf;
  flex: 0 0 100%;
}

span.ech_profit {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #afafaf;
}

/* .market_trades table.cust_table{
	table-layout:fixed;
} */

/* table.cust_table tbody tr:after {
    content: '';
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    background: rgb(253 50 73 / 18%);
    z-index: -1;
    bottom: 0;
}

table.cust_table.cust_table_sell tbody tr:after {
    content: '';
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    background: rgb(50 187 137 / 18%);
    z-index: -1;
    bottom: 0;
}

table.cust_table tbody tr:first-child:after,
table.cust_table tbody tr:nth-child(6):after{
	width:50%;
}
table.cust_table tbody tr:nth-child(2):after,
table.cust_table tbody tr:nth-child(7):after{
	width:40%;
}
table.cust_table tbody tr:nth-child(3):after,
table.cust_table tbody tr:nth-child(8):after{
	width:60%;
}
table.cust_table tbody tr:nth-child(4):after,
table.cust_table tbody tr:nth-child(9):after{
	width:30%;
}
table.cust_table tbody tr:nth-child(5):after,
table.cust_table tbody tr:nth-child(10):after{
	width:55%;
} */

.dashboard_mid_bot .custom_tab {
  padding: 11px;
}

.dashboard_mid_bot .custom_tab .trade-tab-content {
  margin-top: 11px;
}

.custom_tab {
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
  border-radius: 11px;
}

.custom_tab ul.complete-card__head-tabs {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background: #222;
  border-radius: 11px;
}

.custom_tab ul.complete-card__head-tabs li {
  width: 100%;
  text-align: center;
}

.custom_tab ul.complete-card__head-tabs li p {
  line-height: 44px;
  color: #9a9898;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 11px;
}

.custom_tab ul.complete-card__head-tabs li p.active {
  background: #333;
  color: #08a66e;
}

.custom_tab .tab-content {
  border-radius: 0 0 11px 11px;
  /* padding:20px; */
}

.trade-tab-content .tab-pane.active {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  flex-direction: column;
}

.market_half {
  width: 100%;
  padding: 15px;
  border-radius: 11px;
  /* border: 1px solid #222222; */
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}

.exesource {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom_tab .dropdown.cust_dropdown {
  gap: 6px;
  align-items: center;
}

.custom_tab .market-tab-pane .dropdown.cust_dropdown {
  flex-direction: column;
  align-items: flex-start;
}

.custom_tab .cust_dropdown.dropdown label {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: none;
  color: #08a66e;
}

.custom_tab .cust_dropdown.dropdown button {
  min-width: 110px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selc_deselc .dropdown-menu li {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selc_deselc .dropdown-menu li a {
  padding: 0px;
  pointer-events: none;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.selc_deselc .dropdown-menu li input {
  pointer-events: none;
}

.selc_deselc .dropdown-menu li img {
  width: 22px;
}

.selc_deselc.dropdown button {
  width: 60px;
  height: 26px;
  min-width: inherit !important;
}

.selc_deselc.dropdown button img {
  width: 22px;
}

.selc_deselc.dropdown button img.arrow-down {
  width: 11px;
  margin-left: auto;
}

span.selected-logos-container {
  position: absolute;
  left: 100%;
}

span.selected-logos-container img.selected-logo {
  margin-right: -10px;
}

span.remaining-logos {
  margin-left: 10px;
  color: #08a66e;
  font-size: 13px;
  font-weight: 500;
}

.selc_deselc .dropdown-menu li:hover {
  background: #000000;
}

.dropdown.cust_dropdown.selc_deselc {
  margin-right: 60px;
}

.orderform {
  /* background: #2c2c2c; */
  background: #08a66e0d;
  border-radius: 5px;
  margin: 12px 0 0px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.orderform label {
  color: #08a66e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.orderform input {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background: none;
  border: none;
  text-align: left;
  max-width: 100%;
  padding: 13px 0px 13px 90px;
  width: 80%;
}

.orderform input:focus {
  outline: none;
}

.orderform span {
  margin: 0 10px 0 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.orderform span a {
  display: flex;
  align-items: center;
}

.orderform a img {
  width: 20px;
  margin: 0 0 0 4px;
  filter: grayscale(1);
}

.range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
}

.range-slider input {
  -webkit-appearance: none;
  width: 100%;
  background: #2c2c2c;
  border-radius: 20px;
}

.range-slider input:focus {
  outline: none;
}

.range-slider input::before,
.range-slider input::after {
  position: absolute;
  top: 2rem;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.range-slider input::before {
  left: 0;
  content: attr(data-min);
}

.range-slider input::after {
  right: 0;
  content: attr(data-max);
}

.range-slider input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  /* background: linear-gradient(90deg, #08a66evar(--range-progress), #2c2c2c var(--range-progress)); */
  border-radius: 20px;
}

.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  height: 22px;
  width: 22px;
  background: url(../../media/images/ranger-green.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  position: relative;
  z-index: 11;
}

.range-slider2 input::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  background: url(../../media/images/ranger-red.svg) no-repeat;
  background-size: contain;
}

#tooltip {
  position: absolute;
  top: -2.25rem;
  display: none;
}

#tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 10px;
  color: #fff;
  border-radius: 0.125rem;
  background: #08a66e;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}

#tooltip span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #08a66e;
}

.range_partition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}

.range_partition span {
  position: absolute;
  width: 30px;
  text-align: center;
  left: 0px;
  color: #777777;
  font-size: 12px;
  line-height: 1;
}

.range_partition span + span {
  left: calc(25% - 15px);
}

.range_partition span + span + span {
  left: calc(50% - 15px);
}

.range_partition span + span + span + span {
  left: calc(75% - 15px);
}

.range_partition span + span + span + span + span {
  left: calc(100% - 30px);
}

.range_partition span:first-child {
  text-align: left;
}

.range_partition span:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  height: 12px;
  width: 12px;
  background: url(../../media/images/mark.svg) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 0;
}

.range_partition span:first-child:before {
  left: 0px;
  transform: none;
}

.range_partition span:last-child:before {
  left: 85%;
}

a.buy_btn {
  width: 100%;
  background: #09a367;
  border-radius: 11px;
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 12px 17px;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
}

a.buy_btn label {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  margin: 0;
}

a.buy_btn span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

a.buy_btn small {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

a.buy_btn small img {
  width: 20px !important;
  height: 20px !important;
}

a.sell_btn {
  width: 100%;
  background: #fd3249;
  border-radius: 11px;
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 12px 17px;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
}

a.sell_btn label {
  font-size: 16px;
  width: 100%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

span.exlimitprice {
  font-size: 13px;
  color: #9a9898;
  line-height: 1;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

.news_card {
  max-height: 250px;
  overflow-y: auto;
  transition: all 0.3s ease;
}

.news_card:hover {
  overflow-y: auto;
}

.news_in {
  padding: 11px 15px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.news_in h4 {
  color: #d6d6d6;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.news_in p {
  color: #9a9898;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}

.news_in span {
  line-height: 1;
  color: #9a9898;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.text-green {
  color: #00bd4c !important;
}

.text-red {
  /* color:#FD3249 !important; */
  color: #ff4747 !important;
}

.text-lightgrey {
  color: #9a9898 !important;
}

.news_in label {
  font-weight: 500;
}

.news_in a {
  line-height: 1;
  color: #9a9898;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #353434;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #111111;
  border-radius: 20px;
}

.custom_tab.order_tab .tab-content {
  /* background: #111111; */
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}

.order_search_down,
.dataTables_filter {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
}

.order_search_down input,
.dataTables_filter input {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6px;
  line-height: 38px;
  padding: 0 15px 0 30px;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  background: url(../../media/images/search-icon.svg) no-repeat, #1e1e1e;
  background-position: top 12px left 10px;
  background-size: 14px;
  width: 100%;
  max-width: 300px;
}

.dataTables_filter label {
  font-size: 0px;
}

:focus-visible {
  outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

.download_order {
  width: 20px;
}

table.table,
table.dataTable {
  border-collapse: separate;
  border-spacing: 1px 0;
}

table.table thead td,
table.dataTable thead td {
  background: #1e1e1e;
  border: none;
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  position: relative;
}

table.table tbody td,
table.dataTable tbody td {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px;
  line-height: 1;
  text-align: center;
}

td.sorting_asc::after,
td.sorting::after,
td.sorting_desc::after {
  /* content: "\2191\2193"; */
  /* Unicode for up/down arrows */
  content: "\f0dc";
  right: 5px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff4a;
}

span.curr_pair {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

span.curr_pair img {
  width: 22px;
}

.text-left {
  text-align: left !important;
}

.text-orange {
  color: #f0b90b !important;
}

span.status {
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 500;
}

span.complete {
  background: #093010;
  /* border: 1px solid #08a66e; */
  color: #08a66e;
}

span.pending {
  background: #2a1c0b;
  /* border: 1px solid #dfaa0d; */
  color: #f7931a;
}

.table_bottom {
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dataTables_paginate {
  display: flex;
  align-items: center;
}

.dataTables_length select {
  background: #2c2c2c;
  border: none;
  line-height: 26px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  margin: 0 3px;
}

.dataTables_paginate a {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

.dataTables_paginate span {
  display: flex;
  gap: 4px;
  margin: 0 5px;
}

.dataTables_paginate span a {
  background: #1e1e1e;
  border: 1px solid rgb(255 255 255 / 10%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
}

.dataTables_paginate span a.current {
  border-color: #08a66e;
  background: #08a66e;
}

.dataTables_paginate a.disabled {
  cursor: inherit;
}

.dataTables_paginate .paginate_button {
  padding: 0 4px;
}

span.time {
  font-size: 13px;
  line-height: 16px;
}

table.dataTable tbody td.dataTables_empty {
  padding: 200px 0 50px 0;
  background: url(../../media/images/nodata.png) no-repeat;
  background-position: top 50px center;
  border: none;
  background-size: 200px;
  color: #9a9898;
  font-size: 13px;
}

.dataTables_wrapper .buttons {
  display: flex;
  gap: 10px;
  font-size: 20px;
  color: #9a9898;
  cursor: pointer;
}

.dataTables_wrapper .buttons + .buttons {
  display: none;
}

.top-tradingview-widget {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    #000 10%,
    #000 90%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.fullscreen {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #111;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete-card {
  overflow: hidden;
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}

.dashboard_bot {
  flex: 1;
  background: #111111;
  border-radius: 11px;
}

::-webkit-scrollbar {
  height: 2px;
  /* Adjust the height of the horizontal scrollbar */
}

.dataTables_filter .dt-buttons + .dt-buttons {
  display: none;
}

.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  > td.dtr-control:before,
.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  > th.dtr-control:before {
  content: "\f067";
  background-color: #09a367;
  color: #ffffff;
  border: 0.15em solid #09a367;
  margin-top: -7px;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before {
  content: "\f068";
  background-color: #d33333;
  border: 0.15em solid #d33333;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dt-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
}

.dt-buttons a {
  background: #2c2c2c;
  color: #d6d6d6;
  font-weight: normal;
  border-radius: 4px;
  font-size: 11px;
  display: inline-block;
  padding: 6px 6px;
  line-height: 1;
}

div.dataTables_length label {
  display: flex;
  align-items: center;
}

body table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

body table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body table.dataTable > tbody > tr.child span.dtr-title {
  text-align: left;
}

body table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 8px 0;
}

body table.dataTable > tbody > tr.child ul.dtr-details > li span.time br {
  display: none;
}

.mobile_menu {
  display: none;
}

table.table thead td,
table thead th,
table.dataTable thead td {
  background: #1e1e1e;
  border: none;
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.navbar-right .bot-backToHome {
  margin: 0;
  padding: 8px 15px;
  display: flex;
  list-style: none;
  gap: 14px;
  justify-content: center;
  border-radius: 8px;
  background: #111111 !important;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.navbar-right .bot-backToHome:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.package-dropdown .package-dropdown-button {
  padding: 11px 30px 11px 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  background: url(../../media/images/package-icon.svg) no-repeat top 8px left
      10px,
    #111 !important;
  line-height: 1;
  background-size: 18px !important;
  position: relative;
  white-space: nowrap;
}

.package-dropdown .package-dropdown-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../../media/images/arrow-down-white.svg) no-repeat;
  width: 13px;
  height: 9px;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-50%);
}

.package-dropdown .package-dropdown-menu {
  border-radius: 8px;
  border: 1px solid #303030;
  left: inherit;
  right: 0px;
}

.package-dropdown .package-dropdown-button:hover {
  background: url(../../media/images/package-icon-white.svg) no-repeat top 8px
      left 10px,
    #08a66e !important;
  background-size: 18px !important;
}

.pack-amount {
  display: flex;
  gap: 10px;
}

.pack-amount div {
  display: flex;
  /* align-items: center; */
  gap: 3px;
  line-height: 1;
  font-size: 14px;
}

.pack-amount div label {
  color: #9a9898;
  font-weight: 600;
}

.pack-amount div span {
  font-weight: 700;
  color: #08a66e;
}

nav.navbar .navbar-right {
  gap: 22px !important;
}

@media screen and (min-width: 1700px) {
  table.cust_table {
    table-layout: fixed;
  }
}

@media screen and (min-width: 768px) {
  .dashboard_right .hold_account {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1320.9px) {
  table.cust_table {
    table-layout: initial;
  }
}

/* @media screen and (min-width:1300px) and (max-width:1600.9px){
	.complete-card--type-1-v1, 
	.complete-card--type-1-v2, 
	.complete-card--type-1-v3{
		padding:15px;
	}
	.complete-card__balance_value p{
		font-size:14px;
	}
	.head__title_icon{
		width: 36px;
		min-width: 36px;
		height: 36px;
	}
	.currency_row{
		margin: 0 -15px;
		padding: 6px 15px;
	}
	.currency_symbol{
		gap:5px;
		min-width:65px;
	}
	.top_exchanges tbody tr td{
		padding:8px 8px;
	}
	.top_exchanges table img{
		width:20px;
	}	
	.currency_pair_bal{
		padding:10px 15px 10px 15px;
		width:50%;
	}
	.custom-select__selected{
		font-size:16px;
		gap:6px;
	}
	.custom-select__selected img{
		width: 32px;
        height: 32px;
	}
	span.tag{
		left: 38px;
	}
	.custom-select{
		min-width: 150px;
		margin-right: 15px;
		margin-top:-3px;
	}
	.balance_value{
		gap:5px;
	}
	.values_details{
		width:50%;
	}
	.value_part{
		padding:8px 15px;
		white-space: nowrap;
	}
	.value_part label{
		font-size:14px;
	}
	.value_part span{
		font-size: 16px;
		line-height: 19.63px;
	}
	.hold_account{
		width:auto;
		padding:0 10px;
		margin: auto;
	}
	.hold_account ul{
		padding:6px 10px;
	}
	.hold_account ul li a{
		font-size:13px;
	}
	.market_half{
		padding:15px;
	}
	.custom_tab .dropdown.cust_dropdown{
		margin-right:10px;
	}
	.orderform label{
		font-size:12.84px;
		left:10px;
	}
	.orderform input{
		font-size: 14px;
	}
	.orderform span{
		font-size:13px;
		margin:0 10px 0 5px;
	}
	.cust_dropdown.dropdown label{
		font-size:12px;
	}
	.market-tab-pane .exesource{
		gap: 10px;
	}
	.market-tab-pane .dropdown.cust_dropdown{
		display: block;
        width: 50%;
	}
	.complete-card__balance-head__title-text{
		font-size:14px;
	}
	.complete-card_head{
		padding:9px 15px;
	}
	table.cust_table thead td{
		font-size: 12.8px;
	}
	table.cust_table tbody td{
		font-size:12px;
		white-space: nowrap;
	}
	.order_search_down input, .dataTables_filter input{
		line-height: 35px;
		padding: 0 15px 0 40px;
		max-width: 240px;
		background-position:top 10px left 10px;
	}
	.order_search_down, .dataTables_filter{
		padding: 8px 15px;
	}
	table.table thead td, table.dataTable thead td{
		padding: 8px 15px;
	}
	table.table tbody td, table.dataTable tbody td{
		font-size:13px;
		padding: 5px 15px;
	}
	.dep_precision{
		flex-wrap: wrap;
		padding:10px 15px;
		gap:7px 4px;
		justify-content:normal;
	}
	.dep_precision a.cum_btn{
		font-size:12px;
	}
	a.buy_btn label,
	a.buy_btn span,
	a.sell_btn label{
		font-size:16px;
	}
	.news_in h4 br,
	.news_in p br{
		display:none;
	}
	.dashboard_left{
		max-width: 300px;
	}
	.custom_tab ul.complete-card__head-tabs li p{
		line-height: 40px;
		font-size: 14px;
	}
} */

@media screen and (max-width: 1199.9px) {
  .sidebar {
    display: none;
  }

  .container.container--dashboard {
    max-width: 100%;
  }

  .dashboard_left {
    min-width: 25%;
  }

  .dashboard_left .complete-card:last-child {
    flex: 1;
  }

  .dashboard_top {
    flex-wrap: wrap;
  }

  .currency_pair_bal {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  .balance_value {
    margin: 0 0 0 40px;
    width: 100%;
  }

  .balance_value .values {
    padding: 5px 0px;
  }

  .values_details {
    width: 100%;
  }

  .value_part:first-child {
    border-radius: 0 0 0 11px;
  }

  .value_part:last-child {
    border-radius: 0 0 11px 0;
  }

  .dashboard_mid {
    flex-wrap: wrap;
  }

  .dashboard_mid_left {
    width: 100%;
  }

  .buyselltables {
    display: flex;
  }

  .buyselltables .table-responsive {
    min-width: 50%;
  }

  table.cust_table.cust_table_sell tbody tr:after {
    left: inherit;
    right: 0px;
  }

  .hold_account ul {
    padding: 6px 10px;
  }

  .hold_account ul li a {
    font-size: 13px;
  }

  .complete-card--type-1-v1,
  .complete-card--type-1-v2,
  .complete-card--type-1-v3,
  .market_half {
    padding: 15px;
  }

  .order_search_down,
  .dataTables_filter,
  table.table tbody td,
  table.dataTable tbody td {
    padding-left: 15px;
    padding-right: 15px;
  }

  table.cust_table {
    table-layout: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.9px) {
  .dashboard_left {
    min-width: 35%;
  }

  .dashboard_right {
    min-width: 65%;
  }

  .trade-tab-content .tab-pane.active {
    flex-wrap: wrap;
  }

  .buyselltables {
    display: unset;
  }

  .buyselltables .table-responsive {
    height: 202px;
  }

  .buyselltables thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .pack-amount div {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767.9px) {
  .mark_det {
    width: auto;
  }

  .container--dashboard-v2 .dashboard__group {
    flex-wrap: wrap;
  }

  .dashboard_left {
    min-width: 100%;
    flex-direction: initial;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 4px;
  }

  .graph-complete-card.complete-card {
    min-width: 70%;
    padding: 10px;
  }

  .graph-complete-card .standard-card__content__list-info-right {
    display: none;
  }

  .head__title_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .complete-card__balance_value p {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 3px 0;
  }

  .graph-complete-card .d-flex.mt-3 {
    margin-top: 12px !important;
  }

  /* .hot-complete-card,
	.top_exchanges,
	.news-complete-card	{
		display:none;
	} */
  .dashboard_right {
    flex-wrap: initial;
  }

  .trade-tab-content .tab-pane.active,
  .values_details {
    flex-wrap: wrap;
  }

  .currency_symbol {
    min-width: 70px;
  }

  .complete-card__balance-head__title-text,
  .mark_det p {
    font-size: 12px;
  }

  .balance_value {
    margin: 0;
    flex-wrap: wrap;
    gap: 0;
  }

  .balance_value .values {
    padding: 3px 0px;
    flex-wrap: nowrap;
  }

  .balance_value .values label,
  .balance_value .values span {
    font-size: 12px;
    white-space: nowrap;
  }

  .balance_value .values span {
    text-align: right;
  }

  .market_graph .tradingview-widget-container {
    height: 300px !important;
  }

  .custom_tab ul.complete-card__head-tabs li p {
    line-height: 38px;
    font-size: 13px;
  }

  .orderform label,
  .orderform span {
    font-size: 12px;
  }

  .orderform input {
    padding-left: 80px;
    font-size: 13px;
  }

  .orderform a img {
    font-size: 15px;
  }

  a.buy_btn label,
  a.buy_btn span,
  a.sell_btn label {
    font-size: 14px;
  }

  a.buy_btn,
  a.sell_btn {
    line-height: 20px;
    margin: 20px 0 0 0;
  }

  table.cust_table thead td {
    font-size: 13px;
    white-space: nowrap;
  }

  table.cust_table tbody td {
    font-size: 12px;
  }

  .dep_precision {
    gap: 7px;
    padding: 10px;
  }

  .dep_precision a.cum_btn,
  .cust_dropdown.dropdown label,
  .cust_dropdown.dropdown button {
    font-size: 12px;
  }

  .dep_precision .dropdown.cust_dropdown:first-child {
    max-width: 85px;
  }

  .buyselltables {
    display: unset;
  }

  .buyselltables thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .order_search_down input,
  .dataTables_filter input {
    max-width: 170px;
    line-height: 30px;
    font-size: 13px;
    background-position: top 7px left 10px;
  }

  table.table tbody td,
  table.dataTable tbody td {
    font-size: 12px;
  }

  table.table thead td,
  table.dataTable thead td {
    white-space: nowrap;
    padding: 10px 15px;
    text-align: left;
  }

  td.sorting_asc::after,
  td.sorting::after,
  td.sorting_desc::after {
    font-size: 10px;
    right: 3px;
  }

  .table_bottom {
    padding: 10px 10px;
  }

  .news_in h4 br,
  .news_in p br {
    display: none;
  }

  .values_details {
    order: 3;
  }

  .value_part {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
  }

  .value_part label {
    width: 100%;
    margin: 0 0 5px 0;
  }

  .value_part span {
    margin: 0 10px 0 0;
  }

  /* .value_part {
    display: none;
  } */

  .value_part:last-child {
    border-radius: 0 0 11px 11px;
    display: block;
  }

  .navbar-right .hold_account {
    display: none;
  }

  .hold_account {
    margin: 10px 0 0px 10px;
    order: 1;
  }

  .hold_account ul {
    background: #000000;
  }

  .dataTables_paginate .paginate_button {
    padding: 0 4px;
    font-size: 11px;
  }

  .order_search_down,
  .dataTables_filter,
  table.table tbody td,
  table.dataTable tbody td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .market-tab-pane .dropdown.cust_dropdown {
    flex-wrap: wrap;
  }

  .exesource {
    gap: 7px;
  }

  .market-tab-pane .cust_dropdown.dropdown button {
    max-width: 110px;
  }

  .currency_pair_bal {
    padding: 10px;
    order: 2;
  }

  .custom-select {
    min-width: 125px;
    margin-right: 10px;
  }

  .custom-select__selected {
    gap: 5px;
    font-size: 14px;
  }

  .custom-select:after {
    width: 11px;
    top: 39%;
  }

  .custom-select__selected img {
    width: 30px;
    height: 30px;
    margin-top: 6px;
  }

  span.tag {
    left: 36px;
    bottom: 0px;
    font-size: 12px;
  }

  .dashboard_mid_right .complete-card__order-head + .inner_card {
    display: none;
  }

  .dashboard_mid_right .complete-card__order-head.rotate + .inner_card {
    display: block !important;
  }

  .top-tradingview-widget {
    display: none;
  }

  .header-navbar.header-navbar-dashboard--v2 .navbar-right {
    gap: 15px !important;
    align-items: flex-start;
  }

  .container--dashboard-v2 {
    padding-bottom: 70px;
  }

  .sidebar {
    position: fixed;
    bottom: 0;
    top: inherit;
    width: 100%;
    justify-content: center;
    display: flex;
    border-radius: 0px;
    background-color: #000000;
    min-height: inherit;
    padding-top: 0px !important;
  }

  .sidebar .container .sidebar-menu .sidebar-menu__hamburger-menu {
    display: none;
  }

  .sidebar .container .sidebar-menu {
    flex-direction: row;
    gap: 45px;
    justify-content: center;
    width: 100%;
  }

  .sidebar .container .sidebar-menu .sidebar-menu__list {
    display: flex;
  }

  .sidebar .container {
    padding: 10px 20px 30px 20px;
  }

  .sidebar
    .container
    .sidebar-menu
    .sidebar-menu__list
    .sidebar-menu__list-name {
    display: block;
    bottom: -25px;
    position: absolute;
    color: #9a9898;
  }

  .sidebar .container .sidebar-menu a {
    width: 31px;
    height: 31px;
  }

  .sidebar .container .sidebar-menu a svg {
    width: 18px;
  }

  .showonmobile {
    display: flex !important;
  }

  .news-complete-card .complete-card_head {
    padding: 15px 20px;
    position: sticky;
    top: 0;
  }

  .news-complete-card .complete-card__balance-head__title-text {
    font-size: 16px;
  }

  .news-complete-card img {
    display: none;
  }

  .news-complete-card {
    position: fixed;
    bottom: 0px;
    top: 100%;
    z-index: 11111;
    left: 0px;
    right: 0px;
    transition: 0.5s !important;
    overflow: auto;
  }

  .news-complete-card.news_up {
    top: 0px;
    transition: 0.5s;
    display: block !important;
  }

  .news-complete-card .fa {
    font-size: 23px;
    width: 30px;
    height: 20px;
    color: #9a9898;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news_up .news_card {
    height: auto;
  }

  .profit-history-search {
    padding: 10px !important;
  }

  .profit-history-search input {
    max-width: 140px;
  }

  .profit-history-heading {
    padding: 12px 15px !important;
  }

  .profit-history-heading h6 {
    font-size: 14px !important;
  }

  .value_part .pack-amount {
    width: 100% !important;
  }

  .value_part .pack-amount div {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 400.9px) {
  .custom-select__options {
    width: 290px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1550.9px) {
  .currency_pair_bal {
    width: 40%;
  }

  .custom-select {
    min-width: 150px;
    margin-right: 10px;
  }

  .balance_value .values label {
    font-size: 12px;
    white-space: nowrap;
  }

  .value_part {
    white-space: nowrap;
  }

  .values_details {
    width: 60%;
  }

  .value_part .btn {
    width: 100px;
    font-size: 13px;
  }

  .dashboard_mid_right {
    max-width: 25%;
  }
  .dashboard_mid_right-right {
    max-width: 25%;
    width: 100%;
  }
}

.value_part .pack-amount {
  flex-direction: column;
}

.main-widget-tabs {
  margin-bottom: 20px !important;
  background: #08a66e0d !important;
}

.main-widget-tabs li p.active {
  color: #fff !important;
  background: #08a66e !important;
}

.main-widget-tabs li p.active.red-active {
  background: #fd3249 !important;
}

.buy-sell-widget .inner-tabs {
  background: transparent !important;
  border-bottom: 1px solid #08a66e80 !important;
  border-radius: 0px !important;
}
.buy-sell-widget .inner-tabs li p {
  border-radius: 0px !important;
}
.buy-sell-widget .inner-tabs li p.active {
  background: transparent !important;
  border-bottom: 1px solid #08a66e !important;
}

.buy-sell-widget .trade-tab-content .tab-pane.active {
  flex: 1;
}

.complete-card__head-tab-text {
  cursor: pointer;
}
=======
/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #1e68f6;
  --bs-indigo: #6610f2;
  --bs-purple: #bd47fb;
  --bs-pink: #d63384;
  --bs-red: #fd3249;
  --bs-orange: #fd7e14;
  --bs-yellow: #f27f16;
  --bs-green: #08a66e;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #246cf9;
  --bs-secondary: #000000;
  --bs-success: #08a66e;
  --bs-info: #1e68f6;
  --bs-warning: #f27f16;
  --bs-danger: #fd3249;
  --bs-light: #ffffff;
  --bs-dark: #000000;
  --bs-royal-blue: #246cf9;
  --bs-baby-blue-light: #edfdff;
  --bs-ultramarine-blue: #706df8;
  --bs-ultramine-blue-pale: #e9e9ff;
  --bs-ultramarine-blue-light: #f4f3ff;
  --bs-white: #ffffff;
  --bs-grey-20: #e5e6ed;
  --bs-grey-40: #a5adcf;
  --bs-grey-60: #5d6588;
  --bs-grey-80: #34384c;
  --bs-grey-100: #1e1f25;
  --bs-darker-grey: #000000;
  --bs-dark-transparent: rgba(47, 50, 65, 0.5);
  --bs-black: #000000;
  --bs-blue: #1e68f6;
  --bs-blue-pale: #bee4ff;
  --bs-yellow: #f27f16;
  --bs-yellow-pale: #ffe4b1;
  --bs-green: #08a66e;
  --bs-green-pale: #ccf0e6;
  --bs-red: #fd3249;
  --bs-red-pale: #ffd1cb;
  --bs-primary-rgb: 36, 108, 249;
  --bs-secondary-rgb: 20, 21, 24;
  --bs-success-rgb: 17, 202, 190;
  --bs-info-rgb: 30, 104, 246;
  --bs-warning-rgb: 242, 127, 22;
  --bs-danger-rgb: 250, 34, 86;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 20, 21, 24;
  --bs-royal-blue-rgb: 36, 108, 249;
  --bs-baby-blue-light-rgb: 237, 253, 255;
  --bs-ultramarine-blue-rgb: 112, 109, 248;
  --bs-ultramine-blue-pale-rgb: 233, 233, 255;
  --bs-ultramarine-blue-light-rgb: 244, 243, 255;
  --bs-white-rgb: 255, 255, 255;
  --bs-grey-20-rgb: 229, 230, 237;
  --bs-grey-40-rgb: 165, 173, 207;
  --bs-grey-60-rgb: 93, 101, 136;
  --bs-grey-80-rgb: 52, 56, 76;
  --bs-grey-100-rgb: 30, 31, 37;
  --bs-darker-grey-rgb: 20, 21, 24;
  --bs-dark-transparent-rgb: 47, 50, 65;
  --bs-black-rgb: 0, 0, 0;
  --bs-blue-rgb: 30, 104, 246;
  --bs-blue-pale-rgb: 190, 228, 255;
  --bs-yellow-rgb: 242, 127, 22;
  --bs-yellow-pale-rgb: 255, 228, 177;
  --bs-green-rgb: 17, 202, 190;
  --bs-green-pale-rgb: 204, 240, 230;
  --bs-red-rgb: 250, 34, 86;
  --bs-red-pale-rgb: 255, 209, 203;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 20, 21, 24;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  /*--bs-body-font-family: Sofia Pro, sans-serif;*/
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 12px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.88;
  --bs-body-color: #ffffff;
  --bs-body-bg: #000000;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e5e6ed;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 5px;
  --bs-border-radius-lg: 15px;
  --bs-border-radius-xl: 20px;
  --bs-border-radius-2xl: 25px;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #246cf9;
  --bs-link-hover-color: #1d56c7;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fce5d0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

h1 {
  font-size: calc(1.50625rem + 3.075vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.8125rem;
  }
}

h2 {
  font-size: calc(1.43125rem + 2.175vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 3.0625rem;
  }
}

h3 {
  font-size: calc(1.36875rem + 1.425vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2.4375rem;
  }
}

h4 {
  font-size: calc(1.31875rem + 0.825vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.9375rem;
  }
}

h5 {
  font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  h5 {
    font-size: 1.5625rem;
  }
}

h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 5px;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}

* {
  font-smooth: always;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  scroll-behavior: smooth !important;
}

a {
  font-weight: 700;
}

h1 {
  font-size: 3.8125rem;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.125rem;
    line-height: 1.1;
  }
}

h2 {
  font-size: 3.0625rem;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}

h3 {
  font-size: 2.4375rem;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h3 {
    font-size: 1.375rem;
    line-height: 1.1;
  }
}

h4 {
  font-size: 1.9375rem;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h5 {
    font-size: 1rem;
    line-height: 1.2;
  }
}

h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h6 {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (max-width: 374.98px) {
  .container {
    padding: 0 1rem;
  }
}

.container.container--dashboard {
  max-width: calc(100% - 82px);
  padding: 0 2.75rem;
}

@media (max-width: 1199.98px) {
  .container.container--dashboard {
    padding: 0 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .container.container--dashboard {
    padding: 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .container.container--dashboard {
    padding: 0 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container.container--dashboard {
    padding: 0 1rem;
  }
}

.container.container--dashboard-nav {
  max-width: 100% !important;
  padding: 0 11px !important;
}

@media (max-width: 1199.98px) {
  .container.container--dashboard-nav {
    padding: 0 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .container.container--dashboard-nav {
    padding: 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .container.container--dashboard-nav {
    padding: 0 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container.container--dashboard-nav {
    padding: 0 1rem;
  }
}

.fd-xl {
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.fd-xl--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-xl {
    font-size: 2.4375rem;
  }
}

.fd-lg {
  font-size: 2.4375rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}

.fd-lg--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-lg {
    font-size: 1.75rem;
  }
}

.fd-md {
  font-size: 1.5625rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

.fd-md--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-md {
    font-size: 1.25rem;
  }
}

.fd-sm {
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

.fd-sm--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fd-sm {
    font-size: 1.125rem;
  }
}

.fb-lg {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.fb-lg--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fb-lg {
    font-size: 1rem;
  }
}

.fb-regular {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.fb-regular--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fb-regular {
    font-size: 0.875rem;
  }
}

.fb-sm {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.fb-sm--bold {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .fb-sm {
    font-size: 0.75rem;
  }
}

.fb-xs {
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.fb-xs--bold {
  font-weight: 600;
}

.text-bullish {
  color: #08a66e !important;
}

.text-bearish {
  color: #fd3249 !important;
}

.text-green-light {
  color: #30e0a1;
}

@keyframes ScaleBig {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.03);
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ScaleBigHideFirst {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    transform: scale(1.03);
    opacity: 0.25;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }

  75% {
    transform: scale(1.03);
    opacity: 0.75;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ScaleBig {
  animation: ScaleBig 0.8s linear;
}

.ScaleBigHideFirst {
  animation: ScaleBigHideFirst 0.8s linear;
}

.container--dashboard-v2 {
  max-width: -webkit-fill-available;
  max-width: 100%;
  margin-left: 0px;
  padding: 11px;
  gap: 11px;
  display: flex;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2 {
    margin-left: 0;
  }
}

.container--dashboard-v2
  .header-navbar-dashboard--v2
  .container--dashboard-nav {
  padding: 0;
}

.container--dashboard-v2 .container--dashboard {
  padding: 0;
}

.container--dashboard-v2 .container--dashboard .dashboard__title {
  display: none;
}

@media (max-width: 575.98px) {
  .container--dashboard-v2 .container--dashboard .dashboard__title {
    display: block;
  }
}

.container--dashboard-v2 .dashboard__group {
  display: flex;
  gap: 11px;
  /* flex-wrap: wrap; */
}

.container--dashboard-v2 .dashboard__group--outer .complete-card--type-1-v3 {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1439.98px) {
  .container--dashboard-v2 .dashboard__group--outer .complete-card--type-1-v3 {
    max-width: 100%;
  }

  .container--dashboard-v2
    .dashboard__group--outer
    .complete-card--type-1-v3
    .complete-card__wallet {
    max-width: 100%;
  }

  .container--dashboard-v2
    .dashboard__group--outer
    .complete-card--type-1-v3
    .complete-card__wallet
    .complete-card__wallet-data
    .complete-card__wallet-data__currencies {
    width: 100%;
  }

  .container--dashboard-v2
    .dashboard__group--outer
    .complete-card--type-1-v3
    .complete-card__wallet
    .complete-card__wallet-data
    .complete-card__wallet-data__currencies
    .wallet-data__currency {
    max-width: unset;
    width: 100%;
  }
}

.container--dashboard-v2 .dashboard__group--middle {
  flex-direction: column;
}

@media (max-width: 1439.98px) {
  .container--dashboard-v2 .dashboard__group--middle {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .container--dashboard-v2 .dashboard__group--middle .complete-card--type-2-v2 {
    max-width: 832px;
  }
}

@media (max-width: 1439.98px) {
  .container--dashboard-v2 .dashboard__group--middle .complete-card--type-2-v2 {
    width: 100%;
    max-width: none;
  }
}

.container--dashboard-v2 .dashboard__group--inner {
  flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2 .dashboard__group--inner {
    flex-wrap: wrap;
  }
}

.container--dashboard-v2 .dashboard__group--inner .standard-card--type-7 {
  max-width: none;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2
    .dashboard__group--inner
    .standard-card--type-7
    .container {
    max-width: none;
  }
}

.container--dashboard-v2 .dashboard__group--inner .standard-card--type-5-v1 {
  max-width: none;
}

@media (max-width: 991.98px) {
  .container--dashboard-v2
    .dashboard__group--inner
    .standard-card--type-5-v1
    .container {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    display: none;
  }
}

.top_bar {
  padding: 11px;
  gap: 11px;
  display: flex;
  background: radial-gradient(
    50% 115.11% at 50% 100%,
    #032318 0%,
    #111111 100%
  );
  width: 100%;
  overflow: auto;
}

.mark_det {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px;
  justify-content: center;
  width: 100%;
  background: linear-gradient(
    270.04deg,
    rgba(255, 255, 255, 0) 0.03%,
    rgba(255, 255, 255, 0.05) 99.97%
  );
  border-radius: 11px;
  white-space: nowrap;
}

.mark_det p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
}

.sidebar {
  position: inherit;
}

.navbar-brand__text img {
  width: 100%;
  max-width: 200px;
}

.header-navbar.header-navbar-dashboard--v2
  .navbar-right
  .navbar-profile-menu
  .navbar-profile-menu__image {
  width: 28px;
  height: 28px;
}

p.navbar-profile-menu__text {
  font-weight: 500;
  font-size: 14px;
}

.header-navbar.header-navbar-dashboard--v2
  .navbar-right
  .navbar-profile-menu
  .navbar-profile-menu__arrow {
  width: 12px;
}

.tradingview-widget-container {
  background: #111111;
  font-family: "Inter", sans-serif;
  border-radius: 11px;
  overflow: hidden;
  margin: -1px;
}

.tradingview-widget-container .tv-ticker-item-tape {
  padding: 0px;
}

.tradingview-widget-container .js-copyright-label {
  display: none;
  opacity: 0;
}

span.js-copyright-label {
  opacity: 0;
}

.sidebar .container .sidebar-menu a {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 8px;
  position: relative;
}

.dashboard_left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 22%;
}

.dashboard_left .complete-card {
  max-width: 100%;
}

.complete-card__balance-head__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.head__title_icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #000000; */
  background: rgb(0 0 0 / 42%);
  border-radius: 8px;
  position: relative;
}

.head__title_icon:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(
    222.92deg,
    rgba(154, 152, 152, 0.4) 0%,
    rgba(17, 18, 19, 0) 52.99%,
    rgba(154, 152, 152, 0.4) 96.63%
  );
  border-radius: 8px;
  z-index: -2;
}

.complete-card__balance-head__title-text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.complete-card__balance_value p {
  /* font-size: 22px; */
  font-size: 18px;
  font-weight: 500;
  line-height: 26.07px;
  margin: 0 0 8px 0;
}

.standard-card__content__list-info-infusion {
  display: flex;
  align-items: center;
  gap: 5px;
}

.standard-card__content__list-info-infusion i {
  font-size: 15px;
}

.standard-card__content__list-info-infusion-value {
  font-size: 12px;
  font-weight: 500;
}

.text-grey {
  color: #9a9898;
}

.standard-card__content__list-info-right
  .standard-card__content__list-info-infusion {
  justify-content: center;
}

.standard-card__content__list-info-right
  .standard-card__content__list-info-infusion-value {
  font-size: 13px;
  font-weight: 400;
}

.standard-card__content__list-info-right {
  margin-left: auto;
}

.standard-card__content__list-info-chart {
  width: 100%;
  /* max-width: 136px; */
  max-width: 96px;
  max-height: 40px;
  overflow: hidden;
}

.advance-card__card-chart-render {
  width: 100%;
  position: relative;
  top: -1.875rem;
  right: 1.5rem;
}

.complete-card__balance-head__title .navbar {
  background: #000000;
  padding: 8px;
  /* margin-left:auto; */
  border-radius: 6px;
}

.complete-card__balance-head__title .navbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 12px;
}

.complete-card__balance-head__title .navbar ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #9a9898;
  line-height: 1;
  cursor: pointer;
}

.complete-card__balance-head__title .navbar ul li p.active {
  color: #fff;
  position: relative;
}

.complete-card__balance-head__title .navbar ul li p.active:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.complete-card--type-1-v3 .tab-content {
  margin: 10px 0 0 0;
}

.hot-complete-card .tab-content {
  margin: 10px 0 0 0;
  overflow: auto;
}

.currency_row {
  padding: 6px 0px;
  border-bottom: 0.7px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.currency_row:last-child {
  border: none;
  padding-bottom: 0px;
}

.currency_symbol {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  min-width: 100px;
}

.currency_symbol img {
  width: 100%;
  max-width: 13px;
}

.price_col {
  color: #f0b90b;
  font-weight: 500;
  padding: 0 15px 0 0px;
  margin-left: auto;
}

.percent_col {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2.5px;
}

/* .hot-complete-card .tab-content .tab-pane{
	overflow:auto;
} */

.complete-card_head {
  padding: 9px 15px;
  /* background: #1e1e1e; */
  border-radius: 11px 11px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.complete-card_head img {
  width: 30px;
  height: 25px;
  padding: 8px;
  cursor: pointer;
  transition: 0.5s;
}

.complete-card_head.rotate img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.complete-card_head h6 {
  color: #fff;
}

.inner_card {
  padding: 11px 15px 9px 15px;
}

.dropdown.cust_dropdown {
  display: flex;
  align-items: center;
}

.cust_dropdown.dropdown button {
  width: 100%;
  max-width: 180px;
  /* background: #2c2c2c; */
  background: #08a66e0d;
  border: none;
  line-height: 26px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  padding: 0 5px 0 10px;
  border-radius: 5px;
  position: relative;
}

/* .cust_dropdown.dropdown button:after{
	content:'';
	position:absolute;
	top:0px;
	right:10px;
	background: url(../../media/images/arrow-down.svg) no-repeat;
	width: 15px;
    height: 11px;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
} */

.cust_dropdown.dropdown label {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  color: #d6d6d6;
}

.cust_dropdown.dropdown button img {
  margin-left: 2px;
  width: 11px;
}

.cust_dropdown.dropdown .dropdown-menu {
  border: 1px solid #303030;
}

.cust_dropdown.dropdown .dropdown-menu li .dropdown-item {
  color: #ffffff;
  line-height: 1.1;
  font-size: 13px;
}

.top_exchanges .table-responsive {
  max-height: 100%;
  margin-right: -15px;
  padding-right: 10px;
}

.top_exchanges .table-responsive thead tr {
  position: sticky;
  top: 0;
}

.top_exchanges table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 4px;
  font-weight: 500;
}

.top_exchanges tr td {
  padding: 9px 10px;
}

.top_exchanges thead tr {
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}
.top_exchanges thead td {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  /* background: #111111; */
}

.top_exchanges thead td:first-child {
  text-align: center;
}

.top_exchanges tbody tr td {
  /* background: #1e1e1e; */
  color: #fff;
  /* font-size:15px; */
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.top_exchanges tbody tr td:first-child {
  text-align: center;
  border-radius: 5px 0 0 5px;
}

.top_exchanges tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

.top_exchanges table img {
  width: 17px;
}

.top_exchanges tbody tr td span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dashboard_right {
  width: 100%;
  /* max-width: 79.5%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 11px;
}

.currency_pair_bal {
  /* width: 50%; */
  width: fit-content !important;
  padding: 10px 15px 15px 15px;
  display: flex;
  align-items: center;
}

.custom-select {
  position: relative;
  min-width: 170px;
  color: #fff;
  margin-right: 20px;
}

.custom-select__header {
  cursor: pointer;
}

.custom-select__selected {
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}

.custom-select__selected img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.custom-select__options {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #000000;
  border: 1px solid #303030;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1;
  width: 370px;
  padding: 10px;
  border-radius: 8px;
}

.custom-select__option {
  cursor: pointer;
}

.custom-select__option:hover td {
  background-color: #000000;
}

.custom-select.open .custom-select__options {
  display: block;
}

.custom-select.open .custom-select__options .table-responsive {
  height: 220px;
}

.custom-select.open .custom-select__options .table-responsive thead tr {
  position: sticky;
  top: 0;
}

/* Style for flag icons */
.flag-icon {
  margin-right: 10px;
  width: 20px;
  height: 15px;
}

/* Color coding for different markets */
.custom-select__option[data-market="Forex"] {
  color: blue;
}

.custom-select__option[data-market="Crypto"] {
  color: green;
}

.custom-select__option[data-market="Stock"] {
  color: orange;
}

.custom-select__option table.custom-select__table {
  width: 100%;
}

/* Style the search input at the bottom */
.custom-select__search {
  padding: 8px;
  border-top: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  outline: none;
  position: relative;
  background: #111111;
  color: #fff;
}

.dashboard_top {
  /* background: #111111; */
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );

  border-radius: 11px;
  display: flex;
  position: relative;
  z-index: 111;
  width: 100%;
}

span.tag {
  font-size: 14px;
  color: #888787;
  font-weight: 500;
  position: absolute;
  left: 44px;
  line-height: 1;
  bottom: -3px;
}

.custom-select:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  background: url(../../media/images/arrow-down-white.svg) no-repeat;
  width: 15px;
  height: 11px;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-50%);
}

table.custom-select__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 3px;
}

.custom-select__table tr th {
  color: #9a9898;
  font-size: 13px;
  line-height: 1;
  padding: 8px 10px;
  background: #000000;
}

.custom-select__table tr td {
  background: #1e1e1e;
  text-transform: uppercase;
  color: #d6d6d6;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
}

.custom-select__table tr td img {
  width: 20px;
  margin: 0 2px 0 0;
}

.custom-select__table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}

.custom-select__table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

.balance_value {
  display: flex;
  gap: 4px;
}

.balance_value .values {
  padding: 0px 5px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.balance_value .values label,
.balance_value .values span {
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
}

.balance_value .values label {
  padding: 0 5px 0 0;
}

.values_details {
  display: flex;
  gap: 2px;
  /* width: 50%; */
  width: 100% !important;
  justify-content: space-between !important;
}

.value_part {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  /* background: #1e1e1e; */
  width: 100%;
  flex-wrap: wrap;
  line-height: normal;
  justify-content: center;
}

.value_part:last-child {
  border-radius: 0 11px 11px 0;
}

.value_part label {
  color: #09a367;
  width: 100%;
  margin: 0 0 3px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.value_part span {
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.value_part small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9a9898;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
  background: #08a66e !important;
}

.value_part .btn {
  border-radius: 8px;
  width: 120px;
  line-height: 33px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
}

.hold_account {
  /* width: 22%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 10px; */
}

.hold_account ul {
  margin: 0;
  padding: 6px 15px;
  display: flex;
  list-style: none;
  gap: 14px;
  justify-content: center;
  /* background: #000000; */
  background: #111111;
  border-radius: 8px;
}

.hold_account ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #9a9898;
  position: relative;
  line-height: 18px;
  display: inline-block;
  text-align: center;
}

.hold_account ul li a.active {
  color: #fff;
}

.hold_account ul li a.active:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.dashboard_mid {
  display: flex;
  gap: 11px;
}

.dashboard_mid_left {
  min-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  z-index: 11;
}

.market_graph {
  width: 100%;
  /* border-radius: 11px; */
  overflow: hidden;
  position: relative;
}

.market_graph:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 2px;
  background: #1e1f24;
  width: 1px;
}

.market_graph img {
  width: 100%;
}

.market_graph .cust_dropdown.dropdown label {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: none;
  color: #9a9898;
}

.graph_top {
  width: 100%;
  background: #111111;
  padding: 10px 15px;
}

.graph_top .dropdown.cust_dropdown.selc_deselc {
  margin: 0px;
  gap: 10px;
}

.graph_top .selc_deselc.dropdown button {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard_mid_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.dashboard_mid_right-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.dep_precision {
  display: flex;
  gap: 8px;
  padding: 14px 15px;
  flex-wrap: wrap;
}

.dep_precision .dropdown.cust_dropdown {
  width: 100%;
  max-width: 100px;
}

.dep_precision .dropdown.cust_dropdown:first-child {
  max-width: 90px;
}

.dep_precision .cust_dropdown.dropdown .dropdown-menu {
  width: 120px !important;
  max-width: 120px !important;
  right: 0 !important;
}

.dep_precision a.cum_btn {
  font-size: 12px;
  font-weight: 500;
  color: #d6d6d6;
  border-radius: 5px;
  padding: 0px 10px;
  background: #2c2c2c;
  line-height: 26px;
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

table.cust_table {
  width: 100%;
}

table.cust_table thead tr {
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}
table.cust_table tbody tr {
  position: relative;
}

table.cust_table thead td {
  padding: 3px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 24.06px;
}

table.cust_table tbody td {
  padding: 4.9px 15px;
  color: #fff;
  position: relative !important;
  font-weight: 400;
  font-size: 12px;
}

table.cust_table td img {
  width: 17px;
  margin: 0 6px 0 0;
  border-radius: 50px;
  height: 17px;
}

table.cust_table .text-grey {
  color: #afafaf;
}

table.cust_table tbody tr:last-child td {
  border: none;
}

table.cust_table td.text-success,
table.cust_table td .text-success {
  color: #00bd4c !important;
}
table.cust_table td.text-danger,
table.cust_table td .text-danger {
  color: #ff4747 !important;
}
table.cust_table td .ech_icons {
  position: relative;
  display: flex;
}

table.cust_table td .ech_icons:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: url(../../media/images/rechalfleft.svg) no-repeat;
  bottom: 6px;
  left: 4px;
  background-size: contain;
  z-index: -1;
}

table.cust_table td .ech_icons:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: url(../../media/images/rechalfright.svg) no-repeat;
  top: 5px;
  right: 7px;
  background-size: contain;
  z-index: -1;
}

table.cust_table td .ech_icons img {
  background: #1f1f1f;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #ffffff1a;
  padding: 2px;
}

table.cust_table td .ech_icons img:last-child {
  margin: 12px 0 0 -12px;
}

.market_trades .cust_table .d-flex {
  align-items: center;
  gap: 8px;
}

span.ech_trade {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

span.ech_trade span {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

span.ech_trade small {
  font-size: 12px;
  color: #989898;
}

span.ech_trade label {
  font-size: 12px;
  color: #afafaf;
  flex: 0 0 100%;
}

span.ech_profit {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #afafaf;
}

/* .market_trades table.cust_table{
	table-layout:fixed;
} */

/* table.cust_table tbody tr:after {
    content: '';
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    background: rgb(253 50 73 / 18%);
    z-index: -1;
    bottom: 0;
}

table.cust_table.cust_table_sell tbody tr:after {
    content: '';
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    background: rgb(50 187 137 / 18%);
    z-index: -1;
    bottom: 0;
}

table.cust_table tbody tr:first-child:after,
table.cust_table tbody tr:nth-child(6):after{
	width:50%;
}
table.cust_table tbody tr:nth-child(2):after,
table.cust_table tbody tr:nth-child(7):after{
	width:40%;
}
table.cust_table tbody tr:nth-child(3):after,
table.cust_table tbody tr:nth-child(8):after{
	width:60%;
}
table.cust_table tbody tr:nth-child(4):after,
table.cust_table tbody tr:nth-child(9):after{
	width:30%;
}
table.cust_table tbody tr:nth-child(5):after,
table.cust_table tbody tr:nth-child(10):after{
	width:55%;
} */

.dashboard_mid_bot .custom_tab {
  padding: 11px;
}

.dashboard_mid_bot .custom_tab .trade-tab-content {
  margin-top: 11px;
}

.custom_tab {
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
  border-radius: 11px;
}

.custom_tab ul.complete-card__head-tabs {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background: #222;
  border-radius: 11px;
}

.custom_tab ul.complete-card__head-tabs li {
  width: 100%;
  text-align: center;
}

.custom_tab ul.complete-card__head-tabs li p {
  line-height: 44px;
  color: #9a9898;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 11px;
}

.custom_tab ul.complete-card__head-tabs li p.active {
  background: #333;
  color: #08a66e;
}

.custom_tab .tab-content {
  border-radius: 0 0 11px 11px;
  /* padding:20px; */
}

.trade-tab-content .tab-pane.active {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  flex-direction: column;
}

.market_half {
  width: 100%;
  padding: 15px;
  border-radius: 11px;
  /* border: 1px solid #222222; */
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}

.exesource {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom_tab .dropdown.cust_dropdown {
  gap: 6px;
  align-items: center;
}

.custom_tab .market-tab-pane .dropdown.cust_dropdown {
  flex-direction: column;
  align-items: flex-start;
}

.custom_tab .cust_dropdown.dropdown label {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: none;
  color: #08a66e;
}

.custom_tab .cust_dropdown.dropdown button {
  min-width: 110px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selc_deselc .dropdown-menu li {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selc_deselc .dropdown-menu li a {
  padding: 0px;
  pointer-events: none;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.selc_deselc .dropdown-menu li input {
  pointer-events: none;
}

.selc_deselc .dropdown-menu li img {
  width: 22px;
}

.selc_deselc.dropdown button {
  width: 60px;
  height: 26px;
  min-width: inherit !important;
}

.selc_deselc.dropdown button img {
  width: 22px;
}

.selc_deselc.dropdown button img.arrow-down {
  width: 11px;
  margin-left: auto;
}

span.selected-logos-container {
  position: absolute;
  left: 100%;
}

span.selected-logos-container img.selected-logo {
  margin-right: -10px;
}

span.remaining-logos {
  margin-left: 10px;
  color: #08a66e;
  font-size: 13px;
  font-weight: 500;
}

.selc_deselc .dropdown-menu li:hover {
  background: #000000;
}

.dropdown.cust_dropdown.selc_deselc {
  margin-right: 60px;
}

.orderform {
  /* background: #2c2c2c; */
  background: #08a66e0d;
  border-radius: 5px;
  margin: 12px 0 0px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.orderform label {
  color: #08a66e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.orderform input {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background: none;
  border: none;
  text-align: left;
  max-width: 100%;
  padding: 13px 0px 13px 90px;
  width: 80%;
}

.orderform input:focus {
  outline: none;
}

.orderform span {
  margin: 0 10px 0 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.orderform span a {
  display: flex;
  align-items: center;
}

.orderform a img {
  width: 20px;
  margin: 0 0 0 4px;
  filter: grayscale(1);
}

.range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
}

.range-slider input {
  -webkit-appearance: none;
  width: 100%;
  background: #2c2c2c;
  border-radius: 20px;
}

.range-slider input:focus {
  outline: none;
}

.range-slider input::before,
.range-slider input::after {
  position: absolute;
  top: 2rem;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.range-slider input::before {
  left: 0;
  content: attr(data-min);
}

.range-slider input::after {
  right: 0;
  content: attr(data-max);
}

.range-slider input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  /* background: linear-gradient(90deg, #08a66evar(--range-progress), #2c2c2c var(--range-progress)); */
  border-radius: 20px;
}

.range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  height: 22px;
  width: 22px;
  background: url(../../media/images/ranger-green.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  position: relative;
  z-index: 11;
}

.range-slider2 input::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  background: url(../../media/images/ranger-red.svg) no-repeat;
  background-size: contain;
}

#tooltip {
  position: absolute;
  top: -2.25rem;
  display: none;
}

#tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 10px;
  color: #fff;
  border-radius: 0.125rem;
  background: #08a66e;
  font-size: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}

#tooltip span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #08a66e;
}

.range_partition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}

.range_partition span {
  position: absolute;
  width: 30px;
  text-align: center;
  left: 0px;
  color: #777777;
  font-size: 12px;
  line-height: 1;
}

.range_partition span + span {
  left: calc(25% - 15px);
}

.range_partition span + span + span {
  left: calc(50% - 15px);
}

.range_partition span + span + span + span {
  left: calc(75% - 15px);
}

.range_partition span + span + span + span + span {
  left: calc(100% - 30px);
}

.range_partition span:first-child {
  text-align: left;
}

.range_partition span:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  height: 12px;
  width: 12px;
  background: url(../../media/images/mark.svg) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 0;
}

.range_partition span:first-child:before {
  left: 0px;
  transform: none;
}

.range_partition span:last-child:before {
  left: 85%;
}

a.buy_btn {
  width: 100%;
  background: #09a367;
  border-radius: 11px;
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 12px 17px;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
}

a.buy_btn label {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  margin: 0;
}

a.buy_btn span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

a.buy_btn small {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

a.buy_btn small img {
  width: 20px !important;
  height: 20px !important;
}

a.sell_btn {
  width: 100%;
  background: #fd3249;
  border-radius: 11px;
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 12px 17px;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
}

a.sell_btn label {
  font-size: 16px;
  width: 100%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

span.exlimitprice {
  font-size: 13px;
  color: #9a9898;
  line-height: 1;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

.news_card {
  max-height: 250px;
  overflow-y: auto;
  transition: all 0.3s ease;
}

.news_card:hover {
  overflow-y: auto;
}

.news_in {
  padding: 11px 15px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.news_in h4 {
  color: #d6d6d6;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.news_in p {
  color: #9a9898;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}

.news_in span {
  line-height: 1;
  color: #9a9898;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.text-green {
  color: #00bd4c !important;
}

.text-red {
  /* color:#FD3249 !important; */
  color: #ff4747 !important;
}

.text-lightgrey {
  color: #9a9898 !important;
}

.news_in label {
  font-weight: 500;
}

.news_in a {
  line-height: 1;
  color: #9a9898;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #353434;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #111111;
  border-radius: 20px;
}

.custom_tab.order_tab .tab-content {
  /* background: #111111; */
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}

.order_search_down,
.dataTables_filter {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
}

.order_search_down input,
.dataTables_filter input {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 6px;
  line-height: 38px;
  padding: 0 15px 0 30px;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  background: url(../../media/images/search-icon.svg) no-repeat, #1e1e1e;
  background-position: top 12px left 10px;
  background-size: 14px;
  width: 100%;
  max-width: 300px;
}

.dataTables_filter label {
  font-size: 0px;
}

:focus-visible {
  outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

.download_order {
  width: 20px;
}

table.table,
table.dataTable {
  border-collapse: separate;
  border-spacing: 1px 0;
}

table.table thead td,
table.dataTable thead td {
  background: #1e1e1e;
  border: none;
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  position: relative;
}

table.table tbody td,
table.dataTable tbody td {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px;
  line-height: 1;
  text-align: center;
}

td.sorting_asc::after,
td.sorting::after,
td.sorting_desc::after {
  /* content: "\2191\2193"; */
  /* Unicode for up/down arrows */
  content: "\f0dc";
  right: 5px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff4a;
}

span.curr_pair {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

span.curr_pair img {
  width: 22px;
}

.text-left {
  text-align: left !important;
}

.text-orange {
  color: #f0b90b !important;
}

span.status {
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 500;
}

span.complete {
  background: #093010;
  /* border: 1px solid #08a66e; */
  color: #08a66e;
}

span.pending {
  background: #2a1c0b;
  /* border: 1px solid #dfaa0d; */
  color: #f7931a;
}

.table_bottom {
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.dataTables_length select {
  background: #2c2c2c;
  border: none;
  line-height: 26px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  margin: 0 3px;
}

.dataTables_paginate a {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

.dataTables_paginate span {
  display: flex;
  gap: 4px;
  margin: 0 5px;
}

.dataTables_paginate span a {
  background: #1e1e1e;
  border: 1px solid rgb(255 255 255 / 10%);
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
}

.dataTables_paginate span a.current {
  border-color: #08a66e;
  background: #08a66e;
}

.dataTables_paginate a.disabled {
  cursor: inherit;
}

.dataTables_paginate .paginate_button {
  padding: 0 4px;
}

span.time {
  font-size: 13px;
  line-height: 16px;
}

table.dataTable tbody td.dataTables_empty {
  padding: 200px 0 50px 0;
  background: url(../../media/images/nodata.png) no-repeat;
  background-position: top 50px center;
  border: none;
  background-size: 200px;
  color: #9a9898;
  font-size: 13px;
}

.dataTables_wrapper .buttons {
  display: flex;
  gap: 10px;
  font-size: 20px;
  color: #9a9898;
  cursor: pointer;
}

.dataTables_wrapper .buttons + .buttons {
  display: none;
}

.top-tradingview-widget {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    #000 10%,
    #000 90%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.fullscreen {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #111;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete-card {
  overflow: hidden;
  background: radial-gradient(
    52.62% 100% at 50% 0%,
    rgba(0, 32, 21, 0.5) 0%,
    rgba(1, 12, 17, 0.5) 100%
  );
}

.dashboard_bot {
  flex: 1;
  background: #111111;
  border-radius: 11px;
}

::-webkit-scrollbar {
  height: 2px;
  /* Adjust the height of the horizontal scrollbar */
}

.dataTables_filter .dt-buttons + .dt-buttons {
  display: none;
}

.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  > td.dtr-control:before,
.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr
  > th.dtr-control:before {
  content: "\f067";
  background-color: #09a367;
  color: #ffffff;
  border: 0.15em solid #09a367;
  margin-top: -7px;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
.custom_tab
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before {
  content: "\f068";
  background-color: #d33333;
  border: 0.15em solid #d33333;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dt-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
}

.dt-buttons a {
  background: #2c2c2c;
  color: #d6d6d6;
  font-weight: normal;
  border-radius: 4px;
  font-size: 11px;
  display: inline-block;
  padding: 6px 6px;
  line-height: 1;
}

div.dataTables_length label {
  display: flex;
  align-items: center;
}

body table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

body table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body table.dataTable > tbody > tr.child span.dtr-title {
  text-align: left;
}

body table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 8px 0;
}

body table.dataTable > tbody > tr.child ul.dtr-details > li span.time br {
  display: none;
}

.mobile_menu {
  display: none;
}

table.table thead td,
table thead th,
table.dataTable thead td {
  background: #1e1e1e;
  border: none;
  color: #9a9898;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.navbar-right .bot-backToHome {
  margin: 0;
  padding: 8px 15px;
  display: flex;
  list-style: none;
  gap: 14px;
  justify-content: center;
  border-radius: 8px;
  background: #111111 !important;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.navbar-right .bot-backToHome:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  background: #08a66e;
  border-radius: 6px 6px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.package-dropdown .package-dropdown-button {
  padding: 11px 30px 11px 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  background: url(../../media/images/package-icon.svg) no-repeat top 8px left
      10px,
    #111 !important;
  line-height: 1;
  background-size: 18px !important;
  position: relative;
  white-space: nowrap;
}

.package-dropdown .package-dropdown-button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../../media/images/arrow-down-white.svg) no-repeat;
  width: 13px;
  height: 9px;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-50%);
}

.package-dropdown .package-dropdown-menu {
  border-radius: 8px;
  border: 1px solid #303030;
  left: inherit;
  right: 0px;
}

.package-dropdown .package-dropdown-button:hover {
  background: url(../../media/images/package-icon-white.svg) no-repeat top 8px
      left 10px,
    #08a66e !important;
  background-size: 18px !important;
}

.pack-amount {
  display: flex;
  gap: 10px;
}

.pack-amount div {
  display: flex;
  /* align-items: center; */
  gap: 3px;
  line-height: 1;
  font-size: 14px;
}

.pack-amount div label {
  color: #9a9898;
  font-weight: 600;
}

.pack-amount div span {
  font-weight: 700;
  color: #08a66e;
}

nav.navbar .navbar-right {
  gap: 22px !important;
}

@media screen and (min-width: 1700px) {
  table.cust_table {
    table-layout: fixed;
  }
}

@media screen and (min-width: 768px) {
  .dashboard_right .hold_account {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1320.9px) {
  table.cust_table {
    table-layout: initial;
  }
}

/* @media screen and (min-width:1300px) and (max-width:1600.9px){
	.complete-card--type-1-v1, 
	.complete-card--type-1-v2, 
	.complete-card--type-1-v3{
		padding:15px;
	}
	.complete-card__balance_value p{
		font-size:14px;
	}
	.head__title_icon{
		width: 36px;
		min-width: 36px;
		height: 36px;
	}
	.currency_row{
		margin: 0 -15px;
		padding: 6px 15px;
	}
	.currency_symbol{
		gap:5px;
		min-width:65px;
	}
	.top_exchanges tbody tr td{
		padding:8px 8px;
	}
	.top_exchanges table img{
		width:20px;
	}	
	.currency_pair_bal{
		padding:10px 15px 10px 15px;
		width:50%;
	}
	.custom-select__selected{
		font-size:16px;
		gap:6px;
	}
	.custom-select__selected img{
		width: 32px;
        height: 32px;
	}
	span.tag{
		left: 38px;
	}
	.custom-select{
		min-width: 150px;
		margin-right: 15px;
		margin-top:-3px;
	}
	.balance_value{
		gap:5px;
	}
	.values_details{
		width:50%;
	}
	.value_part{
		padding:8px 15px;
		white-space: nowrap;
	}
	.value_part label{
		font-size:14px;
	}
	.value_part span{
		font-size: 16px;
		line-height: 19.63px;
	}
	.hold_account{
		width:auto;
		padding:0 10px;
		margin: auto;
	}
	.hold_account ul{
		padding:6px 10px;
	}
	.hold_account ul li a{
		font-size:13px;
	}
	.market_half{
		padding:15px;
	}
	.custom_tab .dropdown.cust_dropdown{
		margin-right:10px;
	}
	.orderform label{
		font-size:12.84px;
		left:10px;
	}
	.orderform input{
		font-size: 14px;
	}
	.orderform span{
		font-size:13px;
		margin:0 10px 0 5px;
	}
	.cust_dropdown.dropdown label{
		font-size:12px;
	}
	.market-tab-pane .exesource{
		gap: 10px;
	}
	.market-tab-pane .dropdown.cust_dropdown{
		display: block;
        width: 50%;
	}
	.complete-card__balance-head__title-text{
		font-size:14px;
	}
	.complete-card_head{
		padding:9px 15px;
	}
	table.cust_table thead td{
		font-size: 12.8px;
	}
	table.cust_table tbody td{
		font-size:12px;
		white-space: nowrap;
	}
	.order_search_down input, .dataTables_filter input{
		line-height: 35px;
		padding: 0 15px 0 40px;
		max-width: 240px;
		background-position:top 10px left 10px;
	}
	.order_search_down, .dataTables_filter{
		padding: 8px 15px;
	}
	table.table thead td, table.dataTable thead td{
		padding: 8px 15px;
	}
	table.table tbody td, table.dataTable tbody td{
		font-size:13px;
		padding: 5px 15px;
	}
	.dep_precision{
		flex-wrap: wrap;
		padding:10px 15px;
		gap:7px 4px;
		justify-content:normal;
	}
	.dep_precision a.cum_btn{
		font-size:12px;
	}
	a.buy_btn label,
	a.buy_btn span,
	a.sell_btn label{
		font-size:16px;
	}
	.news_in h4 br,
	.news_in p br{
		display:none;
	}
	.dashboard_left{
		max-width: 300px;
	}
	.custom_tab ul.complete-card__head-tabs li p{
		line-height: 40px;
		font-size: 14px;
	}
} */

@media screen and (max-width: 1199.9px) {
  .sidebar {
    display: none;
  }

  .container.container--dashboard {
    max-width: 100%;
  }

  .dashboard_left {
    min-width: 25%;
  }

  .dashboard_left .complete-card:last-child {
    flex: 1;
  }

  .dashboard_top {
    flex-wrap: wrap;
  }

  .currency_pair_bal {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  .balance_value {
    margin: 0 0 0 40px;
    width: 100%;
  }

  .balance_value .values {
    padding: 5px 0px;
  }

  .values_details {
    width: 100%;
  }

  .value_part:first-child {
    border-radius: 0 0 0 11px;
  }

  .value_part:last-child {
    border-radius: 0 0 11px 0;
  }

  .dashboard_mid {
    flex-wrap: wrap;
  }

  .dashboard_mid_left {
    width: 100%;
  }

  .buyselltables {
    display: flex;
  }

  .buyselltables .table-responsive {
    min-width: 50%;
  }

  table.cust_table.cust_table_sell tbody tr:after {
    left: inherit;
    right: 0px;
  }

  .hold_account ul {
    padding: 6px 10px;
  }

  .hold_account ul li a {
    font-size: 13px;
  }

  .complete-card--type-1-v1,
  .complete-card--type-1-v2,
  .complete-card--type-1-v3,
  .market_half {
    padding: 15px;
  }

  .order_search_down,
  .dataTables_filter,
  table.table tbody td,
  table.dataTable tbody td {
    padding-left: 15px;
    padding-right: 15px;
  }

  table.cust_table {
    table-layout: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.9px) {
  .dashboard_left {
    min-width: 35%;
  }

  .dashboard_right {
    min-width: 65%;
  }

  .trade-tab-content .tab-pane.active {
    flex-wrap: wrap;
  }

  .buyselltables {
    display: unset;
  }

  .buyselltables .table-responsive {
    height: 202px;
  }

  .buyselltables thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .pack-amount div {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767.9px) {
  .mark_det {
    width: auto;
  }

  .container--dashboard-v2 .dashboard__group {
    flex-wrap: wrap;
  }

  .dashboard_left {
    min-width: 100%;
    flex-direction: initial;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 4px;
  }

  .graph-complete-card.complete-card {
    min-width: 70%;
    padding: 10px;
  }

  .graph-complete-card .standard-card__content__list-info-right {
    display: none;
  }

  .head__title_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .complete-card__balance_value p {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 3px 0;
  }

  .graph-complete-card .d-flex.mt-3 {
    margin-top: 12px !important;
  }

  /* .hot-complete-card,
	.top_exchanges,
	.news-complete-card	{
		display:none;
	} */
  .dashboard_right {
    flex-wrap: initial;
  }

  .trade-tab-content .tab-pane.active,
  .values_details {
    flex-wrap: wrap;
  }

  .currency_symbol {
    min-width: 70px;
  }

  .complete-card__balance-head__title-text,
  .mark_det p {
    font-size: 12px;
  }

  .balance_value {
    margin: 0;
    flex-wrap: wrap;
    gap: 0;
  }

  .balance_value .values {
    padding: 3px 0px;
    flex-wrap: nowrap;
  }

  .balance_value .values label,
  .balance_value .values span {
    font-size: 12px;
    white-space: nowrap;
  }

  .balance_value .values span {
    text-align: right;
  }

  .market_graph .tradingview-widget-container {
    height: 300px !important;
  }

  .custom_tab ul.complete-card__head-tabs li p {
    line-height: 38px;
    font-size: 13px;
  }

  .orderform label,
  .orderform span {
    font-size: 12px;
  }

  .orderform input {
    padding-left: 80px;
    font-size: 13px;
  }

  .orderform a img {
    font-size: 15px;
  }

  a.buy_btn label,
  a.buy_btn span,
  a.sell_btn label {
    font-size: 14px;
  }

  a.buy_btn,
  a.sell_btn {
    line-height: 20px;
    margin: 20px 0 0 0;
  }

  table.cust_table thead td {
    font-size: 13px;
    white-space: nowrap;
  }

  table.cust_table tbody td {
    font-size: 12px;
  }

  .dep_precision {
    gap: 7px;
    padding: 10px;
  }

  .dep_precision a.cum_btn,
  .cust_dropdown.dropdown label,
  .cust_dropdown.dropdown button {
    font-size: 12px;
  }

  .dep_precision .dropdown.cust_dropdown:first-child {
    max-width: 85px;
  }

  .buyselltables {
    display: unset;
  }

  .buyselltables thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .order_search_down input,
  .dataTables_filter input {
    max-width: 170px;
    line-height: 30px;
    font-size: 13px;
    background-position: top 7px left 10px;
  }

  table.table tbody td,
  table.dataTable tbody td {
    font-size: 12px;
  }

  table.table thead td,
  table.dataTable thead td {
    white-space: nowrap;
    padding: 10px 15px;
    text-align: left;
  }

  td.sorting_asc::after,
  td.sorting::after,
  td.sorting_desc::after {
    font-size: 10px;
    right: 3px;
  }

  .table_bottom {
    padding: 10px 10px;
  }

  .news_in h4 br,
  .news_in p br {
    display: none;
  }

  .values_details {
    order: 3;
  }

  .value_part {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
  }

  .value_part label {
    width: 100%;
    margin: 0 0 5px 0;
  }

  .value_part span {
    margin: 0 10px 0 0;
  }

  /* .value_part {
    display: none;
  } */

  .value_part:last-child {
    border-radius: 0 0 11px 11px;
    display: block;
  }

  .navbar-right .hold_account {
    display: none;
  }

  .hold_account {
    margin: 10px 0 0px 10px;
    order: 1;
  }

  .hold_account ul {
    background: #000000;
  }

  .dataTables_paginate .paginate_button {
    padding: 0 4px;
    font-size: 11px;
  }

  .order_search_down,
  .dataTables_filter,
  table.table tbody td,
  table.dataTable tbody td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .market-tab-pane .dropdown.cust_dropdown {
    flex-wrap: wrap;
  }

  .exesource {
    gap: 7px;
  }

  .market-tab-pane .cust_dropdown.dropdown button {
    max-width: 110px;
  }

  .currency_pair_bal {
    padding: 10px;
    order: 2;
  }

  .custom-select {
    min-width: 125px;
    margin-right: 10px;
  }

  .custom-select__selected {
    gap: 5px;
    font-size: 14px;
  }

  .custom-select:after {
    width: 11px;
    top: 39%;
  }

  .custom-select__selected img {
    width: 30px;
    height: 30px;
    margin-top: 6px;
  }

  span.tag {
    left: 36px;
    bottom: 0px;
    font-size: 12px;
  }

  .dashboard_mid_right .complete-card__order-head + .inner_card {
    display: none;
  }

  .dashboard_mid_right .complete-card__order-head.rotate + .inner_card {
    display: block !important;
  }

  .top-tradingview-widget {
    display: none;
  }

  .header-navbar.header-navbar-dashboard--v2 .navbar-right {
    gap: 15px !important;
    align-items: flex-start;
  }

  .container--dashboard-v2 {
    padding-bottom: 70px;
  }

  .sidebar {
    position: fixed;
    bottom: 0;
    top: inherit;
    width: 100%;
    justify-content: center;
    display: flex;
    border-radius: 0px;
    background-color: #000000;
    min-height: inherit;
    padding-top: 0px !important;
  }

  .sidebar .container .sidebar-menu .sidebar-menu__hamburger-menu {
    display: none;
  }

  .sidebar .container .sidebar-menu {
    flex-direction: row;
    gap: 45px;
    justify-content: center;
    width: 100%;
  }

  .sidebar .container .sidebar-menu .sidebar-menu__list {
    display: flex;
  }

  .sidebar .container {
    padding: 10px 20px 30px 20px;
  }

  .sidebar
    .container
    .sidebar-menu
    .sidebar-menu__list
    .sidebar-menu__list-name {
    display: block;
    bottom: -25px;
    position: absolute;
    color: #9a9898;
  }

  .sidebar .container .sidebar-menu a {
    width: 31px;
    height: 31px;
  }

  .sidebar .container .sidebar-menu a svg {
    width: 18px;
  }

  .showonmobile {
    display: flex !important;
  }

  .news-complete-card .complete-card_head {
    padding: 15px 20px;
    position: sticky;
    top: 0;
  }

  .news-complete-card .complete-card__balance-head__title-text {
    font-size: 16px;
  }

  .news-complete-card img {
    display: none;
  }

  .news-complete-card {
    position: fixed;
    bottom: 0px;
    top: 100%;
    z-index: 11111;
    left: 0px;
    right: 0px;
    transition: 0.5s !important;
    overflow: auto;
  }

  .news-complete-card.news_up {
    top: 0px;
    transition: 0.5s;
    display: block !important;
  }

  .news-complete-card .fa {
    font-size: 23px;
    width: 30px;
    height: 20px;
    color: #9a9898;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news_up .news_card {
    height: auto;
  }

  .profit-history-search {
    padding: 10px !important;
  }

  .profit-history-search input {
    max-width: 140px;
  }

  .profit-history-heading {
    padding: 12px 15px !important;
  }

  .profit-history-heading h6 {
    font-size: 14px !important;
  }

  .value_part .pack-amount {
    width: 100% !important;
  }

  .value_part .pack-amount div {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 400.9px) {
  .custom-select__options {
    width: 290px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1550.9px) {
  .currency_pair_bal {
    width: 40%;
  }

  .custom-select {
    min-width: 150px;
    margin-right: 10px;
  }

  .balance_value .values label {
    font-size: 12px;
    white-space: nowrap;
  }

  .value_part {
    white-space: nowrap;
  }

  .values_details {
    width: 60%;
  }

  .value_part .btn {
    width: 100px;
    font-size: 13px;
  }

  .dashboard_mid_right {
    max-width: 25%;
  }
  .dashboard_mid_right-right {
    max-width: 25%;
    width: 100%;
  }
}

.value_part .pack-amount {
  flex-direction: column;
}

.main-widget-tabs {
  margin-bottom: 20px !important;
  background: #08a66e0d !important;
}

.main-widget-tabs li p.active {
  color: #fff !important;
  background: #08a66e !important;
}

.main-widget-tabs li p.active.red-active {
  background: #fd3249 !important;
}

.buy-sell-widget .inner-tabs {
  background: transparent !important;
  border-bottom: 1px solid #08a66e80 !important;
  border-radius: 0px !important;
}
.buy-sell-widget .inner-tabs li p {
  border-radius: 0px !important;
}
.buy-sell-widget .inner-tabs li p.active {
  background: transparent !important;
  border-bottom: 1px solid #08a66e !important;
}

.buy-sell-widget .trade-tab-content .tab-pane.active {
  flex: 1;
}

.complete-card__head-tab-text {
  cursor: pointer;
}
>>>>>>> 56f34b4a4bdcd9f84f0db3c2b679b0c52a8a880d
