h1 a{
    color: #000;
    text-decoration: none;
}
.trade_log{
    max-height: 400px;
    overflow: auto;
    white-space: pre;
    font-size: 0.85rem;
    line-height: 90%;
    padding-bottom: 10px;
}
#balModal .list-bal{
    max-height: 600px;
    overflow: auto;
}

.text-request{
    max-height: 200px;
}
.text-answer{
    margin-top: 15px;
    margin-bottom: 30px;
}
.history_question{
    cursor: pointer;
}
.icon-del{
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
}
.icon-del img{
    width: 20px;
    height: 20px;
}

.Loader {	
    position : fixed;
    left : 0;
    top : 40%;
    right: 0;
    z-index : 65533;
    opacity : 0.65;
    filter:alpha(opacity=50);
}
.Loader::after {
    content: " ";
    position: absolute;
    left: calc(50% - 32px);
    top: 40%;
	margin: 8px;
    display: block;
    width: 64px;
    height: 64px;    
    border-radius: 50%;
    border: 6px solid #fff;    
	border-color: #888 transparent #888 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}