@import url("//fonts.googleapis.com/css?family=Overpass:300,400,600,700&display=swap");
@import url("bootstrap.min.css");
@import url("ionicons.min.css");
@import url("jquery.mCustomScrollbar.min.css");
@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/AktivGrotesk-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/AktivGrotesk-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/AktivGrotesk-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/AktivGrotesk-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/AktivGrotesk-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'Aktiv Grotesk', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #18214d;
    background: #ffffff;
    font-weight: 400;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.3s;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.mtb100 {
    margin: 100px 0;
}

.mtb15 {
    margin: 15px 0;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.ptb70 {
    padding: 70px 0;
}

.pt70 {
    padding-top: 70px;
}

.pb40 {
    padding-bottom: 40px;
}

::-webkit-scrollbar {
    background: transparent;
    width: 3px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07);
    border: solid rgba(88, 88, 88, 0.12) 2px;
    border-radius: 5px;
}

.dropdown-toggle::after {
    vertical-align: 1px;
}

thead tr th {
    padding: 8px 15px !important;
}

thead th {
    color: #758696;
    font-size: 13px;
    font-weight: 600;
    border: 0 !important;
}

tbody tr {
    color: #4a4a4a;
}

tbody tr:hover {
    background: #f6f8f9;
}

.input-group-text,
.form-control {
    border-radius: 5px;
}

.table tbody + tbody {
    border: none;
}

.heading {
    background: #f5f9fc;
    font-size: 14px;
    font-weight: 400;
    padding: 13px;
    margin: 0;
    color: #4a4a4a;
}

.green {
    color: #158bf9;
}

.red {
    color: #eb483f;
}

.table td,
.table th {
    border-top: 1px solid #f0f3fa;
}

.light-bb,
.input-group-text {
    border: 1px solid #e0e3eb;
}

.dark-bb {
    border-bottom: 1px solid #2a2e39;
}

#darkDepthChart,
#lightDepthChart {
    width: 100%;
    height: 349px;
}

.sm-gutters {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
    padding-right: 1.5px;
    padding-left: 1.5px;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #18214d59;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #18214d59;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #18214d59;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #18214d59;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.btn-1,
.btn-2 {
    display: inline-block;
    background: transparent;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 9px 25px;
    margin-left: 15px;
}

.btn-1:hover,
.btn-2:hover {
    background: #0069d9;
    color: #fff;
    text-decoration: none;
}

.btn-2 {
    background: #007bff;
    color: #fff;
}

.bt-none {
    border-top: none !important;
}
.news-details {
    padding: 100px 0;
}

.news-details h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.news-details p {
    font-size: 16px;
}

@keyframes pulse {
    0% {
        opacity: 1;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
    }
    95% {
        opacity: 0.1;
        left: -10.5px;
        top: -10.5px;
        width: 28px;
        height: 28px;
    }
    100% {
        opacity: 0;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

header nav a {
    color: #18214d;
}

header nav a:hover {
    color: #007bff;
}

header .navbar-brand {
    padding: 0;
}

header .navbar-brand img {
    height: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

header nav .nav-item.active a {
    color: #007bff;
}

header .nav-link.btn {
    padding: 5px 0;
}

.circle-pulse {
    background: #0089ff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 12px;
}

.circle-pulse:after {
    background-color: #0089ff;
    content: "";
    display: table;
    border-radius: 50%;
    position: absolute;
    animation-name: pulse;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.header-custom-icon .nav-link {
    line-height: 0;
    margin-top: 6px;
}

.dropdown-item {
    color: #18214d;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:active {
    background-color: #f8f9fa;
    color: #16181b;
}

.header-img-icon .nav-link.dropdown-toggle {
    padding-right: 0;
}

.header-custom-icon a:after,
.header-img-icon a:after {
    display: none;
}

.header-custom-icon .dropdown-menu,
.header-img-icon .dropdown-menu {
    padding: 0;
    margin-top: 8px;
}

.dropdown-menu {
    max-width: 280px;
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 5px;
    margin-top: 12px;
    border: 1px solid #f2f4f9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: slideIn;
}

.dropdown-menu::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -8px;
    right: 5%;
    transform: rotate(45deg);
    border-top: 1px solid #f2f4f9;
    border-left: 1px solid #f2f4f9;
    z-index: -1;
}

.dropdown-menu p {
    color: #18214d;
    font-weight: 600;
}

.dropdown-menu a:hover {
    text-decoration: none;
}

.dropdown-menu a.text-muted:hover {
    color: #007bff !important;
}

.header-img-icon .nav-link img {
    width: 30px;
}

.header-custom-icon i {
    font-size: 20px;
    color: #758696;
}

.dropdown-header {
    padding: 12px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f2f4f9;
}

.dropdown-body {
    padding: 5px;
    max-height: 290px;
    position: relative;
    overflow-y: auto;
}

.dropdown-body .dropdown-item {
    display: flex;
    align-items: center;
    padding: 9px 16px;
}

.dropdown-body .dropdown-item .content {
    margin-left: 15px;
    width: 200px;
    white-space: normal;
}

.dropdown-item .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
}

.dropdown-body .dropdown-item .content p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-body .dropdown-item .content p.sub-text {
    font-size: 12px;
}

.dropdown-footer {
    padding: 10px 20px;
    border-top: 1px solid #f2f4f9;
    font-size: 14px;
}

.dropdown-item:nth-child(1) .icon {
    background: rgba(114, 124, 245, 0.1);
}

.dropdown-item:nth-child(1) .icon i {
    color: #727cf5;
}

.dropdown-item:nth-child(2) .icon {
    background: rgba(255, 51, 102, 0.1);
}

.dropdown-item:nth-child(2) .icon i {
    color: #ff5680;
}

.dropdown-item:nth-child(3) .icon {
    background: rgba(102, 209, 209, 0.1);
}

.dropdown-item:nth-child(3) .icon i {
    color: #66d1d1;
}

.dropdown-item:nth-child(4) .icon {
    background: rgba(251, 188, 6, 0.1);
}

.dropdown-item:nth-child(4) .icon i {
    color: #fbbc06;
}

.dropdown-item:nth-child(5) .icon {
    background: rgba(16, 183, 89, 0.1);
}

.dropdown-item:nth-child(5) .icon i {
    color: #10b759;
}

.header-img-icon .dropdown-header {
    padding: 0px 20px;
}

.header-img-icon .profile-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 5px 20px;
}

.header-img-icon .profile-nav {
    padding-bottom: 11px;
}

.header-img-icon .profile-nav .nav-item .nav-link:hover {
    color: #18214d;
    background-color: #f8f9fa;
}

.header-img-icon .profile-nav .nav-item .nav-link.red {
    color: #f74745;
}

.header-img-icon .profile-nav .nav-item .nav-link.red:hover {
    color: #f74745 !important;
}

.header-img-icon .dropdown-body {
    padding: 10px 0 0;
}

.header-img-icon .dropdown-header .name {
    font-size: 16px;
}

.header-img-icon .dropdown-header {
    padding: 20px 20px 0;
}

.header-img-icon .profile-nav .nav-item .nav-link i {
    margin-right: 15px;
}

.landing-hero h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.landing-hero {
    margin: 100px 0;
}

.landing-hero p {
    font-size: 16px;
    margin: 15px 0 40px;
}

.landing-hero input {
    padding: 26px 20px;
}

.landing-hero button {
    padding: 13px 20px;
}

.landing-info-one h2 {
    font-size: 30px;
    font-weight: 700;
}

.landing-info-one ul li i {
    color: #26de81;
    font-size: 22px;
    margin-right: 8px;
}

.landing-info-one ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}

.landing-info-one p {
    margin: 15px 0 30px;
}

.landing-info-one-bg {
    background: url(../img/landing/dash-preview.png) no-repeat right 50%/48%;
}

.visible-mobile {
    display: none;
}

.landing-feature {
    text-align: center;
    border-top: 1px solid #e0e3eb;
    padding: 100px 0;
}

.landing-feature h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}

