@charset "UTF-8";
.VueTables__sortable {
  cursor: pointer;
}

.VueTables__sortable :before {
  right: 1em;
  content: "\2191";
  top: 50%;
  margin-top: -0.625rem;
  height: 1.25rem;
  line-height: 1.25rem;
  opacity: 1;
  position: absolute;
  bottom: 0.9em;
  display: block;
}

.VueTables__sortable :after {
  top: 50%;
  margin-top: -0.625rem;
  height: 1.25rem;
  line-height: 1.25rem;
  right: 0.5em;
  content: "\2193";
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

.VueTables__table th:first-child, td:first-child {
  padding-left: 1.5rem;
}

.VuePagination {
  width: 100%;
}

.VuePagination__count {
  text-align: left !important;
  color: #a3a4a6 !important;
  float: left;
  width: 30%;
}

.VuePagination__pagination {
  float: right;
}

.VueTables__table .resize-handle {
  display: none !important;
}

.VueTables nav {
  padding-left: 0.75rem;
  padding-top: 0.25rem;
  width: 100%;
  max-width: 100%;
}

.VueTables__search {
  float: right;
  margin-right: 1.5rem;
}

.VueTables__table {
  border: 1px solid #e8e8e9 !important;
}

.VueTables__limit-field label,
.VueTables__search-field label {
  display: inline-block !important;
  padding-right: 10px;
}

.VueTables {
  margin-top: 15px;
}

.VueTables__limit {
  float: left !important;
  margin-left: 1.5rem;
}

.no-table-search .VueTables__search {
  display: none !important;
}

.multiselect__tag {
  padding: 10px 26px 10px 10px !important;
}

.multiselect__option--highlight,
.multiselect__option--highlight::after,
.multiselect__tag {
  background: #fc5a5c !important;
}

.multiselect__tag-icon:hover {
  background: #fc5a5c !important;
}

.multiselect__tag-icon:after {
  color: #fff !important;
}

input[type=text], input[type=email], input[type=password], textarea {
  border: 1px solid rgba(24, 28, 33, 0.1) !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.no-search .VueTables__search {
  display: none !important;
}

.my-account-details ul li {
  box-sizing: content-box;
}

.button-submit {
  border: none;
  line-height: 20px;
  padding: 29px 40px 28px 40px;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0px;
  font-size: 18px;
}

.form-group-chooser .chooser-buttons li label {
  padding: 0 14px;
}

.sidenav.bg-dark {
  background-color: #1D423E !important;
}