:root {
  --p900: #08143f;
  --p800: #0e1d4c;
  --p700: #162b5f;
  --p600: #203a71;
  --p500: #2c4c84;
  --p400: #5a7eb5;
  --p300: #82a9da;
  --p200: #82a9da;
  --p100: #d7e8f8;
  --s900: #04480e;
  --s800: #07570c;
  --s700: #0e6c0c;
  --s600: #1c8112;
  --s500: #2e9619;
  --s400: #65c047;
  --s300: #93df6f;
  --s200: #c3f4a3;
  --s100: #e3f9d0;
  --i900: #00306a;
  --i800: #004380;
  --i700: #005e9f;
  --i600: #007ebe;
  --i500: #00a2dd;
  --i400: #3ac7ea;
  --i300: #61e1f4;
  --i200: #96f5fb;
  --i100: #cafdfc;
  --w900: #775500;
  --w800: #906a00;
  --w700: #b38700;
  --w600: #d6a600;
  --w500: #f9c700;
  --w400: #fbd93e;
  --w300: #fde565;
  --w200: #fef098;
  --w100: #fef8cb;
  --d900: #640308;
  --d800: #790705;
  --d700: #961408;
  --d600: #b3260b;
  --d500: #d13d10;
  --d400: #e37545;
  --d300: #f19d6b;
  --d200: #fac79d;
  --d100: #fce6ce;
  --g999: #000000;
  --g900: #181818;
  --g800: #3d3d3d;
  --g700: #555555;
  --g600: #717171;
  --g500: #848484;
  --g400: #9f9f9f;
  --g300: #c3c3c3;
  --g200: #dbdbdb;
  --g100: #ededed;
  --g000: #ffffff;
  --shadow-color: #0000003d;
}

.text-g000 {
  color: var(--g000) !important;
}

.bg-g000 {
  background-color: var(--g000) !important;
}

.text-p100 {
  color: var(--p100) !important;
}

.text-s100 {
  color: var(--s100) !important;
}

.text-i100 {
  color: var(--i100) !important;
}

.text-w100 {
  color: var(--w100) !important;
}

.text-d100 {
  color: var(--d100) !important;
}

.text-g100 {
  color: var(--g100) !important;
}

.bg-p100 {
  background-color: var(--p100) !important;
}

.bg-s100 {
  background-color: var(--s100) !important;
}

.bg-i100 {
  background-color: var(--i100) !important;
}

.bg-w100 {
  background-color: var(--w100) !important;
}

.bg-d100 {
  background-color: var(--d100) !important;
}

.bg-g100 {
  background-color: var(--g100) !important;
}

.text-p200 {
  color: var(--p200) !important;
}

.text-s200 {
  color: var(--s200) !important;
}

.text-i200 {
  color: var(--i200) !important;
}

.text-w200 {
  color: var(--w200) !important;
}

.text-d200 {
  color: var(--d200) !important;
}

.text-g200 {
  color: var(--g200) !important;
}

.bg-p200 {
  background-color: var(--p200) !important;
}

.bg-s200 {
  background-color: var(--s200) !important;
}

.bg-i200 {
  background-color: var(--i200) !important;
}

.bg-w200 {
  background-color: var(--w200) !important;
}

.bg-d200 {
  background-color: var(--d200) !important;
}

.bg-g200 {
  background-color: var(--g200) !important;
}

.text-p300 {
  color: var(--p300) !important;
}

.text-s300 {
  color: var(--s300) !important;
}

.text-i300 {
  color: var(--i300) !important;
}

.text-w300 {
  color: var(--w300) !important;
}

.text-d300 {
  color: var(--d300) !important;
}

.text-g300 {
  color: var(--g300) !important;
}

.bg-p300 {
  background-color: var(--p300) !important;
}

.bg-s300 {
  background-color: var(--s300) !important;
}

.bg-i300 {
  background-color: var(--i300) !important;
}

.bg-w300 {
  background-color: var(--w300) !important;
}

.bg-d300 {
  background-color: var(--d300) !important;
}

.bg-g300 {
  background-color: var(--g300) !important;
}

.text-p400 {
  color: var(--p400) !important;
}

.text-s400 {
  color: var(--s400) !important;
}

.text-i400 {
  color: var(--i400) !important;
}

.text-w400 {
  color: var(--w400) !important;
}

.text-d400 {
  color: var(--d400) !important;
}

.text-g400 {
  color: var(--g400) !important;
}

