* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: var(--text-color);
  font-family: "Inter", sans-serif !important;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: auto;
}

body,
html {
  background-color: var(--bkg-color) !important;
  margin: 0;
  width: 100%;
}

.box {
  border-radius: 6px !important;
  box-shadow: -1px 2px 7px 7px var(--box-shadow-color);
  background-color: var(--bkgsecondary) !important;
}

.top-border {
  border-top: solid 4px var(--border-color) !important;
}

.font-secondary {
  color: var(--textsecondary-color) !important;
}

img {
  height: auto;
  max-width: 100%;
}

.full-height {
  height: 100%;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bkg-button-on);
}

@media print {
  #temporaryCardID:before {
    content: url("../../assets/images/content/VGBlue.png");
  }
  .navbar,
  #header,
  #printTemporaryCardID,
  #footer {
    display: none !important;
  }
}
body {
  --text-color: #020208;
  --textsecondary-color: #5d5050;
  --texterciary-color: #ffffff;
  --texthighlight-color: #0084ff;
  --bkg-color: #fafafa;
  --bkgsecondary: #ffffff;
  --bkgterciary: rgba(170, 170, 170, 0.5);
  --bkgtranslucid: #020208;
  --bkgbtnupdate: #020208;
  --bkgdeleted: #e7e7e7;
  --selected-border-color: #020208;
  --border-color: #020208;
  --border-body-color: #020208;
  --bordersecondary-color: #c8c8c8;
  --borderselecetedsecondary-color: #0087fb;
  --lines-color: #d8d8d8;
  --bkg-button-on: #0087fb;
  --bkg-button-off: #f7f8f9;
  --box-shadow-color: rgba(0, 0, 0, 0.04);
  --bkr-report-closed-color: #4332f0;
  --bkr-report-open-color: #3edb9f;
  --border-circlelist-color: #0087fb;
  --bkg-circlelist-color: #fff;
  --bkr-arrow-negative: #ff3458;
  --bkr-arrow-positive: #3edb9f;
  --bkr-hover-color: #0087fb;
  --bkr-focus-color: #0086fb62;
  --bkr-purple: #c24dd6;
  --bkr-green: #3edb9f;
  --bkr-blue: #0087fb;
  --bkr-red: #ff3458;
}

body.dark-theme {
  --text-color: #ffffff;
  --textsecondary-color: #acabad;
  --texterciary-color: #ffffff;
  --texthighlight-color: #ffffff;
  --bkg-color: #020208;
  --bkgsecondary: #2a2e32;
  --bkgterciary: rgba(170, 170, 170, 0.5);
  --bkgtranslucid: #020208;
  --bkgbtnupdate: #020208;
  --bkgdeleted: #e7e7e72f;
  --selected-border-color: #fff;
  --border-color: #fff;
  --border-body-color: #020208;
  --bordersecondary-color: #c8c8c8;
  --borderselecetedsecondary-color: #fff;
  --lines-color: #d8d8d8;
  --bkg-button-on: #020208;
  --bkg-button-off: #f7f8f9;
  --box-shadow-color: rgba(0, 0, 0, 0.04);
  --bkr-report-closed-color: #c24dd6;
  --bkr-report-open-color: #3edb9f;
  --border-circlelist-color: #020208;
  --bkg-circlelist-color: #fff;
  --bkr-arrow-negative: #ff3458;
  --bkr-arrow-positive: #3edb9f;
  --bkr-hover-color: #0087fb;
  --bkr-focus-color: #0086fb62;
  --bkr-purple: #c24dd6;
  --bkr-green: #3edb9f;
  --bkr-blue: #0087fb;
  --bkr-red: #ff3458;
  --color-scheme: light;
}

body.fire-theme {
  --text-color: #ffffff;
  --textsecondary-color: #acabad;
  --texterciary-color: #ffffff;
  --texthighlight-color: #ffffff;
  --bkg-color: #212529;
  --bkgsecondary: #2a2e32;
  --bkgterciary: #aaa;
  --bkgtranslucid: #020208;
  --bkgbtnupdate: #020208;
  --bkgdeleted: #e7e7e72f;
  --selected-border-color: #fd413c;
  --border-color: #fff;
  --border-body-color: #212529;
  --bordersecondary-color: #c8c8c8;
  --borderselecetedsecondary-color: #fd413c;
  --lines-color: #d8d8d8;
  --bkg-button-on: #020208;
  --bkg-button-off: #f7f8f9;
  --box-shadow-color: rgba(0, 0, 0, 0.04);
  --bkr-report-closed-color: #febc2c;
  --bkr-report-open-color: #fd413c;
  --border-circlelist-color: #020208;
  --bkg-circlelist-color: #fff;
  --bkr-arrow-negative: #fd413c;
  --bkr-arrow-positive: #febc2c;
  --bkr-hover-color: #fd413c;
  --bkr-focus-color: #fd423c4f;
  --bkr-purple: #c24dd6;
  --bkr-green: #3edb9f;
  --bkr-blue: #0087fb;
  --bkr-red: #ff3458;
  --color-scheme: light;
}

