
.arrow-sign[data-v-7143929a] {
  position: absolute;
  color: #aaa;
  top: 0px;
  bottom: 0px;
  right: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.options[data-v-7143929a] {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
  border: 1px solid #ced4da;
  max-height: 200px;
  overflow: auto;
}
.option[data-v-7143929a] {
  padding: 5px 10px;
  cursor: pointer;
}
.option[data-v-7143929a]:hover,
.option.active[data-v-7143929a] {
  background: #ddd;
  color: var(--primary);
}


.header-staff[data-v-386bb4cc] {
  background-color: #ECECEC;
}
.page[data-v-386bb4cc] {
  height: 100vh;
}
.btn-unselected[data-v-386bb4cc]{
  border: 1px solid #D3D7DE;
  border-radius: 4px;
  color: #373C41
}
.w-60[data-v-386bb4cc] {
  width: 40vh !important;
}
.search-input[data-v-386bb4cc] {
  border: none !important;
  height: 30px;
  padding-left: 5px;
}
.border-staff[data-v-386bb4cc] {
  border-bottom: 1px solid #D3D7DE
}
.table-main[data-v-386bb4cc] {
  max-height: calc(100vh - 149px) !important;
  min-height: calc(100vh - 149px) !important;
}
.action-tabs[data-v-386bb4cc] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  top : 8px;
}
.action-tab[data-v-386bb4cc] {
  position: relative;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6c757d !important;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  width: 150px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.action-tab.active[data-v-386bb4cc] {
  color: #0d6efd !important;
  font-weight: 600;
  background: rgba(13, 97, 223, 0.05) !important;
}
.action-tab[data-v-386bb4cc]:hover {
  color: #0d6efd !important;
  background: rgba(13, 110, 253, 0.05) !important;
}
.action-tab .material-symbols-outlined[data-v-386bb4cc] {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.action-tab.active .material-symbols-outlined[data-v-386bb4cc] {
  font-variation-settings: 'FILL' 1;
}

/* Thanh active */
.tab-indicator[data-v-386bb4cc] {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 2px;
  background: #0d6efd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Tab 2 */
.tab-indicator.move-right[data-v-386bb4cc] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

