
@import url('https://fonts.googleapis.com/css2?family=Iceland&family=Tektur:wght@400..900&display=swap');

.orbitron-titles {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/********/
 /* Base */
/********/
:root {
  
  --colour1: #f1c40f;
  --colour2: #2c3e50;
  --speed: 4s;
  --patternRepeatWidth: 80;
  --stripeWidth: calc(var(--patternRepeatWidth) * 1px);
  --fundamentalBase: calc(1px * sqrt(2 * pow(var(--patternRepeatWidth), 2)));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  --seasalt: #f8f9faff;
--antiflash-white: #e9ecefff;
--platinum: #dee2e6ff;
--french-gray: #ced4daff;
--french-gray-2: #adb5bdff;
--slate-gray: #6c757dff;
--outer-space: #495057ff;
--onyx: #343a40ff;
--eerie-black: #212529ff;
--theShadow: 0 0 0 4px var(--outer-space);
}

*,
*:focus {
	outline: none;
}

#menuButtonMobile {
  display: none;
}
body {
  transition: background-color 500ms ease-in-out;
  font-family: 'Roboto', sans-serif;
  background-size: 100% 100%;
  background-attachment: fixed;
  margin: 0px;
  top: 0%;
  left: 0;
  overflow-x: hidden;
  font-family: 'ITC Avant Garde Pro Md', sans-serif;
  align-items: flex-start;
  font-family: Arial, sans-serif;
}
/* Loader base style */
#siteLoader {
  position: fixed;
  inset: 0;
  background: #2C2C2C;
  z-index: 999999999999999999999999999999999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
/* Hidden state */
#siteLoader.fade-out {
  opacity: 0;
}
.asimoPower {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.mainContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 97px;
}
.backToTop {
  height: 50px;
  width: 50px;
  background: rgb(32, 150, 176);
  border: 1px solid #444444;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  justify-content: flex-start;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto', sans-serif;
  transition: background 150ms ease-out;
}
.backToTop:hover {
  background: rgb(50, 167, 194);
}
.footer {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.footerLogo { 
  margin: 40px 0px;
}
  /**************/
 /* Navigation */
/**************/
.navBar {
  height: 67px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  background-color: #FFFFFF;
}
.navBarInner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding: 0 1rem; */
  flex-wrap: wrap;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}
.navBarLinks {
  height: 67px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navLink {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background-color: #FFFFFF;
  transition: background-color 150ms ease-out;
}
.navLink.active {
  background-color: #E9F5F8;
  border-bottom: 2px solid var(--outer-space);
}
.navLink a {
  text-decoration: none;
  color: #2C2C2C;
  font-family: 'Roboto', sans-serif;
  font-size:medium;
  line-height: 67px;
  vertical-align: middle;
  transition: color 150ms ease-out;
}
.navLink.active a {
  color: #2096B0;
}
.navLink:hover a {
  text-decoration: none;
  color: #2096B0;
  font-family: 'Roboto', sans-serif;
  /* font-size: 20px; */
  line-height: 67px;
  vertical-align: middle;
}
#logOutContainer {
  width: 45px;
}
.logoutLink {
  margin-left: 1rem;
  padding: 0.5rem 0.75rem;
  color: var(--dangerColor);
}

@media (max-width: 768px) {
 
  .navBar {
    max-width: 100vw;
    width: 100vw;
    height: 67px;
    display: grid;
    grid-template-columns: 100%;
  }
  .navBarInner {
    position: relative;
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: 5% 10% 45% 5%;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
  
  }  
  .navBarLinks {
    position: relative;
      display: none;
      align-items: stretch;
      list-style: none;
      margin: 0;
      padding: 0;
      height: 67px;
      }

      .navLink {
      line-height: 67px;
      vertical-align: middle;
      padding: 0px 20px;
      transition: all 150ms ease-out;
      }

      .loginCon {
          width: 90%;
      }

      .menuButton, #menuButtonMobile {
        position: relative;
        display: flex;
        float: left;
        flex-direction: row-reverse;
        left: -20%;
        top: 30%;
        width: 100%;
        cursor: pointer;
        
        height: 67px;
        
        align-self: center;
      }
}
  /***************/
 /* View Routes */
/***************/

.toolbar-5 {
    width: 80%;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
  align-self: center;
}