.bg-p400 {
  background-color: var(--p400) !important;
}

.bg-s400 {
  background-color: var(--s400) !important;
}

.bg-i400 {
  background-color: var(--i400) !important;
}

.bg-w400 {
  background-color: var(--w400) !important;
}

.bg-d400 {
  background-color: var(--d400) !important;
}

.bg-g400 {
  background-color: var(--g400) !important;
}

.text-p500 {
  color: var(--p500) !important;
}

.text-s500 {
  color: var(--s500) !important;
}

.text-i500 {
  color: var(--i500) !important;
}

.text-w500 {
  color: var(--w500) !important;
}

.text-d500 {
  color: var(--d500) !important;
}

.text-g500 {
  color: var(--g500) !important;
}

.bg-p500 {
  background-color: var(--p500) !important;
}

.bg-s500 {
  background-color: var(--s500) !important;
}

.bg-i500 {
  background-color: var(--i500) !important;
}

.bg-w500 {
  background-color: var(--w500) !important;
}

.bg-d500 {
  background-color: var(--d500) !important;
}

.bg-g500 {
  background-color: var(--g500) !important;
}

.text-p600 {
  color: var(--p600) !important;
}

.text-s600 {
  color: var(--s600) !important;
}

.text-i600 {
  color: var(--i600) !important;
}

.text-w600 {
  color: var(--w600) !important;
}

.text-d600 {
  color: var(--d600) !important;
}

.text-g600 {
  color: var(--g600) !important;
}

.bg-p600 {
  background-color: var(--p600) !important;
}

.bg-s600 {
  background-color: var(--s600) !important;
}

.bg-i600 {
  background-color: var(--i600) !important;
}

.bg-w600 {
  background-color: var(--w600) !important;
}

.bg-d600 {
  background-color: var(--d600) !important;
}

.bg-g600 {
  background-color: var(--g600) !important;
}

.text-p700 {
  color: var(--p700) !important;
}

.text-s700 {
  color: var(--s700) !important;
}

.text-i700 {
  color: var(--i700) !important;
}

.text-w700 {
  color: var(--w700) !important;
}

.text-d700 {
  color: var(--d700) !important;
}

.text-g700 {
  color: var(--g700) !important;
}

.bg-p700 {
  background-color: var(--p700) !important;
}

.bg-s700 {
  background-color: var(--s700) !important;
}

.bg-i700 {
  background-color: var(--i700) !important;
}

.bg-w700 {
  background-color: var(--w700) !important;
}

.bg-d700 {
  background-color: var(--d700) !important;
}

.bg-g700 {
  background-color: var(--g700) !important;
}

.text-p800 {
  color: var(--p800) !important;
}

.text-s800 {
  color: var(--s800) !important;
}

.text-i800 {
  color: var(--i800) !important;
}

.text-w800 {
  color: var(--w800) !important;
}

.text-d800 {
  color: var(--d800) !important;
}

.text-g800 {
  color: var(--g800) !important;
}

.bg-p800 {
  background-color: var(--p800) !important;
}

.bg-s800 {
  background-color: var(--s800) !important;
}

.bg-i800 {
  background-color: var(--i800) !important;
}

.bg-w800 {
  background-color: var(--w800) !important;
}

.bg-d800 {
  background-color: var(--d800) !important;
}

.bg-g800 {
  background-color: var(--g800) !important;
}

.text-p900 {
  color: var(--p900) !important;
}

.text-s900 {
  color: var(--s900) !important;
}

.text-i900 {
  color: var(--i900) !important;
}

.text-w900 {
  color: var(--w900) !important;
}

.text-d900 {
  color: var(--d900) !important;
}

.text-g900 {
  color: var(--g900) !important;
}

.bg-p900 {
  background-color: var(--p900) !important;
}

.bg-s900 {
  background-color: var(--s900) !important;
}

.bg-i900 {
  background-color: var(--i900) !important;
}

.bg-w900 {
  background-color: var(--w900) !important;
}

.bg-d900 {
  background-color: var(--d900) !important;
}

.bg-g900 {
  background-color: var(--g900) !important;
}

.text-g999 {
  color: var(--g999) !important;
}

.bg-g999 {
  background-color: var(--g999) !important;
}

.sipp-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-image: url(../images/bg-pijar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sipp-bg.whitewash {
  background-image: url(../images/bg-pijar-whitewash.png);
}

.sipp-toper {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
}
.sipp-toper img {
  max-width: 45px;
  height: auto;
}
.sipp-toper .text {
  padding-left: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--g800);
}