/* in order to enable dark mode based on the system settings */
@media (prefers-color-scheme: dark) {
  /* defaults to dark theme */
  :root {
    --text-color: #eee;
    --textsecondary-color: #867474;
    --texterciary-color: #ffffff;
    --texthighlight-color: #0084ff;
    --bkg-color: #121212;
    --bkgsecondary: #242424;
    --bkgtranslucid: #020208;
    --bkgbtnupdate: #020208;
    --border-color: #fff;
    --border-body-color: #020208;
    --bordersecondary-color: #c8c8c8;
    --borderselecetedsecondary-color: #0087fb;
    --lines-color: #d8d8d8;
    --bkg-button-on: #0087fb;
    --bkg-button-off: #f7f8f9;
    --box-shadow-color: rgba(0, 0, 0, 0.04);
  }
  :root.light-theme {
    --text-color: #ffffff;
    --textsecondary-color: #acabad;
    --texterciary-color: #ffffff;
    --texthighlight-color: #ffffff;
    --bkg-color: #020208;
    --bkgsecondary: #2a2e32;
    --bkgtranslucid: #020208;
    --bkgbtnupdate: #fff;
    --border-color: #fff;
    --border-body-color: #020208;
    --bordersecondary-color: #c8c8c8;
    --borderselecetedsecondary-color: #fff;
    --lines-color: #d8d8d8;
    --bkg-button-on: #020208;
    --bkg-button-off: #f7f8f9;
    --box-shadow-color: rgba(0, 0, 0, 0.04);
  }
  :root.fire-theme {
    --text-color: #ffffff;
    --textsecondary-color: #acabad;
    --texterciary-color: #ffffff;
    --texthighlight-color: #ffffff;
    --bkg-color: #020208;
    --bkgsecondary: #2a2e32;
    --bkgtranslucid: #020208;
    --bkgbtnupdate: #fff;
    --border-color: #fff;
    --border-body-color: #020208;
    --bordersecondary-color: #c8c8c8;
    --borderselecetedsecondary-color: #fff;
    --lines-color: #d8d8d8;
    --bkg-button-on: #020208;
    --bkg-button-off: #f7f8f9;
    --box-shadow-color: rgba(0, 0, 0, 0.04);
  }
  .dark {
    filter: invert(1);
  }
}
.background-secondary,
.modal-content .MuiTableHead-root,
.MuiTableRow-root.MTableHeader-headerRow-13.MuiTableRow-head,
.MuiPaper-root.MuiPaper-elevation2.MuiPaper-rounded,
.MuiTableCell-root {
  color: var(--text-color) !important;
  background-color: var(--bkgsecondary) !important;
}

.background-tertiary {
  color: var(--text-color) !important;
  background-color: var(--bkgterciary) !important;
}

body.dark .logo,
body.fire .logo,
body.dark .plus,
body.fire .plus,
body.dark .btn-dark,
body.fire .btn-dark,
body.dark .btn-close,
body.fire .btn-close,
body.dark .btn-outline-dark,
body.fire .btn-outline-dark,
body.dark ::-webkit-calendar-picker-indicator,
body.fire ::-webkit-calendar-picker-indicator {
  filter: invert(1) !important;
}

.text-theme,
.form-label {
  color: var(--text-color) !important;
}

input.form-control,
select,
option,
textarea,
.input-group-text {
  background: none;
  background-color: var(--bkgsecondary) !important;
  color: var(--text-color) !important;
}

.bottom-border-2 {
  border-bottom: solid 2px var(--bordersecondary-color) !important;
}

.selected {
  border-bottom: solid 2px var(--borderselecetedsecondary-color) !important;
}

.navbar-selected {
  border-bottom: solid 2px var(--selected-border-color) !important;
}

.color-blue {
  color: var(--texthighlight-color) !important;
}

/* Navbar */
.navbar-customised {
  height: 140px;
}
.navbar-avatar-picture {
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.navbar-content-profile {
  width: auto;
}

.header-paragraph {
  font-weight: 500;
}
.header-line {
  margin-left: 1%;
  vertical-align: middle;
  width: 20%;
}
.header-title {
  font-size: 60px;
  font-weight: bold;
}

/* Cards */
.card-figure {
  font-size: 50px;
  font-weight: 600;
}
.card-footer {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.card {
  height: 57mm;
  width: 87mm;
  border: 1mm solid black;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 2em;
}
.cardinfo {
  position: absolute;
  bottom: 2.5mm;
  left: 28mm;
  font-size: 11pt;
  line-height: 13pt;
  font-family: Arial;
}

.cardlogo {
  position: relative;
}
.cardlogo > img {
  width: 37mm;
  max-width: 37mm;
  height: 13mm;
  max-height: 13mm;
  position: relative;
  z-index: 10;
}

.bluebox {
  position: absolute;
  top: 2.5mm;
  right: 2.5mm;
  height: 22mm;
  width: 22mm;
  border: 0.75mm solid #1b98e0;
  box-sizing: border-box;
}

.avatarbox {
  position: absolute;
  bottom: 2.5mm;
  left: 2.5mm;
  height: 22mm;
  width: 22mm;
  border: 0.75mm solid #1b98e0;
  box-sizing: border-box;
}

.qrbox {
  position: absolute;
  bottom: 1.5mm;
  right: 1mm;
  height: 26mm;
  width: 26mm;
}

span.blk {
  color: black;
}

span.blu {
  color: #1b98e0;
}

.vsymbol > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 14mm;
  height: 23mm;
  width: 30mm;
  margin: auto;
}

img.alignleft {
  margin: 4mm;
}

.navbar-button {
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
}

#workLogTab,
#applicationGuidanceTab,
#CIPSTab,
#IDCardTab,
#overviewTab {
  display: block;
}