.toolbar-item {
    flex: 1;
    padding: 12px;
    background: #1f1f1f;
    color: #eee;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.routeTabs, .generalTabs {
  text-align: center;
}
.routeTabsInner, .generalTabsInner {
  
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.barcode-general {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    gap: 1.5%;

}
.barcode-general-card {
    background-color: var(--platinum);
    position: relative;
    border: 1px solid white;
}
table {border: none !important;}
table.styled-table {
  border-radius: 10px;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}
thead {
    position: sticky;
    top: 66px;
}
.styled-table thead th,
.styled-table tbody td {
  text-align: center;
}
.styled-table tbody td a {
  font-weight: bold;
  color: #2096B0;
  text-decoration: underline;
  transition: color 150ms ease-out;
}
.styled-table tbody td a:hover {
  color: #53c1da;
}
.styled-table tbody td {
  padding: 12px 16px;
  height: 48px;
}
.styled-table tbody tr {
  background-color: #FFFFFF;
  transition: background-color 150ms ease-out;
}
.styled-table tbody tr:hover {
  background-color: #E9F5F8;
}
.styled-table thead tr th {
  padding: 12px 16px;
  height: 48px;
}
.filter-group input:focus,
#route_extras_search:focus {
  outline: none;
}
.toolbar-row {
  display: flex;
  flex-wrap: wrap;
  
  justify-content: space-evenly;
  gap: 1rem;
}
.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
.buttonGroup {
  padding: 10px;
}
.filter-group input,
.filter-group select {
  position: relative;
  border: none;
  border-bottom: 2px solid #555;
  color: var(--colorSecondary);
  padding: 6px 10px;
  
  border-radius: 4px;
}
.tableToolbar {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-evenly;
  gap: 20px;
  padding: 15px;
  border-radius: 5px;
  color: var(--light-primaryText);
  flex-wrap: wrap;
}
.tableHead {
  background: linear-gradient(to bottom, #EEF0EF, #C6CED6);
  border: 1px solid #eef0ef;
  /* box-shadow: 9px 9px 18px #bebebe, -9px -9px 18px #bebebe; */
 color: var(--light-primaryText);
 
}
a {
  color: var(--light-primaryText);
  text-decoration: none;
}
.ree {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #ffffff;
  border-radius: 100%;
  animation: spinRight 800ms linear infinite;
  
  &:before, &:after {
    content: '';
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #ffffff;
    border-radius: 100%;
    animation: spinLeft 800ms linear infinite;
  }
  
  &:after {
    width: 4vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #ffffff;
    animation: none;
  }
}
@keyframes spinLeft {
  from {transform:rotate(0deg);}
  to {transform:rotate(720deg);}
}
@keyframes spinRight {
  from {transform:rotate(360deg);}
  to {transform:rotate(0deg);}
}
/**/
.tableButton {
  background-color: var(--platinum);
  color: var(--night-rider);
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
  font-weight: 300 !important;
  transition: background-color 150ms ease;
  cursor: pointer;
  text-align: center;
  border: none;
  
  box-shadow: 4px 4px 9px #bebebe, -4px -4px 9px #bebebe;
}

.tableButton:hover {
  background-color: #2dabc7;
}

.tableButton a {
  background-color: #2096B0;
  color: white !important;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
  font-weight: 300 !important;
  transition: background-color 150ms ease;
  cursor: pointer;
}

.loginContainer {
  position: relative;
  min-width: 50% ;
  background: linear-gradient(to bottom, #EEF0EF, #C6CED6);
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
  /* clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 30px); */
  /* border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; */
  align-items: center;
  justify-items: center;
  align-self: center;
  justify-self: center;
  align-content: center;
  justify-content: center;
  padding: 2rem;
  display: grid;
  grid-template-columns: 100%;
}

.button-col-2 {
  padding-bottom: 7%;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}

.dash-filtering-inputs {
  display: grid;
  grid-template-columns: 50% 50%;
}


.tableButton a:hover {
  background-color: #2dabc7;
}

.buttonLogin {
  background-color: #2096B0;
  color: white !important;
  width: 281px;
  height: 53px;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
  transition: background-color 150ms ease;
  cursor: pointer;
  text-align: center;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

.buttonLogin:hover {
  background-color: #2dabc7;
}

.loginFormFields {
  position: relative;
  min-width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 20% 80%;
  align-self: center;
  justify-self: center;
  justify-content: center;
  align-content: center;
  margin: 5%;
  
}


.tableToolbarHeader {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--light-primaryText);
}
.tbodyHeaders {
  /* color: var(--light-primaryText); */
  font-size: smaller;
  /* background-color: var(--french-gray); */
  
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.tableDataRow {
  border-bottom: 1px solid var(--french-gray);
  margin: 20px;
}
.svgOffset1 {
  transform: translate(-20px, 0%);
}
.svgOffset2 {
  transform: translate(-40px, 0%);
}
.svgOffset3 {
  transform: translate(-60px, 0%);
}
.svgOffset4 {
  transform: translate(-80px, 0%);
}
.svg-button {
  position: relative;
  width: 170px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
  margin-right: -1px;
}
.svg-button svg {
  width: 100%;
  height: 100%;
}
.svg-button path {
  fill: #F6FDFF;
  stroke: #C3F1FB;
  transition: all 0.3s ease;
}
.svg-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  pointer-events: none;
  color: #2096B0;
}
.svg-button:hover path {
  fill: #d5f7ff;
  stroke: #93ebff;
}
.svg-button:hover .svg-label {
  font-weight: bold;
}
.svg-button:active .svg-label,
.svg-button.active .svg-label {
  color: #FFFFFF; 
  font-weight: bold;
}
.svg-button:active path,
.svg-button.active path {
  fill: #5CC2D9;
  stroke: #2096B0;
}
.tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tab-pane.show.active {
  display: block;
  opacity: 1;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.modal-active {
  display: block;
}
/* Login style.css */
:root {
	--cardW: 467px; /* Card Scaler - Desktop */
  --logo-light: url("/static/images/asimoLogoLight.png");
  --logo-dark: url("/static/images/asimoLogoDark.png");
  --logoutbutton-light: url("/static/images/logoutButtonLight.png");
  --logoutbutton-dark: url("/static/images/logoutButtonDark.png");
  --colorPrimary: #15788D !important;
  --colorSecondary: #424242 !important;
  --bodybackground-light: #F8F9FA;
  --bodybackground-dark: #090F10;
  --light-primary: #ffffff;
  --light-primaryText: #2C2C2C;
  --dark-primary: #283D43;
  --dark-primaryText: #FFFFFF;
  --light-cardHeaderBg: #15788D;
  --dark-cardHeaderBg: #283D43;
  --light-cardBorder: #E5E5E5;
  --dark-cardBorder: #314B52;
  --light-cardBg: #FFFFFF;
  --dark-cardBg: #1D2C30;
  --light-cardInputBg: #F6FDFF;
  --dark-cardInputBg: #121B1E;
  --night-rider: #2e2e2e;
  --logo-current: var(--logo-light);
  --current-logoutButton: var(--logoutbutton-light);
  --current-backgroundColor: var(--bodybackground-light);
  --current-primary: var(--light-primary);
  --current-primaryText: var(--light-primaryText);
  --current-cardHeaderBg: var(--light-cardHeaderBg);
  --current-cardBorder: var(--light-cardBorder);
  --current-cardBg: var(--light-cardBg);
  --current-cardInputBg: var(--light-cardInputBg);
}
.texterror {
  color: rgb(138, 36, 36) !important;
}
.errorMainBody {
  width: 100%;
  position: relative;
  background-image: url('/static/images/errorbg.jpg');
  background-size: cover;
  background-position: center;
}
.karenCon {
  width: 100%;
  /* height: 40%; */
  flex-basis: 40%;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1 / 1;
  border-radius: 10px 0px 0px 10px;
}

.theBody {
  display: grid;
  width: 100%;
  grid-template-columns: 40% 40%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}

.contentBox {
  background-color: var(--seasalt);
  max-width: 39%;
  box-shadow: var(--drop-shadow);
  border-top: 3px solid var(--outer-space);
  border-left: 3px solid var(--outer-space);
  
}

.navMenuMobileToggle {
    display: none;
}
.navLink {
  line-height: 67px;
  vertical-align: middle;
  padding: 0px 20px;
  transition: all 150ms ease-out;
}
.navLink:hover {
  color: var(--colorPrimary);
}
.logoutLink {
  display: none;
}
.contentBox {
  flex-basis: 60%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 3px solid rgba(32, 150, 176, 0.2);
}
.contentBox h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}
.contentBox p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #555;
}
/* Login */
/* .loginCon {
  box-shadow: 4px 6px 12.5px rgba(0, 0, 0, 0.15);
  width: 381px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #C3F1FB;
  padding: 50px 0px;
  background-color: #FFFFFF;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
}
.fieldNorm {
  background-color: #F6FDFF;
  border: 1px solid #979797;
  display: flex;
  border-radius: 4px; 
  font-size: 20px;
  color: #979797;
  padding: 14px;
}
.loginCon .fieldNorm {
  width: 281px;
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
} */
.loginCon img {
  margin-bottom: 30px;
}
.loginCon .Btn {
  width: 281px;
}
/* Transition Timings */
.transLight {
  transition: all 0.15s ease;
}
.trans {
  transition: all 0.25s ease;
}
.transLong {
  transition: all 0.5s ease;
}

/* Login index.css */
.group-child {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #c3f1fb;
  box-sizing: border-box;
  width: 381px;
  height: 480px;
}
.group-item {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-color: #000;
  border: 1px solid #979797;
  box-sizing: border-box;
  width: 281px;
  height: 44px;
}
.username {
  position: absolute;
  top: 15px;
  left: 13px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 80%;
}
.rectangle-group {
  position: absolute;
  top: 167px;
  left: 50px;
  width: 281px;
  height: 44px;
}
.rectangle-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 281px;
  height: 44px;
}
.group-wrapper {
  position: absolute;
  top: 231px;
  left: 51px;
  width: 281px;
  height: 44px;
}
.forgotten-password {
  position: absolute;
  top: 417px;
  left: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #2096b0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 321px;
}
.icon {
  position: absolute;
  top: 50px;
  left: 128px;
  width: 125px;
  height: 87px;
  object-fit: cover;
}
.rectangle-div {
  position: absolute;
  top: 386px;
  left: 30px;
  background-color: #d9d9d9;
  width: 321px;
  height: 1px;
}
.log-in1 {
  position: absolute;
  top: 24px;
  left: 0px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 281px;
}
.log-in-button {
  position: absolute;
  top: 295px;
  left: 50px;
  border-radius: 8px;
  background-color: #2096b0;
  border: 1px solid #444;
  box-sizing: border-box;
  width: 281px;
  height: 61px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.rectangle-parent {
  position: absolute;
  top: 130px;
  left: 240px;
  width: 381px;
  height: 480px;
}
.log-in {
  left: 0;
  top: 0;
  width: 100vw;
  position: relative;
  height: 100vh;
  background-image: url('/static/images/loginbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  font-size: 20px;
  color: #979797;
  font-family: Roboto;
}

#clientComboChartContainer {
  width: 80%;
  margin: auto;
  display: none;
  justify-content: center;
  position: relative;
}
.clientCombo-chart-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: calc(var(--cardW) * 0.5631);
}
.clientCombo-chart-bar-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  position: relative;
  transition: border 500ms ease-in-out;
}
.clientCombo-chart-bar {
  width: calc(var(--cardW) * 0.1584);
  margin: 0px;
  position: relative;
  bottom: 0;
  border: calc(var(--cardW) * 0.00428) solid #D9D9D9;
  border-bottom: none;
  border-radius: calc(var(--cardW) * 0.0107) calc(var(--cardW) * 0.0107) 0 0;
}
.clientCombo-chart-bar-value {
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: calc(var(--cardW) * 0.0348);
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  display: none;
  color: white !important;
  width: 100%;
}
#clientComboChartContainer:hover .clientCombo-chart-bar-value {
  display: block;
}
.clientCombo-chart-grid-line {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#clientComboChartValueTags {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 10px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.clientCombo-chart-value-tag {
  width: calc(var(--cardW) * 0.4346);
  height: calc(var(--cardW) * 0.0942);
  background-color: #D9D9D9;
  border: calc(var(--cardW) * 0.00428) solid #F6FDFF;
  border-radius: calc(var(--cardW) * 0.0107);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  margin: calc(var(--cardW) * 0.0107);
  transition: background-color 200ms, color 200ms;
}
.clientCombo-chart-value-tag:hover {
  background-color: #5C848D;
  border: calc(var(--cardW) * 0.00428) solid #C3F1FB;
}
.clientCombo-chart-value-tag-text {
  margin-left: calc(var(--cardW) * 0.0428);
  color: #5C848D;
  font-size: calc(var(--cardW) * 0.0448);
}
.clientCombo-chart-value-tag:hover .clientCombo-chart-value-tag-text {
  color: #F6FDFF;
}
.clientCombo-chart-close-button {
  position: absolute;
  right: calc(var(--cardW) * 0.0428);
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--cardW) * 0.0535);
  height: calc(var(--cardW) * 0.0535);
  cursor: pointer;
}
.clientCombo-chart-x-axis {
  display: none;
  justify-content: center;
  margin-top: calc(var(--cardW) * 0.0321);
  font-size: calc(var(--cardW) * 0.0378);
}
.clientCombo-chart-axis-label {
  transition: color 500ms ease-in-out;
  margin: 0 calc(var(--cardW) * 0.0428);
}
.clientCombo-chart-y-axis-labels {
  position: absolute;
  left: -12.56%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: calc(var(--cardW) * 0.0378);
  transition: color 500ms ease-in-out;
  text-align: right;
}
.clientCombo-chart-y-axis-labels span {
  position: relative;
  top: 0;
}
/*************/
 /* Dashboard */