.landing-feature-item {
    border: 1px solid #f2f4f9;
    box-shadow: #00000033 0px 2px 14px -6px;
    padding: 40px 20px;
    border-radius: 5px;
}

.landing-feature-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.landing-feature-item h3 {
    font-size: 20px;
}

.landing-number {
    background: #007bff;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.landing-number h2,
.landing-number p {
    margin: 0;
}

.landing-number h2 {
    font-size: 60px;
    font-weight: 700;
}

.landing-number p {
    color: #ffffffb0;
    font-size: 16px;
}

.landing-feature-item p {
    margin-top: 15px;
}

.landing-feature.landing-start {
    border: none;
}

.landing-start .landing-feature-item span {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 120px;
    opacity: 0.07;
    line-height: 1;
    text-align: center;
}

.landing-sub {
    background: url(../img/landing/sub-bg.jpg) no-repeat center center/cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.landing-sub-content h2 {
    color: #fff;
    font-size: 36px;
}

.landing-sub:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0000003d;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.landing-sub-content a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.landing-sub-content a:hover {
    background: #0069d9;
    border: 1px solid #0069d9;
}

footer.landing-footer img {
    width: 80px;
}

footer.landing-footer ul li {
    display: inline-block;
}

footer.landing-footer ul li a {
    color: #18214d;
    margin-left: 25px;
}

footer.landing-footer {
    padding: 10px 0;
}

footer.landing-footer ul li a:hover {
    color: #007bff;
}

.landing-coin-price {
    padding: 100px 0 80px;
}

footer.landing-footer-two {
    background: #fafbfc;
    padding: 50px 0;
    border-top: 1px solid #e0e3eb;
}

footer.landing-footer-two img {
    width: 120px;
}

footer.landing-footer-two p {
    margin: 20px 0;
}

footer.landing-footer-two .social-icon li {
    display: inline-block;
}

footer.landing-footer-two .social-icon li a {
    color: #18214d;
    font-size: 25px;
    margin-right: 15px;
}

footer.landing-footer-two .social-icon li:last-child a {
    margin-right: 0;
}

footer.landing-footer-two h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

footer.landing-footer-two ul li a {
    color: #18214d;
    margin-top: 5px;
    display: block;
}

footer.landing-footer-two ul li a:hover {
    color: #007bff;
}

.market-pairs {
    border: 1px solid #e0e3eb;
    padding-top: 14px;
    border-radius: 2px;
}

.market-pairs .input-group {
    padding: 0 14px;
}

.market-pairs span {
    background: transparent;
}

.market-pairs input {
    border-color: #e0e3eb;
    border-left: 0;
    font-weight: 300;
}

.market-pairs input:focus {
    box-shadow: none;
    border-color: #e0e3eb;
}

.market-pairs .nav {
    margin-top: 14px;
    background: #f5f9fc;
}

.market-pairs .nav-link {
    color: #4a4a4a;
    padding: 10px 13px;
}

.market-pairs .nav-link.active {
    color: #007bff;
    background: transparent;
}

.table {
    margin-bottom: 0;
}

.table td {
    font-size: 13px;
    padding: 10px 18px;
}

.market-pairs tbody tr td i {
    color: #75869696;
}

#STAR i {
    color: #007bff;
}
.market-pairs tbody tr {
    cursor: pointer;
}
/* .market-pairs thead tr th,
.market-pairs tbody tr td {
    cursor: pointer;
    font-weight: 400;
}

.market-pairs tbody {
    overflow-y: auto;
    display: block;
}

.market-pairs table,
.market-pairs tr {
    width: 100%;
    table-layout: fixed;
}

.market-pairs tr {
    float: left;
    clear: both;
    overflow: hidden;
}

.market-pairs thead th,
.market-pairs tbody td {
    width: 65%;
} */
.order-book table,
.order-book tr,
.order-book td,
.order-book th {
    width: 100%;
    table-layout: fixed;
}

.order-book tr {
    float: left;
    clear: both;
    overflow: hidden;
}

.order-book .table thead th {
    font-weight: 400;
    font-size: 12px;
}

.order-book thead tr {
    border-bottom: 1px solid #e0e3eb;
}

.order-book tbody tr,
.order-book tbody td {
    border: none;
}

.order-book {
    border: 1px solid #e0e3eb;
    border-radius: 2px;
}

.red-bg-80,
.red-bg-60,
.red-bg-40,
.red-bg-20,
.red-bg-10,
.red-bg-8,
.red-bg-5,
.red-bg,
.green-bg-80,
.green-bg-60,
.green-bg-40,
.green-bg-20,
.green-bg-10,
.green-bg-8,
.green-bg-5,
.green-bg {
    position: relative;
}

.red-bg-80:after,
.red-bg-60:after,
.red-bg-40:after,
.red-bg-20:after,
.red-bg-10:after,
.red-bg-8:after,
.red-bg-5:after,
.red-bg:after {
    position: absolute;
    content: "";
    background: #de262663;
    right: 0;
    top: 0;
    width: 280px;
    height: 45px;
}

.red-bg-60:after {
    width: 240px;
}

.red-bg-40:after {
    width: 200px;
}

.red-bg-20:after {
    width: 160px;
}

.red-bg-10:after {
    width: 120px;
}

.red-bg-8:after {
    width: 80px;
}

.red-bg-5:after {
    width: 50px;
}

.red-bg:after {
    width: 30px;
}

.green-bg-80:after,
.green-bg-60:after,
.green-bg-40:after,
.green-bg-20:after,
.green-bg-10:after,
.green-bg-8:after,
.green-bg-5:after,
.green-bg:after {
    position: absolute;
    content: "";
    background: #26de8163;
    right: 0;
    top: 0;
    width: 280px;
    height: 45px;
}

.green-bg-60:after {
    width: 240px;
}

.green-bg-40:after {
    width: 200px;
}

.green-bg-20:after {
    width: 160px;
}

.green-bg-10:after {
    width: 120px;
}

.green-bg-8:after {
    width: 80px;
}

.green-bg-5:after {
    width: 50px;
}

.green-bg:after {
    width: 30px;
}

.ob-heading span {
    color: #4a4a4a;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.ob-heading td {
    padding: 5px 12px;
    cursor: default;
}

.ob-heading tr {
    border-top: 1px solid #f0f3fa !important;
    border-bottom: 1px solid #f0f3fa !important;
}

.ob-heading tr:hover {
    background: #fff;
}

.ob-heading td:first-child {
    width: 65%;
}

.order-book tbody {
    display: block;
    overflow-y: auto;
    height: 211px;
}

tbody.ob-heading {
    height: inherit;
}

.market-trade input {
    border: 1px solid #e0e3eb;
    font-weight: 300;
}

.market-trade input:focus {
    box-shadow: none;
    border-color: #e0e3eb;
}

.market-trade {
    border: 1px solid #e0e3eb;
    border-radius: 2px;
}

.market-trade .tab-content {
    height: 357px;
    overflow-y: auto;
    padding: 14px;
}

.market-trade .nav {
    padding: 14px 14px 0;
}

.market-trade .nav .nav-item .nav-link.active {
    background: #fff;
    color: #007bff;
}

.market-trade .nav .nav-item .nav-link {
    color: #4a4a4a;
    padding: 0;
}

.market-trade .input-group-text {
    background: #eff2f6;
    color: #4a4a4a;
    font-weight: 300;
}

.market-trade .input-group {
    margin-bottom: 14px;
}

.market-trade .nav-item {
    margin-right: 30px;
}

.market-trade-list li a {
    background: #eff2f6;
    color: #4a4a4a;
    font-weight: 300;
    padding: 3px 15px;
    border-radius: 5px;
}

.market-trade-list li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}

