.titleText h2{
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
    height: 24px;
}
.titleText{
    height: 56px;
    padding: 8px 12px 8px 12px;
    box-sizing: border-box;
}
.titleText h3{
    color: #8E8E8E;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
    height: 16px;
}
.bottomClick{
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
}
.bottonItem{
    flex: 1;
    text-align: center;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textItemClick{

    color: var(--666666, #666);
text-align: center;
/* Body (Medium-12px) */
font-family: "SF Pro Display";
font-size: 12px;
font-style: normal;
font-weight: 500;



}
.activeItem{
    background-color: #DEEEF9 !important;
    color: #004370 !important;
    border-radius: 5px;

}
.IconBuy{
    width: 12px;
    height: 12px;
    background-color: #FF4D6D;
    margin-right: 3px;
    display: inline-block;
    border-radius: 2px;
    
}
.IconSell{
    width: 12px;
    height: 12px;
    background-color: #20C780;
    display: inline-block;
    margin-right: 3px;
    line-height: 18px;
    border-radius: 2px;
}
.iconText{
    color: var(--Black, #000);
/* Mobile / Text 11px xxSmall / Regular Caption */
    font-family: "SF Pro Display";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.ItemIcon{
    float: left;
    display: flex;
    flex-direction: row;
    height: 18px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.TextDonVi{
    float: right;
    color: var(--8e8e8e, #8E8E8E);
    /* Mobile / Text 11px xxSmall / Regular Caption */
    font-family: "SF Pro Display";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 145.455% */
  padding-right: 38px;
}
#container{
    height: 100%;
    padding-bottom: 8px;
}