.dashboard-container[data-v-f702437c] {
  background: #fff;
  border: 1px solid #eaeaea;
}
.dashboard-container .search-bar[data-v-f702437c] {
  padding: 40px 60px 30px 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.dashboard-container .search-bar .input-box[data-v-f702437c] {
  height: 44px;
  max-width: 217px;
  margin-right: 20px;
}
.dashboard-container .search-bar .input-box input[data-v-f702437c] {
  height: 100%;
  font-size: 16px;
  font-family: "opensans" !important;
}
.dashboard-container .search-bar .btn-search[data-v-f702437c] {
  height: 44px;
  border-radius: 2px !important;
  font-family: "opensans";
}
.dashboard-container .table thead[data-v-f702437c] {
  font-size: 14px;
  font-family: "opensans" !important;
  background: #f1f2f3;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.dashboard-container .table thead tr th[data-v-f702437c] {
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "opensans" !important;
  min-width: 80px;
  max-width: 120px;
}
.dashboard-container .table thead tr th[data-v-f702437c]:first-child {
  padding-left: 40px;
}
.dashboard-container .table thead tr th[data-v-f702437c]:last-child {
  padding-right: 40px;
}
.dashboard-container .table tbody[data-v-f702437c] {
  font-size: 14px;
  font-family: "opensans" !important;
}
.dashboard-container .table tbody tr[data-v-f702437c] {
  cursor: pointer;
}
.dashboard-container .table tbody tr[data-v-f702437c]:hover {
  background: #f1f2f3;
}
.dashboard-container .table tbody td[data-v-f702437c] {
  padding: 18px 10px;
  border: none !important;
  min-width: 80px;
  max-width: 120px;
  font-family: "opensans" !important;
}
.dashboard-container .table tbody td[data-v-f702437c]:first-child {
  padding-left: 40px;
}
.dashboard-container .table tbody td[data-v-f702437c]:last-child {
  padding-right: 40px;
}
.btn[data-v-f702437c] {
  font-size: 16px;
  background: #f1f2f3;
  text-align: center;
  font-weight: 500;
  font-family: "opensansSemiBold" !important;
}
.btn[data-v-f702437c]:hover,
.btn.active[data-v-f702437c] {
  background: #3847ff !important;
  color: #fff !important;
  border: 1px solid #3847ff !important;
}
.btn:hover svg[data-v-f702437c],
.btn.active svg[data-v-f702437c] {
  fill: #fff;
}
.pagination[data-v-f702437c] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0px;
}
.btn-page[data-v-f702437c] {
  box-shadow: none;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  font-family: "opensans" !important;
}
.btn-first svg[data-v-f702437c],
.btn-prev svg[data-v-f702437c],
.btn-last svg[data-v-f702437c],
.btn-next svg[data-v-f702437c] {
  width: 13px;
  height: 13px;
  fill: #181818;
}
.btn-first[data-v-f702437c],
.btn-prev[data-v-f702437c],
.btn-last[data-v-f702437c],
.btn-next[data-v-f702437c] {
  line-height: 13px;
}