.market-trade-list li:last-child {
    margin-right: 0;
}

.market-trade-buy .market-trade-list li a:hover {
    text-decoration: none;
    background: #158bf9;
    color: #fff;
}

.market-trade-sell .market-trade-list li a:hover {
    text-decoration: none;
    background: #eb483f;
    color: #fff;
}

.market-trade button.buy,
.market-trade button.sell {
    border-color: #158bf9;
    color: #158bf9;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    /* box-shadow: 0px 0px 15px 0px #26de81ad; */
}

.market-trade button.sell {
    border-color: #eb483f;
    color: #eb483f;
    /* box-shadow: 0px 0px 15px 0px #ff231fad; */
}

.market-trade p {
    margin: 5px 0;
    font-size: 13px;
    color: #4a4a4a;
}

.market-trade p span {
    float: right;
}

.market-trade-list {
    margin-bottom: 23px;
}

.market-trade-item {
    width: 100%;
}

.market-trade-buy,
.market-trade-sell {
    width: 100%;
}

.market-trade-buy {
    padding: 0 10px 0 0;
}

.market-trade-sell {
    /* padding: 0 0 0 10px;
    border-left: 1px solid #e0e3eb; */
}

.market-history .nav {
    background: #f5f9fc;
}

.market-history .nav-link {
    color: #4a4a4a;
    padding: 10px 13px;
}

.market-history .nav-link.active {
    color: #007bff;
    background: transparent;
}

.market-history {
    border: 1px solid #e0e3eb;
    border-radius: 2px;
}

.market-news {
    border: 1px solid #e0e3eb;
    border-radius: 2px;
}

.market-news li a {
    color: #4a4a4a;
    font-size: 11px;
    display: block;
    text-decoration: none;
}

.market-news li:hover {
    background: #f6f8f9;
}

.market-news li strong {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
    color: #4a4a4ac7;
}

.market-news li span {
    display: block;
    margin-top: 5px;
}

.market-news li {
    border-bottom: 1px solid #f0f3fa;
    padding: 10px 13px;
}

.market-news li:last-child {
    border: 0;
}

.market-news ul {
    height: 348px;
    overflow-y: auto;
}

.market-order th {
    width: 13%;
}

.no-data {
    position: absolute;
    right: 48%;
    top: 83%;
    text-align: center;
    color: #b9c2ca;
}

.no-data i {
    font-size: 80px;
    display: block;
    line-height: 0px;
    color: #dce1e5;
}

.market-order-item {
    color: #758696;
    padding: 8px 15px;
}

.market-order {
    border-top: 0;
    border: 1px solid #e0e3eb;
    border-radius: 2px;
}

.markets-chart > div {
    width: 110%;
    margin-left: -16px;
}

.markets-container {
    position: relative;
    overflow: hidden;
    height: 159px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-bottom: 30px;
}

.markets-chart {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
}

