@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
*{
    box-sizing: border-box;
}
body{
    background: #000b3d;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: normal;
    padding: 0px;
    margin: 0px;
}
*:focus{
    outline: 0px;
    box-sizing: border-box;
}
#moremenu{
    text-align: left;
    font-size: 13px;
    font-weight: lighter;
    padding: 20px 5px;
}
#notification-div{
    background-color: green;
    position: fixed;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 12px;
    z-index: 99999999999999999;
    float: right;
    margin-top: 70px;
    display: none;
    color: #eee;
}
#referals{
    overflow: auto;
}
.dashboard{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px;
}
.navlogo{
    width: 120px;
    display: none;
}
.min-p{
    font-size: 14px;
    text-align: right;
    color: #eee;
    margin-right: 10px;
    margin-top: 10px;
}
.dashbord-logo{
    width: 150px;
    margin-top: 30px;
    margin-left: 20px;
}
.main-dashoard{
    margin-left: 200px;
    margin-top: 0px;
    right: 0px;
    padding: 30px;
    overflow: auto;
}
.dashboard-navigation{
    background-color: #0e1746;
    width: 190px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    font-size: 13px;
    z-index: 999;
    border-right: 1px #eee dashed;
 }
.navigation-header{
    margin-top: 20px;;
    margin-left: 20px;  
    font-size: 12px; 
    font-weight: bold;
    color: #eee;
}
.dashboardholder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 10px;
    width: 100%;
}
.sub-navigation-div{
    text-decoration:  none;
    padding: 7px 20px;
}
.sub-navigation-div a{
    text-decoration: none;
    color: #eee;
}
.dashboardheader{
    background-color: #0e1746;
    right: 0;
    color: #eee;
    padding: 7px 20px;
    color: #eee;
    position: sticky;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    top: 0px;
    z-index: 999;
}
.wallet-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}
#address{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    border: 0px;
    background-color: transparent;
    color: #fff;
}
.wallet{
    width: 19%;
    padding: 20px 10px;
    color: #eee;
    background-color: #0e1746;
    border-radius: 5px;
}
.wallet-p{
    font-size: 12px;
    color: #eee;
    font-weight: bold;
  }
#but{
    width: 10%;
    border: 0px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-align: right;
    background-color: transparent;
}
.chart{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}
.main-chart{
    width: 70%;
    padding: 25px;
    background-color: #0e1746;
    color: #eee;
}
.mini-chart{
    width: 28%;
    height: 400px;
    padding: 20px;
    color: #eee;
    background-color: #0e1746; 
}
.cols-div{
    width: 32%;
    padding: 10px 20px;
    background-color: #0e1746;
}
.btb-one{
    border-radius: 20px;
    border: 1px #eee solid;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-color: green;
    padding: 10px 30px;
    cursor: pointer;
    margin-top: -20px;
    float: right;
}
.btn-two{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    border: 0px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    color: #000;
    height: 40px;
    cursor: pointer;
    margin-bottom: 20px;
}
.btn-three{
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(to right, #ff512f, #f09819);
    font-weight: bold;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    color: #eee;
    height: 30px;
    cursor: pointer;
    margin-bottom: 10px; 
    margin-top: 10px;
}
.single-center-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
.center-div-two{
    width: 100%;
    background-color: #0e1746;
    padding: 10px 20px;
    color: #eee;
}
.view-btn{
    border: 0px;
    color: #fff;
    background-color: #00004d;
    border: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
}
.sub-single-div{
    width: 50%;
    color: #eee;
    padding: 30px 20px;
    background-color: #00004d;
    text-align: center;
    border-radius: 5px;
}
.input-div{
    padding: 20px;
    border-radius: 3px;
    width: 40%;
    color: #eee;
    background-color: #0e1746;
    text-align: center;
}
.input-holder{
    width: 100%;
    height: 40px;
    border: 0px;
    background-color: #000066;
    border: 1px #fff solid;
    border-radius: 10px;
    padding: 0px 10px;
    margin: 15px 0px;
}
.input-holder input, .input-holder select{
    height: 38px;
    width: 85%;
    border: 0px;
    background: inherit;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    color: #eee;
 
}
.input-div a{
    color: #eee;
    text-decoration: none;
}
.single-row{
    overflow: auto;
    width: 100%;
}
tr:nth-child(even) {
    background-color: #ddd;
  }
#spot{ 
    background-image: linear-gradient(25deg,#d64c7f,#ee4758 50%);
}
#deposit{  
    background-image: linear-gradient(to right, #ff512f, #f09819);
}
#withdrawal{
    background-image: linear-gradient(25deg,#d64c7f,#ee4758 50%);
}
#invest{    
    background-image: linear-gradient(to right, #ff512f, #f09819);
}
#referral{
    background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% ); 
}
.col-div{
    background-color: #121921;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    width: 40%;
    height: 150px;
    padding: 30px 10px;
}
.row-div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-weight: bold;
    text-align: center;
}
.trading-pair{
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    }
  .trading-pair >div{
    width: 260px;
    height: 170px;
    margin: 10px 0px;
    background-color: #090909;
  }