/*************/
.dashboard-container {
  display: grid;
  gap: 20px;                 /* spacing between cards */
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;         /* adjust as needed */
  grid-template-columns: repeat(3, 1fr);
}
.dashboardCard {
  border-radius: calc(var(--cardW) * 0.0107);
  width: var(--cardW);
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow:  4px 6px 12.5px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
.dashboardCardHeader {
  background-color: var(--colorSecondary);
  align-content: center;
  transition: background-color 500ms ease-in-out;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  color: var(--colorWhite);
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: calc(var(--cardW) * 0.05) !important;
  height: calc(var(--cardW) * 0.1362);
  position: relative;
  padding-left: 22px;
}
.dashboard-card-content {
  width: 100%;
  padding: calc(var(--cardW) * 0.0499) 0px 0px 0px;
}
.action-button {
  width: 9.42%;
  height: calc(var(--cardW) * 0.09511);
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(var(--cardW) * 0.0107);
}
.action-button img {
  opacity: 0.6;
}
.menu-icon {
  width: 85%;
}
.card-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.card-menu-btn:hover img {
  opacity: 1;
}
.card-menu-btn.state3 {
  background-color: rgba(255, 130, 130, 0.15);
}
.card-menu-btn.state3 img {
  opacity: 1;
}
.card-menu-btn.state3:hover {
  background-color: rgba(255, 130, 130, 0.33);
}
.card-menu {
  position: absolute;
  top: calc(var(--cardW) * 0.1362);
  right: 0px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: calc(var(--cardW) * 0.0107);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
}
.card-menu.active {
  display: block;
}
.card-menu-item {
  padding: calc(var(--cardW) * 0.0321) calc(var(--cardW) * 0.0642);
  cursor: pointer;
  font-size: calc(var(--cardW) * 0.05);
  font-family: Arial, sans-serif;
  color: #333;
}
.card-menu-item:hover {
  background-color: #f4f4f4;
}
.dropdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  width: 91.43%;
  height: calc(var(--cardW) * 0.0879);
  position: relative;
  transform: translate(-50%, 0%);
  left: 50%;
  margin-bottom: calc(var(--cardW) * 0.0428);
}
.dashboard-card-select {
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out, color 500ms ease-in-out;
  width: 44.96%;
  height: 100%;
  padding: 0px calc(var(--cardW) * 0.0350);
  border-radius: calc(var(--cardW) * 0.0107);
  font-size: calc(var(--cardW) * 0.0445);
  font-family: Arial, sans-serif;
  appearance: none;
  box-sizing: border-box;
  background-image: url('/static/images/iconDropdown.png');
  background-size: 10.99% 29.26%;
  background-repeat: no-repeat;
  background-position: right 3.85% center;
  cursor: pointer;
}
.calendar-input {
  background-size: 10.99% auto;
  background-repeat: no-repeat;
  background-position: right 3.85% center !important;
  position: relative;
  cursor: pointer;
}
.calendar-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.calendar-input:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.calendar-input:focus {
  outline: none;
}
.dashboard-card-normal-text {
  line-height: normal;
  font-size: calc(var(--cardW) * 0.05);
  transition: color 500ms ease-in-out;
}
#comboChartContainer {
  width: 80%;
  margin: auto;
  display: none;
  justify-content: center;
  position: relative;
}
#kpiWrapper {
margin: 0px;
}
#kpiWrapper2 {
display: flex;
left: 53.5%;
justify-content: space-between; /* Space items evenly */
align-items: center; /* Center items vertically */
width: 86%; /* Ensure full width */
transition: color 500ms ease-in-out;
}
.kpiSmallLeft {
font-size: calc(var(--cardW) * 0.05);
flex: 1; /* Make sure elements stretch evenly */
text-align: left; /* Center text */
}
.kpiSmallRight {
font-size: calc(var(--cardW) * 0.05);
flex: 1; /* Make sure elements stretch evenly */
text-align: right; /* Center text */
}
#kpiReceiving {
font-size: calc(var(--cardW) * 0.07);
flex: 1; /* Allow it to take equal space */
text-align: center; /* Center horizontally */
}
.combo-chart-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: calc(var(--cardW) * 0.5631);
}
.combo-chart-bar-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  border-left: calc(var(--cardW) * 0.00428) solid #D9D9D9;
  border-right: calc(var(--cardW) * 0.00428) solid #D9D9D9;
  border-bottom: calc(var(--cardW) * 0.00428) solid #D9D9D9;
  position: relative;
}
.combo-chart-bar {
  width: calc(var(--cardW) * 0.1584);
  margin: 0px;
  position: relative;
  bottom: 0;
  border: calc(var(--cardW) * 0.00428) solid #D9D9D9;
  border-bottom: none;
  border-radius: calc(var(--cardW) * 0.0107) calc(var(--cardW) * 0.0107) 0 0;
}
.combo-chart-grid-line {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#comboChartValueTags {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 10px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.combo-chart-value-tag {
  width: calc(var(--cardW) * 0.4346);
  height: calc(var(--cardW) * 0.0942);
  background-color: #D9D9D9;
  border: calc(var(--cardW) * 0.00428) solid #F6FDFF;
  border-radius: calc(var(--cardW) * 0.0107);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  margin: calc(var(--cardW) * 0.0107);
  transition: background-color 200ms, color 200ms;
}
.combo-chart-value-tag:hover {
  background-color: #5C848D;
  border: calc(var(--cardW) * 0.00428) solid #C3F1FB;
}
.combo-chart-value-tag-text {
  margin-left: calc(var(--cardW) * 0.0428);
  color: #5C848D;
  font-size: calc(var(--cardW) * 0.0448);
}
.combo-chart-value-tag:hover .combo-chart-value-tag-text {
  color: #F6FDFF;
}
.combo-chart-close-button {
  position: absolute;
  right: calc(var(--cardW) * 0.0428);
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--cardW) * 0.0535);
  height: calc(var(--cardW) * 0.0535);
  cursor: pointer;
}
.combo-chart-x-axis {
  display: none;
  justify-content: center;
  margin-top: calc(var(--cardW) * 0.0321);
  font-size: calc(var(--cardW) * 0.0378);
}
.combo-chart-axis-label {
  margin: 0 calc(var(--cardW) * 0.0428);
}
.combo-chart-y-axis-labels {
  position: absolute;
  left: -12.56%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: calc(var(--cardW) * 0.0378);
}
.combo-chart-y-axis-labels span {
  position: relative;
  top: 0;
}
#clientComboChartContainer {
  width: 80%;
  margin: auto;
  display: none;
  justify-content: center;
  position: relative;
}
#clientComboChartContainer {
  width: 80%;
  margin: auto;
  display: none;
  justify-content: center;
  position: relative;
}
.clientCombo-chart-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: calc(var(--cardW) * 0.5631);
}

.clientCombo-chart-bar {
  width: calc(var(--cardW) * 0.1584);
  margin: 0px;
  position: relative;
  bottom: 0;
  border-bottom: none;
  border-radius: calc(var(--cardW) * 0.0107) calc(var(--cardW) * 0.0107) 0 0;
  transition: border 500ms ease-in-out;
}
.clientCombo-chart-grid-line {
  transition: border 500ms ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
#clientComboChartValueTags {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 10px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.clientCombo-chart-value-tag {
  width: calc(var(--cardW) * 0.4346);
  height: calc(var(--cardW) * 0.0942);
  background-color: #D9D9D9;
  border: calc(var(--cardW) * 0.00428) solid #F6FDFF;
  border-radius: calc(var(--cardW) * 0.0107);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  margin: calc(var(--cardW) * 0.0107);
  transition: background-color 200ms, color 200ms;
}
.clientCombo-chart-value-tag:hover {
  background-color: #5C848D;
  border: calc(var(--cardW) * 0.00428) solid #C3F1FB;
}
.clientCombo-chart-value-tag-text {
  margin-left: calc(var(--cardW) * 0.0428);
  color: #5C848D;
  font-size: calc(var(--cardW) * 0.0448);
}
.clientCombo-chart-value-tag:hover .clientCombo-chart-value-tag-text {
  color: #F6FDFF;
}
.clientCombo-chart-close-button {
  position: absolute;
  right: calc(var(--cardW) * 0.0428);
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--cardW) * 0.0535);
  height: calc(var(--cardW) * 0.0535);
  cursor: pointer;
}
.clientCombo-chart-x-axis {
  display: none;
  justify-content: center;
  margin-top: calc(var(--cardW) * 0.0321);
  font-size: calc(var(--cardW) * 0.0378);
}
#myProgress {
  position: relative;
  left: 3px;
  margin: 2px;
  width: 100%;
  height: 30px;
  background-color: #D9D9D9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#myBar {
  
  width: 1%;
  height: 29px;
  background: linear-gradient(270deg, #32D4F8 0%, #2096B0 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


#myProgress2 {
  position: relative;
  left: 3px;
  margin: 2px;
  width: 100%;
  height: 30px;
  background-color: #D9D9D9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#myBar2 {
  width: 1%;
  height: 29px;
  background: linear-gradient(270deg, #32D4F8 0%, #2096B0 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#chaser {
	position: relative;
}

.landingLabel {
	top: 10%;
	left: 30%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	text-orientation:sideways-right;
	justify-content:center;
	align-items: center;
}

.toggle-container {
  width: 50px;
  height: 25px;
  background: #ccc;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
.toggle-container.active {
  background: #4CAF50;
}
.toggle-circle {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2.5px;
  left: 3px;
  transition: transform 0.3s;
}
.toggle-container.active .toggle-circle {
  transform: translateX(25px);
}
.logout-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout-btn a {
  text-transform: uppercase;
}
.footResize {
	background-color: transparent;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
.mainColor {
  background-color: var(--bs-primary);
  color: var(--bs-secondary);
}
.frontLogo {
	filter:invert();
}
.powerBy {
	filter: drop-shadow(url('/static/images/Powered\ by\ Asimotech.png'));
}
.titleColor {
	color: var(--bs-primary);
	font-weight: bold;
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1), 2px -2px 1px rgba(255, 255, 255, 0.1);
}
.secondaryFont {
  font-family: Calibri;
}

.searchButtonIcon {
  cursor: pointer;
}
.closeSearchForm {
  cursor: pointer;
}
.header {
    margin-bottom: 30px;
}
/* Other */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#scrollToTopBtn img {
  width: 25px;
}
.btn-custom {
    background-color: #1c3b72;
    color: #fff;
}
.btn-custom:hover {
    background-color: #16345b;
}
.table-custom th, .table-custom td {
    vertical-align: middle;
}
.bg-blue {
    background-color: #000;
}
li.active {
  background-color: #000;
}
.text-gold {
    color: #FFD700;
}
.progress-bar-gold {
    background-color: #FFD700;
}
.gauge-container {
    width: 200px;
    height: 160px;
    margin: auto;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

  .hidden {
    display: none;
  }
  .not-hidden {
    display: block;
  }
.landingCard {
    border-radius: 20px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    overflow: hidden;
    background-color: white;
    background-image: radial-gradient(circle at center center, rgba(33,33,33,0),rgb(33,33,33)),repeating-linear-gradient(135deg, rgb(33,33,33) 0px, rgb(33,33,33) 1px,transparent 1px, transparent 4px),repeating-linear-gradient(45deg, rgb(56,56,56) 0px, rgb(56,56,56) 5px,transparent 5px, transparent 6px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
}

  .landingCardHeader {
    color: #fff; background-color: #2096b0;
    background: linear-gradient(var(--bs-primary), #222);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .spinnerWrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    transform-style: preserve-3d;
    align-items: center;
  }
  .contentSpin {
    position: relative;
    left: 25%;
    top: 25%;
    width: 50vmin;
    height: 50vmin;
    align-items: center;
    perspective: 100vmin;
    animation: spin-all 4s ease-in-out 0s infinite;
    z-index: 2;
  }
  .searchform {
    display: none;
  }

#loginBackground {
	position: absolute;
	width: 100vw;
	background: url(vezmyr_A_white_truck_with_white_boxes_on_the_side_a_simple_back_b2f5aec1-6325-4316-854d-fbb0e445bf05.png);
	background-attachment: auto;
	background-size: contain;
}

#loginFormLogo {
	position: relative;
	width: 125px;
	height: 87px;
	left: 368px;
	top: 180px;
	background: url("/static/images/Asimolog\ Logo\ Transparent.png");
	background-image: url("/static/images/Asimolog\ Logo\ Transparent.png");
}

.logout-button-icon {
  position: absolute;
  top: 30px;
  left: 1621px;
  width: 58.8px;
  height: 55px;
  object-fit: cover;
}
.navlink-route-info {
  position: relative;
  top: 75px;
  left: 364px;
  width: 115px;
  height: 14px;
}
.home {
  position: relative;
  width: 103.51%;
  top: 0%;
  left: -1.75%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navlink-home {
  position: relative;
  top: 51px;
  left: 379px;
  width: 57px;
  height: 14px;
}
.route-info {
  position: relative;
  width: 100%;
  top: 0%;
  left: 0%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navlink-route-info1 {
  position: relative;
  top: 51px;
  left: 483px;
  width: 115px;
  height: 14px;
}
.navlink-admin {
  position: relative;
  top: 51px;
  left: 780px;
  width: 66px;
  height: 14px;
}
.general {
  position: relative;
  width: 102.27%;
  top: 0%;
  left: -1.14%;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navlink-general {
  position: relative;
  top: 51px;
  left: 645px;
  width: 88px;
  height: 14px;
}
.logout-button-parent {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow: hidden;
}
.icon {
  position: absolute;
  height: 58.26%;
  width: 4.69%;
  top: 20.87%;
  right: 82.81%;
  bottom: 20.87%;
  left: 12.5%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.property-1default {
  width: 100%;
  position: relative;
  height: 115px;
  text-align: center;
  font-size: 20px;
  color: #2c2c2c;
  font-family: Roboto;
}

.contentContainer2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 25px;
  margin: 25px;
  padding: 25px;
  align-items: center;
  justify-content: space-evenly;
}

.BtnContainer2 {
  --black: #000000;
  --ch-black: #141414;
  --eer-black: #1b1b1b;
  --white: #ffffff;
  --af-white: #f3f3f3;
  --ch-white: #e1e1e1;
  display:inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--eer-black);
  height: 125px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
        -6px -6px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0);
  text-decoration: none;
  text-align: center;
  border-left: 10px solid var(--night-rider);
  justify-content: center;
}

.generalButtonCon {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  justify-items: center;
  align-items: center;
}

.adminButtonCon {
  width: 600px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.adminButtonCon a {
  text-decoration: none !important;
}

.adminButton {
  background: rgb(255, 255, 255);
  border: 1px solid #E5E5E5;
  margin: 10px 10px;
  text-align: center;
  color: #424242;
  font-weight: bold;
  width: 180px;
  
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  justify-content: flex-start;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 6px 12.5px rgba(0, 0, 0, 0.10);
  font-family: 'Roboto', sans-serif;
  transition: background 150ms ease-out;

}
.adminButton:hover {
  background: #E9F5F8;
}

.adminButtonImg {
  width: 96px;
  height: 96px;
  margin-top: 10px;
}

.adminButtonData {
  text-align: center;
  font-weight: bold;
  color: #000;
  width: 45%;
  padding: 2%;
  gap:3%;
}

.adminButtonTextData {
  display: flex;
  flex-direction: row;
  color: #030;
  font-size: 12px;
  width: 100%;
  font-weight:normal;
  
}

dialog {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  min-height: 100%;
  height: 100vh;
  overflow-y: scroll;
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  backdrop-filter: blur(10px) saturate(180%);
  background-color: rgba(0,0,0,0.3);
  border: none;
  z-index: 9999999999999;
}

.modalCardWrapper {
  
  width: 100%;
  height: 90%;
  position: fixed;
  display: grid;
  grid-template-columns: 95%;
  /* grid-template-rows: 75%; */
  justify-content: center;
  align-content: center;
  position: relative;
}

.modalCard {  
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(25%, 1fr) );

  top: 0%;
  left: 0%;
  /* overflow-y:scroll; */
  /* justify-self: center; */
  position: relative;
  /* width: 100%; */
  /* height: 30%; */
  border-radius: calc(var(--cardW) * 0.0107);
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow:  4px 6px 12.5px rgba(0, 0, 0, 0.15);
  background-color: #E5E5E5;
}


.phaseCard {
  
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: grid;
  grid-template-columns: 100%;
  
}

.submenuPicsContainer {
  position: relative;
  padding: 1rem;
  /* align-self: center; */
  justify-self: center;
  width: 95%;

}

.submenuPicsContainerOptions {
  max-height: 20%;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 35% 35% 20% 10%;
}

.phaseSelector {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 15% 15% 10%;
}

.scandatatable {
  
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  
}

.scandata {
  
  
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);

}

.scantablebody {
  
  text-align: center;
  
  
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
}

.scantablerowHeader {
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
  background-color: var(--french-gray-2);
  height: 2.5rem;
}

.scantablerow {
  text-align: center;
  height: 4rem;
  font-size: medium;
  padding: 10px;
  box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
  background-color: var(--platinum);
  
}

.scantableCellLeft {
  border-radius: .625rem 0 0 .625rem;padding: 10px;
  
}

.scantableCellRight {padding: 10px;
  
  border-radius: 0 .625rem .625rem 0;
}

.routeUploadModalCard {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(90%, 1fr) );
  top: 0%;
  left: 0%;
  /* overflow-y:scroll; */
  justify-self: center;
  position: relative;
  width: 100%;
  /* height: 30%; */
  border-radius: calc(var(--cardW) * 0.0107);
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow:  4px 6px 12.5px rgba(0, 0, 0, 0.15);
  background-color: #E5E5E5;
}

.addUserModal {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(90%, 1fr) );
  top: 10%;
  left: 0%;
  justify-self: center;
  position: relative;
  width: 100%;
  /* height: 190%; */
  border-radius: calc(var(--cardW) * 0.0107);
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow:  4px 6px 12.5px rgba(0, 0, 0, 0.15);
  background-color: #E5E5E5;

}

