.dashboard_scall{
    display: block;
    overflow-y: scroll;
    max-height: 188px;
}
.dashboard_scall::-webkit-scrollbar {
    width: 6px;
    /* border-radius: 10px; */
}
.dashboard_scall::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #7e7e7e80;
}
.dashboard_scall::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #63636300;
}
table thead, table tbody tr {
    width: 100%;
    table-layout: fixed;
    overflow-y: scroll;
    max-height: 190px;
  }
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.027);
    backdrop-filter: blur(7px);
    display: none;
}
.overlay-token{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.027);
    backdrop-filter: blur(7px);
    display: none;
}
.overlay-delete{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.027);
    backdrop-filter: blur(7px);
    display: none;
}
.show{
    display: block;
}
.form_set{
    width: 500px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.card {
    background-color: rgba(0,0,0,.5);
}
.btn-submit{
    text-align: center;
}
.btn-submit button{
    font-size: 15px;
}
.btn-submit button i{
    margin: 5px;
}
.show-Token{
    text-align: center;
}
.Copy{
    cursor: pointer;
    float: right;
}
.Copy:hover{
    color: burlywood;
}
table tr{
    background-color: transparent !important;
}
.dataTables_filter input,select{
    height: 1.8rem;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    padding: 5px;
}

select option{
    background: none !important;
}
.current{
    border-radius: 5px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #333 !important;
    border: 1px solid #979797 !important;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,.dataTables_wrapper .dataTables_paginate{
    color: rgb(211, 211, 211) !important;
}
.reload-balance{
    cursor: pointer;
}
.reload-balance:hover{
    color: #28d7d7;
}
.remark-show::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
/* Track */
/*.remark-show::-webkit-scrollbar-track {*/
/*  background: #f1f1f1; */
/*}*/
 
/* Handle */
.remark-show::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.remark-show::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media only screen and (max-width: 1230px) {
    .dashboard_scall{
        max-height: 211px;
    }
}
@media only screen and (max-width: 1024px) {
    .dashboard_scall{
        max-height: 191px;
    }
  }
@media only screen and (max-width: 991px) {
    .dashboard_scall{
        display: table;
    }
}
@media only screen and (max-width: 550px) {
    .form_set{
        width: 85%;
    }
}