
body {
    background-color: #081420;
    color: #818896;
    scroll-behavior: smooth;
}

a {
    color: #818896;
    text-decoration: none;
}
a:hover {
    color: #b8bfce;
    text-decoration: none;
}

.btn-primary {
    background-color: #818896;
    border-color: #b8bfce;
    color: black;
}

.navbar {
    -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.75);
}

.navbar a {
    color: #818896;
    text-decoration: none;
}

.navbar a.active,
.navbar a:hover {
    color: #b8bfce;
}

.home-banner {
    margin-top: 46px !important;
    margin-bottom: 30px;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    background-color: transparent;
    /*border: 1px solid rgba(173, 255, 47, .125);*/
}

#trackers {
    overflow-y: scroll;
    margin-top: 50px;
}
.trackers{
    max-height: 558px !important;
}
.trackersMinimized{
    max-height: 165px !important;
}

#trackers .title {
    margin-bottom: 30px;
}
.alert.bg-transparent{
    color: #818896;
}
table {
    color: #818896 !important;
    border: 1px !important;
    border-color: #818896 !important;
    font-size: 12px !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #818896;
    background-color: #081420;
    border-color: #dee2e6 #dee2e6 #fff;
}

#trackers::-webkit-scrollbar {
    width: .5em;
}

#trackers::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

#trackers::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
}





html,
body {
    height: 100%;
}

#wrap {
    min-height: calc(100% - 50px);
    /*padding-bottom: 48px;*/
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand img {
    height: 55px;
}

.main-top-menu {
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.form-group {
    margin-bottom: 15px;
}


/* auth */
.auth-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 10px;
}

.card-title {
    font-weight: 300;
}

.logo{
    font-size: 28px;
    font-weight: 100;
}

.list-group-item{
    background-color: #081420;
    color: #818896;
    border: 1px solid #818896;
}

.card {
    box-shadow: inset #081420;
    background-color: #102331;
}

.login-form {
    width: 100%;
    max-width: 550px;
    margin: 20px;
    box-shadow: inset #081420;
    background-color: #102331;
}

.login-form .form-group {
    margin-bottom: 15px;
}
.form-group label {
    margin-bottom: 5px;
}
.form-control, .form-check-input {
    background-color: #081420 !important;
    color: darkgray !important;
    border: none;
}
.input-group-text{
    background-color: #081420 !important;
    color: darkgray !important;
    border: none;
}
.dataTables_info, #data-table_wrapper label{
    color: #818896 !important;
}
.dataTables_wrapper .dataTables_processing{
    background: none !important;
}
#data-table_processing{
    background-color: rgba(16, 16, 16, 0.8) !important;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    color: darkgray;
    padding-top: 20%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: none !important;
    background-color: #081420 !important;
    color: darkgray !important;
}
#data-table_wrapper input, #data-table_wrapper select{
    background-color: #081420 !important;
    color: darkgray !important;
    border: none;
    padding: 3px 7px;
}
.login-form .form-control:focus {
    background-color: #081420 !important;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
}

.alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}
.buyselldata{
    /*padding-left:30px!important;*/
    max-height: 365px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.th5{
    text-align: left!important;
    width:20%!important;
}
.th6{
    text-align: center!important;
    width:2%!important;
}
.th7{
    text-align: right!important;
    width:15%!important;
}
.th8{
    text-align: center!important;
    width:20%!important;
}
.tdlimit{
    /*width:35%!important;*/
    text-align: left!important;
}
.tdamount{
    /*width:35%!important;*/
    text-align: right!important;
}
.tdposition{
    /*width:35%!important;*/
    text-align:right!important;
}
.td8{
    /*width:35%!important;*/
    text-align:center!important;
}
@media (max-width:1024px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: var(--bs-gutter-x,.25rem);
        padding-left: var(--bs-gutter-x,.25rem);
    }
}






/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* auth */