.modalCardTopContainer {
  top: 0;
  left: 0;
  position: relative;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  width: 100%;
  max-height: 106%;
}
.cardleft {
  z-index: 9999999999999999;
 width: 20%;
 background: var(--french-gray);
 margin: auto;
 border-radius: 0px 0px 15px 15px;
 transform: skew(22%);
}

.modalCard .cardTop {
  z-index: 999999999999999;
 width: 60%;
 height: 26%;
 background: var(--french-gray);
 margin: auto;
 border-radius: 0px 0px 15px 15px;
}


.cardRight {
  z-index: 9999999999999999;
 width: 20%;
 height: 26%;
 background: var(--french-gray);
 margin: auto;
 border-radius: 0px 0px 15px 15px;
 transform: skew(22%);
}

.modalCardHeader {
  top: 0px;
  position: sticky;
  background-color: var(--color-neutral-600);
  align-content: center;
  transition: background-color 500ms ease-in-out;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  color: var(--outer-space);
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: calc(var(--cardW) * 0.05) !important;
  height: calc(var(--cardW) * 0.1362);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--french-gray-2);
  box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015;
}

.modalHeaderContent {
  position: relative;
}

.routeUploadUodalCardHeader {
  width: 100%;
  background:linear-gradient(to bottom, #eef0ef ,#c6ced6 );
  align-content: center;
  transition: background-color 500ms ease-in-out;
  border-radius: 8px 8px 0px 0px;
  color: var(--outer-space);
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: calc(var(--cardW) * 0.05) !important;
  height: calc(var(--cardW) * 0.1362);
  position: relative;
  
  display: grid;
  grid-template-columns: 30% 60% 10%;
  grid-template-rows: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--french-gray-2);
  box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015;
}