.markets-content span.green,
.markets-content span.red {
    position: absolute;
    right: 0;
    background: #26a69a;
    color: #fff;
    top: 15px;
    padding: 3px 12px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-weight: 600;
}

.markets-content span.red {
    background: #ef5350;
}

.markets-content h2 {
    font-size: 14px;
    top: 14px;
    position: absolute;
    left: 15px;
    color: #4a4a4a;
}

.markets-content p {
    position: absolute;
    top: 32px;
    left: 15px;
    font-size: 16px;
}

.markets-pair-list tr {
    cursor: pointer;
}

.markets-pair-list th,
.markets-pair-list td {
    padding: 15px !important;
    width: 16%;
    font-size: 14px;
}

.markets-pair-list tbody tr td i {
    color: #75869696;
}

.markets-pair-list .nav-link.active {
    color: #007bff;
    background: transparent;
}

.markets-pair-list .nav-link {
    color: #4a4a4a;
}

.markets-pair-list .nav {
    background: #f5f9fc;
    padding: 7px 0;
}

.markets-pair-list th {
    font-weight: 400;
}

.markets-pair-list td img {
    width: 18px;
    vertical-align: text-top;
    margin-right: 5px;
}

.markets-pair-list .load-more {
    border: 1px solid #e0e3eb;
    display: inline-block;
    padding: 11px 30px 8px;
    color: #4a4a4a;
    margin-top: 50px;
    transition: 0.3s;
}

.markets-pair-list .load-more i {
    margin-left: 10px;
}

.markets-pair-list .load-more:hover {
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.markets-item {
    margin-bottom: 30px;
}

.markets-capital-item {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
    padding: 40px 0 0 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f2f4f9;
    height: 311px;
    margin-bottom: 30px;
}

.markets-capital-chart {
    margin-left: -10px;
}

.markets-capital-item img {
    width: 25px;
    margin-top: -3px;
    margin-right: 2px;
}

.markets-capital-item h4 {
    margin-top: 16px;
    margin-bottom: 15px;
    font-size: 20px;
}

.markets-capital-item h2 {
    font-size: 26px;
}

.markets-capital-details h3 {
    font-size: 18px;
    margin-bottom: 40px;
}

.market-capital-ticker .markets-capital-item {
    height: 96.2%;
    margin-bottom: 5px;
}

.form-access form {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
    border-radius: 5px;
    padding: 30px;
    border: 1px solid #f2f4f9;
    min-width: 350px;
}

.form-access .form-group input {
    border: 1px solid #e0e3eb;
    height: 45px;
    color: #18214d;
    font-size: 14px;
}

.form-access .form-group input:focus {
    box-shadow: none;
}

.form-access a:hover {
    text-decoration: none;
}

.form-access span {
    text-align: center;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: -5px;
    font-weight: 600;
}

.form-access .text-right {
    margin-top: -5px;
    font-weight: 600;
}

.form-access button {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    margin-top: 20px;
}

.form-access .custom-control-label::before,
.form-access .custom-control-label::after {
    top: 2px;
}

.form-access .custom-control-label::before {
    border: #cbd2df solid 1px;
}

.form-access h2 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.form-access h2 a {
    font-weight: 600;
}

.error-page h2 {
    font-size: 250px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.error-page p {
    font-size: 16px;
    margin-bottom: 40px;
}

.error-page a {
    border: 1px solid #e0e3eb;
    display: inline-block;
    padding: 11px 30px 8px;
    color: #4a4a4a;
    transition: 0.3s;
}

.error-page a:hover {
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.error-page a i {
    margin-left: 10px;
}

.technical-analysis .tradingview-widget-container {
    margin-bottom: 30px;
}

.symbol-info .tradingview-widget-container {
    margin-bottom: 15px;
}

.markets-overview .tradingview-widget-container {
    margin-bottom: 30px;
}

.settings .card {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
}

.settings-nav {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
    border-radius: 5px;
}

.settings-nav .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    color: #18214d;
    font-weight: 600;
    margin: 2px 0;
    padding: 10px 20px;
}

.settings-nav .nav-link i {
    margin-right: 10px;
}

.settings .card-title {
    font-size: 16px;
    margin-bottom: 30px;
}

.settings-profile .col-md-6 {
    margin-bottom: 20px;
}

.settings-profile input,
.settings-profile select {
    border: 1px solid #e0e3eb;
    border-radius: 5px;
    font-size: 14px;
    height: 45px;
}

.settings-profile input[type="submit"] {
    background: #007bff;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    height: inherit;
    font-size: 16px;
    margin-top: 10px;
}

.settings-profile .custom-file {
    display: inline-block;
    width: 20%;
    margin-left: 20px;
}

.settings-profile .custom-file label {
    border: 1px solid #e0e3eb;
}

.settings-profile .custom-file label:after {
    background: #007bff;
    color: #fff;
    font-weight: 600;
}

.settings .wallet .nav-pills img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.settings .wallet .nav-pills h2 {
    margin-bottom: 0;
    line-height: 1;
    color: #18214d;
    font-size: 22px;
}

.settings .wallet .nav-pills p {
    margin-bottom: 0;
    color: #18214d;
}

.settings .wallet .nav-pills a.active {
    background: #0f7dff;
}

.settings .wallet .nav-pills a {
    border-top: 1px solid #f0f3fa;
    padding: 15px;
}

.settings .wallet .nav-pills a:first-child,
.settings-nav .nav-link:first-child {
    border-top: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.settings .wallet .nav-pills a:last-child,
.settings .settings-nav .nav-link:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.settings .wallet .nav-pills h3 {
    color: #18214d;
    margin-bottom: 0;
}

.settings .wallet .nav-pills {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
    border-radius: 5px;
}

.settings .wallet .nav-pills a {
    border-radius: 0;
}

.settings .wallet .nav-pills a.active h2,
.settings .wallet .nav-pills a.active h3,
.settings .wallet .nav-pills a.active p {
    color: #ffffff;
}

.settings .wallet .tab-content li i, .settings .wallet li i {
    font-size: 22px;
    color: #0f7dff;
    background: rgba(15, 125, 255, 0.13);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    margin-right: 15px;
}

.settings .wallet .tab-content h2, .settings .wallet h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.settings .wallet .tab-content h3, .settings .wallet h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.settings .wallet .tab-content li:first-child, .settings .wallet li:first-child {
    border-bottom: 1px solid #f0f3fa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.settings .wallet .tab-content button.green, .settings .wallet button.green {
    background: #158bf9;
    color: #ffffff;
}

.settings .wallet .tab-content button.red, .settings .wallet button.red {
    background: #eb483f;
    color: #ffffff;
}

.settings .wallet .tab-content button, .settings .wallet button {
    padding: 12px 60px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.settings .wallet .tab-content button:focus, .settings .wallet button:focus {
    box-shadow: none;
}

.settings .wallet .tab-content ul, .settings .wallet ul {
    margin: 0 0 40px;
}

.settings .wallet-address input {
    padding: 25px 15px;
    font-size: 14px;
}

.settings .wallet-address .input-group-prepend button {
    padding: 13px 20px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.settings .wallet-address input {
    border: 1px solid #e0e3eb;
}

.settings .wallet-history i {
    margin-left: 14px;
}

.settings .wallet-address .input-group {
    padding-top: 30px;
}

.settings .wallet .tab-content h2.wallet-title {
    color: #18214d;
    font-size: 16px;
}

.settings-notification li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f0f3fa;
    align-items: center;
}

.settings-notification li:first-child {
    padding-top: 0;
}

.settings-notification li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.settings-notification li span {
    color: #18214d59;
}

.settings-notification li p {
    margin-bottom: 0;
}

.settings .custom-control-label {
    cursor: pointer;
}

.wallet-history .ion-md-trash {
    font-size: 16px;
    cursor: pointer;
}

.wallet-history {
    overflow-x: auto;
}

#dark,
#dark header {
    /* background: #131722; */
    background: #0f0f0f;
}

#dark header nav a {
    color: #ffffff;
}

#dark header nav a:hover {
    color: #007bff;
}

#dark header nav a.btn:hover {
    color: #ffffff;
}