.sipp-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  font-size: 16px;
}
.sipp-content.pad {
  padding: 15px 25px;
}
.sipp-content.fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.sipp-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 120;
  background-color: var(--s800);
  top: 0px;
  left: -300px;
  width: 250px;
  height: 100vh;
  overflow: visible;
  transition: all 0.25s ease-out;
}
.sipp-sidebar.shown {
  left: 0px;
}
.sipp-sidebar .header {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 25px 0px;
}
.sipp-sidebar .header img {
  max-width: 100%;
  height: auto;
}
.sipp-sidebar .menu {
  display: flex;
  color: var(--g100);
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 8px 8px 5px;
  background-color: var(--s800);
  border: 1px solid var(--s800);
  border-radius: 4px;
  margin-bottom: 8px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.sipp-sidebar .menu .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: auto;
}
.sipp-sidebar .menu .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0px 0px 0px 5px;
}
.sipp-sidebar .menu .text .subtext {
  color: var(--g100);
  opacity: 0.7;
  font-size: 0.6rem;
}
.sipp-sidebar .menu:hover {
  background-color: var(--s700);
}
.sipp-sidebar .menu.active {
  background-color: var(--s100);
  color: var(--g800);
}
.sipp-sidebar .menu.active .subtext {
  color: var(--g999);
}

.scroller {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.scroller .plane {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 8px 8px 20px 8px;
}

.sipp-sidebar-overlay {
  position: fixed;
  display: block;
  z-index: 119;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--g800);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.sipp-sidebar-overlay.shown {
  opacity: 0.35;
  pointer-events: all;
}

.sipp-navbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: linear-gradient(270deg, var(--s700) 16.25%, var(--s800) 87.81%);
  box-shadow: 2px 2px 8px 2px var(--shadow-color);
  color: var(--g100);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sipp-navbar .toggle {
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  cursor: pointer;
}
.sipp-navbar .title {
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 0px 5px;
  width: 100%;
}
.sipp-navbar .user {
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 0.9rem;
}
.sipp-navbar .user .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sipp-navbar .user .name {
  max-width: 100%;
  display: block;
  padding: 0px 8px;
}

.sipp-breadcrumb {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  color: var(--g800);
  border: 1px solid var(--g200);
  border-radius: 4px;
  background-color: var(--g000);
}
.sipp-breadcrumb .item {
  text-decoration: none;
  color: var(--s800);
  cursor: pointer;
}
.sipp-breadcrumb .item:hover {
  color: var(--s600);
}
.sipp-breadcrumb .item.active {
  color: var(--g600);
  cursor: default;
}

.content-pad {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 15px 15px 15px;
}

.shadow-1 {
  box-shadow: 2px 2px 4px 1px var(--shadow-color);
}

.shadow-2 {
  box-shadow: 4px 4px 8px 2px var(--shadow-color);
}

.shadow-3 {
  box-shadow: 6px 6px 12px 3px var(--shadow-color);
}

.panel {
  display: block;
  position: relative;
  border: 1px solid var(--g200);
  border-radius: 4px;
  background-color: var(--g000);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.panel.maxw-1 {
  max-width: calc(1 * 120px);
}
.panel.maxw-2 {
  max-width: calc(2 * 120px);
}
.panel.maxw-3 {
  max-width: calc(3 * 120px);
}
.panel.maxw-4 {
  max-width: calc(4 * 120px);
}
.panel.maxw-5 {
  max-width: calc(5 * 120px);
}
.panel.maxw-6 {
  max-width: calc(6 * 120px);
}
.panel .header {
  min-height: 40px;
  border-bottom: 2px solid var(--g200);
  font-weight: 600;
  font-size: 1.15rem;
  padding: 10px 20px;
}
.panel .header.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.panel .header.top-border {
  margin-top: 5px;
  border-top: 2px solid var(--g200);
}
.panel .content {
  padding: 10px 20px;
}
.panel .footer {
  margin-top: 5px;
  min-height: 40px;
  border-top: 2px solid var(--g200);
  padding: 10px 20px;
}
.panel .footer.tracking {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.panel label {
  padding-left: 4px;
  font-weight: 600;
}
.panel .login-icon {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}

.clickable {
  cursor: pointer !important;
  transition: all ease-out 0.15s;
}
.clickable:hover {
  opacity: 0.8;
}
.clickable.no-hover:hover {
  opacity: 1;
}

.flex-portal {
  display: flex;
  width: 100%;
  height: calc(100vh - 30px);
  justify-content: center;
  align-items: center;
}
.flex-portal .panel {
  margin-top: -15%;
}

label.mv-error {
  font-size: 0.7rem;
  font-style: italic;
  color: var(--d500);
}

.bio-photo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--g500);
}
.bio-photo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: inherit;
}

