:root{
    --lightText: #eee ;
    --darkBg : #131722;
}


 

.th-min{
    min-width: 230px;
}

.th-mins{
    min-width: 100px;
}

.th-mins2{
    min-width: 70px;
}

table img{
    width: 24px !important;
    height: auto !important;

}

.tradingview-widget-container div div {
    height: 400px !important;
    width: 100%;
}
.fws{
    font-weight: 500;
}

iframe{
    height: auto;
    width:100%;
    border: none;
    display: flex

}

.modal .modal-dialog .modal-content .modal-header {
    padding: 0 !important;
}

.modal-content{
    width: 75% !important;
    margin: 0 auto !important;
    height:650px;
}


.page-body-wrapper{
    background: #eee;
    padding: 10px;

}


@media only screen and (max-width: 768px) {
    .modal-content{
        width: 100% !important;
  
        height:450px;
    }


   
    .nav .page-navigation{
        display: block;
    }

    .horizontal-menu .bottom-navbar{
        display: block !important;
    }


    .page-body-wrapper{
        margin-top: 120px !important;

    }


}




.card-body h5{
    margin-bottom: 10px !important;
    margin-top: 2px;
    background: #3eafff;
    color: #fff;
    padding: 4px 10px;
}

.card .card-body {
    padding: 10px 1.25rem 1.25rem;
}

.card-info{
    height: 113px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 3px;
}

@media (max-width: 991.98px){
    .horizontal-menu .bottom-navbar {
        display: block;
    }

    .horizontal-menu .bottom-navbar .page-navigation > .nav-item {
        display: inline-block;
        width: auto;
       
    }

    #row-info{
        margin-top: 120px;
    }

    #index-row{
       
    }
    
    
}

@media (min-width: 768px){
    .container {
        max-width: 100%;
    }
}

.page-navigation{
    display: flex;
    justify-content: space-around !important;
  
}

 


.coins {
    
    line-break: auto;
   
    
}

.coin-item{
  width: 80px;
  display: inline-block;
}


#editor { 
    
  height: 770px;
}

.ace_editor, .ace_editor *{
    font-family: "Monaco", "Menlo", "Ubuntu Mono", "Droid Sans Mono", "Consolas", monospace !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    }