#dark header nav .nav-item.active a {
    color: #007bff;
}

#dark .market-pairs {
    border: 1px solid #2a2e39;
    /* background: #131722; */
    background: #0f0f0f;
}

#dark tr {
    /* background: #131722; */
    background: #0f0f0f;
}

#dark .market-pairs .table td,
#dark .market-pairs .table th,
#dark .landing-feature {
    border-top: 1px solid #2a2e39;
}

#dark .market-history .table td,
#dark .market-history .table th {
    border-top: 1px solid #2a2e39;
}

#dark .order-book thead tr {
    border-bottom: 1px solid #2a2e39;
}

#dark .order-book,
#dark .market-history,
#dark .market-news,
#dark .landing-feature-item {
    border: 1px solid #2a2e39;
}

#dark tbody tr:hover {
    background: #343a40;
}

#dark .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #69727a;
}

#dark .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #69727a;
}

#dark .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #69727a;
}

#dark .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #69727a;
}

#dark tbody tr {
    color: #ffffff;
}

#dark thead th,
#dark .market-pairs .nav-link {
    color: #4f5966;
}

#dark .market-pairs .nav-link.active,
#dark #STAR i {
    color: #ffffff;
}

#dark .green {
    color: #26de81;
}

#dark .red {
    color: #ff231f;
}

#dark .market-pairs .nav {
    /* background: #1c2030; */
    background: #0f0f0f;
}

#dark .market-pairs input,
#dark .market-pairs span {
    border-color: #2a2e39;
    background: #2a2e39;
}

#dark .market-pairs input {
    color: #ffffff;
}

#dark .heading {
    /* background: #1c2030; */
    background: #0f0f0f;
    color: #ffffff;
}

#dark .ob-heading tr {
    border-top: 1px solid #2a2e39 !important;
    border-bottom: 1px solid #2a2e39 !important;
}

#dark .ob-heading tr:hover {
    /* background: #131722; */
    background: #0f0f0f;
    cursor: default;
}

#dark .ob-heading span {
    color: #4f5966;
}

#dark .dropdown-menu {
    /* background: #131722; */
    background: #0f0f0f;
    /* box-shadow: 0 0 10px 0 #131722; */
    box-shadow: 0 0 10px 0 #0f0f0f;
    border: 1px solid #2a2e39;
}

#dark .dropdown-item:focus,
#dark .dropdown-item:hover {
    background-color: #2a2e39;
    color: #ffffff;
}

#dark .market-history .nav {
    /* background: #1c2030; */
    background: #0f0f0f;
}

#dark .market-history .nav-link.active {
    color: #ffffff;
}

#dark .market-history .nav-link {
    color: #4f5966;
}

#dark .red-bg-80:after,
#dark .red-bg-60:after,
#dark .red-bg-40:after,
#dark .red-bg-20:after,
#dark .red-bg-10:after,
#dark .red-bg-8:after,
#dark .red-bg-5:after,
#dark .red-bg:after {
    background: #ff231f63;
}

#dark .market-news {
    /* background: #131722; */
    background: #0f0f0f;
}

#dark .market-news li {
    border-bottom: 1px solid #2a2e39;
}

#dark .market-news li:hover {
    background: #2a2e39;
}

#dark .market-news li strong,
#dark .market-news li a {
    color: #c5cbce;
}

#dark .market-order {
    /* background: #131722; */
    background: #0f0f0f;
}

#dark .no-data i,
#dark .no-data {
    color: #2a2e39;
}

#dark .market-trade {
    border: 1px solid #2a2e39;
    /* background: #131722; */
    background: #0f0f0f;
}

#dark .market-trade .nav .nav-item .nav-link.active {
    background: transparent;
    color: #ffffff;
}

#dark .market-trade .nav .nav-item .nav-link {
    color: #4f5966;
}

#dark .market-trade p {
    color: #c5cbce;
}

#dark .market-trade-list li a {
    background: #2a2e39;
    color: #ffffff;
}

#dark .market-trade input {
    border: 1px solid #2a2e39;
    background: #2a2e39;
    color: #ffffff;
}

#dark .market-trade .input-group-text {
    background: #2a2e39;
    color: #ffffff;
    border-color: #2a2e39;
}

#dark .market-trade-buy .market-trade-list li a:hover {
    background: #26de81;
    color: #fff;
}