.modalHeaderContentTitle {
  left: 10%;
  position: relative;
  min-height: 100%;
  height: 100%;
  
  background:linear-gradient(to bottom, #eef0ef ,#c6ced6 );
  overflow: hidden;
  transform: skew(45deg);
  border-right: 1px solid #000;
  justify-content: center;
  align-content: center;
  /* box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015; */
}
.modalHeaderContentTitleInner {
  position: relative;
  font-weight: bolder;
  font-family: 'Orbitron';
  left: -10%;
  transform: skew(-45deg);
}
.modalHeaderContentInfo {
  left: 0%;
  position: relative;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  overflow: hidden;
  transform: skew(45deg);
  border-right: 1px solid #000;
  justify-content: center;
  align-content: center;
  /* box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015; */
  display: flex;
  flex-wrap: wrap;
  float: left;
  flex-direction: row;
  padding: 20px;
}

.modalHeaderContentInfoText {
  left: -5%;
  top: -20%;
  text-align: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  height: 100%;
  color: var(--onyx);
  background-color: var(--white);
  
  transform: skew(-45deg);
  font-size: medium;
  justify-content: center;
  align-content: center;
  /* box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015; */
}
.modalHeaderContentAction {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  transform: skew(-45deg);
  /* border-right: 1px solid #000; */
  
  background:linear-gradient(to bottom, #eef0ef ,#c6ced6 );
  justify-content:end;
  align-content:end;
  width: 100%;
  justify-items: right;
  /* box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015; */
  right: 50%;
  
}
.modalCardHeaderClose {
  cursor: pointer;
  min-height: 100%;
  height: 100%;
  position: relative;
  
  background:linear-gradient(to bottom, #eef0ef ,#c6ced6 );
  padding: 10px;
  color: red;
  border: none;
  transform: skew(45deg);
  font-size: 24px;
  font-weight: bolder;
  left: 40%;
}


.generalCardWrapper {
  left: 0%;
  top: 0%;
  position: relative;
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
  width: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  gap: 5%; 
  justify-content:space-evenly; 
  align-items: start;
  padding: min(2em, 3%);
  gap: 1%;
}


.graphsGeneralWrapper {
  left: 0%;
  top: 0%;
  position: relative;
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
  width: 100%;
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 5%; 
  justify-content:space-evenly; 
  align-items:start;
  padding: min(2em, 3%);
  gap: 1%;
}


.generalCard {
  left: 0;
  top: 0;
  position: relative;
  border-radius: calc(var(--cardW) * 0.0107);
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out;
  border-radius: 8px;
  box-shadow:  4px 6px 12.5px rgba(0, 0, 0, 0.15);
  
  background-color: var(--light-primary);
  border: 1px solid var(--light-cardBorder);
  display: grid;
  grid-template-columns: 30% 60%;
  height: 150px;
}


.graphCard {
  left: 0;
  top: 0;
  position: relative;
  border-radius: calc(var(--cardW) * 0.0107);
  transition: border 500ms ease-in-out, background-color 500ms ease-in-out;
  border-radius: 8px;
  box-shadow:  4px 6px 12.5px rgba(0, 0, 0, 0.15);
  
  background-color: var(--light-primary);
  border: 1px solid var(--light-cardBorder);
  display: grid;
  grid-template-columns: 90%;
}


.generalCardHeader {
  background: linear-gradient(to left, var(--french-gray), var(--platinum));
  align-content: center;
  transition: background-color 500ms ease-in-out;
  /* width: 100%; */
  border-radius: 8px 8px 0px 0px;
  color: var(--outer-space);
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  position: relative;
  writing-mode: sideways-lr;
}

.subHeading {
  font-weight: normal;
  font-size: small;
  font-style: italic;
}
.routeModalCardContentW {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}
.userModalCardContentW {
  position: relative;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  align-items: center;
  justify-items: center;
  overflow-y:scroll;
  padding: 19px;

}

.generalCardContentWrapper {
  /* width: 100%; */
  display: grid;
  grid-template-columns: minmax(17%, 1fr);
  padding: min(5em, 8%);
  text-align: center;
}
.modalCardContentContainer {
  /* overflow-y: scroll; */
  position: relative;
}
.generalCardContent {
  /* width: 100%; */
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.126);
  text-align: center;
  align-content: center;
}

.modalCardContent {
  /* position: relative; */
  /* margin-top: 22px; */
text-align: center;
  display: grid;
  grid-template-columns: 100%;
  
  padding: 22px;
  /* gap: 15px; */
  /* row-gap: 15px; */
}
.routeModalCardContent {
  
text-align: center;
display: grid;
grid-template-columns: 100%;

padding: 22px;
/* gap: 15px; */
/* row-gap: 15px; */
}
.modalCardContentButtons {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  padding: 22px;
  justify-self: space-evenly;
  align-content: center;
}

.modalCardContentItemCon {
  background-color: #fff;
  width: 100%;
  padding: 17px 0px;

}

.modalCardContentItemTitle {
  position: relative;
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px;
  margin: 7px 0px;
  font-size: 22px;
  background-color: var(--white);
  border: none;
}

.modalCardContentItem {
  display: grid;
  max-width: 100%;
  grid-template-columns: 80%;
  justify-content: center;
  /* align-content: center; */
  /* padding: 7px 0px 0px 0px; */
}

.dashBoardTableDataContainer {
  position: relative;
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 5%;
  width: 100%;
  justify-content: center;
  
}

.modalCardContentButtonContainer {
  
  display: grid;
  /* max-width: 100%; */
  grid-template-columns: 45% 45%;
  gap: 5%;
  justify-content: space-between;
  /* align-content: center; */
  padding: 7px 0px 0px 0px;
}
.modalCardContentButton {
  /* transform: skew(15deg); */
  background-color: var(--french-gray);
/* width: 30%; */

/* border:  1px solid red; */
}



.cancelBtn {
  border-left: none;
  border-top: none;
  border-bottom: none;
  
  
  cursor: pointer;
  padding: 17px;
  font-weight: bold;
  text-transform: uppercase;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*   
  font-size: large; */
  /* background: linear-gradient(90deg, rgba(52, 152, 219, 0.2), rgba(52, 152, 219, 0.1));
  border-left: 4px solid #3498db; */
}

.cancelBtn:hover {
  /* transform: skew(45deg); */
  color: #fff;
  background-color: red;
}

.cancelColor {
  border-right: 2px solid var(--seasalt);
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  color: var(--night-rider);
  padding-right: 17px;
  /* transform: skew(-45deg); */
}

.cancelColor:hover {
  color: var(--seasalt);
}
.dashBoardTableData {
  font-size: smaller; 
  overflow-wrap: break-word;
}

input, select {
    
  padding: 12px 20px;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  }

.toast-container {
  position: fixed;
  top: 25px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.toast {
  position: relative;
  width: 320px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow-x: hidden;
  align-items: center;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toast.active {
  transform: translateX(0%);
}

.toast .toast-content {
  display: flex;
  align-items: center;
}

.toast-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  font-size: 35px;
  color: #fea;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.message .text.text-1 {
  font-weight: 600;
  color: #333;
}

.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .close:hover {
  opacity: 1;
}

.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.toast .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
}
 /* If you edit the timeout variable in the JS, be sure to edit this too */
.progress.active:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

/* Toast Type Colors */
.toast.success .icon { color: rgb(25 135 84); }
.toast.error .icon { color: rgb(220 53 69); }
.toast.warning .icon { color: rgb(255 193 7); }
.toast.info .icon { color: rgb(13 202 240); }

.toast.success .progress:before { background: rgb(25 135 84); }
.toast.error .progress:before { background: rgb(220 53 69); }
.toast.warning .progress:before { background: rgb(255 193 7); }
.toast.info .progress:before { background: rgb(13 202 240); }


.tooltip-trigger {
  position: relative;
  display: inline-block; /* Or block, depending on element */
  cursor: pointer;
}

.tooltip-trigger::after {
  content: "DESCRIPTION ~ ";
}

.tooltip-trigger::after {
  content: attr(data-tooltip); /* Get content from data-tooltip attribute */
  position: absolute;
  bottom: 125%; /* Position above the trigger */
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--antiflash-white);
  color: #000;
  padding: 24px;
  border-radius: 4px;
  white-space: nowrap; /* Prevent text wrapping */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1; /* Ensure it appears above other content */
}

.tooltip-trigger:hover::after {
  visibility: visible;
  opacity: 1;
}

.dashboard-section-container-2-col {
  position: relative; display: grid; grid-template-columns: 45% 45%; gap: 3%; padding: 5px; margin: 5px; width: 100%; align-items:start; justify-content: center;
}



@media screen and (max-width: 768px)  {
  body {
       
    flex-direction: column;
  }
  .generalCard {
    font-size: 1em.2;
    width: 50%;
    justify-content: center;
  }
}


.calendar-input {
  background-image: url('/static/images/iconCalendarLight.png'); /* Inject */
}


.hide {
  display: none;
}
    
.myDIV:hover + .hide {
  display: block;
}

.cust-switch {
  display: inline-block;
  position: relative;
  background-color: #0c5f72;
  padding: 3px;
  border-radius: 21px
}
.cust-switch input {
  position: absolute;
  left: 0;
  top: 0;
  /* height: 100%;
  width: 100%; */
  opacity: 0;
  cursor: pointer;
}
.cust-switch-text {
  display: flex;
  gap: 3px;
}
.cust-switch-text > div {
  /* font-size: 16px; */
  padding: 5px 20px;
  color: #fff;
  border-radius: 19px;
  transition: 150ms;
  background-color: transparent;
}
.cust-switch input:not(:checked) + .cust-switch-text > div:first-child,
.cust-switch input:checked + .cust-switch-text > div:last-child{
  color: #000;
  /* background-color: #eee; */
}


.box-form {
  left: 0;
  top: 0;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
  width: 50%;
  position: relative;
  z-index: 1;
  background: var(--seasalt);
  border-left: 3px solid var(--outer-space);
  /* background: repeating-conic-gradient(  #888 0%, #ddd 15%,  #999 33%, #eee 40%,  #aaa 50%); */
  padding: 0 2.5% 2.5% 0%;
}




.box-login-tab {
  
  /* background: var(--platinum); */
  width: 50%;
  height: 40px;
  position: relative;
  float: left;
  z-index: 1;

  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;

  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-box-shadow: 15px -15px 30px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 15px -15px 30px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.wrap {
  position: relative;
  width: 100%;
}

i.search {
  position: relative;
  left: 5%;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="number"], input[type="password"], select, input[type="file"] {
  border: none;
  border-radius: 2.636%/50%;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.3), inset 0 0 0 1px #d6d6d6, 0 2px 0 0 white; 
  text-shadow: 0 1px 0 white;
  outline: none;
  background: #e5e4e4;
  background: -webkit-linear-gradient(top, #e5e4e4 1%,#f1f1f1 100%);
  background: -moz-linear-gradient(top, #e5e4e4 1%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #e5e4e4 1%,#f1f1f1 100%);
  background: -ms-linear-gradient(top, #e5e4e4 1%,#f1f1f1 100%);
  background: linear-gradient(to bottom, #e5e4e4 1%,#f1f1f1 100%);
}


label {
  display: inline-block;
  font-weight: bold;
  padding: 10px;
}


input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus,  input[type="password"]:focus, select:focus {
  border-bottom: 2px solid var(--outer-space);
  background-color: var(--platinum);
}


.buttonN {
  position: relative;
  padding: 15px;
  /* line-height: 2.375rem; */
  text-align: center;
  text-shadow: 0 1px 0 white;
  cursor: pointer;
  transition: all .5s;
  border: 1px solid var(--french-gray);
  
  /* box-shadow: inset 0 5px 2px 0 rgba(255,255,255,.6), inset 0 0 0 1px #b8b8b8, 0 2px 2px 0 rgba(0,0,0,.4); */
  background: #fbfbfb;
  background: -webkit-linear-gradient(top, #fbfbfb 0%,#dddddc 100%);
  background: -moz-linear-gradient(top, #fbfbfb 0%, #dddddc 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%,#dddddc 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%,#dddddc 100%);  
  /* background: repeating-conic-gradient(  #888 0%, #ddd 15%,  #999 33%, #eee 40%,  #aaa 50%); */
  z-index: 2;   
}

.buttonN:hover {
    font-weight: bold;
  box-shadow: inset -1px 2px 2px 0 rgba(0,0,0,.3), inset 0 0 0 1px #e8e8e8;   
  color: var(--outer-space);
  background: #e5e4e4;
  background: -webkit-linear-gradient(top, #e5e4e4 1%,#f1f1f1 100%);
  background: -moz-linear-gradient(top, #e5e4e4 1%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #e5e4e4 1%,#f1f1f1 100%);
  background: -ms-linear-gradient(top, #e5e4e4 1%,#f1f1f1 100%);
  background: linear-gradient(to bottom, #e5e4e4 1%,#f1f1f1 100%);   
  z-index: 1;
}

.bottomButton {
  text-align: center;
  width: 55%;
  height: 40px;
  position: relative;
  float: left;
  z-index: 1;

  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;

  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  border: 1px solid var(--platinum);
  /* -webkit-box-shadow: 15px -15px 30px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 15px -15px 30px rgba(0, 0, 0, 0.32); */
  /* box-shadow: 0 0 15px rgba(234, 234, 234, 0.25); */
}

.bottomButton:hover {
  background-color: var(--french-gray);
}

dialog {
  max-width: 100%;
  min-height: 100%;
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  backdrop-filter: blur(10px) saturate(180%);
  background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

.burger {
  padding: 15px;
  border: none;
  border-radius: 13px;
background: linear-gradient(145deg, #f0f0f0, #cacaca);
box-shadow:  7px 7px 14px #bcbcbc,
             -7px -7px 14px #ffffff;
}

tr {
  border-bottom: 5ox solid var(--platinum);
  font-size: smaller;
}


@media only screen and (max-width: 600px) {
  .navBarInner {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    position: relative;
    justify-items: center;
    align-self: center;
  }
  .navBarLinks {
    display: none;
  }

  .menuButtonMobile {
    position: relative;
    display: inline-flex;
  }
  .logOutContainer {
    position: relative;
  }
}


@keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: var(--fundamentalBase);
  }
}

.container {
  /* position: fixed;
  width: 100vw; */
  
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  .bar {
    min-height: 100px;
    border-radius: 10px;
    width: calc(var(--fundamentalBase) * 4);
    @media only screen and (max-width: 450px) {
      width: calc(var(--fundamentalBase) * 3);
    }
    @media only screen and (max-width: 350px) {
      width: calc(var(--fundamentalBase) * 2);
    }
    box-shadow: 0px 10px 13px -6px rgba(44, 62, 80, 1);
    background-color: var(--colour2);
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent calc(var(--stripeWidth) / 2),
      var(--colour1) calc(var(--stripeWidth) / 2),
      var(--colour1) var(--stripeWidth)
    );

    animation: slide var(--speed) linear infinite;
    will-change: background-position;
  }
}


.lelograms {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}
.parallelogram {
	width: 100px;
	height: 50px;
	transform: skew(20deg);
	background: #555;
}

.otherlelogram {
	width: 100px;
	height: 50px;
	transform: skew(-20deg);
	background: #555;
}



.route-container {
  top: 0%;
  left: 0%;
  position: relative;
  display: flex;
}
.toolbar {
  top: 0;
  left: 0;
  
  
  padding: 5px;
  border-radius: 0 12px 12px 0;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
  display: flex;
  float: left;
  flex-direction: row;
  flex-wrap: wrap;
  /* left: 30%; */
  /* gap: 10%; */
  align-content: center;
  justify-content: space-evenly;
  align-self: center;
}

.toolbar-button {
  cursor: pointer;
  margin: 0.3rem;
  align-items: center;
  padding: 8px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  color: #f5f5f5; 
  font-size: 18px;
  text-decoration: none;
  border-radius: 0 12px 12px 0;
  
}


.toolbar-button2 {
  cursor: pointer;
  margin: 0.3rem;
  align-items: center;
  padding: 8px;
  background: var(--french-gray); 
  color: var(--onyx);
  box-shadow: var(--drop-shadow);
  text-shadow: var(--drop-shadow);
  font-size: 18px;
  text-decoration: none;
  border-radius: 0 12px 12px 0;
  border-color: var(--platinum);
}


.toolbar-button2:hover {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a); 
  border-color: var(--platinum);
  color:  var(--platinum);
  border-bottom: 1px solid orangered;
}

.side-nav-container {
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 99999;
  position: fixed;
  /* display: none; */
}
        /* Sidebar Navigation */

        .sidenav {
          position: sticky;
          left: 0;
          top: 50%;
          /* height: 25%; */
          transform: translateY(-50%);
          width: 60px;
          background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
          border-radius: 0 12px 12px 0;
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
          overflow: hidden;
          transition: width 0.3s ease-in-out;
          z-index: 9999999999999;
      }

      .sidenav:hover {
          width: 200px; 
      }

      /* Sidebar Links */
      .sidenav button {
          display: flex;
          align-items: center;
          padding: 15px;
          background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
          /* color: #f5f5f5;  */
          font-size: 18px;
          text-decoration: none;
          border-radius: 0 12px 12px 0;
          transition: all 0.3s ease;
          width: 100%;
          position: relative;
          cursor: pointer;
      }

      .sidenav button:hover {
          background: linear-gradient(145deg, #333, #111); 
          box-shadow: inset 0 0 12px 6px #555555; 
          color: #b3b3b3; 
      }

      /* Sidebar Icons */
      .sidenav button .icon {
          margin-right: 10px;
          font-size: 20px;
          margin-left: 0px;
          width: 100%;
          transition: margin-right 0.3s, color 0.3s;
          color: #9e9e9e; 
      }

      .sidenav button:hover .icon {
          margin-right: 0px;
          /* margin-left: 0px; */
          /* width: 100%; */
          color: #b3b3b3; 
      }

      /* Sidebar Link Text */
      .sidenav button .text {
          opacity: 0;
          margin-left: -80px;
          transition: opacity 0.3s, margin-left 0.3s;
          color: #e0e0e0; 
      }

      .sidenav button:hover .text {
          opacity: 1;
          margin-left: 15px;
      }

      .tool-bar {
        left: 0%;
        top: 0%;
        position: relative;
        width: 50%;
        display: grid;
        grid-template-columns: 20% 20% 20% 20%;
        gap: .5%;
        /* background: linear-gradient(145deg, #2a2a2a, #1a1a1a); */
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7), 2px -2px 5px rgba(0, 0, 0, 0.7);
        justify-content: space-evenly;
        justify-items: center;
        align-self: center;
        margin: 12px;
      }

      
      .tool-bar-2 {
        left: 0%;
        top: 0%;
        position: relative;
        width: 50%;
        display: grid;
        grid-template-columns: 25% 25% 25%;
        gap: .5%;
        /* background: linear-gradient(145deg, #2a2a2a, #1a1a1a); */
        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
        justify-content: space-evenly;
        justify-items: center;
        align-self: center;
        margin: 12px;
      }

      
      .tool-bar-3 {
        left: 0%;
        top: 0%;
        position: relative;
        width: 50%;
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        gap: .5%;
        /* background: linear-gradient(145deg, #2a2a2a, #1a1a1a); */
        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
        justify-content: space-evenly;
        justify-items: center;
        align-self: center;
        margin: 12px;
      }

      
      
      .tool-bar-4 {
        top: 0;
        left: 0;
        /* background-color: var(--outer-space); */
        position: relative;
        padding: 5px;
        border-radius: 0 12px 12px 0;
        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
        display: flex;
        float: left;
        flex-direction: row;
        flex-wrap: wrap;
        /* left: 30%; */
        width: 50%;
        /* gap: 10%; */
        align-content: center;
        justify-content: space-evenly;
        justify-self: center;
        align-self: center;
      }

      .tool {
        position: relative;
        /* background: linear-gradient(145deg, #2a2a2a, #1a1a1a); */
        color: #000;
        border-color: var(--french-gray);
        cursor: pointer;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
      }

      #bulkEditLocationForm {
        
        z-index: 999999999;
      }

      input[type="checkbox"] {
        accent-color: var(--platinum); 
        background-color: #000;
        padding: 12px;
      }

      
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(182, 182, 182);
  transition: .4s;
  border-radius: 10px;
}

.slider:before {
  position: absolute;
  content: "";
  /* height: 1.4em;
  width: 1.4em; */
  border-radius: 8px;
  left: 0.3em;
  bottom: 0.3em;
  transform: rotate(270deg);
  background-color: rgb(255, 255, 255);
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #21cc4c;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  transform: translateX(1.5em);
}

.circular-progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.circular-progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Initial background for the empty part of the circle */
  background: conic-gradient(#ccc 0%, #ccc 0%); /* Grey background */
  position: relative;
}

.progress-value {
  position: absolute;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

.table-footer-tools {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
  align-self: center;
}


@property --radial-progress-bar-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

.radial-properties {
  --radial-progress-bar-size: 12rem;
  --radial-progress-bar-track-size: 2rem;
  --radial-progress-bar-track-color: #eee;
  --radial-progress-bar-track-surface-color: rgba(0, 0, 0, 0.05);
  --radial-progress-bar-label-color: #555;
  --radial-progress-bar-label-surface-color: rgba(255, 255, 255, 0.2);
  --radial-progress-bar-label-size: 4rem;
  --radial-progress-bar-label-font-size: 1rem;
  --radial-progress-bar-border-color: #555;
  --radial-progress-bar-label-surfave-image: none;
  font-family: "Courier New", serif;
  font-weight: 800;
  background-color: #e4ded4;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}



.progress-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#radial-progress-bar-sm {
  --radial-progress-bar-size: 4rem;
  --radial-progress-bar-track-size: 0.7rem;
  --radial-progress-bar-label-font-size: 0.75rem;
  --radial-progress-bar-label-color: #000;
  --radial-progress-bar-label-size: 2rem;
}



.radial-progress-bar {
  --radial-progress-bar-angle: calc(
    var(--radial-progress-bar-percentage) * 3.6deg
  );
  display: inline-flex;
  width: var(--radial-progress-bar-size);
  min-width: var(--radial-progress-bar-min-size);
  aspect-ratio: 1;
  position: relative;
  margin: 1rem;

  &:before {
    counter-reset: percentage var(--radial-progress-bar-percentage);
    content: counter(percentage) "%";
    background: var(--radial-progress-bar-label-surface-color);
    aspect-ratio: 1;
    width: var(--radial-progress-bar-label-size);
    border-radius: 50%;
    cursor: default;
    font-size: var(--radial-progress-bar-label-font-size);
    color: var(--radial-progress-bar-label-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 2px 4px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;

    background-image: var(--radial-progress-bar-label-surfave-image);
    background-size: 3px 3px, 100% 100%, 100% 100%;
    box-shadow: inset 0 1px 4px hsla(0, 0%, 0%, 0.2),
      inset 0 0 10px hsla(0, 0%, 0%, 0.2), 0 0 0 1px hsla(0, 0%, 0%, 0.1),
      0 -1px 2px 1px hsla(0, 0%, 0%, 0.25), 0 2px 2px 1px hsla(0, 0%, 100%, 0.5),
      0 -2px 10px 2px hsla(0, 0%, 100%, 0.5),
      0 2px 10px 2px hsla(0, 0%, 0%, 0.25);
  }

  .pie {
    flex-grow: 1;
  }

  .pie {
    display: flex;
    flex-flow: row nowrap;
    justify-items: stretch;

    &::before {
      z-index: 0;
      content: "";
      position: absolute;
      aspect-ratio: 1;
      inset: 0;
      border-radius: 50%;
      border: var(--radial-progress-bar-track-size) solid
        var(--radial-progress-bar-track-surface-color);
      box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.1),
        inset 0 -1px 2px 1px hsla(0, 0%, 0%, 0.25),
        inset 0 2px 2px 1px hsla(0, 0%, 100%, 0.5),
        inset 0 -2px 10px 2px hsla(0, 0%, 100%, 0.25),
        inset 0 2px 10px 2px hsla(0, 0%, 0%, 0.25),
        0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 -1px 2px 1px hsla(0, 0%, 0%, 0.25),
        0 2px 2px 1px hsla(0, 0%, 100%, 0.5),
        0 -2px 10px 2px hsla(0, 0%, 100%, 0.5),
        0 2px 10px 2px hsla(0, 0%, 0%, 0.25);
    }

    .half-circle {
      flex-grow: 1;
      overflow: hidden;
      position: relative;
      flex: 1;

      &::before {
        content: "";
        display: block;
        border: var(--radial-progress-bar-track-size) solid
          var(--radial-progress-bar-border-color);
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        inset: 0;
        clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
        width: var(--radial-progress-bar-size);
        min-width: var(--radial-progress-bar-min-size);
        aspect-ratio: 1;
        transition: --radial-progress-bar-angle 0.5s ease-in-out;
        box-sizing: border-box;
      }
    }

    .left-side {
      &::before {
        transform: rotate(max(var(--radial-progress-bar-angle), 180deg));
      }
    }

    .right-side {
      &::before {
        left: -100%;
        transform: rotate(min(var(--radial-progress-bar-angle), 180deg));
      }
    }
  }
}


.progress-bar {
  fill: #ddd;
}

.progress-bar-bg {
  fill: #3f3f3f;
}

.progress-label {
  fill: #aaa;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-anchor: middle;
  dominant-baseline: central;
}




/* UPLOAD BUTTON */

.order {
  appearance: none;
  border: 0;
  background: #1a1919e8;
  position: relative;
  height: 63px;
  width: 240px;
  padding: 0;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease;
  display: inline-block;
  box-shadow:
    rgb(83, 83, 83) 3px 3px 6px 0px inset,
    rgb(0, 0, 0) -3px -3px 6px 1px inset;
}

.order:hover {
  transform: translateY(-2px) scale(1.02);
  background: #2a2929;
  box-shadow:
    0 6px 15px rgba(0, 0, 0, 0.4),
    inset 1px 1px 3px rgba(255, 255, 255, 0.05),
    inset -1px -1px 3px rgba(0, 0, 0, 0.4);
}
.order span {
  --o: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 19px;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  opacity: var(--o);
  transition: opacity 0.3s ease;
}

.order span.default {
  transition-delay: 0.3s;
}

.order span.success {
  --offset: 16px;
  --o: 0;
}

.order span.success svg {
  width: 12px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  margin: 7px 0 0 4px;
  stroke: #16bf78;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: var(--offset);
  transition: stroke-dashoffset 0.3s ease;
}

.order .lines {
  opacity: 0;
  position: absolute;
  height: 6px;
  background: #ffffff;
  border-radius: 2px;
  width: 10px;
  top: 30px;
  left: 100%;
  box-shadow:
    15px 0 0 #fff,
    30px 0 0 #fff,
    45px 0 0 #fff,
    60px 0 0 #fff,
    75px 0 0 #fff,
    90px 0 0 #fff,
    105px 0 0 #fff,
    120px 0 0 #fff,
    135px 0 0 #fff,
    150px 0 0 #fff,
    165px 0 0 #fff,
    180px 0 0 #fff,
    195px 0 0 #fff,
    210px 0 0 #fff,
    225px 0 0 #fff,
    240px 0 0 #fff,
    255px 0 0 #fff,
    270px 0 0 #fff,
    285px 0 0 #fff,
    300px 0 0 #fff,
    315px 0 0 #fff,
    330px 0 0 #fff;
}

.order .back,
.order .box {
  border-radius: 2px;
  background: linear-gradient(#ffffff, #cdd9ed);
  position: absolute;
}

.order .truck {
  width: 60px;
  height: 41px;
  left: 100%;
  top: 11px;
  position: absolute;
  z-index: 1;
  transform: translateX(24px);
}

.order .truck:before,
.order .truck:after {
  --r: -90deg;
  content: "";
  height: 2px;
  width: 20px;
  right: 58px;
  position: absolute;
  display: block;
  background: #ffffff;
  border-radius: 1px;
  transform-origin: 100% 50%;
  transform: rotate(var(--r));
}

.order .truck:before {
  top: 4px;
}
.order .truck:after {
  --r: 90deg;
  bottom: 4px;
}

.order .truck .back {
  left: 0;
  top: 0;
  width: 100px;
  height: 41px;
  z-index: 1;
}

.order .truck .front {
  overflow: hidden;
  position: absolute;
  border-radius: 2px 9px 9px 2px;
  width: 26px;
  height: 41px;
  left: 100px;
}

.order .truck .front:before {
  height: 13px;
  width: 2px;
  left: 0;
  top: 14px;
  background: linear-gradient(#6c7486, #3f4656);
  content: "";
  position: absolute;
}

.order .truck .front:after {
  border-radius: 2px 9px 9px 2px;
  background: #f19203;
  width: 24px;
  height: 41px;
  right: 0;
  content: "";
  position: absolute;
}

.order .truck .front .window {
  overflow: hidden;
  border-radius: 2px 8px 8px 2px;
  background: #ffd699;
  transform: perspective(4px) rotateY(3deg);
  width: 22px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 0;
  z-index: 1;
  transform-origin: 0 50%;
}

.order .truck .front .window:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 14px;
  right: 0;
  position: absolute;
  background: #1c212e;
}

.order .truck .front .window:after {
  content: "";
  width: 14px;
  top: 7px;
  height: 4px;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
  transform: skewY(14deg);
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.14);
}

.order .truck .light {
  width: 3px;
  height: 8px;
  left: 122px;
  position: absolute;
  border-radius: 2px;
  background: #ffffff;
}

.order .truck .light.top {
  top: 4px;
}
.order .truck .light.bottom {
  bottom: 4px;
}

.order .truck .light:before {
  content: "";
  height: 4px;
  width: 7px;
  opacity: 0;
  position: absolute;
  transform: perspective(2px) rotateY(-15deg) scaleX(0.94);
  left: 3px;
  top: 50%;
  margin-top: -2px;
  background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.7),
    rgba(240, 220, 95, 0)
  );
}

/* Checked state animation triggers */
#order-toggle:checked + .order {
  pointer-events: none;
}
#order-toggle:checked + .order .default {
  --o: 0;
  transition-delay: 0s;
}
#order-toggle:checked + .order .success {
  --offset: 0;
  --o: 1;
  transition-delay: 7s;
}
#order-toggle:checked + .order .success svg {
  transition-delay: 7.3s;
}
#order-toggle:checked + .order .truck {
  animation: truck 10s ease forwards;
}
#order-toggle:checked + .order .truck:before {
  animation: door1 2.4s ease forwards 0.3s;
}
#order-toggle:checked + .order .truck:after {
  animation: door2 2.4s ease forwards 0.6s;
}
#order-toggle:checked + .order .truck .light:before {
  animation:
    light 10s ease forwards,
    headlight-pulse 1.5s ease-in-out infinite;
}

