@import url("css2.css");
*{
    box-sizing: border-box;
    font-family: Rubik,sans-serif;
}
body,html{
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  line-height: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body{
    overflow-x:hidden;
    background: #0E121B;
    color: #B8B8B9;
}
.cardd{
    background: #131824;
}
.logo{
    height: 40px;
    width: 85%;
    margin: auto;
}
.asst{
    width: 60px;
    height:60px;
    border-radius: 50%;
    background: #19202F;
}
.asstt{
    width: 50px;
    height:50px;
    border-radius: 50%;
    /* padding-top: 10px; */
    background: #19202F;
}
.nav-area{
    float: left;
    width: 19%;
    background: #131824;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    *box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12), 0 1px 5px 0 rgba(255, 255, 255, 0.2);
}
.logo-cp{
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.nav-area::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .nav-area {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.profile-dropdown{
    padding: 15px;
    font-size: 12px;
    line-height: 20px;
    display: none;
}
.redo{
    padding:5px;
    font-size : 14px;
    cursor:pointer;
}
.toggle-navv{
    padding: 0 20px;
    cursor: pointer;
    /* display: none !important; */
}
.sitelogo{
    cursor: pointer;
}
.nav-area .lg-icon{
    height: 25px;
}
.toggle-drop{
    padding-top: 35px;
    padding-right: 10px;
}
.nav-area-header{
    min-height: 70px;
    padding: 25px 0;
    background: #131824;
    /*color: #222;*/
   /*border-bottom: 1px solid #242424;*/
}
.logo-sec{
    width: 75%;
    /*heig*/
}
.nav-area-links{
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-area-links .nav-item{
    margin: 3px 0;
}
.close-menu{
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #fff;
}
.dropdown-menu-icon{
    position: absolute;
    right: 10px;
}
.crypto-icon{
  border: 1px solid #129DFF;
  width: 20px;
  min-height: 10px;
  padding: 5px 6px;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  align-content:space-around;
  justify-content: space-around;
  border-radius: 3px;
}
.btn-check{
    display: none !important;
}
.drp{
    display: none;
    padding: 7px 0;
    padding-left: 17px;
    font-size: 12px;
    /* line-height: 20px; */
}
.drp a, .profile-dropdown a{
    color: #B8B8B9;
}
.nav-area-header .fa-chevron-down{
    font-size: 13px !important;
}
.nav-area-footer{
    padding: 12px ;
    width: inherit;
    min-height: 30px;
    /* line-height: 25px; */
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #242424;
    z-index: 5000;
    background: #131824;
}

.navlink-caption{
    padding: 0 7px;
}
.avt{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.nav-area .nav-link{
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 1rem;
    padding: 14px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    /* font-size: 13px; */
}
.nav-area .nav-link:hover{
    background-color: rgb(17, 153, 250);
    border-radius: 8px;
}
.nav-area .nav-link:active{
    background-color: rgb(17, 153, 250);
    border-radius: 8px;
}
/* .dropdowns{
    padding-left: 20px;
} */
.dropdowns .nav-link{
    color: #fff;
    /* font-size: 13px; */
}
.main-area{
    float: right;
    width: 81%;
}
.main-area-header{
    min-height: 60px;
    width: 100%;
    /*box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12), 0 1px 5px 0 rgba(255, 255, 255, 0.2);*/
    background: #0E121B;
    line-height: 60px;
    color: #B8B8B9;
    z-index: 9000;
    border-bottom: 1px solid #242424;
}
.main-area-body{
    padding: 20px 0;
}

input {
    border: none !important;
    color: #fff;
    font-weight: 300;
}

.market-trade input {
    border: none !important;
    color: #fff;
    font-weight: 300;
}
.form-control {
    background: #1F273A;
}

 input:focus {
    box-shadow: none;
    border-color: none !important;
}
table td{
    word-wrap: nowrap !important;
    word-break: normal !important;
    white-space: nowrap !important;
}
.main-area-footer{
    width:inherit;
    min-height:45px;
    padding:10px;
}
.market-trade {
    background: #131824;
    /* border: 1px solid #1F273Abe; */
    border-radius: 2px;
    /* padding: 20px 0 10px 0; */
}

.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;
}

.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: #26a69a;
    color: #fff;
}

.market-trade-sell .market-trade-list li a:hover {
    text-decoration: none;
    background: #ef5350;
    color: #fff;
}
.content-card{
    background: #0E121B;
}
.market-trade button.buy,
.market-trade button.sell {
    background: #26de81;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 30px;
    width: 100%;
    /* box-shadow: 0px 0px 15px 0px #26de81ad; */
}

.market-trade button.sell {
    background: #ff231f;
    /* box-shadow: 0px 0px 15px 0px #ff231fad; */
}

.market-trade p {
    margin: 5px 0;
    font-size: 13px;
    color: #1F273A;
}

.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 15px 0 0;
}

.market-trade-sell {
    padding: 0 0 0 15px;
    border-left: 1px solid #1F273A;
}
.show-mob{
    display: none !important;
}
.form{
    width: 70%;
    margin: auto;
}
.asset-icon{
    height:25px !important;
    width:25px !important;
}