#dark .market-trade-sell .market-trade-list li a:hover {
    background: #ff231f;
    color: #fff;
}

#dark #darkDepthChart {
    /* background: #131722; */
    background: #0f0f0f;
}

#dark .markets {
    /* background: #131722; */
    background: #0f0f0f;
}

#dark .table td,
#dark table th {
    border-top: 1px solid #2a2e39;
}

#dark .markets-pair-list .nav {
    background: #1c2030;
}

#dark .markets-pair-list .nav-link.active,
#dark #STAR i {
    color: #ffffff;
}

#dark thead th,
#dark .markets-pair-list .nav-link {
    color: #4f5966;
}

#dark .markets-pair-list .load-more {
    border: 1px solid #2a2e39;
    color: #ffffff;
}

#dark .markets-pair-list .load-more:hover {
    color: #fff;
    border: 1px solid #007bff;
}

#dark .markets-content h2,
#dark .markets-content p,
#dark .news-details {
    color: #ffffff;
}

#dark .markets-content span.green,
#dark .markets-content span.red {
    color: #fff;
}

#dark .market-trade-sell {
    border-left: 1px solid #2a2e39;
}

#dark .markets-container {
    background: #1e222d;
}

#dark .sign-up-form h3 {
    border-top: 0;
    margin-top: 0;
    padding-top: 15px;
}

#dark header nav .nav-item.active a.btn:hover {
    color: #fff;
}

#dark .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

#dark .dropdown-menu::before {
    /* background: #131722; */
    background: #0f0f0f;
    border-top: 1px solid #2a2e39;
    border-left: 1px solid #2a2e39;
}

#dark .dropdown-menu p {
    color: #ffffff;
}

#dark .dropdown-header {
    border-bottom: 1px solid #2a2e39;
}

#dark .dropdown-footer {
    border-top: 1px solid #2a2e39;
}

#dark .header-img-icon .profile-nav .nav-item .nav-link:hover {
    background-color: #2a2e39;
    color: #ffffff;
}

#dark .form-control,
#dark .settings-profile select {
    background-color: #2a2e39;
    border: 1px solid #2a2e39;
    color: #ffffff;
}

#dark .form-access form {
    padding: 30px;
    border-radius: 5px;
    min-width: 350px;
    /* box-shadow: 0 0 10px 0 #131722; */
    box-shadow: 0 0 10px 0 #0f0f0f;
    border: 1px solid #2a2e39;
}

#dark .form-access h2,
#dark .form-access {
    color: #ffffff;
}

#dark .form-access .custom-control-label::before {
    border: #2a2e39 solid 1px;
    background-color: #2a2e39;
}

#dark .error-page a {
    border: 1px solid #2a2e39;
    color: #ffffff;
}

#dark .error-page a:hover {
    border: 1px solid #007bff;
    background: #007bff;
    color: #ffffff;
}

#dark .error-page h2,
#dark .error-page p {
    color: #c5cbce;
}

#dark .wallet .nav-pills a,
#dark .wallet-history {
    border-top: 1px solid #2a2e39;
}

#dark .wallet .nav {
    background: #1e222d;
}

#dark .wallet h2,
#dark .wallet h3,
#dark .wallet h4,
#dark .wallet p {
    color: #ffffff;
}

#dark .wallet button.green,
#dark .wallet button.red,
#dark .wallet .nav-pills a.active h2,
#dark .wallet .nav-pills a.active h3,
#dark .wallet .nav-pills a.active p {
    color: #ffffff;
}

#dark .wallet .tab-content li:first-child {
    border-bottom: 1px solid #2a2e39;
}

#dark .wallet-history tr {
    background: #1e222d;
}

#dark .wallet-address input,
#dark .wallet-address input:focus {
    border: 1px solid #2a2e39;
    background: #2a2e39;
    box-shadow: none;
    color: #ffffff;
}

#dark .depth-chart-inner {
    border: 1px solid #2a2e39;
}

#dark .markets-capital-item {
    /* box-shadow: 0 0 10px 0 #131722; */
    box-shadow: 0 0 10px 0 #0f0f0f;
    border: 1px solid #2a2e39;
}

#dark .markets-capital-item h2,
#dark .markets-capital-item h4 {
    color: #fff;
}

#dark .settings .card {
    background: #1e222d;
}

#dark .settings .card-title {
    color: #fff;
}

#dark .settings-nav {
    background: #1e222d;
}

#dark .settings-nav .nav-link {
    color: #ffffff;
}

#dark .settings-notification li {
    border-bottom: 1px solid #2a2e39;
}

#dark .settings-notification li:last-child {
    border-bottom: 0;
}

#dark .settings-notification p {
    color: #ffffff;
}

#dark .settings-notification span {
    color: #4f5966;
}

#dark .settings label {
    color: #fff;
}

#dark .settings .custom-file-label {
    background: #2a2e39;
    border: 1px solid #2a2e39;
    color: #616d75;
}

#dark .settings-profile input[type="submit"] {
    border: 1px solid #007bff;
}

#dark .btn-1:hover,
#dark .btn-2:hover,
#dark .landing-hero,
#dark .landing-info-one,
#dark .landing-feature,
#dark footer.landing-footer ul li a {
    color: #fff;
}

#dark .landing-info-one-bg {
    background: url(../img/landing/dash-preview-dark.png) no-repeat right 50%/48%;
}

#dark .landing-feature-item img {
    filter: invert(1);
}

#dark footer.landing-footer-two {
    background: #2a2e39;
    color: #fff;
    border-color: #2a2e39;
}

#dark footer.landing-footer-two ul li a {
    color: #ffffffbd;
}

#dark footer.landing-footer-two ul li a:hover {
    color: #007bff;
}
.dark-variant {
    display: none;
}
#dark .dark-variant {
    display: block;
}
#dark .light-variant {
    display: none;
}
#dark div#lightDepthChart tspan {
    filter: invert(1);
}
@media only screen and (max-width: 1434px) {
    .market-pairs tbody {
        height: 760px;
    }
    .no-fluid .market-pairs tbody {
        height: 815px;
    }
    .settings-profile .custom-file {
        width: 25%;
    }
}