.text-desc {
  display: block;
  padding: 5px 8px;
  border-bottom: 1px solid var(--g200);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.85rem;
}
.text-desc .w-100 {
  width: 100% !important;
  display: block !important;
}
.text-desc:hover {
  background-color: var(--g100);
}
.text-desc .key {
  min-width: 80px;
  font-weight: 600;
}
.text-desc .value {
  color: var(--g600);
  padding: 0 0 0 8px;
  width: 100%;
}

.text-desc-btn {
  display: block;
  padding: 5px 8px;
  border-bottom: 1px solid var(--g200);
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.85rem;
}
.text-desc-btn:hover {
  background-color: var(--g100);
}
.text-desc-btn .key {
  width: 100%;
}
.text-desc-btn .badge {
  text-decoration: none;
  min-width: 80px;
  max-width: 120px;
  text-align: center;
}
.text-desc-btn.active {
  background-color: var(--p500);
  color: var(--g100);
}

.notif-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--g400);
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 8px;
  border-radius: 4px;
  color: var(--g100);
  text-decoration: none;
  transition: all 0.15s ease-out;
  margin-bottom: 5px;
}
.notif-block .icon {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  background-color: var(--g600);
  margin-right: 8px;
  padding: 5px;
  border-radius: 4px;
  font-size: 1.25rem;
  align-self: stretch;
}
.notif-block .text {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-inline;
  width: 100%;
  height: 100%;
  background-color: var(--g600);
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 0.85rem;
}
.notif-block:hover {
  background-color: var(--g300);
  color: var(--g100);
}
.notif-block.success {
  background-color: var(--s400);
  color: var(--g100);
}
.notif-block.success .icon,
.notif-block.success .text {
  background-color: var(--s600);
}
.notif-block.success:hover {
  background-color: var(--s300);
}
.notif-block.theme {
  background-color: var(--s600);
  color: var(--g100);
}
.notif-block.theme .icon,
.notif-block.theme .text {
  background-color: var(--s800);
}
.notif-block.theme:hover {
  background-color: var(--s500);
}
.notif-block.info {
  background-color: var(--i400);
  color: var(--g100);
}
.notif-block.info .icon,
.notif-block.info .text {
  background-color: var(--i600);
}
.notif-block.info:hover {
  background-color: var(--i300);
}
.notif-block.primary {
  background-color: var(--p400);
  color: var(--g100);
}
.notif-block.primary .icon,
.notif-block.primary .text {
  background-color: var(--p600);
}
.notif-block.primary:hover {
  background-color: var(--p300);
}
.notif-block.warning {
  background-color: var(--w400);
  color: var(--g800);
}
.notif-block.warning .icon,
.notif-block.warning .text {
  background-color: var(--w600);
}
.notif-block.warning:hover {
  background-color: var(--w300);
}
.notif-block.danger {
  background-color: var(--d400);
  color: var(--g100);
}
.notif-block.danger .icon,
.notif-block.danger .text {
  background-color: var(--d600);
}
.notif-block.danger:hover {
  background-color: var(--d300);
}

.info-block {
  padding: 5px 10px;
  font-size: 0.85rem;
  border: 1px solid var(--g300);
  border-radius: 4px;
}
.info-block.b-highlight {
  border: 1px solid var(--s400);
}

.label {
  display: inline-block;
  position: relative;
  padding: 2px 5px;
  background-color: var(--g500);
  width: 100%;
  border-radius: 4px;
  white-space: pre-wrap;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--g100);
  height: auto;
}
.label.success {
  background-color: var(--s500);
}
.label.primary {
  background-color: var(--p500);
}
.label.info {
  background-color: var(--i500);
}
.label.warning {
  background-color: var(--w500);
  color: var(--g800);
}
.label.danger {
  background-color: var(--d500);
}
.label.mw-120 {
  max-width: 120px;
}

.mw-160 {
  max-width: 160px !important;
}

.fs-p8 {
  font-size: 0.8rem !important;
}

.fs-p85 {
  font-size: 0.85rem !important;
}

