.da-autocomplete-wrap .da-dynamic-list {
    z-index: 700000;
    background-color: white;
    border: 1px solid #cbcbcb;
    border-top: 0px;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    min-width: 100%;
}

.da-load-trigger{
    position:sticky;
    display: inline-block;
    left:50%;
}

.da-display-none {
    display: none;
}

.da-autocomplete-result {
    overflow: visible;
    background-color: white;
}

.da-autocomplete-result .results {
    width: 100%;

}

.da-autocomplete-result .results>* {
    cursor: pointer;
}

.da-autocomplete-result .results>*:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.da-autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.da-dynamic-list {
    
/* overflow: auto; */
}

.table-wrap{
    max-height: 80vh;
    /* max-width: 100%; */
    position: relative;
    overflow: auto;
}
.da-dynamic-list table thead th{
    position: sticky;
    top:0;
    background-color: #ffffff;
}
.table-wrap thead th .ui-resizable-handle.ui-resizable-e{
    transition:width 80ms;
    
}
.table-wrap thead th .ui-resizable-handle:hover{
    width:20px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(61,112,178,1) 100%);
}

.da-position-absolute{
    position:absolute;
}

.da-insert-table-line{
    position:absolute;
    text-align: right;
    line-height: 1;
    top: 46px;
    width: 670px;
    border-color: #0f7ae5;
    border: 2px solid #0f7ae5;
    transform:translateY(-2px);
}

.da-insert-table-line i{
    transition:all 0.2s ease;
    line-height: 0;
    color: #0f7ae5;
    font-size: 1.2rem;
}
.da-insert-table-line i:hover{
    transform:scale(1.5);
    
}

.da-dynamic-list table tr.selected *:not(button){
    background: #ffeec4;
}
@media (hover: none) and (pointer: coarse) {
  .da-autocomplete-result .results>* {
        font-size:1rem;
        padding:8px;
          border-bottom:1px solid #00000022
    }
}