@media only screen and (max-width: 1300px) {
    .market-pairs tbody {
        height: 740px;
    }
    .no-fluid .market-pairs tbody {
        height: 755px;
    }
}

@media only screen and (max-width: 1200px) {
    .markets-capital-item {
        height: 289px;
    }
}

@media only screen and (max-width: 991px) {
    footer.landing-footer-two h3 {
        margin-top: 30px;
    }
    .tradingview-tecnical-analys {
        margin-top: 50px;
    }
    .btn-1,
    .btn-2 {
        margin: 8px;
        text-align: center;
    }
    .mtb100 {
        margin: 50px 0;
    }
    .landing-hero {
        margin: 50px 0;
    }
    .landing-number p {
        margin-bottom: 40px;
    }
    .landing-number {
        padding: 40px 0 0;
    }
    .tradingview-gain-and-loser {
        margin-bottom: 50px;
    }
    .landing-feature {
        padding: 50px 0 30px;
    }
    .landing-sub {
        padding: 50px 0;
    }
    .landing-sub-content h2 {
        font-size: 26px;
    }
    .landing-number h2 {
        font-size: 40px;
    }
    .visible-mobile {
        display: block;
        margin-top: 50px;
    }
    .landing-hero h2 {
        font-size: 36px;
    }
    .landing-feature-item {
        margin-bottom: 30px;
    }
    .landing-info-one-bg,
    #dark .landing-info-one-bg {
        background: none;
    }
    .settings-nav {
        margin-bottom: 15px;
    }
    .settings-profile .custom-file {
        width: 35%;
    }
}

@media only screen and (max-width: 918px) {
    .market-history tbody {
        height: 274px;
    }
}

@media only screen and (max-width: 792px) {
    .market-pairs tbody {
        height: 699px;
    }
}

@media only screen and (max-width: 768px) {
    footer.landing-footer {
        text-align: center;
    }
    footer.landing-footer img {
        margin-bottom: 10px;
    }
    footer.landing-footer .d-flex {
        display: block !important;
    }
    .settings-profile .custom-file {
        width: 45%;
    }
    header button.navbar-toggler i {
        font-size: 30px;
        color: #4a4a4a;
    }
    header button.navbar-toggler:focus {
        outline: none;
    }
    .navbar-collapse .dropdown.menu-avatar-icon {
        margin-top: 10px;
    }
    .no-fluid .market-pairs {
        margin-bottom: 15px;
    }
    .no-fluid .order-book {
        margin-top: 15px;
    }
    .circle-pulse {
        left: 27px;
        right: inherit;
    }
    .dropdown-menu::before {
        right: inherit;
        left: 5%;
    }
    .wallet .nav {
        margin-bottom: 30px;
    }
    .wallet-address img {
        margin-top: 40px;
    }
    #dark header button.navbar-toggler i {
        color: #c5cbce;
    }
    .market-order-item {
        padding: 5px 5px;
        overflow: hidden;
    }
    .market-order-item li {
        font-size: 12px;
    }
    .markets-capital-item {
        height: 304px;
    }
    .main-chart .tradingview-widget-container {
        height: 330px;
    }
    .main-chart .tradingview-widget-container #tradingview_e8033 {
        height: 330px !important;
    }
}

@media only screen and (max-width: 576px) {
    .markets-capital-item {
        height: 91.4%;
    }
}

.tradingview-widget-container {
    position: relative;
}

.tradingview-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 23, 34, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.tradingview-loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*# sourceMappingURL=style.css.map */

.currency-row span{
    background: transparent !important;
}

.currency-row .asset-image.stocks, .market-trade-header .asset-image.stocks, .order-currency .asset-image.stocks{
    border-radius: 100%;
    width: 25px;
    height: 25px;
}
.currency-row .asset-image:not(.stocks), .market-trade-header .asset-image:not(.stocks), .order-currency .asset-image:not(.stocks){
    max-width: 32px;
    max-height: 18px;
}
.currency-row .containera, .market-trade-header .containera, .order-currency .containera {
    height: 18px;
    width: 18px;
    background: #ededed;
    border-radius: 100%;
    padding-top: 1px;
    text-align: center;
    display: inline-block;
}
.currency-row .containera span, .market-trade-header .containera span, .order-currency .containera span{
    height: auto;
    color: #0d3863;
    font-size: 10px;
    font-weight: bold;
}

.market-trade-header{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    padding: 10px 15px;
    margin: 10px 0;
}

.market-trade-form {
    margin: 20px 0;
}

.modal-content{
    /* background: #131722 !important; */
    background: #0f0f0f !important;
    color: #758696 !important;
}
.modal-header .close{
    color: #FFF !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.market-trade-summary.mt-3 {
    color: #4f5966;
    font-size: 12px;
}
.buy span, .sell span {
    font-size: 12px;
    display: block;
}

.market-trade-buy .buy, .market-trade-sell .sell {
    text-align: left;
}

.market-trade button.buy.selected{
    background: #158bf9;
    color: #fff;
}

.market-trade button.sell.selected {
    background: #eb483f;
    color: #fff;
}

.price-up {
    animation: priceUp 1s ease-out;
    position: relative;
}

.price-down {
    animation: priceDown 1s ease-out;
    position: relative;
}

@keyframes priceUp {
    0% {
        background-color: rgba(0, 204, 147, 0.2);
        color: #00cc93;
    }
    100% {
        background-color: transparent;
        color: inherit;
    }
}

@keyframes priceDown {
    0% {
        background-color: rgba(247, 71, 69, 0.2);
        color: #f74745;
    }
    100% {
        background-color: transparent;
        color: inherit;
    }
}

html, body {
    height: 100vh;
}

.container-fluid.mtb15.no-fluid {
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow: hidden;
}

.row.sm-gutters {
    flex: 1;
    margin: 0;
    overflow: hidden;
}

