.btn-csv{
    font-size: 12px;
    border-radius: 10px;
}
.search {
  position: relative;
  color: #aaa;
  font-size: 14px;
}

.search {display: inline-block;}

.search input {
  width: 260px;
  height: 30px;
  background: #fff;
  border: 1px solid #b9b8b8;
  border-radius: 10px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  padding-left: 10px;
}
.search input { text-indent: 32px;}
.search .fa-search{ 
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 15px;
}
.table-build {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.table-build, .table-build > thead {
    border: rgb(208, 209, 210) 2px solid;
    
}
.table-build th, .table-build td {
    padding-inline: 30px;
    padding-block: 12px;
}
.table-build tbody tr {
    background: #fff;
    font-size: 12px;
}
.table-build tbody tr:hover {
    background: rgba(243, 245, 248, 1);
}
.column-title {
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    white-space: nowrap;
    font-size: 11px;
}
.fdr-detail-td {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.pagination > button {
    border-radius: 10px;
    border: rgb(208, 209, 210) 1px solid;
}
.pagination > button:hover {
    background: rgb(208, 209, 210);
}