#order-toggle:checked + .order .lines {
  animation: lines 10s ease forwards;
}

/* Animations */
@keyframes truck {
  10%,
  30% {
    transform: translateX(-164px);
  }
  40% {
    transform: translateX(-104px);
  }
  60% {
    transform: translateX(-224px);
  }
  75%,
  100% {
    transform: translateX(24px);
  }
}
@keyframes lines {
  0%,
  30% {
    opacity: 0;
    transform: scaleY(0.7) translateX(0);
  }
  35%,
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: scaleY(0.7) translateX(-400px);
  }
}
@keyframes light {
  0%,
  30% {
    opacity: 0;
    transform: perspective(2px) rotateY(-15deg) scaleX(0.88);
  }
  40%,
  100% {
    opacity: 1;
    transform: perspective(2px) rotateY(-15deg) scaleX(0.94);
  }
}

/* New: Headlight Pulse */
@keyframes headlight-pulse {
  0%,
  100% {
    opacity: 0;
    box-shadow: none;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 10px 3px rgba(255, 255, 200, 0.7);
  }
}

.status_switch, .uses_cage {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.status_switch input, .uses_cage input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: gold;
}

input:focus + .slider {
  box-shadow: 0 0 1px gold;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

section {
  top: 0;
  position: relative;
  margin-top: 80px;
}

:root {
  
  --success-color: #2ecc71;
  --error-color: #e74c3c;
  --warning-color: #f1c40f;
  --info-color: #122fee;
  --custom-color: #9b59b6;
  --text-color: #2d3436;
  --light-text: #636e72;
  --background-color: #f9f9f9;
  --white: #ffffff;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --border-radius: 12px;
  --transition: all 0.3s ease;
}

/* Animations to fade the snackbar in and out */
@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}




