.bootstrap .modal.fade{
    opacity: 1 !important;
}
.bootstrap .modal-backdrop.fade{
    opacity: .5 !important;
}

.bootstrap .modal.fade .modal-dialog {

    z-index: 10000;
    opacity: 1 !important;
    top: 45px;


}

/* market page */

.market-component .bids, .market-component .asks{
    overflow: auto;
}

.market-component canvas {
    background-color: #fff;
}


.exchange-pg {
    min-height: 900px;
    overflow: auto;
}

/* product page */

.yoh-component .seller-icon .rounded-circle{
    border-radius: 100px;
    max-height: 100px;
    width: auto;
}
.yoh-component .seller-icon {
    text-align: center;
}
.yoh-component .seller-icon .seller-info a {
    font-size: 18px;
    display: block;
}
.yoh-component .seller-icon .seller-info span {
    font-size: 15px;
    display: block;

}


