@import url("https://rsms.me/inter/inter.css");
.font-inter {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.sort__icon--desc {
  font-size: 18px !important;
  margin-left: 10px;
  vertical-align: middle;
}
.sort__icon {
  transform: rotate(180deg);
  font-size: 18px !important;
  margin-left: 10px;
  vertical-align: middle;
}
.table__main {
  border: 1px;
}
.tbody {
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
}
.tbody::-webkit-scrollbar {
  width: 5px;
}
.tbody::-webkit-scrollbar-thumb {
  background: #888;
}
.tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.tdata,
.tableheader {
  padding: 4px 0px 4px 5px;
}
.tdata {
  height: 48px;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding: 0px 0px 0px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tdata:last-child {
  padding: 0px 0px 0px 21px !important;
}
.tbody {
  border: 1px solid #ddd !important;
  border-top: none;
}
/* .trow:nth-child( even ){
  background-color: #F7F7F7;
} */
.thead,
.tbody .trow {
  border-collapse: collapse;
  display: table;
  width: 100%;
  table-layout: fixed;
  cursor: pointer;
}
.thead {
  border: 1px solid #ddd !important;
}
.trow:hover {
  background-color: #f7f7f7;
}
.row-highlight {
  background-color: #f7f7f7 !important;
}
.tableheader {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  background-color: #f0f0f0;
  color: black;
  padding: 8px 0px 8px 16px;
}

.thead.active {
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.06);
}

.table_option {
  display: flex;
  align-items: center;
}
.option__add-modal {
  width: auto;
  height: auto;
  padding: 40px;
  background-color: rgb(211, 206, 206);
  z-index: 2;
  position: absolute;
  top: 45px;
  left: 350px;
}
.option__add-modalbutton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigateIcon {
  position: absolute;
  bottom: 0px;
  right: 30px;
  z-index: 2;
}
.table_container {
  position: relative;
}
