html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.demos-web-container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.demos-main-header-container {
    padding: 14px;
    border-bottom: 2px solid #F8F5F4;
}

.demos-main-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demos-main-head-contain-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.demos-main-head-contain-left> :nth-child(1) button {
    background: none;
    border: none;
    cursor: pointer;
}

.demos-main-head-contain-left> :nth-child(1) button:hover {
    filter: brightness(1.2);
}

.demos-main-head-contain-left> :nth-child(2) nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

body.black .demos-main-head-contain-left> :nth-child(2) nav ul li a {
    color: #ffff;
}

.demos-main-head-contain-left> :nth-child(2) nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.demos-main-head-contain-left> :nth-child(2) nav ul li a:hover {
    color: #ea5607;
}

.demos-main-head-contain-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.demos-main-head-contain-right button {
    background: none;
    border: none;
    cursor: pointer;
}

.demos-main-head-contain-right> :nth-child(1):hover {
    filter: brightness(1.2);
}

.demos-lang-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demos-lang-dropdown> :nth-child(1) {
    width: 2px;
    height: 35px;
    background-color: #EBEBF0;
}

.demos-lang-dropdown>:nth-child(2) {
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #F9F9F9;
    padding: 8px 10px;
    gap: 5px;
    color: #000;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.demos-main-head-contain-right> :nth-child(3) button:hover {
    filter: brightness(0) saturate(100%) invert(33%) sepia(93%) saturate(1499%) hue-rotate(5deg) brightness(96%) contrast(103%);
}

.demos-mainpage-container {
    padding: 0 149px;
    background: #FAFAFA;
}

.demos-mainpage-section1-slide {
    height: 400px;
}

.demos-mainpage-section1-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 160px;
    gap: 32px
}

.demos-mainpage-section1-slide h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 29.9px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
}

.demos-mainpage-section1-slide button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 40px;
    color: #000;
    font-family: Inter;
    font-size: 12.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    border: none;
    border-radius: 4px;
    background: #FFF;
    cursor: pointer;
}

.demos-mainpage-section1-container {
    position: relative;
}

.slider-left-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-left-arrow button {
    cursor: pointer;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.50);
}

.slider-right-arrow {
    position: absolute;
    right: 60px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-right-arrow button {
    cursor: pointer;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.50);
}

.demos-mainpage-container-2 {
    padding-top: 30px;
    padding-bottom: 18.5px;
}

.demos-anounce-container {
    display: flex;
    align-items: center;
}

.demos-anounce-container> :nth-child(1) {
    border-radius: 3px 0px 0px 3px;
    background: #EA5607;
    display: inline-flex;
    padding: 15px 14.25px 14.5px 15px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
}

.demos-anounce-container> :nth-child(2) {
    background: #FFF !important;
    width: 100%;
    height: 49px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.demos-anounce-container> :nth-child(2) button {
    background: none;
    border: none;
}

.demos-anounce-ads-container {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}

.demos-anounce-ads-container div img {
    width: 100%;
}

.demos-anounce-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 16.5px;
}

.demos-anounce-slider-dots div {
    border-radius: 1.5px;
    opacity: 0.2;
    background: #EA5707;
    width: 15px;
    height: 5px;
}

.active-slider-dot {
    width: 30px !important;
    height: 5px !important;
    border-radius: 1.5px !important;
    opacity: 1 !important;
    background: #EA5607 !important;
}

.demos-coinlist-container {
    background: #FFF;
    padding: 50px 149px;
}

.demos-coinlist-container> :nth-child(1) {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 2px solid #F8F5F4;
    margin-bottom: 20px;
}

.demos-coinlist-container> :nth-child(1) button {
    color: #000;
    font-family: Inter;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    background: none;
    border: none;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.active-coin-btn {
    color: #EA5607 !important;
    font-family: Inter;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    border-bottom: 2px solid #EA5607 !important;
}

.demos-coin-table {
    width: 100%;
}

.demos-coin-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    table-layout: fixed;
}