.market-pairs {
    height: calc(100vh - 133px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.market-pairs .tab-content {
    flex: 1;
    overflow: auto;
}

.main-chart {
    overflow: hidden;
    margin-bottom: 3px;
}

.market-history {
    height: 262px;
    overflow: auto;
}

.market-trade {
    overflow: auto;
    height: 100%;
} 


footer {
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #2a2e39;
    background: #0f0f0f;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    display: flex;
    align-items: center;
}
.footer-logo img {
    width: 15px;
    margin-right: 10px;
}
.footer-links {
    display: flex;
    gap: 20px;
    text-align: left;
}
.footer-links span {
    margin-right: 20px;
}

.footer-content-mobile {
    padding: 0;
}

.mobile-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    padding: 8px 12px;
    transition: color 0.3s ease;
    flex: 1;
    min-width: 0;
}

.mobile-menu-item i {
    font-size: 20px;
    margin-bottom: 4px;
}

.mobile-menu-item span {
    font-size: 12px;
    white-space: nowrap;
}

.mobile-menu-item:hover {
    color: #fff;
    text-decoration: none;
}

.mobile-menu-item.active {
    color: #007bff;
}

.mobile-menu-item.active i {
    color: #007bff;
}

/* Add padding-bottom on mobile to prevent content from being hidden behind fixed footer */
@media (max-width: 767.98px) {
    .container-fluid.mtb15.no-fluid, .settings {
        padding-bottom: 110px;
    }
    .market-pairs {
        height: calc(100vh - 240px);
    }
}

.admin-container {
    display: flex;
    min-height: calc(100vh - 60px);
}

.admin-sidebar {
    width: 250px;
    color: #fff;
    border-right: 1px solid var(--dark-border);
    padding: 1rem 0;
    left: 0;
    top: 60px;
    overflow-y: auto;

    .sidebar-header {
        padding: 0 1rem;
        margin-bottom: 1.5rem;
        
        h5 {
            color: var(--white);
            font-weight: 600;
            margin: 0;
        }
    }

    .sidebar-menu {
        list-style: none;
        padding: 0;
        margin: 0;

        .menu-item {
            .menu-link {
                display: flex;
                align-items: center;
                padding: 0.75rem 1rem;
                color: var(--text-muted);
                text-decoration: none;
                transition: all 0.3s ease;

                &:hover {
                    background-color: var(--dark-hover);
                    color: var(--white);
                }

                &.active {
                    background-color: var(--primary);
                    color: var(--white);
                }

                i {
                    margin-right: 0.75rem;
                    font-size: 1.25rem;
                }

                span {
                    font-size: 0.9rem;
                }
            }
        }
    }
}

.admin-main {
    flex: 1;
    padding: 1.5rem;
    background-color: var(--dark-bg);
    min-height: calc(100vh - 60px);
}

@media (max-width: 768px) {
    .admin-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;

        &.show {
            transform: translateX(0);
        }
    }

    .admin-main {
        margin-left: 0;
    }
} 

#dark .card {
    background: #0e1518;
    color: #fff;
}

.qr-code-container-modal > div {
    margin: 25px auto;
}
.market-trade .text-danger {
    font-size: 11px;
}
.list-group-item {
    background: #0f0f0f;
    color: #fff;
    border-color: #000;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    color: #fff;
}
.nav-tabs .nav-link.active {
    color: #000;
    border-color: #000;
}

.nav-pills .nav-link.active{
    border-bottom: 1px #1d46fb solid;
    border-radius: 0;
    font-weight: bold;
}
.nav-pills .nav-link{
    border-radius: 0;
}

.btn-close-order {
    background: #158bf9;
    color: #fff;
}

.btn-take-profit {
    background: #158bf9;
    color: #fff;
}
.btn-stop-loss {
    background: #eb483f;
    color: #fff;
}
.dropdown-menu-right {
    right: 218px;
    left: auto;
}
.navbar {
    background: #0f0f0f;
    border-bottom: 1px solid #2a2e39;
}
main {
    margin-top: 60px;
}
.pagination-container .text-muted{
    margin-right: 15px;
}

.pagination-container {
    padding: 15px;
    display: flex;
    justify-content: center;
}

.pagination-container .pagination {
    margin: 0;
}

.pagination-container .page-item.active .page-link {
    background-color: #1d46fb;
    border-color: #1d46fb;
    color: #fff;
    z-index: 1;
}

.pagination-container .page-link {
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.pagination-container .page-link:hover {
    color: #1d46fb;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination-container .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination-container .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#dark .pagination-container .page-link {
    color: #fff;
    background-color: #0e1518;
    border-color: #2a2e39;
}

#dark .pagination-container .page-link:hover {
    background-color: #1a2226;
}

#dark .pagination-container .page-item.active .page-link {
    background-color: #1d46fb;
    border-color: #1d46fb;
}

#dark .pagination-container .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #0e1518;
    border-color: #2a2e39;
}


.admin-main .card-body {
    max-width: calc(100vw - 240px);
}

/* Mobile Header Stats - Inline in Navbar */
.header-mobile-stats-inline {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    order: 2;
    min-width: 0;
    margin: 0 10px;
}

.header-mobile-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.header-mobile-stats .header-stat-item {
    text-align: center;
    min-width: 70px;
}

.header-mobile-stats .header-stat-label {
    font-size: 10px;
    color: #6c757d;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.header-mobile-stats .header-stat-value {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.header-mobile-stats .header-stat-value.text-success {
    color: #28a745;
}

.header-mobile-stats .header-stat-value.text-danger {
    color: #dc3545;
}

#dark .header-mobile-stats .header-stat-label {
    color: #6c757d;
}

#dark .header-mobile-stats .header-stat-value {
    color: #fff;
}

@media (max-width: 767.98px) {
    .navbar-brand {
        order: 1;
        margin-right: 0;
    }
    
    .header-mobile-stats-inline {
        order: 2;
        flex: 1;
        margin: 0 5px;
    }
    
    .navbar-toggler {
        order: 3;
    }
    
    .header-mobile-stats {
        gap: 12px;
    }
    
    .header-mobile-stats .header-stat-item {
        min-width: 55px;
    }
    
    .header-mobile-stats .header-stat-label {
        font-size: 9px;
    }
    
    .header-mobile-stats .header-stat-value {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .header-mobile-stats {
        gap: 10px;
    }
    
    .header-mobile-stats .header-stat-item {
        min-width: 50px;
    }
    
    .header-mobile-stats .header-stat-label {
        font-size: 8px;
    }
    
    .header-mobile-stats .header-stat-value {
        font-size: 10px;
    }
}