/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/assets/less/styles.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  vertical-align: top;
}
html * {
  vertical-align: top;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0px none transparent;
  font-size: 100%;
  font-weight: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  font-style: inherit;
  font-family: inherit;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
a,
img,
label,
span {
  display: inline-block;
}
a,
a:visited,
a:focus,
a:active,
a:hover,
canvas,
input,
textarea {
  outline: 0px none transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
br {
  display: block;
  height: 0px;
  line-height: 0px;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  vertical-align: baseline;
}
:root {
  --color-background: #ffffff;
  --color-medium: #3A3A3D;
  --color-success: #7DC859;
  --color-danger: #DE6A3B;
  --color-brand: #3579db;
  --color-card: #f3f4f7;
  --color-border: #eff0f4;
  --color-text: #6b7684;
  --color-text-dark: #4b5767;
  --color-text-medium: #b4bbc4;
  --color-text-light: #dbdfe5;
  --color-link: #262f3d;
  --color-input-background: #fafbfd;
  --color-input-border: #e5e5eb;
  --color-input-text: #A2A2A2;
}
ui-toggle-box {
  display: inline-block;
}
@media only screen and (max-device-width: 1280px) {
  .nomobile {
    display: none !important;
  }
}
.mobileonly {
  display: none !important;
}
@media only screen and (max-device-width: 1280px) {
  .mobileonly {
    display: block !important;
  }
}
.tabs {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 500;
  grid-gap: 25px;
  line-height: 40px;
}
.tabs li {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-device-width: 1280px) {
  .tabs li {
    text-align: center;
    width: 100%;
  }
}
.tabs li:hover {
  color: var(--color-link);
}
.tabs li.active {
  color: var(--color-link);
}
.tabs li.active::after {
  border-bottom: 2px solid;
  bottom: -2px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
}
.data-table {
  border: 2px solid var(--color-border);
  border-radius: 3px;
  color: var(--color-text);
  font-size: 14px;
}
@media only screen and (max-device-width: 1280px) {
  .data-table {
    border: none;
  }
}
.data-table .entries {
  display: grid;
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries {
    grid-gap: 20px;
  }
}
.data-table .entries .row {
  align-items: center;
  display: flex;
  grid-gap: 30px;
  justify-items: center;
  min-height: 40px;
  padding: 10px 20px;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries .row {
    border: 2px solid var(--color-border);
    border-bottom: 0;
    border-radius: 3px;
    grid-gap: 0;
    flex-direction: column;
    padding: 0;
  }
}
.data-table .entries .row:hover {
  color: var(--color-text-dark);
}
.data-table .entries .row.header {
  background: var(--color-text) !important;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-weight: 500;
  position: sticky;
  top: 0;
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries .row.header {
    display: none;
  }
}
.data-table .entries .row.header .field {
  text-transform: uppercase;
}
.data-table .entries .row:nth-child(odd) {
  background: var(--color-card);
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries .row:nth-child(odd) {
    background: none;
  }
}
.data-table .entries .row .field {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries .row .field {
    align-items: center;
    border-bottom: 2px solid var(--color-border);
    display: flex;
    grid-gap: 15px;
  }
  .data-table .entries .row .field:last-of-type {
    border: none;
  }
  .data-table .entries .row .field[data-label]::before {
    border-right: 2px solid var(--color-border);
    content: attr(data-label);
    display: block;
    font-weight: 500;
    padding: 15px 20px;
    width: 25%;
  }
  .data-table .entries .row .field.header {
    background: var(--color-text) !important;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
  }
  .data-table .entries .row .field.header .actions {
    align-items: center;
    display: flex;
    float: right;
    height: 40px;
    padding: 0 20px;
  }
}
.data-table .entries .row .field.centered {
  text-align: center;
}
.data-table .entries .row .field.select {
  color: var(--color-meta);
  cursor: pointer;
  font-size: 20px;
  overflow: visible;
  width: 40px;
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries .row .field.select {
    display: none;
  }
}
.data-table .entries .row .field.select:hover {
  color: unset;
}
.data-table .entries .row .field.actions {
  cursor: pointer;
  font-size: 20px;
  overflow: visible;
  width: 40px;
}
@media only screen and (max-device-width: 1280px) {
  .data-table .entries .row .field.actions {
    display: none;
  }
}
.button {
  align-items: center;
  background: transparent;
  border: 2px solid var(--color-border);
  border-radius: 3px;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  grid-gap: 10px;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: opacity 0.2s linear;
}
.button:hover {
  opacity: 0.8;
}
.button.primary {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: #ffffff;
}
.button.textonly {
  border-color: transparent;
}
.button.textonly:hover {
  color: var(--color-brand);
}
html,
body {
  background: var(--color-background);
  color: var(--color-text);
  font-family: 'Poppins', 'Roboto', sans-serif;
  font-weight: 400;
}
#body-wrapper {
  padding: 30px;
}
#navigation {
  align-items: center;
  background: #ffffff;
  border-bottom: 2px solid var(--color-border);
  display: flex;
  grid-gap: 40px;
  padding: 30px;
}
@media only screen and (max-device-width: 1280px) {
  #navigation {
    justify-content: space-between;
  }
}
#navigation .logo {
  height: 40px;
}
#navigation ul {
  display: flex;
  grid-gap: 15px;
  width: 100%;
}
#navigation ul.utility {
  grid-gap: 10px;
  width: auto;
}
#navigation ul.utility li {
  border-radius: 4px;
  color: var(--color-text);
  height: 40px;
  min-width: 40px;
  white-space: nowrap;
}
#navigation ul.utility li:hover,
#navigation ul.utility li.active {
  background: var(--color-card);
}
#navigation ul.utility li.icon-text {
  padding-left: 15px;
}
#navigation ul.utility li .fa-solid,
#navigation ul.utility li .fa-regular {
  color: var(--color-link);
  display: block;
  text-align: center;
  width: 40px;
}
#navigation ul li {
  align-items: center;
  color: var(--color-link);
  cursor: pointer;
  display: flex;
  grid-gap: 15px;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 40px;
  padding: 0 5px;
  position: relative;
}
#navigation ul li:hover {
  color: var(--color-brand);
}
#navigation ul li.active {
  color: var(--color-brand);
}
#navigation ul li .fa-solid,
#navigation ul li .fa-regular {
  display: none;
  font-size: 20px;
  text-align: center;
}
#masthead {
  border-bottom: 2px solid var(--color-border);
  margin-bottom: 30px;
}
#masthead .header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-device-width: 1280px) {
  #masthead .header {
    padding: 0;
  }
}
#masthead .header h1 {
  color: var(--color-text-dark);
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}
@media only screen and (max-device-width: 1280px) {
  #masthead .header h1 {
    margin-bottom: 30px;
  }
}
#masthead .header .actions {
  display: flex;
  grid-gap: 15px;
}
#masthead .header span {
  font-size: 16px;
  line-height: 40px;
}
#masthead .user {
  align-items: center;
  display: flex;
  grid-gap: 20px;
}
#masthead .user .photo {
  aspect-ratio: 1;
  background: #949ba6;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#masthead .user .details span {
  display: block;
}
#masthead .user .details .name {
  font-weight: 600;
}
#masthead .user .details .id {
  font-size: 14px;
  font-weight: 300;
}


/*# sourceMappingURL=styles.css.map*/