.setupdivs{
    display: none;
}

.action-bar{
    display: none;
}

/********************************************************/

.restable{
    overflow: auto;
    max-height: 500px;
    border-radius: 3px;
    border: 1px solid #e2e8f0;
    margin-top: 15px;
    background: white;
    display: none;
}

.restable .layui-table-view{
    overflow: visible;
}

.restable .layui-table-box {
    position: relative;
    overflow: visible;
}

.restable .layui-table-header{
    overflow: visible !important;
}

.restable .layui-table-body {
    overflow: visible !important;
}

.night .restable{
    border: 1px solid #444;
    background-color: #333333;
}

.restable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.restable::-webkit-scrollbar-thumb {
    background-color: #05b672; 
    border-radius: 6px;
}

.restable::-webkit-scrollbar-track {
    background-color: #cee1ee; 
}

.night .restable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.night .restable::-webkit-scrollbar-thumb {
    background-color: #666; 
    border-radius: 6px;
}

.night .restable::-webkit-scrollbar-track {
    background-color: #181a1b;
}

/***************************************/

tbody .layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.5rem 0.5rem;
    word-break: break-all;
}