.dashboard-container[data-v-cfa1987c] {
  background: #fff;
  border: 1px solid #eaeaea;
}
.dashboard-container .top-container[data-v-cfa1987c] {
  padding: 40px 60px 30px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dashboard-container .top-container .search-bar[data-v-cfa1987c] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.dashboard-container .top-container .search-bar .input-box[data-v-cfa1987c] {
  height: 44px;
  max-width: 217px;
  margin-right: 20px;
}
.dashboard-container .top-container .search-bar .input-box input[data-v-cfa1987c] {
  height: 100%;
  font-size: 16px;
  font-family: "opensans" !important;
}
.dashboard-container .top-container .search-bar .btn-search[data-v-cfa1987c] {
  height: 44px !important;
  border-radius: 2px !important;
}
.dashboard-container .top-container .add-btn .btn-primary[data-v-cfa1987c] {
  height: 44px;
}
.dashboard-container .table thead[data-v-cfa1987c] {
  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-cfa1987c] {
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  font-weight: 400;
  font-family: "opensans" !important;
  text-transform: capitalize;
  font-size: 14px;
  max-width: 120px;
}
.dashboard-container .table thead tr th[data-v-cfa1987c]:first-child {
  padding-left: 40px;
}
.dashboard-container .table thead tr th[data-v-cfa1987c]:last-child {
  padding-right: 40px;
}
.dashboard-container .table tbody[data-v-cfa1987c] {
  font-size: 14px;
}
.dashboard-container .table tbody tr[data-v-cfa1987c] {
  cursor: pointer;
}
.dashboard-container .table tbody td[data-v-cfa1987c] {
  padding: 13px 10px 18px 10px;
  max-width: 120px;
  line-height: 40px;
  font-family: "opensans" !important;
}
.dashboard-container .table tbody td[data-v-cfa1987c]:first-child {
  padding-left: 20px;
}
.dashboard-container .table tbody td[data-v-cfa1987c]:last-child {
  padding-right: 40px;
}
.dashboard-container .table tbody .frame-covers[data-v-cfa1987c] {
  width: 180px;
}
.dashboard-container .table tbody .frame-mats[data-v-cfa1987c] {
  width: 180px;
}
.dashboard-container .table tbody .frame-name[data-v-cfa1987c] {
  width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 56px;
  align-items: center;
  line-height: 1.5;
}
.dashboard-container .table tbody .frame-name .status[data-v-cfa1987c] {
  margin-right: 10px;
}
.dashboard-container .table tbody .frame-name .status.available[data-v-cfa1987c] {
  color: #00b97c;
}
.dashboard-container .table tbody .frame-name .status.out-of-stock[data-v-cfa1987c] {
  color: #ff0041;
}
.dashboard-container .table tbody .frame-name .status.pre-order[data-v-cfa1987c] {
  color: #ff9800;
}
.dashboard-container .frame[data-v-cfa1987c] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  height: 56px;
}
.dashboard-container .frame span[data-v-cfa1987c] {
  margin: 5px 0;
  align-self: center;
  height: 20px;
  font-size: 12px;
  font-family: "opensans" !important;
  line-height: 12px;
  margin-right: 5px;
  padding: 4px 8px;
  border-radius: 10px;
  background: #f1f2f3;
  text-transform: capitalize;
}
.btn[data-v-cfa1987c] {
  font-size: 16px;
  background: #f1f2f3;
  text-align: center;
  font-weight: 500;
  font-family: "opensanssemi" !important;
}
.btn[data-v-cfa1987c]:hover,
.btn.active[data-v-cfa1987c] {
  background: #3847ff !important;
  color: #fff !important;
  border: 1px solid #3847ff !important;
}
.btn:hover svg[data-v-cfa1987c],
.btn.active svg[data-v-cfa1987c] {
  fill: #fff;
}
.pagination[data-v-cfa1987c] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0px;
}
.btn-page[data-v-cfa1987c] {
  box-shadow: none;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
}
.btn-first svg[data-v-cfa1987c],
.btn-prev svg[data-v-cfa1987c],
.btn-last svg[data-v-cfa1987c],
.btn-next svg[data-v-cfa1987c] {
  width: 13px;
  height: 13px;
  fill: #181818;
}
.btn-first[data-v-cfa1987c],
.btn-prev[data-v-cfa1987c],
.btn-last[data-v-cfa1987c],
.btn-next[data-v-cfa1987c] {
  line-height: 13px;
}