.alert-container {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  top: 20px;
  right: 20px;
}

.alert {
  
  padding: 15px 20px;
  border-radius: var(--border-radius);
  background:linear-gradient(to bottom,  #eef0ef , var(--french-gray-2),#c6ced6 );
  box-shadow: 1px 1px 11px 1px var(--night-rider);
  border: 0.5px solid white;
  margin-bottom: 10px;
  min-width: 400px;
  max-width: 600px;
  display: flex;
  align-items: center;
  font-weight: bold;
  flex-direction: column;
  gap: 15px;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

.alert-wrap {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  justify-items: center;
  align-items: center;
}

.alert::before {
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
}

.alert.success::before { background: var(--success-color); }

.alert.error::before { background: var(--error-color); }
.alert.warning::before { background: var(--warning-color); }
.alert.info::before { background: var(--info-color); }


.alert-icon {
  font-size: 2rem;
  text-shadow: 1px 1px 1px black;
}

.alert.success .alert-icon { color: var(--success-color); }
.alert.error .alert-icon { color: var(--error-color); }
.alert.warning .alert-icon { color: var(--warning-color); }
.alert.info .alert-icon { color: var(--info-color); }


.alert-content {
  flex: 1;
  position: relative;
  width: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-weight: bolder;
  color: #000;
  border-radius: 8px;
  z-index: 99;
  margin: 15px;
}
.alert-title {
  font-weight: bolder;
  margin-bottom: 5px;
}

.alert-message {
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.alert-close {
  background: none;
  border: none;
  color: var(--light-text);
  cursor: pointer;
  padding: 5px;
  font-size: 1.2rem;
  transition: var(--transition);
}

.alert-close:hover {
  color: var(--text-color);
}



.alert.slide { animation: slideIn 0.3s ease forwards; }


.alert-duration {
  position: relative;
  display: block;
  float: none;
  clear: both;
  height: 3px;
  width: 100%;
  background-color: var(--onyx);
}
.alert-duration::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: inherit;
    animation-name: alertDuration;
    animation-duration: 3s;
    animation-timing-function: linear;
}


.alert-duration.warning::after {
  background-color: var(--warning-color);
}

.alert-duration.success::after {
  background-color: var(--success-color);
}

.alert-duration.error::after {
  background-color: var(--error-color);
}

.alert-duration.info::after {
  background-color: var(--info-color);
}

@keyframes alertDuration {
  from { width: 0%; }
  to { Width: 100%; }
}

.scan {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.scan .fingerprint {
  position:relative;
  width:300px;
  height:300px;
  background:url('../images/barcode.png');
  background-size:300px;
}

.scan .fingerprint::before {
  content: '';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url('../images/barcode.png');
  background-size:300px;
  animation:animate 4s ease-in-out infinite;
  
}

@keyframes animate {
  0%, 100% {
      height:0%;
  }
  
  50% {
      height:100%;
  }
}

.scan .fingerprint::after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:8px;
  background:#3fefef;
  border-radius:8px;
  filter: drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
  animation:animate_line 4s ease-in-out infinite;
}

@keyframes animate_line {
  0%, 100% {
      top:0%;
  }
  
  50% {
      top:100%;
  }
}

.scan h3 {
  text-transform:uppercase;
  font-size:2em;
  letter-spacing:2px;
  margin-top:20px;
  color:#3fefef;   filter:drop-shadow(0 0 20px #3fefef) drop-shadow(0 0 60px #3fefef);
  animation:animate_text 0.5s steps(1) infinite;
}

@keyframes animate_text {
  0%, 100% {
      opacity:0;
  }
  
  50% {
      opacity:1;
  }
}


.scanonedialoWrapper {
  position: relative;
  
}

.scanDataCard {
  
  max-width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 90%;
  justify-content: center;
  align-content: center;
  
}

.scanDataCardHeader {
  width: 100%;
  top: 0px;
  position: sticky;
  background:linear-gradient(to bottom, #eef0ef ,#c6ced6 );
  align-content: center;
  transition: background-color 500ms ease-in-out;
  border-radius: 8px 8px 0px 0px;
  color: var(--outer-space);
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  font-size: calc(var(--cardW) * 0.04) !important;
  height: calc(var(--cardW) * 0.1362);
  top: 0px;

  display: grid;
  grid-template-columns: 30% 65% 5%;
  grid-template-rows: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--french-gray-2);
  box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015;
}
.scanDataCardHeaderTitle {
  left: 10%;
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  transform: skew(45deg);
  border-right: 1px solid #000;
  justify-content: center;
  align-content: center;
  background:linear-gradient(to bottom, #eef0ef ,#c6ced6 );
  /* box-shadow: 0px 4px 4px #00000030, 0px 12px 12px #00000015; */
  z-index: 9888888;
}
.scanDataCardHeaderTitleInner {
  
  font-weight: bolder;
  font-family: 'Orbitron';
  
  /* left: -10%; */
  left: -10%;
  transform: skew(-45deg);

}
.scanDataCardHeaderCenter, .barcodeDataCardHeaderCenter {
  /* left: -10%; */
  position: relative;
  width: 100%;
  /* padding: 6px; */
  background-color: var(--white); 
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.scanDataCardHeaderButton {
  position: relative;
  right: 50%;
  
  /* font-size: larger; */
  font-family: 'Orbitron';
}
.scanDataBody {
  /* padding: 10%; */
}
.scanoneAdminButton {
  position: relative;
  border: none;
  min-width: 100%;
  background-color: white;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

#barcodePicsModalCard, #scanCreatedModalCard {
  display: none;
  background-color: var(--french-gray-2);
  height: 80%;
  width: 80%;
  align-self: center;
  justify-self: center;
  margin: 1rem;
}

.routeStatusOnline {
  /* width: 10px;
  height: 10px;
  border-radius: 50%; */
  position: relative;
  color: rgba(127, 185, 0, 1);
  
  /* margin-left: 10px; */
  opacity: 0.5;
  font-size: small;
}

.routeStatusOffline {
  /* width: 10px;
  height: 10px; */
  /* border-radius: 50%; */
  color: green;
  /* margin-left: 10px; */
  opacity: 0.5;
  z-index: 1;
  font-size: smaller;
}

.routeStatusBlind {

  font-size: smaller;
  /* width: 10px;
  height: 10px;
  border-radius: 50%; */
  color: red;
  /* margin-left: 10px; */
  opacity: 0.5;
  
}



.dotOnline {
  position: relative;
  top: calc(50% - var(--dot-size) / 2);
  right: calc(var(--height) / 2 - var(--padding) / 2);
  width: var(--dot-size);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: hsla(var(--hue), 0%, 50%, 0.1);

  border: 1px solid hsla(var(--hue), 0%, 60%, 0.6);
  box-sizing: border-box;

  box-shadow:
    1px 1px 2px -1px #fffe inset,
    0 2px 1px #00000010,
    0 4px 2px #00000010,
    0 8px 4px #00000010;

  pointer-events: none;
  z-index: 3;
}

.dotOnline::before {
  content: "";
  position: relative;
  top: calc(var(--padding) / -2);
  left: calc(var(--padding) / -2);
  width: calc(100% + var(--padding));
  height: calc(100% + var(--padding));
  border-radius: inherit;
  background-color: #0006;
  mask-image: radial-gradient(circle at 50% 60%, transparent 50%, black);
}

.dotOnline::after {
  content: "";
  position: relative;
  top: calc(var(--padding) / -2);
  left: calc(var(--padding) / -2);
  width: calc(100% + var(--padding));
  height: calc(100% + var(--padding));
  border-radius: inherit;
  background-color: #0000;

  box-shadow:
    0 0 10px 2px hsla(var(--hue), 80%, 50%, 0.3),
    0 0 20px 10px hsla(var(--hue), 80%, 50%, 0.5),
    0 0 50px 20px hsla(var(--hue), 80%, 50%, 0.5),
    0 0 16px 1px hsla(var(--hue), 100%, 60%, 0.9) inset;

  opacity: 0;
}



#palletStatsContainer, #routeStatsContainer, #routeStatsContainerComp {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  align-content: center;
}

.close-scan-card {
  background-color: transparent;
  color: red;
  border: none;
  font-size:x-large;
  font-weight: bold;
  cursor: pointer;
}

.close-scan-card:hover {
  background-color: var(--platinum);
}

.close-scan {
  width: 100%;
  font-size: 66;
}

 
#h2 {
  color: white;
  mix-blend-mode: difference; /* this will change color of loading  text      */
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 0 3px;
  padding: 0;
  letter-spacing: 5px;
}

.div {
  position: relative;
  top: 0px;
  left: 0%;
  max-width: 300px; /* Use viewport width for responsive width */
  width: 100%;
  height: 30px;
  margin: 20px;
  background: linear-gradient(to right, white, black);
  background-size: 200% 100%;
  animation-delay: 2s;
  border-radius: 10px;
  box-shadow: 0 0 3px;
  -webkit-box-reflect: below 1px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  animation: gradientAnimation 2s linear infinite reverse;
  display: grid;
  grid-template-columns: 100%;
  justify-self: center;
  align-self: center;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Use media queries for responsiveness */
@media (max-width: 768px) {
  .div {
    width: 500px; /* Adjust width for smaller screens */
    left: 10%;
  }
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  cursor: pointer;
}

.toggle-switch input[type="checkbox"] {
  display: none;
}

.toggle-switch-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
  position: relative;
  top: 2.5px;
  left: 2.5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  top: -12.5px;
  right: -2.5px;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  text-shadow: 1px 1px #fff;
  transition: color 0.3s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-handle {
  transform: translateX(2.5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
  background-color: #05c46b;
  box-shadow: inset 0 0 0 2px #04b360;
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch:before {
  content: "On";
  color: #05c46b;
  right: -5px;
  
}

.toggle-switch input[type="checkbox"]:checked + .toggle-switch-background .toggle-switch-handle {
  transform: translateX(20px);
}

/* css */
[data-pie-index='2'] {
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0 0 25px 10px #a2caff;
}



.searchContainer {
  position: relative;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}


.searchBox {
  position: relative;
  top: 0%;
  left: 0%;
  transform:  translate(-0%,0%);
  background: #2f3640;
  height: 40px;
  border-radius: 40px;
  padding: 20px;
  margin: 20px;
  width: 100%;
  display: none;
}

.searchBox:hover > .searchInput {
  width: 100%;
  padding: 0 6px;
}

.searchBox:hover > .searchButton {
background: white;
color : #2f3640;
}

.searchButton {
  color: white;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.searchInput {
  border:none;
  background: none;
  outline:none;
  float:left;
  padding: 0;
  color: var(--outer-space);
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;

}

@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput {
  width: 100%;
  padding: 0 6px;
}
}

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
  align-self:flex-start;
  justify-self: start;
}

.fade-in-c {
  animation: fadeIn ease 15s;
  -webkit-animation: fadeIn ease 15s;
  -moz-animation: fadeIn ease 15s;
  -o-animation: fadeIn ease 15s;
  -ms-animation: fadeIn ease 15s;
  
}


.fade-in-r {
  animation: fadeIn ease 25s;
  -webkit-animation: fadeIn ease 25s;
  -moz-animation: fadeIn ease 25s;
  -o-animation: fadeIn ease 25s;
  -ms-animation: fadeIn ease 25s;
  align-self:self-end;
  justify-self: end;
}

@keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;display: none;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity:0.5;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity:0.5;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity:0.5;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity:0.5;}
  100% {opacity:1;}
}


.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}