.tracking-item {
  display: flex;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
  flex-direction: column;
  border-top: 3px solid var(--g500);
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.tracking-item .box-1 {
  display: block;
  width: 40px;
  height: 6px;
  background-color: var(--g500);
}
.tracking-item .box-2 {
  display: block;
  width: 2px;
  height: 30px;
  background-color: var(--g500);
}
.tracking-item .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid var(--g500);
}
.tracking-item .status {
  display: block;
  width: 90%;
  padding: 3px 5px;
  color: var(--g600);
  font-weight: 700;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--g500);
}
.tracking-item .state {
  display: block;
  width: 90%;
  padding: 3px 5px;
  color: var(--g600);
  font-weight: 600;
  font-size: 0.9rem;
}
.tracking-item .user {
  display: block;
  width: 90%;
  padding: 3px 5px;
  color: var(--g400);
  font-size: 0.7rem;
  font-style: italic;
}
.tracking-item.active {
  border-top: 3px solid var(--s700);
}
.tracking-item.active .box-1 {
  width: 60px;
  height: 9px;
  background-color: var(--s700);
}
.tracking-item.active .box-2 {
  width: 3px;
  height: 50px;
  background-color: var(--s700);
}
.tracking-item.active .arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--s700);
}
.tracking-item.active .status {
  color: var(--s600);
  font-size: 1rem;
  border-bottom: 1px solid var(--s700);
}
.tracking-item.active .state {
  color: var(--s600);
  font-size: 1rem;
}
.tracking-item.active .user {
  color: var(--s500);
  font-size: 0.8rem;
}

label.pad {
  font-weight: 600;
  padding-left: 4px;
}

._loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4500;
  background-color: var(--shadow-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
._loading::after {
  content: "LOADING...";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g100);
  font-weight: 600;
  font-size: 0.85rem;
  width: 100%;
  height: 100%;
}
._loading.shown {
  opacity: 0.5;
  pointer-events: all;
}

.draggable {
  cursor: move;
}
.draggable.dragging {
  background-color: var(--p200);
}

.hr-title {
  display: block;
  position: relative;
  overflow: hidden;
}
.hr-title hr {
  margin: 25px 0 25px 0;
}
.hr-title .title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 8px 16px;
  color: rgba(52, 52, 52, 0.4666666667);
  font-weight: bold;
  font-size: 0.9rem;
}
.hr-title .title.small {
  font-size: 0.7rem;
}

.form-check-input {
  cursor: pointer !important;
}

.form-check-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer !important;
}

.datatable {
  width: 100% !important;
  font-size: 0.8rem !important;
}
.datatable thead {
  font-weight: 700;
  color: var(--g100);
}
.datatable thead td {
  vertical-align: middle;
  text-align: center;
  background-color: var(--s800);
  border: 1px solid var(--g300);
}
.datatable a.dropdown-item {
  font-size: 0.8rem !important;
}

.dropdown-menu a.dropdown-item {
  font-size: 0.8rem !important;
}

.paginate_button a {
  font-size: 0.8rem !important;
}

input.datepicker-active {
  background-color: transparent !important;
}

.notifyjs-corner {
  z-index: 9999 !important;
}

.notifyjs-container {
  font-size: 0.85rem;
}
.notifyjs-container ul {
  margin-bottom: 0px !important;
}
.notifyjs-container .message {
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}

.select2.select2-container {
  display: block !important;
  width: 100% !important;
}

.select2-selection {
  min-height: 31px !important;
  border-radius: 4px !important;
  border: 1px solid var(--g300) !important;
}

.select2-results__option,
.select2-selection__placeholder,
.select2-search__field,
.select2-selection__rendered {
  font-size: 0.85rem !important;
}

.select2-dropdown {
  z-index: 2000 !important;
}

@media print {
  .not-printable,
  .not-printable * {
    visibility: hidden;
  }
  .printable,
  .printable * {
    visibility: visible;
  }
  .printable {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blinking-spark {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 0.7;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  55% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.sparkle-spin {
  position: absolute;
  display: block;
  top: -60px;
  left: 0;
  z-index: 105;
  width: 230px;
  height: 230px;
  animation: infinite-spinning 15s infinite normal linear, blinking-spark 10s infinite normal ease-in;
}

.no-pointer-event {
  pointer-events: none !important;
}

.vam {
  vertical-align: middle !important;
}

.circling-bg {
  display: flex;
  position: relative;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-weight: 700;
  background-color: var(--s800);
  color: var(--g000);
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */