.th.sortable:hover {
  color: #2185d0;
  cursor: pointer;
}
.vuetable-wrapper i.icon.sort:before {
  content: "\ec12";
  /* color: #333; */
}
.vuetable-wrapper .sort-icon.down:before {
  content: "\EA9B";
}

.vuetable-wrapper .sort-icon.up:before {
  content: "\ea9e";
}
th.sortable {
position: relative;
}

.vuetable-wrapper .table th.sortable {
  padding-right: 0.5rem;
}

.vuetable-wrapper th.sortable .sort-icon {
  float: none !important;
  margin-top: 0;
  margin-left: 10px;
}

i.icon {
  font-family: material-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon,
i.icons {
  font-size: 1em;
  margin-top: 5px;
}
i.icon:before {
font-weight: normal;
}

i.icon.chevron.left:before {
  content: "\f177";
}

i.icon.chevron.right:before {
  content: "\f178";
}

i.icon.angle.double.left:before {
  content: "\f33e";
}

i.icon.angle.double.right:before {
  content: "\f340";
}

.txt-sync-order .form-control{
  border: 1px solid #ccc!important;
  font-weight: 300;
  border-radius: 4px!important;
  padding-left: 10px!important;
}
/* Custom SweetAlert2 */
.swal2-icon.swal2-info {
  color: #03a9f4;
  border-color: #03a9f4;
  font-size: 1rem;
  line-height: 5rem;
  -ms-flex-pack: center;
  justify-content: center;
}
.swal2-icon.swal2-warning {
  color: #ff7043;
  border-color: #ff7043;
  font-size: 1rem;
  line-height: 5rem;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-tabs-bottom .nav-link:before {
  height: 3px;
  top: auto;
  bottom: -2px;
}
.nav-tabs-bottom .nav-link.active:before {
  background-color: #252B38;
}