    .row-no {
        background-color: #666666 !important;
        text-align: center !important;
        color: #fff !important;
    }
    /*
.handsontable.listbox
{
       overflow: inherit;
}

.handsontable
{
    overflow: auto;
    position: relative;
    
}
.handsontable.ht_clone_top, .handsontable.ht_clone_left 
{
    overflow: hidden!important;
}
*/
    
    .hot-table {
        overflow: auto!important;
    }

    
.innerBorderTop + div
{
        overflow: hidden!important;
}

    .handsontable div,
    .handsontable table,
    .handsontable tbody,
    .handsontable th,
    .handsontable thead {
        visibility: visible!important;
        width: 100%;
    }
    
    .innerBorderTop + .ht_clone_top {
        right: 0!important;
        width: 100%!important;
        display: flex;
        box-sizing: border-box;
        padding-right: 18px!important;
    }
    
    .innerBorderTop + .ht_clone_top .wtHolder {
        width: 100%!important;
    }
    /*
.htComments {
    position: fixed!important;
    z-index: 10000!important;
    margin: 0px auto!important;
    text-align: center!important;
    left: 0!important;
    top: 100px!important;
    right: 0px !important;
    transition: all .3s!important;
}

.htComments .htCommentTextArea {
    border: 1px solid #8d1e1e !important;
    background: #ec6a6a;
    height: auto!important;
    min-height: 36px!important;
    color: #ffffff !important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    resize: none!important;
    width: 100%!important;
    max-width: 230px!important;
    margin: 0 auto!important;
}
*/
.htComments
{
    min-height: 110px!important;
}
    
    .htCommentTextArea {
        width: 100%!important;
        font-size: 13px!important;
        min-width: 100%;
            height: 100%!important;
    }
    
    .handsontableInputHolder textarea {
        border-left-width: 0 !important;
        border: 0 !important;
        font-size: 13px!important;
    }
    
    s .handsontable.listbox tr:hover td,
    .handsontable.listbox tr td.current {
        background: #83c7d8 !important;
    }
    
    body .handsontable.listbox tr td {
        background-color: #888c8d !important;
        color: white !important;
        border: 1px solid #a5a3a3 !important;
    }
    
    .handsontable.listbox table {
        border-collapse: collapse !important;
    }
    
    .popover.bs-popover-bottom .arrow::before {
        margin-left: calc((.8rem/2 + 1px) * -1);
    }
    
    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        display: block;
        max-width: 276px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        white-space: normal;
        line-break: auto;
        font-size: .875rem;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
    }
    
    .popover-header {
        padding: .5rem .75rem;
        margin-bottom: 0;
        font-size: 1rem;
        color: inherit;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }
    
    .popover-header {
        margin-top: 0;
        font-weight: 600;
    }
    
    .popover-body {
        padding: .5rem .75rem;
        color: #212529;
    }
    
    .popover-div-content {
        font-style: italic;
        font-weight: 550;
        color: #666666;
    }
    
    .popover-div-content ul,
    .popover-div-content ul li {
        list-style-type: disc !important;
        margin-bottom: 0 !important;
        margin-left: 6px;
    }
    
    .handsontable thead tr th {
        vertical-align: middle!important;
    }
    
    .handsontable tbody tr td {
        font-size: 14px;
    }
    
    .handsontable thead tr th span.columnSorting {
        white-space: pre-wrap;
        word-break: break-word;
        display: block;
        padding: 0px 5px;
        line-height: 14px;
        font-size: 14px;
    }
    
    /* .handsontable .autocompleteEditor.handsontable {
        height: 200px!important;
        overflow: hidden!important;
        top: 100%!important;
    }
    
    .handsontable .autocompleteEditor.handsontable .wtHolder {
        height: 200px!important;
        overflow: auto!important;
        z-index: 1000!important;
    } */
    /* .handsontable .wtHider {
        min-height: 150px !important;
    } */



/* Scroll issue css */

    .handsontable .autocompleteEditor.handsontable {
        min-height: 100px;
        overflow-y: auto !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
    .ht_master .wtHolder {
        overflow: auto;
        height: auto !important;
    }