#st-buy-button.disabled{
    background: #D3D3D3;
    color: #A9A9A9;
    border: none;
}

.recent-orders-table td, .recent-orders-table th {
    font-size: 14px !important;
}
.modal{
    display: none;
}
#trade-impact label{
    display: block;
}
@media screen and (max-width: 500px) {
    .recent-orders-table{
        overflow-x:scroll;
    }
}

.es-st-connect-modal {
    background: #fffc;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}

.es-st-connect-container {
    width: 98%;
    background: #ffffff;
    height: 500px;
    margin: 5% auto;
    max-width: 400px;
    filter: drop-shadow(#aaa .2rem .5rem 1rem);
    border-radius: 20px;
    position: relative;
}

.es-st-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #e9e9e9d1;
}

.es-st-loading {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.es-st-container-content {
    padding: 20px;
}

.es-st-title {
    color: #000;
    margin-bottom: 10px;
}

.es-st-select {
    width: 100%;
    border-radius: 20px;
}

.es-st-item-list {
    display: grid;
    padding: 20px 0;
    max-height: 350px;
    overflow-y: scroll;
}

.es-st-item {
    display: flex;
    cursor: pointer;
    padding:10px;
    align-items: center;
}

.es-st-item:hover {
    background:#f1f1f1;
}

.es-st-item img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.es-st-item strong {
    display: block;
}

.es-st-item .d-block {
    color: #666;
}

#st-selected-account-id{
    overflow: hidden !important;
    max-width: 98%;
}