.tab-content,
.tab-sub-content {
  animation: fadeEffect 1s;
  display: none;
}

.tab-links,
.tab-sub-links {
  background: none !important;
}

tbody > tr {
  cursor: pointer;
}

.icon {
  filter: invert(100%);
}

canvas#signature-pad {
  background: #fff;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}

.wrapper {
  width: 400px;
  height: 200px;
}

#clear {
  width: 400px;
  border-radius: 0 0 0.375rem 0.375rem;
}

.avatar-picture {
  border-radius: 50%;
}

.avatar-picture-message {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  height: 157px;
  width: 157px;
  opacity: 0;
  font-size: 14px;
  transition: all 0.4s;
}

.avatar-picture-message-text {
  text-align: center;
  font-weight: 200;
}

.navbar-avatar-picture {
  border-radius: 50%;
  height: 35px;
  width: 35px;
}

.avatar-picture-change {
  top: 120px;
  cursor: pointer;
  z-index: 9;
}

.avatar-picture-change:hover + .avatar-picture-message {
  opacity: 1;
}

.avatar-profile-edit {
  background: none;
  border: none;
  height: 70px;
  width: 70px;
  left: 100% !important;
}

.button-edit {
  background: none;
  border: none;
}

.note-edit {
  background: none;
  border: none;
}

#myProfile {
  height: 155px;
  width: 155px;
  min-height: 155px;
  min-width: 155px;
}

.profile-content {
  min-width: 500px;
}

.item {
  opacity: 0;
  height: 0;
  transition: all 1s;
}

.item:hover {
  opacity: 1;
  height: 50px;
}

/* cropper image */
#image {
  display: block;
  max-width: 100%;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}

@media only screen and (max-width: 980px) {
  .avatar {
    text-align: center;
  }
  .avatar-profile-edit {
    left: 50% !important;
  }
  .profile-content {
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .avatar-picture-message {
    display: none;
  }
}
.offcanvas {
  overflow: auto;
}

.offcanvas-body {
  overflow-y: hidden !important;
}

.above {
  z-index: 2000;
}

.filter-content-grey {
  height: 100%;
  padding: 2%;
  position: fixed;
  left: 0;
  top: 0;
  width: 70%;
  z-index: 1;
}

.filter-content-white {
  height: 100%;
  padding: 2%;
  overflow: auto;
  position: fixed;
  right: 0 !important;
  top: 0 !important;
  width: 30%;
  z-index: 1;
}

.filter-header {
  display: flex;
  justify-content: space-between;
}

.filter-title {
  font-size: 24px;
  font-weight: bold;
}

.filter-p {
  font-size: 14px;
  font-weight: 500;
}

.filter-subtitle {
  font-size: 12px !important;
  font-weight: 500;
  margin: 16px 0 9px 0;
}

.filter-button {
  border-radius: 4px !important;
  text-align: left !important;
  width: 100%;
}

.filter-button-perpage {
  border-radius: 4px !important;
  text-align: left !important;
}

.btn-update {
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  height: 44px;
  margin: 30px 0 30px 10px;
  padding: 9px 32.7px 9px 33px;
  background-color: #020208;
}

.btn-update-container {
  text-align: right;
  height: 100px;
}

/* Plus button */
/* .container {
    position: fixed;
    padding: 5%;
    bottom: 0;
    right: 0;
} */
.button-plus {
  background: none;
  border: none;
  margin-left: auto;
  position: fixed;
  bottom: 0;
  padding: 0;
  padding-bottom: 1%;
  transform: translateX(-100%);
}

/* pagination */
.page-link {
  border: none !important;
}

/* Add location */
input.form-control {
  width: 100%;
}

#inputTags {
  flex: 1;
  padding: 1px;
  outline: none;
  border: none;
}

@media only screen and (max-width: 980px) {
  .filter-content-grey {
    display: none;
  }
  .filter-content-white {
    padding: 5%;
    width: 100%;
  }
  .offcanvas-end {
    width: 100vw !important;
  }
}/*# sourceMappingURL=index.css.map */