/* footer */
.site-footer {
    background-color: #26272b;
    /*padding: 45px 0 20px;*/
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

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

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
table,th, td {
    text-align: left !important;

}
[v-cloak] {
    display:none;
}
.txtWhitecolor {
    color: white !important;
}

.txtHeadingColor {
    color: yellow !important;
}
.DarkGrayColor {
    color: darkgray !important;
}
.fs14px{
    font-size: 14px;
}
.th1{
    width: 15% !important
}
.th2{
    width: 40% !important;
    text-align: center !important;
    padding-left: 40px !important;
}
.th3{
    width: 18% !important;
    text-align: right !important;
}
.th4{
    width: 27% !important;
    text-align: right !important;
}
.td1{
    width: 15% !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.td2{
    width: 40% !important;
    text-align: right !important;
}
.td3{
    width: 18% !important;
    text-align: right !important;
}
.td4{
    width: 27% !important;
    text-align: right !important;
}
.interval{
    margin: 0px 0px 0px 10px;
    /*border: 1px solid gray;*/
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}
.interval:hover {
    background-color: grey;
}
.chart-top-row{
    background-color:#171b26;
    border: 1px solid #6e737a;
    padding: 5px;
    display:flex;
    color: white;
}
.border-removal{
    border: none;
    font-size: 11px;
}
@media (max-width:450px) {
    .accordionMinus{
        display: block !important;
    }

    .accordionPlus{
        display: block !important;
    }
}
@media (max-width:768px) {
    .tickersDiv{
        /*display: none;*/
    }

    #userIcon {
        display: none;
    }
    #siteName{
        font-size: 28px;
        padding: 10px 20px;
    }
    .sideNavBar{
        padding: 10px 20px;
    }
    .pageTitle{
        text-align: center;
        font-size: 28px;
        margin-top: -25px;
    }
    #show-sidebar{
        top: 15px !important;
        width: 40px !important;
    }
    #pageSideBarIcon{
        font-size: 24px;
        margin-top: 2px;
    }
    .message-list{
        height: 415px !important;
    }
    .main-app-container{
        margin: 0px 0px 0px 0px !important;
    }
    .sidebar{
        width: 450px !important;
        max-width: 100% !important;
        /*margin-left: 6px !important;*/
    }
    .graphDiv{
        /*padding: 0px !important;*/
    }
    .historyTable{
        overflow-x: auto;
    }
    .graphArrow{
        display: block;
        margin-left: 15px !important;
    }
    .jp_flag{
        margin-right: 10px !important;
    }
    .en_flag{
        margin-right: 10px !important;
    }
    .tableClass{
        width: 160% !important;
    }
    .buttons_row{
        margin-left: 30px !important;
    }
    .lp2_subtitle{
        font-size: 28px !important;
        font: bold;
        line-height: 40px !important;
    }
    .sec5_desc{
        margin-top: 10px;
    }
    .sec5_motoright{
        height: 80px !important;
    }
    .sec5_btn1{
        top: -5px !important;
    }
    .sec5_btn2{
        top: -5px !important;
    }
    .section5{
        height: 200px !important;
    }
    .lp2_subtitle2{
        margin-left: 0px !important;
    }
    .siteLogo{
        margin-left: 0px !important;
    }
    .lp_subtitle{
        font-size: 24px !important;
        line-height: 40px !important;
        margin-bottom: .5em;
        width: auto;
    }
    .features-grid{
        display: none !important;
    }
    .mobile-feature-grid{
        display: block !important;
    }

}
.mobile-feature-grid{
    display: none;
}
.navbar-dark .navbar-toggler {
     color: #081420 !important;
     border-color: #081420 !important;
}
.tickersDiv{
    height: 586px !important;
}
.tickersDivMinimized{
    height: 190px !important;
}
.tableClass>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}
#limitBuyId{
    margin-right: 20px !important;
}
#limitSellId{
    margin-right: 0px !important;
}
.form-control::placeholder {
    font-size: 12px;
}
.bgco{
    background-color: #081420;
}
.center_cls {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.vol_sec {
    padding: 80px 0;
}
.dwhite {
    color: #f5f8fa;
}
.vol_sec_list {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}
.vol_sec_item {
    text-align: center;
}
.vol_sec_fig {
    color: yellow;
    font-size: 32px;
    margin-bottom: .5rem;
    font-weight: 300;
}
.mt-20{
    margin-top: 20px;
}
.bg-black{
    background-color: black;
}
.dark {
    background-color: black;
}

.boxh1 {
    font-size: 22px;
}

.description {
    font-size: 15px;
}

.lp2_subtitle {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: .5em;
    width: auto;
    color: #03ca9b;
}

.sec4_desc {
    padding: 20px 60px;
    font-family: sans-serif;
}
.ad {
    display: block;
    /*max-width:100px;*/
    /*max-height:80px;*/
    width: 100%;
    height: auto;
    margin-top: 0px;
}

section {
    margin: 0 auto;
    width: 100%;
    padding: 2rem 0;
    /*background: #172d3e;*/
    color: #fff;
}

.content_wrapper {
    max-width: 79rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.lp_subtitle, .lp_title {
    color: #03ca9b;
}

.lp_title {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: .05em;
    margin-bottom: .5rem;
}

.lp_subtitle, .section_title h1 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: .5em;
    width: auto;
}

@media screen and (min-width: 900px) {
    .features .lp_subtitle {
        color: #03ca9b;
    }
}

@media screen and (min-width: 900px) {
    .lp_subtitle, .section_title h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: .5em;
        width: auto;
    }
}
.siteLogo{
    margin-right:20px;
    margin-left: 40px
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid green;*/
    -webkit-text-fill-color: darkgray !important;
    /*-webkit-box-shadow: 0 0 0px 1000px #000 inset;*/
    /*transition: background-color 5000s ease-in-out 0s;*/
}
.accordionPlus{
    width: 94.5%;
    min-width: 350px;
    text-align: left;
    background-color: #102331;
    color: white;
    border: none;
    height: 40px;
    margin-left: 12px;
    border-radius: 3px;
    outline: none !important;
}
.active, .accordion:hover {
    /*background-color: #ccc;*/
}

.accordionPlus:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordionMinus{
    width: 94.5%;
    min-width: 350px;
    text-align: left;
    background-color: #102331;
    color: white;
    border: none;
    height: 40px;
    margin-left: 12px;
    border-radius: 3px;
    outline: none !important;
}

.accordionMinus:after {
    /*content: '\002B';*/
    content: '\2212';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion .active {
    /*content: "\2212";*/
}

.table-width{
    min-width: 800px;
}
.walletBtn{
    width: 135px !important;
}