.btn-div{
    display: flex;
    margin-top: -32px;
    flex-direction: row;
    background-color: #090909;
    height: 36px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
.btn-buy{
    width: 120px;
    background-color: green;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    border: 0px;
  }
  .btn-sell{
    width: 120px;
    background-color: red;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    border: 0px;
  }
  .price-widger{
    background-color: #fff;
    width: 24%;
    color: #555;
    font-weight: bold;
    border-radius: 5px;
  }
  .widger-holder{
    pointer-events: none;
    height: 200px;
  }
  .open-trade{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    overflow: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .single-center{
    width: 40%;
    border-radius: 5px;
    background-color: #0e1746;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .single-center form{
    width: 100%;
  }
  .tradeinput-div{
    background: #eee;
    width: 100%;
    margin: 10px 0px;
    padding: 5px;
    height: 40px
  }
  .tradeinput-div input, .tradeinput-div select{
    background-color: transparent;
    width: 90%;
    height: inherit;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
  }
  table{
    font-size: 13px;
  }
  .msg{
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #eee;
  }
  .txtarea{
    width : 100%;
    height: 300px;
  }
  .shortcut-div{
    display: flex;
    flex-direction: row;
    flex-wrap:  nowrap;
    justify-content: space-between;
    position: fixed;
    background-color: #0e1746; 
    padding: 10px 5% 50px 5%;
    height: 80px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 100px;
    z-index: 99999;
    box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.5);
    display: none;
  }
  .shotcutbtn{
    background-color: transparent;
    border: 0px;
    color: fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    cursor: pointer;
  }
  .shotcutbtn i{
    margin-bottom: 5px;
  }
  .padded{
    padding: 50px;
    display: none;
  }
@media screen and (min-width: 1100px) and (max-width: 1449px){
.dashboardheader{
    width: auto;
}
.wallet{
    width: 19%;
    margin: 10px;
    padding: 10px;
    text-align: center;
    }
.main-chart{
    width: 65%;
}
.cols-div{
    width: 27%;
    margin: 5px 0px;
}
.center-div-two{
    /* width: 90%; */
    background-color: #0e1746;
    padding: 10px 20px;
    color: #eee;
}
.single-row{
    overflow: none;
}
.padded{
    display: flex;
}
}

@media screen and (min-width: 550px) and (max-width: 1099px){
.input-div{
   width: 80%;
   text-align: center;
}
.dashboard-navigation{
    display: none;
}
.single-center{
    width: 80%;
}
.padded{
    display: flex;
}
.navlogo{
    display: block;
    width: 120px;
}
.shortcut-div{
    display: flex;
}
.main-chart{
    width: 100%;
    height: 400px;
    padding: 5px;
    margin: 5px;
  }
.mini-chart{
    width: 100%;
    height: 400px;
    padding: 5px;
    margin: 5px;
  }
.main-dashoard{
    width: 100%;
    margin: 0px;
    padding: 10px;
}
.wallet{
    width: 47%;
    margin: 5px 0px;
    padding: 10px;
    text-align: center;
}
.wallet-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chart{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.cols-div{
    width: 48%;
    margin: 5px 0px;
}
.sub-single-div{
    width: 90%;
}
#deposit{
    display: none;
}
}

@media screen and (min-width: 250px) and (max-width: 549px){
.input-div{
        width: 90%;
        text-align: center;
    }
.padded{
    display: flex;
}
.dashboard-navigation{
    display: none;
  }
  .navlogo{
    display: block;
}
.main-chart{
    width: 100%;
    height: 400px;
    padding: 10px;
    margin: 5px;
  }
.mini-chart{
    width: 100%;
    height: 400px;
    padding: 5
    10px;
    margin: 5px;
  }
.shortcut-div{
    display: flex;
}
.main-dashoard{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.wallet{
    width: 45%;
    margin: 5px 0px;
    padding: 10px;
    text-align: center;
}
.wallet-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chart{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
 .single-center{
    width: 90%;
}
  .trading-pair > div{
    width: 48%;
    height: 170px;
  }
.btn-sell, .btn-buy{
    width: 70px;
}
.cols-div{
    width: 100%;
    margin: 10px 0px;
}
.sub-single-div{
    width: 100%;
}
#deposit{
    display: none;
}
}