.demos-coin-table table thead tr th {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.demos-coin-table table thead tr> :nth-child(1) {
    width: 200px;
}

.demos-coin-table table thead tr> :nth-child(2) {
    width: 109px;
}

.demos-coin-table table thead tr> :nth-child(3) {
    width: 122px;
}

.demos-coin-table table thead tr> :nth-child(4) {
    width: 80px;
}

.demos-coin-table table thead tr> :nth-child(5) {
    width: 240px;
}

.demos-coin-table table tbody tr {
    border-bottom: 1px solid #F8F9FB;
}

.demos-coin-table table tbody tr td {
    padding: 17px 0;
    vertical-align: middle;
}

.demos-coin-table table tbody tr> :nth-child(1) {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 6px;
    font-family: 'Inter';
    font-size: 12px;
}

.demos-coin-table table tbody tr> :nth-child(1) img {
    width: 32px;
    height: 32px;
}

.demos-coin-table table tbody tr> :nth-child(1) span {
    color: #000;
    font-family: Inter;
    font-size: 15.1px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.demos-coin-table table tbody tr> :nth-child(1) span>span {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 9.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

.demos-coin-table table tbody tr> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    vertical-align: middle;
}

.demos-coin-table table tbody tr> :nth-child(3) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.demos-coin-table table tbody tr> :nth-child(4) div {
    border-radius: 4px;
    width: 58px;
    padding: 0 17px 0 5px;
    height: 32.5px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demos-coin-table table tbody tr> :nth-child(4) div> :nth-child(1) {
	/*
    color: #FFF;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
	*/
}

.demos-coin-table table tbody tr> :nth-child(4) div> :nth-child(2) {
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
}

.demos-coin-table table tbody tr> :nth-child(5) {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.demos-coin-table table tbody tr> :nth-child(5) button {
    border-radius: 4px;
    border: 1px solid #EA5607;
    background: #EA5607;
    display: inline-flex;
    padding: 7px 17.77px 7px 17px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.see-all-coins {
    display: flex;
    justify-content: center;
}

.see-all-coins button {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
    background: none;
    border: none;
}

.demos-staking-card-container {
    padding: 80px 149px 50px 149px;
    background: linear-gradient(180deg, #EA5606 50%, #FAFAFA 50%);
}

.demos-staking-card-container> :nth-child(1) {
    padding-bottom: 20px;
}

.demos-staking-card-container> :nth-child(1) h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 5px;
}

.demos-staking-card-container> :nth-child(1) span {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-left: 2px;
}

.demos-staking-cards-contain {
    display: flex;
    align-items: center;
    gap: 15px;
}

.demos-staking-cards-contain div {
    max-width: 565px;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 1;
    height: 161px;
    padding: 42px 32px 42px 32px;
    border-radius: 2px;
    border: 2px solid #F8F5F4;
    background: #FFF;
}

.demos-staking-cards-contain div> :nth-child(1) {
    padding-bottom: 10px;
}

.demos-staking-cards-contain div> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: 10px;
}

.demos-staking-cards-contain div> :nth-child(3) {
    color: #767D8D;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demos-academy-container {
    padding-bottom: 50px;
}

.demos-academy-container> :nth-child(1) {
    padding-bottom: 20px;
}

.demos-academy-container> :nth-child(1) h2 {
    color: #000;
    font-family: Inter;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}

.demos-academy-container> :nth-child(1) p {
    color: #696969;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demos-academy-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

.demos-academy-nav button {
    color: #3B3B3B;
    font-family: Inter;
    font-size: 12.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    border: none;
    background: none;
}

.active-academy-nav {
    border-radius: 3px;
    background: #FFECDD !important;
    display: flex;
    padding: 7px 12.7px 6.5px 13px;
    justify-content: center;
    align-items: center;
    border: none;
    color: #EA5607 !important;
    font-family: Inter;
    font-size: 12.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
}

.demos-academy-card-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.demos-academy-card {
    width: 100%;
    flex-grow: 1;
    background: #fff;
}

.demos-academy-card img {
    width: 100%;
}

.demos-academy-card h3 {
    padding: 15px 20px;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.demoscoin-contain {
    padding: 50px 0;
}

.demoscoin-container {
    display: flex;
    align-items: center;
    gap: 61px;
    height: 300px;
    padding: 50px;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 5px;
    background: linear-gradient(18deg, #FF7600 0%, #EA5607 100%);
}

.demoscoin-container> :nth-child(1) {
    background: #00000010;
    padding: 30px;
    border-radius: 50%;
}

.demoscoin-container> :nth-child(1)> :nth-child(1) {
    background: #00000014;
    padding: 20px;
    border-radius: 50%;
}

.demoscoin-container> :nth-child(2) h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 23.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 5px;
}

.demoscoin-container> :nth-child(2) h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
}

.demoscoin-container> :nth-child(2) p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 12.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    padding-bottom: 28px;
}

.demoscoin-container> :nth-child(2) div> :nth-child(1) {
    border-radius: 4px;
    background: #FFF;
    color: #000;
    font-family: Inter;
    font-size: 12.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
}

.demoscoin-container> :nth-child(2) div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demoscoin-container> :nth-child(2) div> :nth-child(2) {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #FFF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.demos-launchpad-container {
    padding: 70px 0;
}

.demos-launchpad-head {
    padding-bottom: 20px;
}

.demos-launchpad-head> :nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demos-launchpad-head> :nth-child(1) h2 {
    color: #000;
    font-family: Inter;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 10px;
}

.demos-launchpad-head> :nth-child(1) button {
    display: inline-flex;
    height: 33.5px;
    border-radius: 6px;
    padding: 7px 10.23px 6.5px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #767D8D;
    font-family: Inter;
    font-size: 12.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    border: none;
    cursor: pointer;
}

.demos-launchpad-head>p {
    color: #767D8D;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demos-launchpad-card-container {
    display: flex;
    align-items: center;
    gap: 19px;
}

.demos-launchpad-card {
    width: 100%;
    height: 276px;
    border-radius: 4px;
    border: 2px solid #F8F5F4;
    background: #FFF;
}

.demos-launchpad-card-head-bg {
    background: #DF070B;
    border-radius: 4px 4px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 66px;
    width: 100%;
}

.demos-launchpad-card-head-bg> :nth-child(1) {
    margin-top: 185px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.demos-launchpad-card-head-bg> :nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.demos-launchpad-card-head-bg> :nth-child(2) h3 {
    color: #000;
    font-family: Inter;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
}

.demos-launchpad-card-head-bg> :nth-child(2)> :nth-child(2) {
    color: #696969;
    font-family: Inter;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.demos-launchpad-card-head-bg> :nth-child(2)> :nth-child(3) {
    color: #000;
    font-family: Inter;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.demos-launchpad-card-head-bg> :nth-child(2)> :nth-child(4) {
    color: #696969;
    font-family: Inter;
    font-size: 11.9px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}

.demos-mobil-app-area {
    display: flex;
    flex-direction: column;
    height: 201.5px;
    padding: 0px 141.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #131C21;
}

.demos-mobil-app-area h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 5px;
}

.demos-mobil-app-area span {
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 14.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    padding-bottom: 10px;
}

.demos-mobil-app-area>div {
    display: flex;
    align-items: center;
}

.demos-mobil-app-area>div button {
    background: none;
    border: none;
    cursor: pointer;
}

.demos-footer-contain-area {
    padding: 0 149px;
    background: #fff;
    border-top: 2px solid #F8F5F4;
}

.demos-footer-container {
    justify-content: space-between;
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.demos-footer-container> :nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
}

.demos-footer-container> :nth-child(1)> :nth-child(1) {
    background: none;
    border: none;
    cursor: pointer;
    padding-bottom: 5px;
}

.demos-footer-container> :nth-child(1)> :nth-child(2) {
    color: #717171;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 5px;
}

.demos-footer-container> :nth-child(1)> :nth-child(3) {
    color: #717171;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 10px;
}

.demos-footer-container> :nth-child(1)> :nth-child(4) {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
}

.demos-footer-container> :nth-child(1)> :nth-child(4) a {
    text-decoration: none;
    cursor: pointer;
}

.demos-footer-container> :nth-child(1)> :nth-child(1):hover {
    filter: brightness(1.2);
}

.demos-footer-container> :nth-child(2) {
    width: 140px;
}

.demos-footer-container> :nth-child(3) {
    width: 117px;
}

.demos-footer-container> :nth-child(4) {
    width: 150px;
}

.demos-footer-container> :nth-child(5) {
    width: 145px;
}

.demos-footer-container> :nth-child(5)>nav>ul> :nth-child(1) a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.demos-footer-container> :nth-child(6)>nav>ul> :nth-child(1) a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.demos-footer-container> :nth-child(6)>nav>ul> :nth-child(1) a:hover {
    filter: brightness(0) saturate(100%) invert(51%) sepia(39%) saturate(5942%) hue-rotate(353deg) brightness(89%) contrast(106%);
    ;
}

.demos-footer-container> :nth-child(5)>nav>ul> :nth-child(1) a:hover {
    filter: brightness(0) saturate(100%) invert(51%) sepia(39%) saturate(5942%) hue-rotate(353deg) brightness(89%) contrast(106%);
    ;
}

.demos-footer-nav-list-area h2 {
    color: #000;
    font-family: Inter;
    font-size: 17.1px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 10px;
}

.demos-footer-nav-list-area nav ul li {
    padding-bottom: 10px;
}

.demos-footer-nav-list-area nav ul li a {
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
}

.last-nav-list-area {
    padding-left: 30px;
}

.demos-footer-nav-list-area nav ul li a:hover {
    color: #ea5607;
}

.qr-footer {
    padding-top: 10px;
}

.demosholding-footer {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demos-footer-lang-dropdown> :nth-child(1) {
    border-radius: 4px;
    background: #eee;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.demos-footer-lang-dropdown> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
}

.demos-footer-lang-dropdown> :nth-child(1) :nth-child(1) {
    color: #767D8D;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demos-footer-contain {
    padding-top: 22px;
    padding-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demos-footer-contain button {
    color: #717171;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border: none;
    background: none;
}

.demos-footer-contain button:hover {
    color: #EA5606;
}

/* EASY BUYSELL CSS START */

.demos-buysell-container {
    padding: 30px 157px;
    background: #F9F9F9;
}

.demos-buysell-contain {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 12px;
}

.demos-buysell-contain> :nth-child(1) {
    background: #FFF;
    border: 2px solid #F8F5F4;
    width: 788.6px;
    height: 552px;
    padding: 2px;
    flex-shrink: 0;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(1) {
    border-bottom: 1px solid #EBEBF0;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(1) input {
    border: none;
    background: none;
    outline: none;
    width: 100%;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(1) input::placeholder {
    color: #BABBC0;
    font-family: Inter;
    font-size: 13.563px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(2) {
    display: flex;
    align-items: center;
    padding: 8px 10px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(2) button {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 13.344px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    width: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.active-buysell-btn {
    border-radius: 4px;
    background: #EBEBF0 !important;
    height: 26px;
    flex-shrink: 0;
    border: none;
    color: #767d8d !important;
    font-family: Inter;
    font-weight: 600;
}

.active-market-btn {
    width: 33.3% !important;
    border-radius: 4px;
    background: #EBEBF0 !important;
    height: 26px;
    flex-shrink: 0;
    border: none;
    color: #767d8d !important;
    font-family: Inter;
    font-weight: 600;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(3) {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(3)::-webkit-scrollbar {
    display: none;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(3) button {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 11.438px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background: none;
    border: none;
    white-space: nowrap;
    cursor: pointer;
}

.active-buysell-nav-btn {
    border-radius: 4px;
    background: #EBEBF0 !important;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 11.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border: none;
    padding: 5px 8px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(4) {
    padding: 10px 10px 10px 40px;
    background: #EBEBF0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(4)> :nth-child(1) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(4)> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 20px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(4)> :nth-child(1)>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(4)> :nth-child(2)>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(4) span {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.buysell-list-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px 20px 10px;
}

.buysell-coin-left-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.buysell-coin-left-card :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.buysell-coin-left-card :nth-child(2) img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.buysell-coin-left-card :nth-child(2)> :nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.buysell-coin-left-card :nth-child(2)> :nth-child(2)> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
}

.buysell-coin-left-card :nth-child(2)> :nth-child(2)> :nth-child(1) span {
    font-size: 12px;
    font-weight: 500;
}

.buysell-coin-left-card :nth-child(2)> :nth-child(2)> :nth-child(2) {
    color: #b1b0af;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(5) {
    overflow-y: auto;
    height: 400px;
    background: #fff;
}
body.black .demos-buysell-contain> :nth-child(1)> :nth-child(5) {
    background: #1c1f28!important;
}


.demos-buysell-contain> :nth-child(1)> :nth-child(5)::-webkit-scrollbar {
    width: 6px;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(5)::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.demos-buysell-contain> :nth-child(1)> :nth-child(5)::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}

.buysell-coin-right-card {
    display: flex;
    align-items: center;
    gap: 12px;
}




.demos-buysell-contain> :nth-child(2) {
    border-radius: 3px;
    border: 2px solid #F8F5F4;
    background: #FFF;
    width: 282.4px;
    height: 466px;
    flex-shrink: 0;
    padding: 52px 22px 38px 22px;
}

.demos-buysell-right-contain-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demos-buysell-right-contain-area> :nth-child(1) {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.demos-buysell-right-contain-area> :nth-child(1)> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 15.875px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 4px;
    text-align: center;
}

.demos-buysell-right-contain-area> :nth-child(1)> :nth-child(1) span {
    color: #717171;
    font-family: Inter;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.demos-buysell-right-contain-area> :nth-child(1)>:nth-child(2) {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 29px;
}

.demos-buysell-right-contain-area> :nth-child(2) {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.demos-buysell-right-contain-area> :nth-child(2) button {
    border-radius: 0px 4px 4px 0px;
    background: #F8F9FB;
    display: flex;
    width: 141.2px;
    height: 36px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #767D8D;
    text-align: center;
    font-family: Inter;
    font-size: 13.234px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border: none;
    cursor: pointer;
}

.active-buy-btn {
    border-radius: 4px !important;
    background: #03A66D !important;
    color: #fff !important;
    cursor: pointer;
}

.demos-buysell-right-contain-area> :nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demos-buysell-right-contain-area> :nth-child(3) span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 11.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}

.demos-buysell-right-contain-area> :nth-child(3) input {
    margin-top: 18px;
    display: flex;
    width: 222.36px;
    height: 64px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    font-family: Inter;
    font-size: 44.813px;
    outline: none;
    text-align: center;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(3) {
    color: #767D8D;
    text-align: center;
    font-family: Inter;
    font-size: 19.063px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 21px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(4) {
    color: #767D8D;
    text-align: center;
    font-family: Inter;
    font-size: 11.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 2px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(5) {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 11.5px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(6) {
    color: #767D8D;
    text-align: center;
    font-family: Inter;
    font-size: 11.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 2px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(7) {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(8) {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 12px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(8)> :nth-child(1) {
    color: #767D8D;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(8)> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(8)> :nth-child(2) span {
    color: #000;
    font-family: Inter;
    font-size: 11.063px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 18px;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(9) {
    width: 100%;
    height: 19.5px !important;
}

.demos-buysell-right-contain-area> :nth-child(3)> :nth-child(9) button {
    border-radius: 4px;
    border: 1px solid #03A66D;
    background: #03A66D;
    width: 100%;
    padding: 11px 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12.695px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    cursor: pointer;
}

.demos-buysell-right-contain-area> :nth-child(3) input::placeholder {
    color: #767D8D;
    text-align: center;
    font-family: Inter;
    font-size: 44.813px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Demos Login Page CSS Start */

.demos-login-container {
    padding: 40px 0;
    background: #F9F9F9;
}

.demos-login-modal {
    border-radius: 3px;
    border: 2px solid #F8F5F4;
    background: #FFF;
    padding: 52px 22px 32px 22px;
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
}

.demos-login-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.demos-login-head :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 24.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.demos-login-head :nth-child(2) {
    color: #717171;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    padding-bottom: 16px;
    padding-top: 5px;
}

.demos-login-head :nth-child(3) {
    border-radius: 50px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.demos-login-head> :nth-child(3)> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 9.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
}

.demos-login-head> :nth-child(3)> :nth-child(1) span {
    color: #03A66D;
    font-family: Inter;
    font-size: 9.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.5px;
}

.demos-login-main {
    width: 100%;
}

.demos-login-main> :nth-child(1) {
    display: flex;
    padding-bottom: 20px;
    width: 100%;
}

.demos-login-main> :nth-child(1) button {
    background: none;
    border: none;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 2px solid #EBEBF0;
    color: #767D8D;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.demos-login-phone-input>label {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.demos-login-phone-input> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6.5px;
}

.demos-login-phone-input> :nth-child(2)> :nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 3px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    width: 100.1px;
    height: 40px;
    flex-shrink: 0;
    cursor: pointer;
}

.demos-login-phone-input> :nth-child(2)> :nth-child(1) span {
    color: #000;
    font-family: Inter;
    font-size: 11.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.demos-login-main> :nth-child(1) :nth-child(2)> :nth-child(1) {
    color: #767D8D;
    font-family: Inter;
    font-size: 11.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 2px solid #EBEBF0;
    padding-bottom: 11px;
}

.demos-login-phone-input> :nth-child(2)> :nth-child(2) {
    width: 100%;
}

.demos-login-phone-input> :nth-child(2)> :nth-child(2) input {
    display: flex;
    width: 96.4%;
    height: 38px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #DFDFDF;
    outline: none;
    background: #FFF;
    padding-left: 10px;
}

.demos-login-password-area {
    padding-top: 19px;
    padding-bottom: 21px;
}

.demos-login-password-area> :nth-child(2) {
    position: relative;
}

.demos-login-password-area img {
    position: absolute;
    right: 16px;
    top: 16px;
}

.demos-login-password-area {
    width: 100%;
}

.demos-login-password-area input {
    width: 97.2%;
    height: 38px;
    border-radius: 3px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    outline: none;
    padding-left: 10px;
    margin-top: 6.5px;
}

.demos-forget-pass {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 12px;
}

.demos-forget-pass button {
    color: #767D8D;
    font-family: Inter;
    font-size: 11.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    background: none;
    border: none;
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.demos-login-input-area {
    width: 100%;
}

.demos-login-phone-input> :nth-child(2)> :nth-child(2) input::placeholder {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.50);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.active-demos-phone-btn {
    color: #03A66D !important;
    font-family: Inter;
    font-size: 11.4px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 11px;
    border-bottom: 2px solid #03A66D !important;
}

.demos-login-or-btns {
    width: 100%;
}

.demos-login-or-btns> :nth-child(1) button {
    border-radius: 4px;
    border: 1px solid #03A66D;
    background: #03A66D;
    display: flex;
    width: 100%;
    padding: 10.75px 0px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 12.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    cursor: pointer;
}

.demos-login-or-btns> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
}

.demos-login-or-btns> :nth-child(2) div {
    width: 46%;
    height: 1px;
    flex-shrink: 0;
    background: #EBEBF0;
}

.demos-login-or-btns> :nth-child(2) span {
    color: #CBCBCB;
    font-family: Inter;
    font-size: 7.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}

.demos-login-or-btns> :nth-child(3) button {
    cursor: pointer;
    border-radius: 4px;
    background: rgba(235, 235, 240, 0.85);
    display: flex;
    width: 100%;
    padding: 9.75px 0px;
    justify-content: center;
    align-items: center;
    border: none;
    color: #767D8D;
    font-family: Inter;
    font-size: 12.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
}

.demos-login-password-area label {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.demos-register-section {
    background: #F9F9F9;
    padding: 40px 0;
}

.demos-register-container-bg {
    margin: 0 auto;
    display: flex;
    width: 500px;
    padding: 52px 30.5px 32px 30.5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 3px;
    border: 2px solid #F8F5F4;
    background: #FFF;
}

.demos-register-container {
    width: 100%;
}

.demos-register-container> :nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demos-register-container> :nth-child(1) h2 {
    color: #000;
    font-family: Inter;
    font-size: 24.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 4.6px;
}

.demos-register-container> :nth-child(1) span {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.demos-register-input-container {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.demos-register-input-container>div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.demos-register-input-container label {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 6.5px;
}

.demos-register-input-container> :nth-child(-n+9)>input {
    display: flex;
    width: 97.8%;
    padding: 10px 0px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    outline: none;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    padding-left: 10px;
}


.register-pass-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.register-pass-area input {
    margin-top: 0 !important;
}

.demos-register-phone-input :nth-child(2) {
    margin-top: 0 !important;
}

.register-pass-area img {
    position: absolute;
    top: 10px;
}

.register-pass-area> :nth-child(3) {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.register-pass-area> :nth-child(3) :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}

.register-pass-area> :nth-child(3) :nth-child(2) {
    color: #EA5607;
    font-family: Inter;
    font-size: 12.7px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
}

.round-checkbox input[type="checkbox"] {
    display: none;
}

.round-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

.round-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #E3E2E2;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.round-checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: #28a745;
    border: none;
    height: 21px;
    width: 21px;
}

.round-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.round-checkbox input[type="checkbox"]:checked+.checkmark:after {
    display: block;
    left: 8px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.demos-agreement-1 {
    padding-top: 14px;
}

.demos-agreement-1> :nth-child(1) {
    height: 30px;
}

.demos-agreement-1> :nth-child(2) {
    padding-top: 16px;
    padding-left: 30px;
}

.demos-agreement-1 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.demos-agreement-1-text :nth-child(1) {
    color: #DC3545;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.demos-agreement-1-text :nth-child(1) span {
    color: #EA5607 !important;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    text-decoration-line: underline !important;
}

.demos-agreement-2-text :nth-child(1) {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.demos-agreement-2-text :nth-child(1) span {
    color: #EA5607 !important;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    text-decoration-line: underline !important;
}

.demos-agreement-3-text :nth-child(1) {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.demos-agreement-3-text :nth-child(1) span {
    color: #EA5607 !important;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    text-decoration-line: underline !important;
}

.demos-register-agreement-area {
    padding-bottom: 20px;
}

/* About Us Page CSS Start */

.demos-aboutus-contain-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demos-aboutus-contain-1 {
    background: url('../images/btcBg.svg') no-repeat left;
    padding: 120px 291px 120px 271px;
}

.demos-aboutus-contain-1> :nth-child(1) {
    text-align: center;
    padding-bottom: 54px;
}

.demos-aboutus-contain-1> :nth-child(1) h2 {
    padding-bottom: 5px;
    color: #000;
    font-family: Inter;
    font-size: 39.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.demos-aboutus-contain-1> :nth-child(1) p {
    color: #000;
    font-family: Inter;
    font-size: 15.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

.demos-aboutus-contain-1> :nth-child(2) {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
}

.demos-aboutus-contain-1> :nth-child(2)>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demos-aboutus-contain-1> :nth-child(2)>div> :nth-child(1) {
    color: #EA5607;
    font-family: Inter;
    font-size: 34.5px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
}

.demos-aboutus-contain-1> :nth-child(2)>div> :nth-child(2) {
    color: #6A6A6A;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demos-aboutus-container-2 {
    border-top: 2px solid #F8F5F4;
    background: #F9F9F9;
    padding: 82px 142.5px 80px 142.5px;
}

.demos-aboutus-container-2> :nth-child(1) {
    text-align: center;
}

.demos-aboutus-container-2> :nth-child(1) h2 {
    color: #000;
    font-family: Inter;
    font-size: 27.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
}

.line {
    height: 2px;
    width: 100%;
    background: #F8F5F4;
}

.demos-aboutus-container-2> :nth-child(2) {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.demos-aboutus-card {
    background: #fff;
    padding: 26px;
    border-radius: 50%;
    border: 2px solid #F8F5F4;
}

.big-btc {
    border: 2px solid #EA5607 !important;
    background: #EA5607 !important;
}

.demos-aboutus-container-2> :nth-child(3) {
    text-align: center;
    padding-top: 24.5px;
}

.demos-aboutus-container-2> :nth-child(3) :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.demos-aboutus-container-2> :nth-child(3) :nth-child(2) {
    color: #6A6A6A;
    font-family: Inter;
    font-size: 14.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.demos-aboutus-container-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 30.36px 0 150px;
    height: 290px;
    background: linear-gradient(270deg, #EA5607 0%, #FF7600 100%);
}

.demos-aboutus-container-3> :nth-child(1) h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 30.3px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    padding-bottom: 13.79px;
}

.demos-aboutus-container-3> :nth-child(1) p {
    color: rgba(255, 255, 255, 0.68);
    font-family: Inter;
    font-size: 14.9px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 25px;
}

.demos-aboutus-container-3> :nth-child(1)>button {
    color: #FFF;
    font-family: Inter;
    font-size: 13.9px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.68);
    cursor: pointer;
    padding: 0 !important;
    line-height: 20px !important;
}

.demos-aboutus-container-3> :nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    width: 292.76px;
    height: 292.765px;
    flex-shrink: 0;
    
}

.demos-aboutus-container-4 {
    background: #fff;
    padding: 100px 150px;
}

.demos-aboutus-container-4> :nth-child(1) h2 {
    color: #000;
    font-family: Inter;
    font-size: 24.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 3px;
}

.demos-aboutus-container-4> :nth-child(1) h3 {
    color: #EA5607;
    font-family: Inter;
    font-size: 20.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px;
}

.black-line {
    background: #000;
    width: 40px;
    height: 2px;
    flex-shrink: 0;
    margin-bottom: 9.5px;
}

.demos-aboutus-container-4> :nth-child(1) p {
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 15px;
}

.demos-aboutus-container-4> :nth-child(1) button {
    color: #000;
    font-family: Inter;
    font-size: 16.1px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: none;
    border: none;
    text-decoration: underline;
    text-decoration-color: #EA5607;
    padding: 0 !important;
}

.demos-aboutus-container-5 {
    height: 172.19px;
    background: #000000b5 url('../images/aboutUsBg.svg') no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position: 50%;
    padding: 60px 0 60px 150px;
}

.demos-aboutus-container-5>div :nth-child(1) {
    color: #EA5607;
    font-family: Inter;
    font-size: 16.9px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    padding-bottom: 1px;
}

.demos-aboutus-container-5>div :nth-child(2) {
    color: #FFF;
    font-family: Inter;
    font-size: 30.3px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    padding-bottom: 19px;
}

.demos-aboutus-container-5>div :nth-child(3) {
    color: #FFF;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 25px;
}

.demos-aboutus-container-5 div> :nth-child(4) {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 !important;
    border: none;
    background: none;
    color: #FFF;
    font-family: Inter;
    font-size: 13.7px;
    font-style: normal;
    font-weight: 700;
    background: none;
    border: none;
    border-bottom: 1px solid #EA5607;
}

.demo-anounce-container {
    padding: 32px 150px 30px 150px;
    border-bottom: 2px solid #F8F5F4;
    background: #131C21;
    height: 40px;
    margin-bottom: 42px;
}

.demo-anounce-container h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 24.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.demo-anounce-cards-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 150px 42px 150px;
}

.demo-anounce-cards-container div {
    padding: 19.2px 31px 20px 25px;
    border-radius: 3px;
    border: 2px solid #F8F5F4;
    background: #FFF;
    cursor: pointer;
    position: relative;
}

.demo-anounce-cards-container div::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 2px solid #EA5606;
    border-top: 2px solid #EA5606;
    transition: width 0.3s ease, height 0.3s ease;
}

.demo-anounce-cards-container div:hover::before {
    width: 40px;
    height: 40px;
    opacity: 1;
}

.demo-anounce-cards-container div h3 {
    color: #000;
    font-family: Inter;
    font-size: 17.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    padding-bottom: 10px;
}

.demo-anounce-cards-container div p {
    color: #6A6A6A;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 5px;
}

.demo-anounce-cards-container div span {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 11.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demo-market-container> :nth-child(1) {
    width: 100% !important;
}

.demo-market-head-container {
    border-bottom: 2px solid #F8F5F4;
    background: #131C21;
    padding: 30px 0px 32px 152px;
}

.demo-market-head-container h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 23.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.demo-assets-container {
    padding: 30px 80px 80px 80px;
    background: #F9F9F9;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.demo-assets-left-container> :nth-child(1) {
    background: #fff;
    width: 238px;
    height: 142px;
    padding: 24.75px 20px 25px 20px;
}

.demo-assets-left-container> :nth-child(1)> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 15.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 20.25px;
}

.demo-assets-left-container> :nth-child(1)> :nth-child(2) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: block;
}

.demo-assets-left-container> :nth-child(1)> :nth-child(3) {
    color: #000;
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.demo-assets-left-container> :nth-child(1)> :nth-child(4) {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.demo-assets-left-container> :nth-child(1)> :nth-child(4)> :nth-child(1) {
    border-radius: 4px;
    border: 1px solid #EA5607;
    background: #EA5607;
    padding: 8px 35.251px 7.5px 34.969px;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    cursor: pointer;
}

.demo-assets-left-container> :nth-child(1)> :nth-child(4)> :nth-child(2) {
    border-radius: 4px;
    border: 1px solid #FDEEE7;
    background: #FDEEE7;
    padding: 8px 36.228px 7.5px 36.992px;
    color: #EA5607;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    cursor: pointer;
}

.demo-assets-left-container> :nth-child(2) {
    background: #fff;
    width: 238.44px;
    padding: 25px 20px 24px 20px;
    margin-top: 10px;
}

.demo-assets-left-container> :nth-child(2)> :nth-child(1) {
    padding-bottom: 20px;
}

.demo-assets-left-container> :nth-child(2)> :nth-child(1)> :nth-child(1) {
    color: #767D8D;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: block;
}

.demo-assets-left-container> :nth-child(2)> :nth-child(1)> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 13.9px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

.demo-assets-left-container> :nth-child(2)> :nth-child(2)> :nth-child(1) {
    color: #767D8D;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: block;
}

.demo-assets-left-container> :nth-child(2)> :nth-child(2)> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 13.9px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

.demo-assets-right-container {
    background: #fff;
    padding: 15px 0px 15px 0;
    width: 100%;
    overflow-x: auto;
}

.demo-assets-nav-area::-webkit-scrollbar {
    display: none;
}

.demo-assets-nav-area {
    overflow-x: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #F8F5F4;
}

.demo-assets-nav-area button {
    white-space: nowrap;
    background: none;
    border: none;
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 0 15px;
    padding-bottom: 15px;
}

.active-assets-btn {
    color: #EA5607 !important;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 2px solid #EA5607 !important;
}

.demo-assets-search-area {
    padding: 11.5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-assets-search-area> :nth-child(1) {
    position: relative;
    ;
}

.demo-assets-search-area> :nth-child(1) img {
    position: absolute;
    top: 8px;
    left: 10px;
    opacity: 0.3;
}

.demo-assets-search-area> :nth-child(1) input {
    border-radius: 3px;
    background: #FFF;
    padding-left: 37px;
    height: 32px;
    outline: none !important;
    border: 1px solid #DFDFDF;
}

.demo-assets-search-area> :nth-child(1) input::placeholder {
    opacity: 0.4;
}

.demo-assets-search-area> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 7px;
}

.demo-assets-search-area> :nth-child(2)> :nth-child(2) {
    color: #717171;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    cursor: default;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox span {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #E3E2E2;
    background: #FFF;
    display: inline-block;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.custom-checkbox input:checked+span {
    background-color: #28A745;
    width: 18px;
    height: 18px;
    border: none;
    position: relative;
}

.custom-checkbox input:checked+span::after {
    content: "\2714";
    width: 16px;
    height: 16px;
    color: white;
    font-size: 14px;
    position: absolute;
    left: 4px;
    top: 2px;
}

.demo-asset-head-contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    background: #F5F5F5;
}

.demo-asset-head-contain div {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 3px;
}

.demo-asset-head-contain div :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.demo-asset-body-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px;
}

.demo-wallet-contain {
    display: flex;
    justify-content: flex-end;
}

.demo-asset-body-card {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
}

.demo-asset-body-card> :nth-child(2) {
    display: flex;
    flex-direction: column;
}

.demo-asset-body-card> :nth-child(2)> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.demo-asset-body-card> :nth-child(2)> :nth-child(2) {
    color: #767D8D;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.invest-withdraw-area {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.invest-withdraw-area> :nth-child(1) {
    color: #03A66D;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 !important;
}

.invest-withdraw-area> :nth-child(2) {
    color: #C90950;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    background: none;
    border: none;
    padding: 0 !important;
    cursor: pointer;
}

.demo-assets-right-container> :nth-child(3)> :nth-child(odd) {
    border-bottom: 1px solid #DFDFDF;
    background: #F7F7F7;
}

.demo-access-settings-container {
    border-bottom: 2px solid #F8F5F4;
    background: #131C21;
    padding: 30px 0 30px 149px;
}

.demo-access-settings-container h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.demo-access-settings-body-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    background: #F9F9F9;
    padding: 30px 149px;
}

.demo-access-settings-body-left-container {
    background: #fff;
    width: 270px;
}

.demo-access-settings-body-left-container nav ul li {
    width: 220px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.demo-access-settings-body-left-container nav ul li img {
    width: 7px;
}

.demo-access-settings-body-left-container nav ul li a {
    color: #000;
    font-family: Inter;
    font-size: 13.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}

.demo-access-settings-body-left-container nav ul li:hover {
    filter: brightness(0) saturate(100%) invert(39%) sepia(32%) saturate(5201%) hue-rotate(2deg) brightness(96%) contrast(95%);
}

.demo-access-settings-body-right-container {
    background: #fff;
    width: 840px;
    padding: 20px;
}

.demo-access-settings-head {
    border-bottom: 2px solid #F8F5F4;
    margin-bottom: 10px;
}

.demo-access-settings-head :nth-child(1) {
    color: #EA5607;
    font-family: Inter;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 2px;
}

.demo-access-settings-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 9.75px;
}

.demo-access-settings-content> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.demo-access-settings-content> :nth-child(2) {
    color: #6A6A6A;
    font-family: Inter;
    font-size: 11.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demo-access-settings-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    border: 1px solid #B1B0AF;
    background: #FFF;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    border-radius: 100px;
    background: #B1B0AF;
    transition: 0.4s;
}

.switch input:checked+.slider {
    border-radius: 100px;
    opacity: 0.4;
    background: #28A745;
    border: none;
}

.switch input:checked+.slider:before {
    transform: translateX(26px);
    background: #fff;
    bottom: 3px;
    left: -4px;
}

.demo-access-settings-body-right-container> :nth-child(2) {
    margin-bottom: 30px;
}

.demo-access-settings-pass-area {
    position: relative;
    width: 397px;
}

.demo-access-settings-pass-area input {
    outline: none;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    width: 373px;
    height: 16px;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 13.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 11px;
    margin-top: 6px;
}

.demo-access-settings-pass-area img {
    position: absolute;
    top: 36px;
    right: 16px;
}

.demo-access-settings-pass-area label {
    color: #717171;
    font-family: Inter;
    font-size: 13.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.dropdown {
    width: 397px;
    padding: 0px 0px 0px 11px;
    height: 21px;
    position: relative;
    display: inline-block;
}

.dropdown-checkbox {
    display: none;
}

.dropdown> :nth-child(1) {
    color: #717171;
    font-family: Inter;
    font-size: 13.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.dropdown-btn {
    margin-top: 6px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 4px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow>img {
    width: 12px;
    padding-top: 3px;
    
}

.dropdown-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 384px;
    padding: 0px 0px 0px 4px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    margin-top: 6px;
    z-index: 1;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(3328%) hue-rotate(1deg) brightness(94%) contrast(96%);
}

.dropdown-checkbox:checked+.dropdown-btn+.dropdown-content {
    display: block;
}

.demo-access-pass-contain> :nth-child(1) {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.demo-access-pass-contain> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 21px;
}

.demo-access-pass-security {
    margin-top: 6px;
}

.demo-access-pass-security> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 12.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}

.demo-access-pass-security> :nth-child(1) span {
    color: #EA5607;
    font-family: Inter;
    font-size: 11.9px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
}

.demo-access-send-pass {
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #F8F5F4;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.demo-access-send-pass button {
    border-radius: 4px;
    border: 1px solid #EA5607;
    
    background: #EA5607;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    display: flex;
    height: 41.5px;
    padding: 11px 17.97px 10.5px 17px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
}

.demo-access-pass-contain-2> :nth-child(1) {
    display: flex;
    align-items: center;
    gap: 21px;
}

.demo-access-send-pass-2 {
    margin-bottom: 0 !important;
}

.demo-invest-page-container {
    background: #FAFAFA;
}

.demo-invest-page-head-container {
    padding-bottom: 24px;
}

.demo-invest-page-head-container> :nth-child(1) {
    display: flex;
}

.demo-invest-page-head-container> :nth-child(1) button {
    width: 100%;
    background: none;
    border: none;
    padding: 13px 0;
    color: #767D8D;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 2px solid #EBEBF0;
    background: #fff;
    cursor: pointer;
}

.demo-active-invest-btn {
    color: #03A66D !important;
    border-bottom: 2px solid #03A66D !important;
}

.demo-active-withdraw-btn {
    color: #C90950 !important;
    border-bottom: 2px solid #C90950 !important;
}

.demo-invest-page-head-container> :nth-child(2) {
    padding: 20px 149px;
    display: flex;
    flex-direction: column;
    gap: 1.5px;
    background: #fff;
    border-bottom: 4px solid #EBEBF0;
}

.demo-invest-page-head-container> :nth-child(2)> :nth-child(1) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.demo-invest-page-head-container> :nth-child(2)> :nth-child(1) span {
    color: #9B9B9B !important;
    font-family: Inter;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 21px !important;
}

.demo-invest-page-head-container> :nth-child(2)> :nth-child(2) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.demo-invest-page-body-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.demo-invest-alert {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    width: 78%;
    padding: 22px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #F8F5F4;
    margin-bottom: 20px;
}

.demo-invest-alert span {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demo-invest-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 78%;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #F8F5F4;
    padding: 22px 22px 33px 22px;
    margin-bottom: 20px;
}

.demo-invest-detail> :nth-child(1) {
    width: 100%;
}

.demo-invest-detail> :nth-child(1)> :nth-child(1) {
    width: 100% !important;
    padding: 0 !important;
}

.invst-withdraw-dropdown-content {
    width: 99.5% !important;
}

.demo-invest-infos-container {
    width: 100%;
}

.demo-invest-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-invest-info> :nth-child(1) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demo-invest-info> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 12.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.demo-invest-bottom-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid #F8F5F4;
    background: #FFF;
    width: 78%;
    padding: 22px;
    margin-bottom: 20px;
}

.demo-invest-bottom-container span {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demo-invest-page-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 81%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.demo-transaction-history {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    background: #FFF;
    height: 44px;
    color: #03A66D;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 2px solid #03A66D;
}

.demo-transaction-list {
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #DFDFDF;
    background: #EBEBF0;
    padding: 14px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.demo-transaction-list span {
    padding: 0 20px;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.129px;
}

.demo-transaction-list-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 292px;
    width: 100%;
}

.demo-transaction-list-container span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.129px;
}

.demo-transaction-arrow-area {
    border-top: 1px solid #E0E0E0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    padding-top: 10px;
}

.demo-transaction-arrow-area button {
    border-radius: 16px;
    opacity: 0.38;
    background: #EBEBF0;
    border: none;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 9.75px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.demo-withdraw-detail-container {
    background: #FFF;
    padding: 22px;
    margin: 0 auto;
    border: 2px solid #F8F5F4;
    border-radius: 4px;
    width: 78%;
}

.demo-withdraw-detail {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#withdrawPageBody {
    display: none;
}

#withdrawPageFooter {
    display: none;
    width: 80.5%;
    margin: 0 auto;
}

.demo-withdraw-detail button {
    border-radius: 4px;
    border: 1px solid #FDEEE7;
    background: #FDEEE7;
    padding: 11px 17.62px 10.5px 17px;
    color: #EA5607;
    font-family: Inter;
    font-size: 12.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.demo-withdraw-customer {
    display: flex;
    flex-direction: column;
    gap: 6.25px;
}

.demo-withdraw-customer label {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.demo-withdraw-customer input {
    border-radius: 3px;
    background: #EDEDED;
    outline: none;
    border-radius: 4px;
    height: 38px;
    padding-left: 12px;
    border: 1px solid #DFDFDF;
}

.demo-withdraw-customer-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    gap: 16px;
}

.demo-withdraw-customer-info-container>div {
    width: 100%;
}

.demo-withdraw-customer-info-container label {
    color: #717171;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.demo-withdraw-customer-info-container input {
    width: 96.2%;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    outline: none;
    height: 38px;
    padding-left: 12px;
    margin-top: 10px;
}

.demo-withdraw-customer-info-container input::placeholder {
    opacity: 0.6;
}

.demo-withdraw-customer-info-container> :nth-child(1) input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    appearance: none !important;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    width: 18px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
}

.custom-checkbox input:checked+.checkmark {
    background-color: #4caf50;
    border: none;
    width: 20px;
    height: 20px;
}

.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.demo-withdraw-customer-info-container> :nth-child(1) label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-withdraw-customer-info-container> :nth-child(1) label>label {
    display: flex;
    align-items: center;
}

.demo-withdraw-button-area {
    width: 100%;
    margin-top: 12px;
}

.demo-withdraw-button-area button {
    border-radius: 4px;
    border: 1px solid #03A66D;
    
    background: #03A66D;
    width: 100%;
    padding: 11px 0;
    color: #FFF;
    font-family: Inter;
    font-size: 12.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
}

.demo-withdraw-bottom-container {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.demo-withdraw-bottom-container>div {
    display: flex;
    justify-content: space-between;
}

.demo-withdraw-bottom-container>div> :nth-child(1) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demo-withdraw-bottom-container>div> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demo-withdraw-transaction-area {
    display: flex;
}

.active-transaction-withdraw {
    color: #03A66D;
    border-bottom: 2px solid #03A66D;
}

.deactive-transaction-withdraw {
    color: #767D8D !important;
    border-bottom: 2px solid #EBEBF0 !important;
}

.demo-withdraw-transaction-list span {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.demo-withdraw-customer-info-container> :nth-child(1) {
    position: relative;
}

.demo-withdraw-customer-info-container> :nth-child(1)>span {
    position: absolute;
    right: 18px;
    top: 44px;
    color: #EA5607;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
}

.demo-withdraw-customer-info-container> :nth-child(2) {
    position: relative;
}

.demo-withdraw-customer-info-container> :nth-child(2)> :nth-child(3) {
    position: absolute;
    right: 18px;
    top: 44px;
    display: flex;
    align-items: center;
    gap: 15px
}

.demo-withdraw-customer-info-container> :nth-child(2)> :nth-child(3)> :nth-child(1) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.demo-withdraw-customer-info-container> :nth-child(2)> :nth-child(3)> :nth-child(2) {
    color: #767D8D;
    font-family: Inter;
    font-size: 18.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}

.demo-exchange-page-container {
    padding: 10px 7.5px;
    background: #F9F9F9;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.demo-exchange-page-left-contain {
    display: flex;
    width: 84%;
    gap: 10px;
}

.demo-exchange-page-left-container {
    width: 73%;
}

.demo-exchange-page-middle-container {
    width: 27%;
}

.demo-exchange-page-right-container {
    background: #fff;
    width: 228px;
    padding: 10px;
    height: 1131px;
}

.demo-exchange-top-info {
    background: #fff;
    padding: 5px 10px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 15.5px;
}

.demo-exchange-top-info> :nth-child(1) {
    display: flex;
    align-items: center;
    gap: 25px;
}

.demo-exchange-top-info> :nth-child(1)> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 60px;
    cursor: pointer;
    padding-right: 9px;
    border-right: 1px solid #EBEBF0;
}

.demo-exchange-top-info> :nth-child(1)> :nth-child(2)> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    white-space: nowrap;
}

.demo-exchange-top-info> :nth-child(1)> :nth-child(2)> :nth-child(1) span {
    color: #000;
    font-family: Inter;
    font-size: 12.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.demo-exchange-top-info> :nth-child(1)> :nth-child(2)> :nth-child(2) {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.demos-exchange-currency-modal {
    position: absolute;
    top: 140px;
    left: 20px;
    padding: 0;
    background: none;
    box-shadow: .2rem .2rem 1rem .5rem rgba(0, 0, 0, .12);
}

#exchangeCurrencyModal {
    display: none;
}

.demos-exchange-currency-modal .demo-market-container> :nth-child(1) {
    width: 350px !important;
}

.demo-exchange-top-info> :nth-child(2) {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.demo-exchange-detail-card {
    display: flex;
    flex-direction: column;
    gap: 2.75px;
}

.demo-exchange-detail-card> :nth-child(1) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 9.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.demo-exchange-detail-card> :nth-child(1)>span {
    color: #000;
    font-family: Inter;
    font-size: 9.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.demo-exchange-detail-card> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.demo-exchange-detail-card-changes> :nth-child(2) {
    color: #C90950;
    font-family: Inter;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.demo-exchange-tradingview-area {
    height: 410px !important;
    margin-bottom: 15px;
}

.demo-exchange-table-btn-area {
    width: 100%;
    display: flex;
    background: #fff;
}

.demo-exchange-table-btn-area button {
    width: 50%;
    background: none;
    border: none;
    color: #767D8D;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 2px solid #EBEBF0;
    padding-bottom: 11px;
    padding-top: 13px;
}

.demo-exchange-table-area {
    background: #fff;
}

.active-exchange-transaction {
    color: #03A66D !important;
    border-bottom: 2px solid #03A66D !important;
}

.demo-exchange-table-nav-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 21px;
}

.demo-exchange-table-nav-area> :nth-child(1) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.demo-exchange-table-nav-area> :nth-child(1) button {
    background: none;
    border: none;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}

.active-exchange-nav-btn {
    border-radius: 4px !important;
    background: #DFDFDF !important;
    padding: 5px;
}

.demo-exchange-table-nav-area> :nth-child(2) label {
    color: #717171;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.demo-exchange-table-head-area {
    margin: 0 11px;
    background: #F5F5F5;
    padding: 5px 0px;
    display: flex;
    justify-content: space-around;
}

.demo-exchange-table-head-area span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.demo-exchange-table-body-area {
    background: #fff;
    height: 300px;
}

.demo-exchange-page-middle-top {
    background: #fff;
    padding: 10px 12px;
}

.demo-exchange-page-middle-top> :nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.demo-exchange-price-head {
    display: flex;
    flex-direction: column;
	margin-right: 20px;
}

.demo-exchange-price-head> :nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.demo-exchange-price-head> :nth-child(2) {
    color: #9B9B9B;
    font-family: Inter;
    font-size: 8.9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-align: left;
}

.demo-exchange-page-middle-top> :nth-child(1)> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 40px;
}

.demo-exchange-current-price-container {
    overflow-y: auto;
    height: 299px;
}

.demo-exchange-current-price {
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(119, 126, 141, 0.10);
}
body.black .demo-exchange-current-price {
    border-bottom: 1px solid #2c2c36!important;
}

.demo-exchange-current-price-green {
}

.demo-exchange-current-price-green> :nth-child(1) span {
    color: #03A66D !important;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.demo-exchange-current-price :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 50px;
}

.demo-exchange-current-price> :nth-child(1) span {
    color: #C90950;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.demo-exchange-current-price> :nth-child(2) span {
    color: #000;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

.demo-exchange-live-price {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.demo-exchange-live-price span {
    color: #03A66D;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.demo-exchange-live-price span span {
    color: #03A66D;
    font-family: Inter;
    font-size: 8.9px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.demo-exchange-page-middle-bottom {
    margin-top: 17px;
    background: #fff;
    padding: 10px;
}

.demo-exchange-page-middle-bottom> :nth-child(1) h3 {
    color: #000;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
}

.demo-exchange-page-middle-bottom> :nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #F5F5F5;
}

.demo-exchange-page-middle-bottom> :nth-child(2)>div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.demo-exchange-page-middle-bottom> :nth-child(2) span {
    color: #000;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.demo-exchange-page-middle-bottom> :nth-child(3) {
    height: 359.6px;
    overflow-y: auto;
}

.demo-exchange-page-middle-bottom> :nth-child(3)>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #EBEBF0;
}

.price-green {
    color: #03A66D;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.price-red {
    color: #C90950;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.amount-date {
    color: #717171;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demo-exchange-page-right-container> :nth-child(1) {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.demo-exchange-page-right-container> :nth-child(1) button {
    display: flex;
    width: 111.6px;
    padding: 9.75px 38.647px 10.25px 40.953px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 4px 4px 0px;
    background: #F8F9FB;
    color: #767D8D;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border: none;
    width: 50%;
    cursor: pointer;
}

.demo-exchange-active-buy-btn {
    border-radius: 4px !important;
    background: #03A66D !important;
    color: #fff !important;
}

.demo-exchange-page-right-container> :nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center;
}

.demo-exchange-page-right-container> :nth-child(2) button {
    width: 33.3%;
    padding: 10px 14px;
    background: none;
    border: none;
    color: #767D8D;
    font-family: Inter;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 2px solid #EBEBF0;
    cursor: pointer;
}

.demo-exchange-active-market-btn {
    border-bottom: 2px solid #EA5607 !important;
    color: #EA5607 !important;
}

.demo-exchange-market-input-area {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
}

.demo-exchange-market-input-area input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #EDEDED;
    border: none;
    height: 38px;
    text-align: center;
    outline: none;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #EBEBF0;
}

.demo-exchange-market-input-area input::placeholder {
    display: flex;
    text-align: center;
    padding: 0 11px;
    font-family: Inter;
}

.demo-exchange-market-input-area> :nth-child(1)>div {
    position: relative;
}

.demo-exchange-market-input-area> :nth-child(1)>div span {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #B1B0AF;
    font-family: Inter;
    font-size: 8.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.demo-exchange-market-percentage {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 15px;
}

.demo-exchange-market-percentage>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.demo-exchange-market-percentage>div> :nth-child(1) {
    border-radius: 0px 10px;
    width: 53.55px;
    height: 8px;
    background: #EBEBF0;
}

.demo-exchange-market-percentage>div> :nth-child(2) {
    color: #B1B0AF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.demo-exchange-market-input-area> :nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
}

.demo-exchange-market-input-area> :nth-child(3) button {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #03A66D;
    
    background: #03A66D;
    display: flex;
    width: 223.18px;
    padding: 11px 0px 10.5px 0px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 11.9px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    cursor: pointer;
}

.demo-exchange-market-input-area> :nth-child(4) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.demo-exchange-market-input-area> :nth-child(4) div {
    display: flex;
    flex-direction: column;
}

.demo-exchange-market-input-area> :nth-child(4) div> :nth-child(1) {
    color: #767D8D;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
}

.demo-exchange-market-input-area> :nth-child(4) div> :nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 10.7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.demo-exchange-market-input-area> :nth-child(4) div> :nth-child(2) span {
    color: #000;
    font-family: Inter;
    font-size: 9.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.demo-exchange-current-price-container::-webkit-scrollbar {
    width: 6px;
}

.demo-exchange-current-price-container::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.demo-exchange-current-price-container::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}

.demo-exchange-page-middle-bottom> :nth-child(3)::-webkit-scrollbar {
    width: 6px;
}

.demo-exchange-page-middle-bottom> :nth-child(3)::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.demo-exchange-page-middle-bottom> :nth-child(3)::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}

.demos-profile-dropdown {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: .2rem;
    right: 136px;
    top: 70px;
    z-index: 999;
    width: 178px;
    height: 238px;
    padding: 10px 18px;
    border: 1px solid #f8f5f4;
}

.demos-profile-dropdown> :nth-child(1) button {
    background: none;
    border: none;
    font-size: 13px;
    font-family: Inter;
    cursor: pointer;
    height: 30px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 0 !important;
    padding-left: 8px !important;
    margin-left: -8px;
}

.demos-profile-dropdown> :nth-child(1) button:hover {
    background: #eee;
}


.demos-profile-dropdown> :nth-child(2) {
    color: #767d8d;
    font-size: 14px;
    font-family: Inter;
}

.demos-profile-dropdown> :nth-child(2)>div {
    margin-top: 6px;
    margin-bottom: 14px;
}

.demos-profile-dropdown> :nth-child(3)>span {
    color: #767d8d;
    font-family: Inter;
    display: block;
    font-size: 11px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.demos-profile-dropdown> :nth-child(3)> :nth-child(2) {
    margin-bottom: 4px;
}

.demos-profile-dropdown> :nth-child(3)> :nth-child(3) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
}

.demos-profile-dropdown> :nth-child(3)> :nth-child(2)> :nth-child(1),
.demos-profile-dropdown> :nth-child(3)> :nth-child(3)> :nth-child(1) {
    color: #767d8d;
    font-family: Inter;
    font-size: 11px;
}

.demos-profile-dropdown> :nth-child(3)> :nth-child(2)> :nth-child(2),
.demos-profile-dropdown> :nth-child(3)> :nth-child(3)> :nth-child(2) {
    font-family: Inter;
    font-size: 11px;
}

.demos-profile-dropdown> :nth-child(4) {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.demos-profile-dropdown> :nth-child(4) button {
    background: none;
    border: none;
    text-align: left;
    padding: 0 !important;
    padding-left: 8px !important;
    margin-left: -8px;
    font-size: 12px;
    font-family: Inter;
    cursor: pointer;
    height: 30px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    margin-bottom: 6px;
}

.demos-profile-dropdown> :nth-child(4) button:hover {
    background: #eee;
}

.deactive-demos-profile-dropdown {
    display: none;
}

.choose-lang-modal {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;

}

.choose-lang-modal>div {
    background: #fff;
    border-radius: .2rem;
    padding: 2rem;
    height: 101px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-lang-modal>div> :nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-lang-modal>div> :nth-child(1)> :nth-child(1) {
    color: #000;
    font-size: 18px;
    font-family: Inter;
    font-weight: 800;
}

.choose-lang-modal>div> :nth-child(1)> :nth-child(2) {
    background: #000;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transform: rotate(45deg);
    color: #fff;
}

.choose-lang-modal>div> :nth-child(1) {
    border-bottom: 1px solid #f8f5f4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.choose-lang-modal>div> :nth-child(2) {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.choose-lang-modal>div> :nth-child(2) button {
    width: 50%;
    border: none;
    background: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.demos-active-lang-btn {
    background: #f9f9f9 !important;
}

.choose-lang-modal>div> :nth-child(2)>button>span {
    font-size: 12px;
    font-family: Inter;
    color: gray;
}

.choose-lang-modal>div> :nth-child(2)>button:hover {
    background: #f9f9f9;
}

.choose-lang-modal>div> :nth-child(2)>button>img {
    width: 20px;
    height: 20px;
}

.deactive-choose-lang-modal {
    display: none;
}

.choose-lang-modal>div> :nth-child(2)>button>span>span {
    font-size: 12px;
    font-family: Inter;
    font-weight: 600;
    color: #000;
}

body.black .demos-main-header-container,
body.black .demos-anounce-container> :nth-child(2) {
    background: #131c21 !important;
}

body.black .demos-main-header-container,
body.black .demo-access-settings-container,
body.black .demo-access-settings-head {
    border-bottom: 2px solid #1a1a29;
}



body.black .demos-main-header-container a:hover {
    color: #ea5607 !important;
}

body.black .demos-lang-dropdown>:nth-child(2),
body.black .demo-access-settings-container,
body.black .demo-access-settings-body-container {
    background: #070e11;
}

body.black .demos-mainpage-container {
    background: #0f161a !important;
}

body.black .demos-main-head-contain-right div button {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

body.black .demos-coinlist-container {
    background: #070e11 !important;
}

body.black .demos-launchpad-card,
body.black .demo-access-settings-body-left-container,
body.black .demo-access-settings-body-right-container {
    background: #131c21 !important;
    border: 2px solid #1a1a29;
}

body.black .demos-staking-cards-contain div {
    background: #131c21;
    border: 2px solid #1a1a29;
}

body.black .demos-staking-card-container {
    background: linear-gradient(180deg, #EA5606 50%, #0f161a 50%);
}

body.black .demos-academy-card {
    background: #0e1016;
}

body.black .demoscoin-container> :nth-child(2) div> :nth-child(1) {
    background: #0e1016;
    color: #fff;
}

body.black .demos-footer-contain-area {
    background: #070e11;
    border-top: 2px solid #1a1a29;
}

body.black .demosholding-footer {
    border-top: 1px solid #171721;
    border-bottom: 1px solid #171721;
}

body.black .demos-lang-dropdown> :nth-child(1) {
    background-color: #1c1f28;
}

body.black .demos-main-header-container,
body.black .demos-anounce-container> :nth-child(2) * {
    color: #fff;
}

body.black .demos-mainpage-section1-slide button {
    background: #0e1016;
    color: #fff;
}

body.black .demos-coinlist-container> :nth-child(1) * {
    color: #fff;
}

body.black .demos-coinlist-container> :nth-child(1) {
    border-bottom: 2px solid #1a1a29;
}

body.black .demos-coin-table table tbody tr {
    border-bottom: 1px solid #212531;
}

body.black .demos-coin-table table tbody tr> :nth-child(1) span,
body.black .demos-coin-table table tbody tr> :nth-child(2),
body.black .demos-staking-cards-contain div> :nth-child(2),
body.black .demos-academy-container> :nth-child(1) h2,
body.black .demos-academy-nav button,
body.black .demos-academy-card h3,
body.black .demos-launchpad-head> :nth-child(1) h2,
body.black .demos-launchpad-card-head-bg> :nth-child(2) h3,
body.black .demos-launchpad-card-head-bg> :nth-child(2)> :nth-child(3),
body.black .demos-footer-nav-list-area h2,
body.black .demos-footer-nav-list-area nav ul li a {
    color: #fff;
}

body.black .demos-footer-nav-list-area nav ul li a:hover {
    color: #ea5607 !important;
}

body.black .demos-footer-container> :nth-child(1)> :nth-child(3),
body.black .demos-footer-container> :nth-child(1)> :nth-child(2),
body.black .demos-footer-contain button,
body.black .demo-access-settings-pass-area label,
body.black body.black .dropdown> :nth-child(1) {
    color: #c3c7d3;
}

body.black .demos-register-input-container label {
    color: #c3c7d3;
}

body.black .demos-register-container> :nth-child(1) span {
    color: #c3c7d3;
}

body.black .demos-footer-lang-dropdown> :nth-child(1) {
    background: #070e11;
}

body.black .demos-footer-lang-dropdown> :nth-child(1) {
    color: #fff;
}

body.black .demos-register-container> :nth-child(1) h2 {
    color: #fff;
}

body.black .demos-register-section {
    background: #070e11;
}

body.black .demos-register-container-bg {
    border: 2px solid #1a1a29;
    background: #131c21;
}

body.black .demos-register-input-container> :nth-child(1)>input,
body.black .demos-login-password-area>input,
body.black .demo-access-settings-pass-area input {
    background: #0e1016;
    border: 1px solid #222634;
}

body.black .demos-register-input-container> :nth-child(2)>input {
    background: #0e1016;
    border: 1px solid #222634;
}

body.black .demos-login-phone-input> :nth-child(2)> :nth-child(2) input {
    background: #0e1016;
    border: 1px solid #222634;
}

body.black .demos-login-phone-input> :nth-child(2)> :nth-child(1) {
    background: #0e1016;
    border: 1px solid #222634;
}

body.black .demos-login-phone-input> :nth-child(2)> :nth-child(1)> :nth-child(2),
body.black .demo-access-pass-security> :nth-child(1) {
    color: #fff;
}

body.black .demos-login-phone-input> :nth-child(2)> :nth-child(1)> :nth-child(3),
body.black .demo-access-settings-pass-area img,
body.black .dropdown-arrow>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

body.black .demos-login-phone-input> :nth-child(2)> :nth-child(2) input::placeholder {
    color: #fff;
    opacity: 0.4
}

body.black .slider {
    background: #000;
}

body.black .switch input:checked+.slider:before {
    background: #0e1016;
}

body.black .demos-login-password-area input {
    background: #0e1016;
    border: 1px solid #222634;
}

body.black .register-pass-area> :nth-child(3) :nth-child(1) {
    color: #fff;
}

body.black .register-pass-area img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

body.black .demos-agreement-2-text :nth-child(1) {
    color: #c3c7d3;
}

body.black .demos-agreement-3-text :nth-child(1) {
    color: #c3c7d3;
}

body.black .demos-login-or-btns> :nth-child(2)> :nth-child(1) {
    background-color: #1c1f28;
}

body.black .demos-login-or-btns> :nth-child(2)> :nth-child(3) {
    background-color: #1c1f28;
}

body.black .demos-buysell-container,
body.black .demo-market-head-container {
    background: #070e11 !important;
}

body.black .demo-market-head-container {
    border-bottom: 2px solid #1a1a29;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(1) {
    background: #0e1016;
    border-bottom: 1px solid #1c1f28;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(1) input {
    color: #fff;
}

body.black .demos-buysell-contain> :nth-child(1) {
    background: #0e1016;
    border: 2px solid #1a1a29;
    ;
}

body.black .active-market-btn {
    background: #1c1f28 !important;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(2) button {
    color: #fff;
}

body.black .active-buysell-nav-btn {
    background: #131c21 !important;
    color: #fff !important;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(3) button {
    color: #fff;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(4) {
    background: #1c1f28;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(4) * {
    color: #fff;
}

body.black .buysell-list-container {
    background: #131C21;
    border-bottom: 1px solid #212531;
}

body.black .buysell-coin-left-card :nth-child(2)> :nth-child(2)> :nth-child(1) {
    color: #fff;
}

body.black .buysell-coin-right-card> :nth-child(1) span {
    color: #fff;
}

body.black .demos-login-container {
    background: #070e11;
}

body.black .demos-login-modal {
    background: #131c21;
    border: 2px solid #1a1a29;
}

body.black .demos-login-head> :nth-child(1) {
    color: #fff;
}

body.black .demos-login-head> :nth-child(2) {
    color: #c3c7d3;
}

body.black .demos-login-head> :nth-child(3)> :nth-child(1) {
    color: #fff;
}

body.black .demos-login-head :nth-child(3) {
    border: 1px solid #222634;
}

body.black .demos-login-main> :nth-child(1) button {
    border-bottom: 1px solid #1C1F28;
}

body.black .demo-exchange-top-info {
    background: #131c21 !important;
}

body.black .demo-exchange-table-btn-area,
body.black .demo-exchange-table-body-area,
body.black .demo-exchange-table-area,
body.black .demo-exchange-table-head-area {
    background: #131c21;
}

body.black .active-exchange-nav-btn {
    background: #222634 !important;
}

body.black .demo-exchange-table-btn-area button {
    border-bottom: 2px solid #1C1F28;
}

body.black .demo-exchange-table-nav-area> :nth-child(1) button {
    color: #42494D;
}

body.black .demo-exchange-page-middle-top {
    background: #131C21 !important;
}

body.black .demo-exchange-page-middle-bottom {
    background: #131C21 !important;
}

body.black .demo-exchange-page-middle-bottom> :nth-child(2) {
    background: #171721;
}

body.black .demo-exchange-page-right-container {
    background: #131C21;
}

body.black .demo-exchange-top-info> :nth-child(1)> :nth-child(2) * {
    color: #fff;
}
body.black .demo-exchange-top-info > :nth-child(1) > :nth-child(2) .bdown {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

body.black .demo-exchange-top-info> :nth-child(1)> :nth-child(2) {
    border-right: 1px solid #1A1E26;
}

body.black .demo-exchange-detail-card> :nth-child(2),
body.black .demo-exchange-detail-card> :nth-child(1)>span,
body.black .demo-exchange-price-head> :nth-child(1),
body.black .demo-exchange-current-price> :nth-child(2) span,
body.black .demo-exchange-page-middle-bottom> :nth-child(1) h3,
body.black .demo-exchange-page-middle-bottom> :nth-child(2) span,
body.black .demo-exchange-market-input-area> :nth-child(4) div> :nth-child(2),
body.black .demo-exchange-market-input-area> :nth-child(4) div> :nth-child(2) span {
    color: #fff;
}

body.black .demo-exchange-detail-card-changes> :nth-child(2) {
    color: #C90950;
}

body.black .demo-exchange-page-container {
    background: #070e11;
}

body.black .demo-exchange-table-head-area span,
body.black .demo-exchange-table-nav-area> :nth-child(2) label {
    color: #424641;
}

body.black .custom-checkbox .checkmark {
    background: #12191E;
    border: 1px solid #3C4347;
}

body.black .demo-exchange-page-middle-bottom> :nth-child(3)>div {
    border-bottom: 1px solid #1c1f28;
}

body.black .demo-exchange-page-right-container> :nth-child(1) button {
    background: #212531;
}

body.black .demo-exchange-active-buy-btn {
    color: #0e1016 !important;
}

body.black .demo-exchange-page-right-container> :nth-child(2) button {
    border-bottom: 2px solid #1c1f28;
}

body.black .demo-exchange-market-input-area input {
    background: #000;
    border: 1px solid #222634;
}

body.black .demo-exchange-market-input-area> :nth-child(1)> :nth-child(2) input {
    background: #171721;
    color: #fff;
}

body.black .demo-exchange-market-percentage>div> :nth-child(1) {
    background: #1C1F28;
}

body.black .amount-date {
    color: #c3c7d3;
}

body.black .demo-exchange-current-price-container::-webkit-scrollbar {
    display: none;
}

body.black .demo-exchange-page-middle-bottom> :nth-child(3)::-webkit-scrollbar {
    display: none;
}

body.black .active-buysell-btn {
    background: #1c1f28 !important;
}

body.black .demos-buysell-contain> :nth-child(1)> :nth-child(5)::-webkit-scrollbar {
    display: none;
}

body.black .demos-buysell-contain> :nth-child(2) {
    background: #131c21;
    border: 2px solid #222634;
}

body.black .demos-buysell-right-contain-area> :nth-child(1)> :nth-child(1),
body.black .demos-buysell-right-contain-area> :nth-child(1)>:nth-child(2) {
    color: #fff;
}

body.black .active-buy-btn {
    color: #000 !important;
}

body.black .demos-buysell-right-contain-area> :nth-child(2) button {
    background: #212531;
}

body.black .demos-buysell-right-contain-area> :nth-child(3) span,
body.black .demos-buysell-right-contain-area> :nth-child(3)> :nth-child(8)> :nth-child(2),
body.black .demos-buysell-right-contain-area> :nth-child(3)> :nth-child(8)> :nth-child(2) span,
body.black .demo-anounce-cards-container div h3 {
    color: #fff;
}

body.black .demos-buysell-right-contain-area> :nth-child(3) input {
    background: transparent;
    color: #fff;
}

body.black .demos-buysell-right-contain-area> :nth-child(3)> :nth-child(3),
body.black .demos-buysell-right-contain-area> :nth-child(3)> :nth-child(4),
body.black .demos-buysell-right-contain-area> :nth-child(3)> :nth-child(6) {
    color: #767D8D;
}

body.black .demo-anounce-container {
    border-bottom: 2px solid #1a1a29;
}
body.white .aboutjx > h2 {
    color:#000!important;
}
body.white .aboutjx{
    background:#ffff!important;
}
body.black .demo-anounce-container,
body.black>div {
    background: #070E11;
}

body.black .demo-anounce-cards-container div {
    background: #131C21;
    border: 2px solid #1a1a29;
}

body.black .demos-aboutus-contain-1> :nth-child(1) h2,
body.black .demos-aboutus-contain-1> :nth-child(1) p {
    color: #fff;
}

body.black .demos-aboutus-container-2 {
    background: #070E11;
}

body.black .demos-aboutus-container-2,
body.black .demo-access-send-pass {
    border-top: 2px solid #1A1A29;
}

body.black .demos-aboutus-card {
    background: #131c21;
    border: 2px solid #1A1A29;
}

body.black .line {
    background: #1A1A29;
}

body.black .demos-aboutus-container-2> :nth-child(3) :nth-child(1),
body.black .demos-aboutus-container-4> :nth-child(1) h2,
body.black .demos-aboutus-container-4> :nth-child(1) p,
body.black .demos-aboutus-container-4> :nth-child(1) button {
    color: #fff;
}

body.black .black-line {
    background: #fff;
}

body.black .demos-aboutus-container-4,
body.black .demo-assets-container {
    background: #070E11;
}

body.black .demo-assets-left-container> :nth-child(1),
body.black .demo-assets-left-container> :nth-child(2),
body.black .demo-assets-nav-area,
body.black .demo-assets-right-container {
    background: #131c21;
}

body.black .demo-assets-search-area {
    background: #0E1016 !important;
}

body.black .demo-asset-head-contain {
    background: #171721 !important;
}

body.black .demo-assets-right-container> :nth-child(3)> :nth-child(odd) {
    background: #172228;
    border-bottom: 1px solid #222634;
}

body.black .demo-assets-nav-area {
    border-bottom: 1px solid #1a1a29;
}

body.black .demo-assets-left-container> :nth-child(1)> :nth-child(1),
body.black .demo-assets-left-container> :nth-child(1)> :nth-child(3),
body.black .demo-assets-left-container> :nth-child(2)> :nth-child(1)> :nth-child(2),
body.black .demo-assets-left-container> :nth-child(2)> :nth-child(2)> :nth-child(2),
body.black .demo-assets-nav-area button,
body.black .demo-asset-head-contain div :nth-child(1),
body.black .demo-asset-body-card> :nth-child(2)> :nth-child(1),
body.black .demo-asset-body-card {
    color: #fff;
}

body.black .demo-assets-search-area> :nth-child(1) input {
    background: transparent;
    border: 1px solid #222634;
    color: #fff;
}

body.black .demo-assets-search-area> :nth-child(1) img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(12%) saturate(432%) hue-rotate(184deg) brightness(96%) contrast(92%);
}

body.black .demo-invest-page-head-container> :nth-child(1) button {
    background: #131c21 !important;
    border-bottom: 2px solid #1C1F28;
}

body.black .demo-invest-page-head-container> :nth-child(2) {
    background: #0E1016;
}

body.black .demo-invest-page-body-container,
body.black .demo-invest-page-head-container {
    background: #0F161A;
}

body.black .demo-invest-page-head-container> :nth-child(2) {
    border-bottom: 4px solid #1C1F28;
}

body.black .demo-invest-alert,
body.black .demo-invest-detail,
body.black .demo-invest-bottom-container,
body.black .demo-withdraw-detail-container {
    background: #131c21;
    border: 2px solid #1A1A29;
}

body.black .demo-invest-page-container {
    background: #0F161A;
}

body.black .demo-transaction-history {
    background: #131c21;
}

body.black .demo-transaction-list {
    background: #1c1f28;
    border-bottom: 1px solid #222634;
}

body.black .dropdown-btn,
body.black .dropdown-content,
body.black .demo-withdraw-customer input,
body.black .demo-withdraw-customer-info-container input {
    background: #0E1016;
    border: 1px solid #222634;
    color: #fff;
}

body.black .dropdown-content *,
body.black .demo-transaction-list span,
body.black .demo-transaction-list-container span,
body.black .demo-withdraw-customer label,
body.black .demo-withdraw-customer-info-container> :nth-child(1) label,
body.black .demo-withdraw-customer-info-container label,
body.black .demo-withdraw-bottom-container>div> :nth-child(2),
body.black .demo-access-settings-content> :nth-child(1) {
    color: #fff;
}

body.black .custom-checkbox .checkmark {
    border: 1px solid #fff !important;
}

body.black .deactive-transaction-withdraw {
    border-bottom: 2px solid #1C1F28 !important;
}

body.black .demo-invest-info> :nth-child(2),
body.black .demo-access-settings-body-left-container nav ul li * {
    color: #fff;
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7486%) hue-rotate(331deg) brightness(104%) contrast(106%);
}

body.black .demo-transaction-arrow-area button {
    background: #19191F;
}

body.black .demo-transaction-arrow-area button img,
body.black .dropdown-arrow>img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(1017%) hue-rotate(141deg) brightness(86%) contrast(94%);
}

body.black .demos-profile-dropdown {
    background: #131c21 !important;
    border: 2px solid #1C1F28;
}

body.black .demos-profile-dropdown> :nth-child(1) button,
body.black .demos-profile-dropdown> :nth-child(3)> :nth-child(2)> :nth-child(2),
body.black .demos-profile-dropdown> :nth-child(3)> :nth-child(3)> :nth-child(2),
body.black .demos-profile-dropdown> :nth-child(4) button,
body.black .choose-lang-modal>div> :nth-child(1)> :nth-child(1),
body.black .choose-lang-modal>div> :nth-child(2)>button>span>span {
    color: #fff;
}

body.black .choose-lang-modal>div> :nth-child(1) {
    border-bottom: 2px solid #1a1a29;
}

body.black .demos-active-lang-btn {
    background: #070e11 !important;
}

body.black #chooseLangModal> :nth-child(1)> :nth-child(1)> :nth-child(2) {
    background: #fff;
    color: #000;
}

body.black .choose-lang-modal>div> :nth-child(1)> :nth-child(2) {
    background: #fff;
}

body.black .choose-lang-modal>div> :nth-child(2) button:hover {
    background: #070e11 !important;
}

body.black .demos-profile-dropdown> :nth-child(1) button:hover,
body.black .demos-profile-dropdown> :nth-child(4) button:hover {
    background: #1C1F28;
}

body.black .choose-lang-modal>div {
    background: #131C21;
}

body.black {
    background: #000;
}

@media screen and (max-width: 1350px) {
    .demo-exchange-page-middle-container {
        width: 99%;
    }

    .demo-exchange-page-left-contain {
        flex-direction: column;
    }

    .demo-exchange-page-left-container {
        width: 99%;
    }
}

@media screen and (max-width: 1280px) {
    .demo-access-settings-body-left-container {
        width: 200px;
    }

    .demo-access-settings-body-left-container nav ul li {
        width: 170px;
    }

    .demos-buysell-contain> :nth-child(1) {
        width: 588px;
    }

    .demos-buysell-contain> :nth-child(2) {
        width: 256px;
    }

    .demos-staking-card-container {
        padding: 80px 75px 50px 75px;
    }

    .demos-mainpage-container {
        padding: 0 75px;
    }

    .demos-footer-contain-area {
        padding: 0 75px;
    }

    .demos-coinlist-container {
        padding: 50px 75px;
    }
}

@media screen and (max-width: 1180px) {
    .demos-staking-cards-contain div {
        max-width: 565px;
        height: 181px;
        padding: 42px 32px 42px 32px;
        border-radius: 2px;
        border: 2px solid #F8F5F4;
        background: #FFF;
    }
}
.btn1{
	border-radius: 4px;
    border: 1px solid #EA5607!important;
    background: #EA5607!important;
    display: inline-flex;
    padding: 7px 17.77px 7px 17px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}
.btn2{
	border-radius: 4px;
    border: 1px solid #03A66D!important;
    background: #03A66D!important;
    display: inline-flex;
    padding: 7px 17.77px 7px 17px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 11.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}
a{
	cursor:pointer!important;
}
.markets-table-right {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #14C18C;
    padding: 6px 6px;
    border-radius: 8px;
    width: 80px;
	color: #ffff;
    background: #03a66d;
    font-family: Inter;
    font-size: 13.234px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.markets-table-right2 {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #c11414;
    padding: 6px 6px;
    border-radius: 8px;
    width: 80px;
	color: #ffff;
    background: #a60303;
    font-family: Inter;
    font-size: 13.234px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.markets-table-right img {
    width: 8px;
    height: 8px;
    object-fit: contain;
}

.market-red {
    border: 1px solid #E16154;
}

.market-red span {
    color: #CB5A6B;
}
span{
    font-family: Inter;
    font-size: 13.234px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.convertbtnal{
    background: #47d52d !important;
    border: 1px solid #47d52d!important;
    color: #ffff !important;
}
.convertbtnsat{
    background: #d52d2d !important;
    border: 1px solid #d52d2d!important;
    color: #ffff !important;
}
.favorite-active {
  color: gold!important;
}
.red{
	color:red;
}
.green{
	color:green;
}
a,button {
	cursor:pointer!important;
}
.peractive{
	background: #47d52d!important;
}

.peractivesat{
	background: #d52d2d!important;
}
.swal2-toast {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  padding: 15px;
  border-radius: 10px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
  animation: fadeInToast 0.5s ease-out;
}

.swal2-toast .swal2-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  margin-right: 10px !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  border-width: 2px !important;
}

.swal2-toast .swal2-title {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
}

.swal2-toast .swal2-icon-content {
  font-size: 18px !important;
}

.swal2-icon.swal2-warning {
  border-color: #f5c542 !important;
  color: #f5c542 !important;
}

.swal2-toast .swal2-timer-progress-bar {
  background-color: #f5c542 !important;
}

body.black .swal2-toast {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
}

body.white .swal2-toast {
  background-color: #ffffff !important;
  color: #333333 !important;
}
.ttextareawhite{
    width: 1004px;
    height: 64px;
    color: rgb(0, 0, 0);
    background: none;
    border: none;
}
body.black .ttextareawhite{
    color: #e2e2e2!important;
}
td{
	font-family: ui-sans-serif;
}
.statisticsgreen{
    filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}
.statisticsred{
    filter: hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);
}

.hactive {
  color: #EA5607 !important;
}
body.black .demos-coin-table table tbody tr td{
	color:#fff!important;
}
body.white .demos-coin-table table tbody tr td{
	color:#000!important;
}