.WebDic{
    .item{
        margin-bottom: 20px;
    }
    .ant-table-content{
    max-height: calc(100vh - 260px);
    border-right: white;
    overflow: auto !important;
    }
    .divv{
        .ant-modal-wrap {
            z-index: 1001 !important;
        }
    }
    .ant-table-tbody{
        .clickRowStyle{
            background: #cfe7fd;
        }
        .clickRowStyle:hover>td{
            background: #aed8fa;
        }
        .clickRowStyle1{
            background: #b9dbfa;
        }
        .clickRowStyle1:hover>td{
            background: #9ec3e2;
        }
    }
    .ant-table-body{
        max-height: calc(100vh - 328px) !important;
        min-height:calc(100vh - 328px);
        margin-right: -6px;
    }
    .ant-table-pagination.ant-pagination {
        margin: 10px 0 !important;
    }
    .font {
        font-weight: bold;   
      }
    .tab{
        padding-right: 5px;
        .ant-table-body{
            margin-right: -7px;
        }  
    }
    .ant-table-wrapper {
        max-width: 98%;
        margin-left: 2%;
    }
}